]> git.lizzy.rs Git - rust.git/history - src/rt/rust_builtin.cpp
rt: Fix alignment in debug_opaque
[rust.git] / src / rt / rust_builtin.cpp
2013-02-13 Luqman Adenrt: Fix alignment in debug_opaque
2013-02-13 Luqman Adenrt: take into account alignment for debug_opaque. Close...
2013-02-13 Luqman Adenrt: get rid of rust_fn and replace with fn_env_pair...
2013-02-13 borsauto merge of #4900 : luqmana/rust/core_os_errors,...
2013-02-13 borsauto merge of #4881 : bjz/rust/incoming, r=catamorphism
2013-02-12 borsauto merge of #4880 : erickt/rust/hashmap-cleanup,...
2013-02-12 borsauto merge of #4858 : z0w0/rust/rm_weak_task_count...
2013-02-12 borsauto merge of #4876 : brson/rust/debuginfo, r=brson
2013-02-12 Luqman Adenrt: remove last_os_error and adjust tests.
2013-02-10 borsauto merge of #4861 : sethpink/rust/incoming, r=catamor...
2013-02-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-09 borsauto merge of #4854 : thestinger/rust/oldmap, r=catamor...
2013-02-09 borsauto merge of #4853 : Thiez/rust/incoming, r=catamorphism
2013-02-09 borsauto merge of #4852 : Caseus/rust/issue-4836, r=brson
2013-02-09 Zack CorrRename dec/inc_weak_task_count to inc/dec_live_count...
2013-02-09 Mark Vianrt: remove unused 'rust_compare_and_swap_ptr'. Closes...
2013-02-05 Tim ChevalierMerge
2013-02-04 Brian AndersonMerge remote-tracking branch 'bstrie/rimov' into incoming
2013-02-03 borsautomated merge
2013-02-02 Brian Andersonrt: Remove ports
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream2'
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-24 Brian AndersonRemove old comm-based weak task interface
2013-01-24 Brian Andersoncore: Convert getenv/setenv to use a mutex
2013-01-24 Brian Andersoncore: Add new weak task API
2013-01-23 Tim ChevalierMerge pull request #4466 from ScriptDevil/master
2013-01-18 Brian Andersoncore: Add private global data interface. #3915
2013-01-16 Patrick WaltonMerge pull request #4440 from pcwalton/tutorial
2013-01-16 Brian AndersonAdd at_exit function #4450
2013-01-16 Brian AndersonSpawn new tasks onto the primary scheduler by default...
2013-01-14 Brian AndersonMerge pull request #4477 from jld/char-repr
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-14 ILyoanMore android support
2013-01-14 kyeongwoonSupport ARM and Android
2013-01-13 Tim ChevalierMerge pull request #4411 from wting/4203_rename_memcpy
2013-01-13 Tim ChevalierMerge pull request #4444 from JensNockert/pub-semaphore
2013-01-12 Tim ChevalierMerge pull request #4443 from wting/4386_add_privs
2013-01-12 Tim ChevalierMerge pull request #4445 from apasel422/notop
2013-01-11 Brian AndersonAdd core::private::run_in_bare_thread
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareAdd license boilerplate to more files.
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-10-25 Brian AndersonMerge remote-tracking branch '14427/incoming'
2012-10-24 Brian AndersonMerge pull request #3838 from vertexclique/incoming
2012-10-24 Brian AndersonMerge branch 'method-vis-parse'
2012-10-23 Brian Andersonrt: Remove box annihilator
2012-10-23 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-10-22 Luqman AdenReplace rust_atomic_increment/decrement and rust_compar...
2012-10-04 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-03 Graydon HoareAttempt to fix os::args errors on various platforms.
2012-10-03 Brian AndersonMerge pull request #3644 from lucab/lucab/to-upstream...
2012-10-02 Patrick Waltonlibstd: Switch off legacy modes in both core and std.
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-25 Patrick Waltonrustc: Fix calls to the logging function when the must_...
2012-09-25 Patrick WaltonRevert "rustc: Stop using shape code for logging" due...
2012-09-25 Patrick Waltonrustc: Stop using shape code for logging
2012-09-25 Patrick Waltonrt: Add a logging function for strings (only).
2012-09-19 Philipp BrüschweilerV2: now with more locks!
2012-09-19 Philipp Brüschweilercore: Allocate threads on demand, not on scheduler...
2012-09-13 Brian AndersonMerge pull request #3487 from Blei/fix-3465
2012-09-13 Philipp Brüschweilerrt: Implement ThreadPerCore scheduling mode
2012-09-07 Elliott Slaughtergc: Fix for GC missing stack frames across segment...
2012-08-31 Brian AndersonMerge remote-tracking branch 'erickt/incoming'
2012-08-31 Elliott Slaughterrt: Add interface to box annihilator.
2012-08-31 Erick Tryzelaarlibcore: rewrite str::reserve in pure rust.
2012-08-31 Erick Tryzelaarlibcore: Rewrite str::unsafe::push_byte in pure rust.
2012-08-31 Erick Tryzelaarlibcore: rewrite vec::unsafe::from_buf in pure rust
2012-08-22 Brian AndersonMerge pull request #3244 from dbp/osbug
2012-08-22 Brian AndersonMerge pull request #3240 from Dretch/bitvfixes
2012-08-22 Brian AndersonMerge pull request #3230 from killerswan/version-info...
2012-08-22 Ben BlumMerge pull request #3231 from killerswan/modes1
2012-08-22 Ben BlumMerge pull request #3229 from Vincent-Belliard/master
2012-08-22 Michael SullivanMake std::arena run destructors. Closes #2831.
2012-08-17 Ben BlumFix issue-506.rs by adding a void-returning stub in...
2012-08-11 Brian AndersonMerge pull request #3185 from megakorre/master
2012-08-07 Ben BlumRemove rust_cond_lock and sys::condition (rename to...
2012-08-04 Ben Blumrt: expose rust_task refcounts to rustland
2012-07-26 Paul StansiferMerge branch 'master' of github.com:paulstansifer/rust
2012-07-25 Ben BlumFix asserts & short-read bug in isaac_seed (#2870)
2012-07-25 Graydon HoareMerge pull request #3014 from elliottslaughter/fix...
2012-07-25 Ben BlumRemove notification channels in runtime (closes #1078)
2012-07-24 Ben BlumChange yield() and wait_event() to be MUST_CHECK and...
2012-07-24 Ben Blumtiny runtime cleanup
2012-07-24 Ben BlumRemove unsupervise
2012-07-24 Graydon HoareMerge pull request #3003 from elliottslaughter/free...
2012-07-24 Ben BlumAdd 'do atomically { .. }' for exclusives
2012-07-21 Graydon HoareMerge tag 'release-0.3.1' into incoming
2012-07-20 Tim ChevalierMerge pull request #2910 from gwillen/bug-2360
2012-07-20 Tim ChevalierMerge remote-tracking branch 'Havvy/master' into Havvy...
2012-07-20 Tim ChevalierMerge pull request #2939 from jld/randomfloat
2012-07-18 Ben BlumTasks should not hold a ref to their parent (Close...
2012-07-18 Michael SullivanCreate some infrastructure for building up @-vectors...
2012-07-14 Michael SullivanMerge branch 'vector-reform' into incoming
2012-07-14 Ben BlumAdd asserts to check fail_sched_loop() only once
2012-07-14 Ben BlumReintroduce linked failure (killing runtime)
2012-07-13 Tim ChevalierComments only: TODOs to FIXME in the runtime
2012-07-13 Graydon HoareMerge remote-tracking branch 'origin/dist-snap' into...
2012-07-12 Ben BlumRevert linked failure (killing runtime)
2012-07-12 Ben BlumFix linked failure with root taskgroup to kill the...
2012-07-12 Michael SullivanMerge branch 'rt-changes' into incoming
next