FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/org/jruby/RubyContinuation.java - 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
src
org
jruby
RubyContinuation.java
on
parallel_boot
User selector
Datepicker
Commit history
Commits on Feb 25, 2013
Fix more references to CPL.
Show description for 61678ac
headius
committed
61678ac
View commit details
Copy full SHA for 61678ac
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
Switch JRuby's CPL license to EPL.
Show description for 330fef3
headius
committed
330fef3
View commit details
Copy full SHA for 330fef3
View code at this point
Browse repository at this point
Commits on Jul 27, 2012
Inline all calls to ThreadContext.getRuntime to access the field.
headius
committed
b8181cd
View commit details
Copy full SHA for b8181cd
View code at this point
Browse repository at this point
Commits on Dec 14, 2011
Get MRI's tests running in JRuby's test suite.
Show description for 0a1ed62
headius
committed
0a1ed62
View commit details
Copy full SHA for 0a1ed62
View code at this point
Browse repository at this point
Commits on Dec 2, 2010
[1.9] Kernel#catch and throw can accept any object.
headius
committed
fb16268
View commit details
Copy full SHA for fb16268
View code at this point
Browse repository at this point
Commits on Dec 1, 2010
Merge "backtrace" branch to master, now that it runs clean on all our various test cases.
Show description for fd0fa78
headius
committed
fd0fa78
View commit details
Copy full SHA for fd0fa78
View code at this point
Browse repository at this point
Commits on Apr 7, 2010
Make two more internal exceptions be unrescuable. Fixing Continuation fixes IRB failing to exit cleanly.
headius
committed
091db96
View commit details
Copy full SHA for 091db96
View code at this point
Browse repository at this point
Commits on Jan 11, 2010
Replace the JumpTarget class with an int wherever it's used, to help ensure it will be unique (within a given thread). Also includes a replacement of catch/throw logic with "one-shot" callcc logic …
Show description for 3587b55
headius
committed
3587b55
View commit details
Copy full SHA for 3587b55
View code at this point
Browse repository at this point
Commits on Dec 16, 2009
Set reified class for all the primary core classes, so they'll work properly when extended and an interface gets included.
headius
committed
13c40ae
View commit details
Copy full SHA for 13c40ae
View code at this point
Browse repository at this point
Commits on Jan 30, 2009
Implement callcc for one-shot downward continuations only.
Show description for 4683b9e
headius
committed
4683b9e
View commit details
Copy full SHA for 4683b9e
View code at this point
Browse repository at this point
Commits on Mar 19, 2008
Make creation of RI much smarter and add basic type tags to loads of places.
Show description for 493c43f
olabini
committed
493c43f
View commit details
Copy full SHA for 493c43f
View code at this point
Browse repository at this point
Commits on Dec 3, 2007
Fix for bad time_spec (our copy; Rubinius master is already fixed), Thread.abort_on_exception blowing up (renamed methods in the Java code; not my preferred fix), and Continuation having a class ca…
Show description for c764e80
headius
committed
c764e80
View commit details
Copy full SHA for c764e80
View code at this point
Browse repository at this point
Commits on Nov 10, 2007
Block refactoring: Break out executable block bodies into their own hierarchy, with Block as a closure abstraction to contain binding + body.
Show description for 1762f4b
headius
committed
1762f4b
View commit details
Copy full SHA for 1762f4b
View code at this point
Browse repository at this point
Commits on Oct 19, 2007
Migrate JRubyMethod annotation to use String[] for names and aliases. Thanks Brad C from my blog.
Show description for 9bc9825
headius
committed
9bc9825
View commit details
Copy full SHA for 9bc9825
View code at this point
Browse repository at this point
Commits on Oct 12, 2007
Modified yarv run.rb to test ruby vs jruby, added experimental svn-pulling rubinius spec target, fixed a couple NPEs found running specs
Show description for f117ff4
headius
committed
f117ff4
View commit details
Copy full SHA for f117ff4
View code at this point
Browse repository at this point
Migrate annotation-based method binding to generate DynamicMethod implementations directly, with arity checking built-in
Show description for 0b7a2da
headius
committed
0b7a2da
View commit details
Copy full SHA for 0b7a2da
View code at this point
Browse repository at this point
Commits on Oct 8, 2007
Migrate Digest and Continuation to annotation binding
Show description for f0dc4d9
headius
committed
f0dc4d9
View commit details
Copy full SHA for f0dc4d9
View code at this point
Browse repository at this point
Commits on Jul 9, 2007
Remove various unused imports and code (e.g. make my cref patch more concise)
Show description for 5747fd3
enebo
committed
5747fd3
View commit details
Copy full SHA for 5747fd3
View code at this point
Browse repository at this point
Commits on Jul 6, 2007
Revert to type-specific JumpException subclasses to allow Java exception-handling to do more flow control work for us. Since most signs point to non-local returns (and other flow-control) in the up…
Show description for 3a70250
headius
committed
3a70250
View commit details
Copy full SHA for 3a70250
View code at this point
Browse repository at this point
Commits on May 15, 2007
JRUBY-936: The argumentsError is required in Struct.new (Koichiro Ohba)
Show description for ffe36dc
enebo
committed
ffe36dc
View commit details
Copy full SHA for ffe36dc
View code at this point
Browse repository at this point
Commits on Apr 19, 2007
Reuse a single flow-control exception for each thread, rather than constructing new. Marginal performance gain (bm_vm1_simplereturn went from 47ish to 45/46ish).
Show description for b1093c0
headius
committed
b1093c0
View commit details
Copy full SHA for b1093c0
View code at this point
Browse repository at this point
Commits on Mar 23, 2007
Warnings on callcc, and rudimentary implementation of continuations for cases without local jump
Show description for 6c4af83
olabini
committed
6c4af83
View commit details
Copy full SHA for 6c4af83
View code at this point
Browse repository at this point
Commits on Feb 26, 2007
Remove the etc.rb file, and replace with Java stubs
Show description for dcfd45a
olabini
committed
dcfd45a
View commit details
Copy full SHA for dcfd45a
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL