| Age | Commit message (Expand) | Author | Lines |
| 2013-03-14 | core: Add to_bytes method to StrSlice trait | Brian Anderson | -0/+3 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -5/+4 |
| 2013-03-11 | libsyntax: Stop parsing bare functions in preparation for switching them over | Patrick Walton | -3/+9 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -47/+47 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -10/+19 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -366/+370 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -6/+6 |
| 2013-03-05 | auto merge of #5234 : pcwalton/rust/equiv, r=pcwalton | bors | -1/+7 |
| 2013-03-05 | libcore: Implement an `Equiv` trait and use it on hashmaps. | Patrick Walton | -1/+7 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -65/+79 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -65/+79 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -1/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -3/+0 |
| 2013-03-02 | auto merge of #5196 : thestinger/rust/ord, r=catamorphism | bors | -1/+39 |
| 2013-03-02 | add a TotalOrd trait | Daniel Micay | -1/+39 |
| 2013-02-28 | core: Address XXX, make static constants for strings used when stringifying f... | Tim Chevalier | -0/+7 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -0/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -1/+1 |
| 2013-02-26 | Move levenshtein distance fn to core::str. | Luqman Aden | -0/+34 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -9/+9 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -5/+5 |
| 2013-02-12 | Adjust borrow checker algorithm to address #4856 unsoundness, | Niko Matsakis | -3/+5 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -0/+21 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+15 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -5/+5 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -3/+3 |
| 2013-01-24 | remove remaining is_not_empty functions/methods | Daniel Micay | -13/+0 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -21/+32 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -8/+8 |
| 2013-01-13 | Merge pull request #4411 from wting/4203_rename_memcpy | Tim Chevalier | -4/+4 |
| 2013-01-10 | libcore: Fix core test. rs=broken | Patrick Walton | -6/+10 |
| 2013-01-10 | Rename memcpy, memmove, memset to prevent any confusion with the C equivalents. | William Ting | -4/+4 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+7 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -7/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+7 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -1/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+14 |
| 2012-12-23 | core: Mark some functions as pure | Chris Peterson | -4/+2 |
| 2012-12-12 | core: Remove some uses of 'move' | Brian Anderson | -31/+31 |
| 2012-12-10 | Add license boilerplate to more files. | Graydon Hoare | -0/+10 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -9/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+9 |
| 2012-11-30 | core: Make core.rc more readable. Cleanup | Brian Anderson | -0/+6 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -21/+26 |
| 2012-11-28 | Register snapshots | Brian Anderson | -78/+0 |
| 2012-11-20 | Remove parentheses from closure argument types | Erick Tryzelaar | -1/+1 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+78 |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -36/+0 |