]> git.lizzy.rs Git - rust.git/history - src/rt/rust_internal.h
fix how we walk functions to match new closure fmt
[rust.git] / src / rt / rust_internal.h
2012-01-07 Niko Matsakisfix how we walk functions to match new closure fmt
2011-12-14 Niko Matsakisget basic code generation working, clone type descs...
2011-12-01 Brian Andersonrt: Move RED_ZONE_SIZE to rust_task.cpp
2011-11-29 Brian Andersonrt: Fix i386/morestack.S for static linking
2011-11-29 Brian Andersonrt: Make 64-bit __morestack grow and shrink properly
2011-11-23 Brian Andersonrt: Make __morestack (without unwinding) work on 32...
2011-11-11 Brian Andersonrt: Remove rust_chan
2011-11-11 Brian Andersonrt: Remove rust_token. Unused
2011-11-08 Brian AndersonMake task_sleep an intrinsic.
2011-11-02 Niko Matsakishack around on makefiles trying to get a 64 bit build
2011-10-20 Marijn HaverbekeGet rid of taskpointer-passing throughout the compiler
2011-10-20 Marijn HaverbekeDo not pass taskpointers to "rust" native functions
2011-10-04 Patrick Waltonrt: Make the builtins no longer take an explicit task...
2011-09-23 Patrick Waltonrt: Add a RUST_TRACK_ORIGINS debug flag to help track...
2011-09-23 Brian AndersonRemove is_stateful flag from tydesc. Closes #136
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Brian AndersonUse a unique exit status when the runtime fails normally
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-02 Brian AndersonEliminate const_refcount. Issue #855
2011-09-01 Marijn HaverbekeBack out copy-glue
2011-08-25 Patrick Waltonrustc: Add an extra flag to object tydescs so that...
2011-08-24 Marijn HaverbekeRevert "Back out copy-glue"
2011-08-24 Marijn HaverbekeBack out copy-glue
2011-08-22 Marijn HaverbekeAdd skeleton of copy glue that actually copies
2011-08-22 Marijn HaverbekeRename copy_glue back to take_glue
2011-08-19 Patrick Waltonrt: Remove rust_alarm dead code
2011-08-18 Michael SullivanRemove rc_base. Closes #603.
2011-08-16 Eric HolkNew channel-based task status notifications.
2011-08-16 Eric HolkRemoved trans_comm.rs from the compiler. Updating aio...
2011-08-15 Eric HolkReducing the chances for race conditions in join.
2011-08-15 Eric HolkWorking on more spawn test cases.
2011-08-15 Eric HolkFirst step towards port handles.
2011-08-08 unknownIntroduced task handles.
2011-08-05 Eric HolkAtomic ref counting for chans.
2011-08-04 Patrick Waltonrt: Stub shape glue and implement shape::print and...
2011-08-02 Eric HolkAdding an intrinsic for recv.
2011-07-30 Eric HolkRemoving proxies and message queues.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Brian AndersonDo all runtime calls to getenv at initialization
2011-07-21 Eric HolkLots of work on memory tracking and channels.
2011-07-13 Graydon HoareFix compile-command lines in rt.
2011-07-08 Eric HolkTightened up the scoping for our various new operators...
2011-07-04 Graydon HoareMerge pull request #605 from wilsonk/target
2011-07-01 Rob ArnoldAdd macro for refcounting runtime structures.
2011-06-28 Patrick Waltonrustc: Rename take glue to copy glue
2011-06-28 Eric HolkResurrecting the runtime unit tests, and modifying...
2011-06-28 Eric HolkRenamed what's left of rust_dom to rust_scheduler
2011-06-28 Eric HolkRemoved dom_owned, splitting things between task_owned...
2011-06-28 Eric HolkRemoving runtime tests. The runtime is tested well...
2011-06-15 Patrick WaltonMerge pull request #490 from msullivan/fix_vec_append
2011-06-14 Michael SullivanMake tydesc glue functions use cdecl.
2011-06-14 Michael SullivanMake type_desc fields have useful types and better...
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-05-27 Graydon HoareMore delicious dead code removal from runtime, upcalls.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-24 Rafael Ávila de... Only one gc glue.
2011-05-24 Rafael Ávila de... There is only one yield glue.
2011-05-24 Rafael Ávila de... Remove dead code for unwind_glue.
2011-05-24 Rafael Ávila de... There is only one activate function now.
2011-05-24 Eric HolkMerge pull request #404 from lkuper/cleanup
2011-05-24 Rafael Ávila de... "constant propagate" rust_new_exit_task_glue to its...
2011-05-18 Rafael Ávila de... Remove dead code.
2011-05-18 Rafael Ávila de... One exit_task_glue to rule them all.
2011-05-18 Rafael Ávila de... And yet more dead code.
2011-05-18 Rafael Ávila de... Remove a bit more dead code.
2011-05-09 Patrick Waltonrt: Consistently refer to structs as structs and classe...
2011-04-19 Marijn HaverbekeOverhaul logging system in runtime
2011-04-18 Marijn HaverbekeUpdate foregoing patches to leave rust_crate alone.
2011-04-18 Marijn HaverbekeMake log the log level configurable per module
2011-04-07 Marijn Haverbekeadd -O2 when compiling rt, fix warnings triggered by...
2011-03-25 Lindsey KuperA first stab at the 'nbody' demo, with support for...
2011-03-14 Graydon HoareMerge remote branch 'brson/recursive-elseif'
2011-03-14 Marijn HaverbekeAdd functionality for running external programs to...
2011-03-08 Brian AndersonMerge branch 'master' into recursive-elseif
2011-02-23 Graydon HoareAdd ABI tagging to crates, adjust rustc output and...
2011-01-15 Graydon HoareFurther corrections to the logging layer in runtime.
2011-01-14 Graydon HoareChange log buffer butes to a symbolic const in runtime.
2010-11-09 Graydon HoareSupport a special const-value refcount, use it for...
2010-09-10 Michael BebenitaCleanup, refactoring, and some runtime tests.
2010-09-09 Graydon HoareTidy up the sync dir, remove dead or mis-designed code...
2010-09-08 Michael BebenitaLots of design changes around proxies and message passi...
2010-09-08 Michael BebenitaAdded a few utility classes, cleaned up the include...
2010-08-24 Graydon HoareMerge remote branch 'tohava/master'
2010-08-18 Michael BebenitaLots of changes around memory managment in the Runtime...
2010-08-16 Michael BebenitaPulled rust_srv in its own file. Some cleanup, and...
2010-08-12 Michael BebenitaAdded support for task sleeping in the scheduler.
2010-08-11 Michael BebenitaMade ref_count a word sized value.
2010-08-10 Graydon HoareMerge commit 'tohava/master'
2010-08-10 Graydon HoareMerge commit 'jyasskin/work'
2010-08-09 Michael BebenitaFixed deadlock in the scheduler caused by condition...
2010-08-09 Michael BebenitaAdded peek() to ptr_vec.
2010-08-09 Michael BebenitaMade ref_count signed to help detect negative ref_count...
next