FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for core/src - MSNexploder/jruby · GitHub
MSNexploder
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jruby
core
src
on
test-latest_java8
User selector
Datepicker
Commit history
Commits on Feb 8, 2014
[Truffle] Use number of back-jumps as well as invocations for compilation threshold.
chrisseaton
committed
0db48a6
View commit details
Copy full SHA for 0db48a6
View code at this point
Browse repository at this point
[IR] Fix AttrAssignInstr's bad stack.
headius
committed
92ac436
View commit details
Copy full SHA for 92ac436
View code at this point
Browse repository at this point
[IR] Fix encoding resolution for strings and bytelists.
headius
committed
52e9729
View commit details
Copy full SHA for 52e9729
View code at this point
Browse repository at this point
[IR] Add ==, ===, |, &, ^, >>, and << to unboxed ALU operations.
headius
committed
aa0785a
View commit details
Copy full SHA for aa0785a
View code at this point
Browse repository at this point
[Truffle] - Reusing JRuby/RubyString#op_equal code on RubyString#equal.
Show description for d8e9d13
lucasamorimca
committed
d8e9d13
View commit details
Copy full SHA for d8e9d13
View code at this point
Browse repository at this point
[IR] Implement UnresolvedSuperInstr and tidy a few things up.
headius
committed
b57a175
View commit details
Copy full SHA for b57a175
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
Remove defunct NotInstr.
headius
authored and
lucasamorimca
committed
88faff5
View commit details
Copy full SHA for 88faff5
View code at this point
Browse repository at this point
Remove defunct NotNode from AST and consumers.
headius
authored and
lucasamorimca
committed
7372141
View commit details
Copy full SHA for 7372141
View code at this point
Browse repository at this point
Remove vestiges of GSoC persistence
enebo
authored and
lucasamorimca
committed
9c44725
View commit details
Copy full SHA for 9c44725
View code at this point
Browse repository at this point
[IR] Implement OptArgMultipleAsgnInstr...I think.
headius
authored and
lucasamorimca
committed
acef380
View commit details
Copy full SHA for acef380
View code at this point
Browse repository at this point
[IR] Implement Match, Match2, and Match3 instructions.
headius
authored and
lucasamorimca
committed
f42ba5e
View commit details
Copy full SHA for f42ba5e
View code at this point
Browse repository at this point
[IR] Implement GVarAliasInstr.
headius
authored and
lucasamorimca
committed
5dfed30
View commit details
Copy full SHA for 5dfed30
View code at this point
Browse repository at this point
Change OperandTypes to be distinct between boxed and unboxed values. Added rest of changes to IRVisitor so persistence encoding is working again (reading still broken)
enebo
authored and
lucasamorimca
committed
a9a43e2
View commit details
Copy full SHA for a9a43e2
View code at this point
Browse repository at this point
trivial remove unused import
enebo
authored and
lucasamorimca
committed
8c28f74
View commit details
Copy full SHA for 8c28f74
View code at this point
Browse repository at this point
Add missing temporarylocalvariable visitor on encode of persist
enebo
authored and
lucasamorimca
committed
5287fa6
View commit details
Copy full SHA for 5287fa6
View code at this point
Browse repository at this point
[Truffle] - Initial support to ByteList on RubyString.
Show description for ee798c0
lucasamorimca
committed
ee798c0
View commit details
Copy full SHA for ee798c0
View code at this point
Browse repository at this point
[Truffle] - Using toString() method to compare a RubyString with a RubySymbol.
lucasamorimca
committed
ddc014d
View commit details
Copy full SHA for ddc014d
View code at this point
Browse repository at this point
[Truffle] - RubyString can be compared to a RubySymbol.
lucasamorimca
committed
f55de7b
View commit details
Copy full SHA for f55de7b
View code at this point
Browse repository at this point
[IR] Implement EQQInstr.
headius
committed
4462483
View commit details
Copy full SHA for 4462483
View code at this point
Browse repository at this point
[IR] Implement Regexp (literal).
headius
committed
2877eda
View commit details
Copy full SHA for 2877eda
View code at this point
Browse repository at this point
[IR] Various String bits.
Show description for 320389a
headius
committed
320389a
View commit details
Copy full SHA for 320389a
View code at this point
Browse repository at this point
Remove use of Java 8-only String.join API.
headius
committed
d042831
View commit details
Copy full SHA for d042831
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
[IR] Implement class method definition.
headius
committed
77a547e
View commit details
Copy full SHA for 77a547e
View code at this point
Browse repository at this point
[IR] Get super functioning properly and fix zero-arg calls.
headius
committed
d83632a
View commit details
Copy full SHA for d83632a
View code at this point
Browse repository at this point
[IR] Implement ClassSuper...I think.
headius
committed
3af7306
View commit details
Copy full SHA for 3af7306
View code at this point
Browse repository at this point
Fix persistence for CheckArity change.
headius
committed
88a9c57
View commit details
Copy full SHA for 88a9c57
View code at this point
Browse repository at this point
Cast return values when binding native methods.
headius
committed
b75e9da
View commit details
Copy full SHA for b75e9da
View code at this point
Browse repository at this point
Fix class/module definition and ensure JVM method uniqueness.
Show description for 09d2f0d
headius
committed
09d2f0d
View commit details
Copy full SHA for 09d2f0d
View code at this point
Browse repository at this point
[IR] Implement CheckArity properly.
headius
committed
9d97922
View commit details
Copy full SHA for 9d97922
View code at this point
Browse repository at this point
Fix offset/depth order in store and result in get of heap var.
headius
committed
ef9022a
View commit details
Copy full SHA for ef9022a
View code at this point
Browse repository at this point
Basic closure logic working in IR JIT.
Show description for a06f6a4
headius
committed
a06f6a4
View commit details
Copy full SHA for a06f6a4
View code at this point
Browse repository at this point
[Truffle] - Initial support to ByteList in RubySymbol - merging remote branch.
lucasamorimca
committed
e0c7efc
View commit details
Copy full SHA for e0c7efc
View code at this point
Browse repository at this point
Merge with jruby-1_7
enebo
committed
42c1f11
View commit details
Copy full SHA for 42c1f11
View code at this point
Browse repository at this point
Fixes #272. Bad error message for block pass through with return statement
enebo
committed
da94ad8
View commit details
Copy full SHA for da94ad8
View code at this point
Browse repository at this point
Do not try and spin up global runtime for jar loading from a jarresource (should fix jruby-complete problem)
enebo
committed
6377d3d
View commit details
Copy full SHA for 6377d3d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL