| Age | Commit message (Expand) | Author | Lines |
| 2013-05-23 | rustc: Give glue symbols meaningful names | Brian Anderson | -12/+13 |
| 2013-05-23 | rustc: Check for null before dropping ~objects. #5192 | Brian Anderson | -14/+41 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -2/+4 |
| 2013-05-23 | libextra: Add missing core::prelude import. rs=burningtree | Patrick Walton | -0/+2 |
| 2013-05-23 | etc: Fix test combiner for core->std/std->extra change. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+25 |
| 2013-05-22 | libextra: Allow unnecessary allocations | Patrick Walton | -0/+1 |
| 2013-05-22 | libsyntax: Fix more merge fallout. | Patrick Walton | -4/+6 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -20/+1042 |
| 2013-05-22 | test: Update tests and import the prelude in some more places. | Patrick Walton | -43/+66 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -565/+565 |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -53/+75 |
| 2013-05-22 | fuzzer: Change `core` to `std` in the fuzzer | Patrick Walton | -7/+14 |
| 2013-05-22 | librustdoc: Rename `std` to `extra`. | Patrick Walton | -6/+6 |
| 2013-05-22 | libfuzzer: Rename `std` to `extra`. | Patrick Walton | -5/+4 |
| 2013-05-22 | librustc: Make `std_inject` inject the name `std`, not `core` | Patrick Walton | -2/+2 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -100/+111 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -30/+543 |
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -18/+18 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -3928/+3884 |
| 2013-05-22 | librustc: Fix privacy checking for cross-crate variants | Patrick Walton | -34/+81 |
| 2013-05-22 | librustc: Make `~Trait` two words by storing the type descriptor in the vtable. | Patrick Walton | -53/+73 |
| 2013-05-22 | test: Fix tests. | Patrick Walton | -42/+55 |
| 2013-05-22 | librustc: Disable borrow check debugging even when rustc is compiled with -O0. | Patrick Walton | -5/+12 |
| 2013-05-22 | librustc: Disallow `use` from reaching into impls or traits. | Patrick Walton | -65/+187 |
| 2013-05-22 | auto merge of #6677 : yjh0502/rust/smallintset, r=graydon | bors | -1/+242 |
| 2013-05-22 | auto merge of #6669 : yjh0502/rust/fix_6209, r=graydon | bors | -79/+181 |
| 2013-05-22 | auto merge of #6686 : cmr/rust/fix-6596, r=catamorphism | bors | -4/+16 |
| 2013-05-22 | Add test | Corey Richardson | -0/+9 |
| 2013-05-22 | Fix ICE in macros | Corey Richardson | -4/+7 |
| 2013-05-22 | revert no-longer-required workaround for mystery bug, close #3396 | Graydon Hoare | -11/+2 |
| 2013-05-22 | testsuite: Make main fn public | Tim Chevalier | -1/+1 |
| 2013-05-22 | testsuite: Add passing test for #4107 | Tim Chevalier | -0/+33 |
| 2013-05-22 | auto merge of #6672 : yjh0502/rust/fix_6342, r=graydon | bors | -4/+26 |
| 2013-05-22 | Implement static_assert attribute | Corey Richardson | -1/+43 |
| 2013-05-22 | declare that "///" is still a doc comment, just not "////+" (fixes #5838) | Benjamin Herr | -2/+9 |
| 2013-05-22 | add smallintset | Jihyun Yu | -1/+242 |
| 2013-05-22 | auto merge of #6671 : kud1ing/rust/patch-1, r=z0w0 | bors | -1/+1 |
| 2013-05-22 | Fix #6342 | Jihyun Yu | -4/+26 |
| 2013-05-22 | "Type :help for help", similar to ghci | kud1ing | -1/+1 |
| 2013-05-22 | fix issue #6209 | Jihyun Yu | -79/+181 |
| 2013-05-22 | fix arm stack alignment | Jyun-Yan You | -3/+7 |
| 2013-05-21 | auto merge of #6665 : catamorphism/rust/issue-5741, r=nikomatsakis | bors | -0/+18 |
| 2013-05-21 | auto merge of #6664 : catamorphism/rust/issue-3796, r=catamorphism | bors | -1/+36 |
| 2013-05-21 | auto merge of #6662 : catamorphism/rust/issue-4780, r=catamorphism | bors | -0/+14 |
| 2013-05-21 | rustc: Don't generate code for unreachable expressions | Tim Chevalier | -0/+18 |
| 2013-05-21 | testsuite: Add xfailed test cases | Tim Chevalier | -0/+35 |
| 2013-05-21 | testsuite: Update test for #2478. Still xfailed | Tim Chevalier | -1/+1 |
| 2013-05-21 | testsuite: Test for #4780 | Tim Chevalier | -0/+14 |
| 2013-05-21 | auto merge of #6658 : sanxiyn/rust/static-string-2, r=thestinger | bors | -11/+11 |