-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 7a8512213fe1^
head repository: jruby/jruby
compare: ccf82e930f34
- 18 commits
- 58 files changed
- 5 contributors
Commits on Mar 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fc06776 - Browse repository at this point
Copy the full SHA fc06776View commit details
Commits on Mar 30, 2017
-
Merge pull request #4553 from iignatev/master
support new JDK version string scheme
Configuration menu - View commit details
-
Copy full SHA for e7bcde5 - Browse repository at this point
Copy the full SHA e7bcde5View commit details
Commits on Mar 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6e7ee6b - Browse repository at this point
Copy the full SHA 6e7ee6bView commit details
Commits on Apr 3, 2017
-
Merge pull request #4554 from OttoGroupSolutionProvider/trace_point-n…
…il-event-fix Kullmann: Fix TracePoint nil event. Add test
Configuration menu - View commit details
-
Copy full SHA for 5301ae0 - Browse repository at this point
Copy the full SHA 5301ae0View commit details
Commits on Apr 5, 2017
-
Fixes #4556. Java::JavaLang::ArrayIndexOutOfBoundsException in CGI.un…
…escapeHTML. This was ported C code and it works in C because the string has a last \0 char. Our array is not null byte terminated and we run off the end. Adding a spec in a separate commit.
Configuration menu - View commit details
-
Copy full SHA for 9506fd2 - Browse repository at this point
Copy the full SHA 9506fd2View commit details -
It starts to look like something to unescape but it ends prematurely.…
… Do not expand (nor crash)
Configuration menu - View commit details
-
Copy full SHA for 1ad761b - Browse repository at this point
Copy the full SHA 1ad761bView commit details
Commits on Apr 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1bbd1a4 - Browse repository at this point
Copy the full SHA 1bbd1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3edca - Browse repository at this point
Copy the full SHA 5b3edcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd0c41 - Browse repository at this point
Copy the full SHA ffd0c41View commit details
Commits on Apr 12, 2017
-
Merge pull request #4559 from olleolleolle/fix/misspellings
Copy-editing: misspellings
Configuration menu - View commit details
-
Copy full SHA for 32b8c22 - Browse repository at this point
Copy the full SHA 32b8c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a85122 - Browse repository at this point
Copy the full SHA 7a85122View commit details
Commits on Apr 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 475b5fa - Browse repository at this point
Copy the full SHA 475b5faView commit details
Commits on Apr 14, 2017
-
So parser will use SourcePosition to not heavily modify things but the
finished AST will no longer have a ISourcePosition instance in it. It will be it. The filename itself will also no longer be stored in every node but the RootNode already has the name and the rest of the runtime already asks the root for the filename. This removes at least 1.5M from a single controller rails app (which is an interesting stat in this is only AST nodes of methods which have never been called). Follow up commits will be to slowly remove the use of ISourcePosition altogether (although it will be mostly Deprecations).
Configuration menu - View commit details
-
Copy full SHA for a91d076 - Browse repository at this point
Copy the full SHA a91d076View commit details
Commits on Apr 17, 2017
-
First experiment plugging into Graal.
This experiment uses JVMCI to wrap Graal and customize its high tier phases to include one that forces virtualization of all JRuby objects. See JVMCI.md.
Configuration menu - View commit details
-
Copy full SHA for b3b0fc0 - Browse repository at this point
Copy the full SHA b3b0fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4ca9c - Browse repository at this point
Copy the full SHA 5b4ca9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e597a21 - Browse repository at this point
Copy the full SHA e597a21View commit details
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 596f0bd - Browse repository at this point
Copy the full SHA 596f0bdView commit details
Commits on Apr 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ccf82e9 - Browse repository at this point
Copy the full SHA ccf82e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7a8512213fe1^...ccf82e930f34