-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: f7644456a3c8
head repository: jruby/jruby
compare: 01d20db5f21b
- 20 commits
- 21 files changed
- 5 contributors
Commits on Mar 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 032ff95 - Browse repository at this point
Copy the full SHA 032ff95View commit details -
[Truffle] Optimized String#== for ropes with the same backing bytes b…
…ut different encodings.
2Configuration menu - View commit details
-
Copy full SHA for 07cee75 - Browse repository at this point
Copy the full SHA 07cee75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b055e - Browse repository at this point
Copy the full SHA 58b055eView commit details -
[Truffle] Added a node for altering the encoding of a rope.
Also updated String#b to use this new node.
2Configuration menu - View commit details
-
Copy full SHA for 5653941 - Browse repository at this point
Copy the full SHA 5653941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba8d20 - Browse repository at this point
Copy the full SHA 1ba8d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c797b - Browse repository at this point
Copy the full SHA 05c797bView commit details -
[Truffle] require blocks subsequent threads until the file is loaded
- fixes autoload as well
Configuration menu - View commit details
-
Copy full SHA for aeead7c - Browse repository at this point
Copy the full SHA aeead7cView commit details -
[Truffle] require may be redefined which may push the original requir…
…ee further down on backtrace
Configuration menu - View commit details
-
Copy full SHA for 16c21c3 - Browse repository at this point
Copy the full SHA 16c21c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8fe8a - Browse repository at this point
Copy the full SHA 2c8fe8aView commit details -
[Truffle] Make better use of shared byte arrays in RopeTable.
This is a bit of an ugly approach, but it works, and we need to revisit the table key class already.
1Configuration menu - View commit details
-
Copy full SHA for 54efdcd - Browse repository at this point
Copy the full SHA 54efdcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e01e3 - Browse repository at this point
Copy the full SHA b2e01e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02600cb - Browse repository at this point
Copy the full SHA 02600cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa11d87 - Browse repository at this point
Copy the full SHA fa11d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ed52e - Browse repository at this point
Copy the full SHA f6ed52eView commit details -
Force MRI-style backtraces when using runner to run MRI tests.
Several tests examine error output, which does not match using our normal backtrace style. See #3756.
Configuration menu - View commit details
-
Copy full SHA for c9a9f5c - Browse repository at this point
Copy the full SHA c9a9f5cView commit details -
Fix a couple exception messages.
The "assignment" warning fix almost gets MRI's TestRubyoptions# test_assignment_in_conditional, but there's a few cases where we differ from MRI in warning output. See #3757.
Configuration menu - View commit details
-
Copy full SHA for f43d140 - Browse repository at this point
Copy the full SHA f43d140View commit details
Commits on Mar 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8e71795 - Browse repository at this point
Copy the full SHA 8e71795View commit details
Commits on Mar 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7bbbb07 - Browse repository at this point
Copy the full SHA 7bbbb07View commit details
Commits on Mar 28, 2016
-
Merge branch 'master' into truffle-head
# Conflicts: # truffle/src/main/java/org/jruby/truffle/core/rope/RopeTable.java
Configuration menu - View commit details
-
Copy full SHA for 2867b1a - Browse repository at this point
Copy the full SHA 2867b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d20db - Browse repository at this point
Copy the full SHA 01d20dbView commit details
There are no files selected for viewing