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

whitequark / parser / 834

Builds Branch Commit Type Ran Committer Via Coverage
834 use_str_literal_freeze Use 'literal'.freeze to avoid repeated string allocations In MRI 2.1+, as well as JRuby, calling `freeze` on a string literal compiles to code which reuses a single, shared string. (It does not actually call `Object#freeze`.) push 28 Jan 2016 09:36AM UTC alexdowad travis-ci pending completion   set done
833 master Merge pull request #256 from alexdowad/fast_line_begins Make Buffer#line_begins fly push 28 Jan 2016 09:16AM UTC whitequark travis-ci pending completion   set done
832 master Make Buffer#line_begins fly The existing code uses `String#each_char`, which allocates a new string object for EACH character in the source file. (This is the #2 source of object allocations in RuboCop.) It also uses a lot of (slow) Ruby method c... Pull #256 28 Jan 2016 05:51AM UTC alexdowad travis-ci pending completion   set done
831 master Remove useless guard clause in Comment::Associator Pull #249 27 Jan 2016 09:53PM UTC alexdowad travis-ci pending completion   set done
830 master * lexer.rl: "a?=b": lex via tCHARACTER (closes #255). push 27 Jan 2016 09:39PM UTC whitequark travis-ci pending completion   set done
829 master Remove useless guard clause in Comment::Associator Pull #249 27 Jan 2016 09:23PM UTC alexdowad travis-ci pending completion   set done
828 master Avoid repeated guard clauses in Comment::Associator Pull #249 27 Jan 2016 09:06PM UTC alexdowad travis-ci pending completion   set done
827 master Correct error in defs AST node format shown in docs push 27 Jan 2016 08:54PM UTC alexdowad travis-ci pending completion   set done
826 master Lexer emits string/symbol literals in source file encoding Previously, even if you had an encoding comment like: # encoding: us-ascii ...The string/symbol literals created by the lexer would be UTF-8 encoded. Pull #254 25 Jan 2016 12:26PM UTC alexdowad travis-ci pending completion   set done
825 use_srcfile_encoding_in_lexer Lexer emits string/symbol literals in source file encoding Previously, even if you had an encoding comment like: # encoding: us-ascii ...The string/symbol literals created by the lexer would be UTF-8 encoded. push 25 Jan 2016 12:21PM UTC alexdowad travis-ci pending completion   set done
824 v2.3.0.2 Update changelog. push 24 Jan 2016 09:15AM UTC whitequark travis-ci pending completion   set done
823 master Update changelog. push 24 Jan 2016 09:12AM UTC whitequark travis-ci pending completion   set done
822 master Source::Rewriter handles clobbering correctly for insertions Previously, insertions ("replacements" of a zero-length range) would never clobber or be clobbered by anything, even if they landed right in the middle of a replaced or deleted range of... Pull #249 24 Jan 2016 06:40AM UTC alexdowad travis-ci pending completion   set done
821 master Merge pull request #251 from mbj/fix/add-csend-to-meta - Add :csend to Parser::Meta::NODE_TYPES push 24 Jan 2016 06:06AM UTC whitequark travis-ci pending completion   set done
820 master - Add :csend to Parser::Meta::NODE_TYPES Pull #251 24 Jan 2016 12:09AM UTC mbj travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 55
  • 56
  • 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