-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c57a47e5b3be
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43d80c3a2a0f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 35 files changed
- 3 contributors
Commits on Nov 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for de0dd50 - Browse repository at this point
Copy the full SHA de0dd50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2476aef - Browse repository at this point
Copy the full SHA 2476aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a6c09 - Browse repository at this point
Copy the full SHA 22a6c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for f919454 - Browse repository at this point
Copy the full SHA f919454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5efdd34 - Browse repository at this point
Copy the full SHA 5efdd34View commit details -
Rename arguments in blockBody signatures for easier understanding
* block used to be the block argument passed in to surrounding scopes. It is now renamed blockArg for clarity. * b used to be the block that was being executed. It is now renamed block for clarity.
Configuration menu - View commit details
-
Copy full SHA for 5e13527 - Browse repository at this point
Copy the full SHA 5e13527View commit details -
Next step in refactoring block body signature for improved clarity
* Moved block after context to separate it from self, args, and blockArg.
6Configuration menu - View commit details
-
Copy full SHA for 6bb6149 - Browse repository at this point
Copy the full SHA 6bb6149View commit details -
Configuration menu - View commit details
-
Copy full SHA for a195645 - Browse repository at this point
Copy the full SHA a195645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f46b76 - Browse repository at this point
Copy the full SHA 9f46b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913b44f - Browse repository at this point
Copy the full SHA 913b44fView commit details -
Change interpret sigs to distinguish between executing block and bloc…
…kArg * Added executing block as second arg to interpret methods * Removed blockType arg since it can be recoverd as block.type
Configuration menu - View commit details
-
Copy full SHA for 6f62dda - Browse repository at this point
Copy the full SHA 6f62ddaView commit details
Commits on Nov 26, 2015
-
Push/PopFrameInstr --> Push/PopMethodFrameInstr
* We also need Push/PopBlockFrameInstr
Configuration menu - View commit details
-
Copy full SHA for 2368dcd - Browse repository at this point
Copy the full SHA 2368dcdView commit details -
PushBindingInstr -> PushMethodBindingInstr
* We also need a PushBlockBindingInstr
Configuration menu - View commit details
-
Copy full SHA for c661202 - Browse repository at this point
Copy the full SHA c661202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55fdd00 - Browse repository at this point
Copy the full SHA 55fdd00View commit details -
Merge branch 'master' into ruby-2.3
* master: PushBindingInstr -> PushMethodBindingInstr Push/PopFrameInstr --> Push/PopMethodFrameInstr Change interpret sigs to distinguish between executing block and blockArg Rename block to blockArg in interpreter for clarity Remove one more line of code left behind that broke the build Remove changes to Block.java accidentally committed in 5e13527 Next step in refactoring block body signature for improved clarity Rename arguments in blockBody signatures for easier understanding [Truffle] findbugs: fix missing locale in toUpperCase [Truffle] code style [Truffle] fix Time#localtime
Configuration menu - View commit details
-
Copy full SHA for 43d80c3 - Browse repository at this point
Copy the full SHA 43d80c3View commit details
There are no files selected for viewing