• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

llir / llvm / 143

Builds Branch Commit Type Ran Committer Via Coverage
143 master types: Minor update of the Context.Validate doc comment. push 03 May 2015 02:59AM UTC mewmew travis-ci pending completion   set done
142 master types: Add initial test case for identified structures. push 03 May 2015 02:54AM UTC mewmew travis-ci pending completion   set done
141 master types: General cleanup. Use type assertions in if-statements instead of type-switches with a single case; e.g. Use: if u, ok := u.(*Int); ok { // foo } Instead of: switch u := u.(type) { case *Int: // foo } push 03 May 2015 01:02AM UTC mewmew travis-ci pending completion   set done
140 master asm/lexer: Populate keywords from token.Keywords during initialization. Updates #11. push 30 Apr 2015 11:22AM UTC mewmew travis-ci pending completion   set done
139 master Merge pull request #11 from quarnster/master asm/lexer: Use binary search for keyword lexing push 27 Apr 2015 11:32AM UTC mewmew travis-ci pending completion   set done
137 v0.1 asm/lexer: Optimize lexing of keywords; delta: -72.54%. benchmark old ns/op new ns/op delta BenchmarkParseString 746799 205057 -72.54% push 24 Apr 2015 12:14PM UTC mewmew travis-ci pending completion   set done
136 master asm/lexer: Optimize lexing of keywords; delta: -72.54%. benchmark old ns/op new ns/op delta BenchmarkParseString 746799 205057 -72.54% push 24 Apr 2015 12:13PM UTC mewmew travis-ci pending completion   set done
134 master asm/lexer: Optimize lexing of keywords; delta: -72.54%. benchmark old ns/op new ns/op delta BenchmarkParseString 746799 205057 -72.54% push 20 Apr 2015 05:39PM UTC mewmew travis-ci pending completion   set done
133 master asm/lexer: gofmt -s -w push 08 Apr 2015 10:13PM UTC mewmew travis-ci pending completion   set done
130 master all: gofmt -s -w push 23 Mar 2015 03:40AM UTC mewmew travis-ci pending completion   set done
128 master Merge pull request #10 from mewlang/parser Merge parser branch. push 04 Mar 2015 08:29PM UTC mewmew travis-ci pending completion   set done
127 parser asm/parser: Remove unreachable code. push 04 Mar 2015 08:21PM UTC mewmew travis-ci pending completion   set done
119 parser types: Add test case for Equal. Updates #8. push 05 Feb 2015 02:11AM UTC mewmew travis-ci pending completion   set done
118 parser consts: Add TODO about potential redefinition of vector, array and structure instantiation API. push 05 Feb 2015 02:00AM UTC mewmew travis-ci pending completion   set done
117 parser consts: Verify vector and array length. Add test cases. Updates #8. push 05 Feb 2015 01:47AM UTC mewmew travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc