summary refs log tree commit diff
path: root/src/libcore/rt.rs
AgeCommit message (Expand)AuthorLines
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-8/+7
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-13core: Remove old definition of rt_failBrian Anderson-6/+0
2012-09-12Rename core::rt_fail to core::rt_fail_Brian Anderson-0/+6
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-07gc: Avoid walking stack above caller frame.Elliott Slaughter-2/+1
2012-09-07gc: Add stack walker for new garbage collector.Elliott Slaughter-0/+4
2012-09-04libcore: "import" -> "use"Patrick Walton-4/+4
2012-09-02core: warn(non_camel_case_types) everywhere, with few exceptionsBrian Anderson-0/+1
2012-08-14De-mode comm, libc, priv, rt, sync, arc. Super easy.Ben Blum-0/+3
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-24Don't emit invoke instructions inside landing pads.Elliott Slaughter-0/+6
2012-07-23Moved malloc and free upcalls into rust runtime.Elliott Slaughter-1/+35
2012-07-23Move fail upcall into rust libcore.Elliott Slaughter-0/+27