]> git.lizzy.rs Git - rust.git/history - src/rt/rust.cpp
rewrite task tests
[rust.git] / src / rt / rust.cpp
2012-01-07 Niko Matsakisrewrite task tests
2012-01-07 Niko Matsakissimplify task impl
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Brian Andersonrt: Remove debug printf in rust_start
2011-11-17 Patrick Waltonrt: More work on morestack
2011-11-17 Brian AndersonRevert "rt: More work on morestack"
2011-11-17 Patrick Waltonrt: More work on morestack
2011-11-15 Patrick WaltonRevert "rt: More work on morestack"
2011-11-15 Patrick Waltonrt: More work on morestack
2011-10-20 Marijn HaverbekeDon't rely on main.ll anymore
2011-10-05 Niko Matsakisremove pthread_exit() from rust_start()
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonRemove unused runtime functions. Issue #855
2011-09-03 Brian AndersonAdd a rust_str typedef to the runtime. Issue #855
2011-09-03 Brian AndersonRename istr-stuff to str in the runtime. Issue #855
2011-09-02 Brian AndersonRemove estrs and evecs from runtime. Issue #855
2011-09-02 Brian AndersonRemove lots of estr code from rustc. Issue #855
2011-09-01 Brian AndersonFactor out make_istr utility function in runtime. Issue...
2011-08-31 Brian AndersonAllow main to take istrs. Issue #855
2011-08-29 Marijn HaverbekeImplement non-internal ivecs
2011-08-24 Marijn HaverbekeRemove rust_start_ivec
2011-08-18 Brian AndersonRemove oldvecs from runtime command line processing
2011-08-18 Brian AndersonSimplify the _rust_main/rust_start interface
2011-08-18 Brian AndersonContinue transition to an ivec-only main
2011-08-16 Brian AndersonAccept main(args: [str]) as main signature
2011-08-15 Eric HolkProperly ref counting to fix valgrind issues on linux.
2011-08-08 unknownIntroduced task handles.
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-28 Eric HolkPer-thread scheduling. Closes #682.
2011-07-28 Eric HolkMade root_task no longer special.
2011-07-26 Brian AndersonBase scheduler threads on number of cores. Closes #739
2011-07-21 Eric HolkLots of work on memory tracking and channels.
2011-07-13 Graydon HoareProhibit trailing whitespace under 'tidy' script. Clean...
2011-06-29 Tim ChevalierAdd a runtime flag to enable/disable claims en masse
2011-06-28 Eric HolkRenamed what's left of rust_dom to rust_scheduler
2011-06-28 Eric HolkMoved win32_require to the kernel.
2011-06-28 Eric HolkFixed Win32 compile errors.
2011-06-28 Eric HolkRemoved dom_owned, splitting things between task_owned...
2011-06-28 Eric HolkMoved thread management to rust_kernel.
2011-06-28 Eric HolkThere is only one domain per kernel now.
2011-06-27 Graydon HoareA little tidying in rt.
2011-06-27 Eric HolkAdded an environment variable to control how many threa...
2011-06-27 Eric HolkBasic multithreading support. The infinite loops test...
2011-06-16 Eric HolkFixed a problem where spawn arguments were getting...
2011-06-16 Eric HolkMerge branch 'master' of github.com:graydon/rust into...
2011-06-15 Eric HolkStep 3 of cdecl conversion.
2011-06-15 Eric HolkStep 2 of cdecl task transition.
2011-06-15 Eric HolkStep 1 of moving task startup to always be cdecl.
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-06-11 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-06-11 Graydon HoareMove rt:: logging namespace to ::rt:: and implement...
2011-05-31 Rafael Ávila de... Remove code that is now dead.
2011-05-31 Rafael Ávila de... Start finishing up the rust_start signature transition.
2011-05-27 Graydon HoareMore delicious dead code removal from runtime, upcalls.
2011-05-25 Rafael Ávila de... dead argument removal part one.
2011-05-25 Rafael Ávila de... Dead code.
2011-05-24 Rafael Ávila de... Dead code elimination.
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... One exit_task_glue to rule them all.
2011-05-18 Rafael Ávila de... Remove a bit more dead code.
2011-05-18 Rafael Ávila de... Remove dead rustboot code.
2011-04-19 Marijn HaverbekeOverhaul logging system in runtime
2011-04-18 Marijn HaverbekeAdd a proper check for rustboot
2011-04-18 Marijn HaverbekeTemporarily turn off logging initialization
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 HaverbekeMove to macro-based logging checks in the C++ code
2011-03-08 Brian AndersonMerge branch 'master' into recursive-elseif
2011-02-23 Graydon HoareAdd ABI tagging to crates, adjust rustc output and...
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-16 Michael BebenitaPulled rust_srv in its own file. Some cleanup, and...
2010-08-10 Graydon HoareMerge commit 'tohava/master'
2010-08-10 Graydon HoareMerge commit 'jyasskin/work'
2010-08-09 Michael BebenitaChanged array_list::replace() return behavior.
2010-08-09 Jeffrey YasskinAdd names to tasks and domains. These can either be...
2010-07-29 Michael BebenitaFix typos in comments, delete obsolete comments and...
2010-07-29 Michael BebenitaAdd a warning interface to rust_srv.
2010-07-29 Michael BebenitaMove allocation-tracking into rust_srv.
2010-07-19 Michael BebenitaAdded a message passing system based on lock free queue...
2010-07-15 Graydon HoareMerge branch 'contrib'
2010-07-15 Roy FrostigAdd another null byte preceding commandline args passed...
2010-07-05 Graydon HoareFix bug in win32 command-line arg processing.
2010-06-24 Graydon HoarePopulate tree.