| Age | Commit message (Expand) | Author | Lines |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -139/+0 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1/+1 |
| 2013-02-27 | Remove the last remnants of rtcalls | Brian Anderson | -17/+11 |
| 2013-02-26 | Add a 'start' lang item and use it instead of rust_start | Brian Anderson | -1/+16 |
| 2013-02-14 | core: Clean up XXXes | Tim Chevalier | -1/+1 |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -9/+5 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -9/+5 |
| 2013-01-29 | librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M... | Patrick Walton | -1/+6 |
| 2013-01-29 | libcore: De-export libcore. rs=deexporting | Patrick Walton | -5/+3 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -0/+39 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -10/+11 |
| 2013-01-07 | librustc: Fold rt items into lang items. Shaves another 10% or so off hello w... | Patrick Walton | -3/+6 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -4/+3 |
| 2012-12-10 | Adjust the die macro to only accept ~str and to work in statement position | Brian Anderson | -8/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-30 | core: Make core.rc more readable. Cleanup | Brian Anderson | -0/+2 |
| 2012-11-28 | libsyntax: Implement a macro `die!` to replace the `fail` expression. r=brson | Patrick Walton | -3/+6 |
| 2012-10-02 | De-export the submodules of task. Part of #3583. | Graydon Hoare | -8/+7 |
| 2012-09-30 | When a vec/str bounds check fails, include the bad index and the length of th... | Gareth Daniel Smith | -0/+10 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-13 | core: Remove old definition of rt_fail | Brian Anderson | -6/+0 |
| 2012-09-12 | Rename core::rt_fail to core::rt_fail_ | Brian Anderson | -0/+6 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 |
| 2012-09-07 | gc: Avoid walking stack above caller frame. | Elliott Slaughter | -2/+1 |
| 2012-09-07 | gc: Add stack walker for new garbage collector. | Elliott Slaughter | -0/+4 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -4/+4 |
| 2012-09-02 | core: warn(non_camel_case_types) everywhere, with few exceptions | Brian Anderson | -0/+1 |
| 2012-08-14 | De-mode comm, libc, priv, rt, sync, arc. Super easy. | Ben Blum | -0/+3 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 |
| 2012-07-24 | Don't emit invoke instructions inside landing pads. | Elliott Slaughter | -0/+6 |
| 2012-07-23 | Moved malloc and free upcalls into rust runtime. | Elliott Slaughter | -1/+35 |
| 2012-07-23 | Move fail upcall into rust libcore. | Elliott Slaughter | -0/+27 |