| Age | Commit message (Expand) | Author | Lines |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -1/+2 |
| 2013-05-12 | Add use declaration for container::Set | Samuel Chase | -1/+1 |
| 2013-05-11 | Fix errors in test_hashset(). | Samuel Chase | -3/+4 |
| 2013-05-11 | Use acc.push_str() instead of str::push_str(..) | Samuel Chase | -12/+24 |
| 2013-05-11 | Add test: test_hashset() | Samuel Chase | -0/+14 |
| 2013-05-11 | Add str representation for HashSet. | Samuel Chase | -0/+18 |
| 2013-05-11 | Remove extra space between key and value. | Samuel Chase | -6/+9 |
| 2013-05-11 | All tests, including newly added test_hashmap() pass. The empty Hash Table do... | Samuel Chase | -9/+11 |
| 2013-05-11 | Removed test_hashmap() for the time, being. All tests pass with make check. | Samuel Chase | -10/+11 |
| 2013-05-11 | Add to_str() for HashMaps, and some basic tests as well. | Samuel Chase | -0/+36 |
| 2013-04-20 | Added Ascii type | Marvin Löbel | -0/+6 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -42/+21 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -16/+16 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | core: As per #4898, finish impls for one-tuples | Tim Chevalier | -1/+10 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -8/+8 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -12/+0 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -17/+17 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-02-27 | auto merge of #5098 : pkgw/rust/pr/issue4869, r=brson | bors | -21/+5 |
| 2013-02-27 | Added ToStr implementations for &[T] and @[T] | Marvin Löbel | -0/+43 |
| 2013-02-23 | libcore: remove default to_str implementations for pointer types | Peter Williams | -21/+5 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -5/+5 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -0/+2 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -10/+10 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -18/+34 |
| 2013-02-03 | Converted the floating point types to the new string conversion functions. | Marvin Löbel | -12/+0 |
| 2013-02-03 | Converted libcore/uint-template.rs to the new string functions. | Marvin Löbel | -20/+0 |
| 2013-02-03 | Converted libcore/int-template.rs to the new string functions. | Marvin Löbel | -20/+0 |
| 2013-01-30 | rustc: make integral type inference transactional, close #3211, close #4401, ... | Graydon Hoare | -2/+2 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -10/+14 |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+23 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -16/+19 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -25/+27 |
| 2012-09-28 | De-export logging, to_str, to_bytes, from_str, util. Part of #3583. | Graydon Hoare | -2/+1 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -0/+6 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -1/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+1 |
| 2012-09-12 | libcore: Add some visitor-based logging functionality | Patrick Walton | -0/+6 |