| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -1/+1 |
| 2013-05-08 | auto merge of #6327 : z0w0/rust/rm-notest, r=brson | bors | -5/+5 |
| 2013-05-08 | libcore: Remove mutable fields from os and ptr | Patrick Walton | -1/+4 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -5/+5 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -8/+8 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -4/+4 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -11/+0 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -17/+17 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -102/+100 |
| 2013-04-14 | core: remove unnecessary unsafe blocks/functions | Alex Crichton | -6/+2 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -26/+26 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+2 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -3/+3 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -34/+34 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -6/+6 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -9/+9 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -12/+10 |
| 2013-03-11 | core: Convert obsolete fn syntax | Brian Anderson | -2/+2 |
| 2013-03-11 | core: convert asserts to fail_unless! | Jeff Olson | -4/+4 |
| 2013-03-11 | rt/core: port os::list_dir to rust ref #4812 | Jeff Olson | -2/+4 |
| 2013-03-11 | core: rt/core: impl os::env() in rust ref #4812 | Jeff Olson | -0/+132 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -5/+10 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -22/+22 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -17/+24 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -9/+9 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -9/+9 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -9/+12 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -3/+3 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -3/+3 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1/+1 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -6/+1 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -10/+2 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -6/+6 |
| 2013-02-07 | core: Remove transitional code | Tim Chevalier | -11/+0 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -1/+1 |
| 2013-01-29 | librustc: Speed up byte copy operations. r=nmatsakis | Patrick Walton | -1/+25 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -22/+34 |
| 2013-01-18 | Rename copy_overlapping_memory() to copy_memory() | Chris Peterson | -21/+1 |
| 2013-01-13 | Long lines | Tim Chevalier | -1/+2 |
| 2013-01-13 | Merge pull request #4411 from wting/4203_rename_memcpy | Tim Chevalier | -6/+6 |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+14 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -6/+12 |
| 2013-01-10 | Rename memcpy, memmove, memset to prevent any confusion with the C equivalents. | William Ting | -6/+6 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+3 |