| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -15/+15 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+1 |
| 2014-05-26 | Improve docs for core::tuple | Piotr Jawniak | -2/+50 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+8 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit the tuple module | Alex Crichton | -0/+330 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -439/+0 |
| 2013-05-19 | Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests. | Huon Wilson | -19/+87 |
| 2013-05-19 | Move tuple tests into submodule | Brendan Zabarauskas | -48/+54 |
| 2013-05-19 | Fix Ord implementation to use lexical ordering | Brendan Zabarauskas | -14/+14 |
| 2013-05-19 | Replace Tuple{2..12} trait with CloneableTuple{2..12} and ImmutableTuple{2..12} | Brendan Zabarauskas | -116/+141 |
| 2013-05-19 | Use match instead of intermediate variable | Brendan Zabarauskas | -7/+9 |
| 2013-05-19 | Adapt the getter macro to implement Clone, Eq and Ord for n-ary tuples | Brendan Zabarauskas | -145/+55 |
| 2013-05-18 | Return a reference to the tuple elements instead of copying | Brendan Zabarauskas | -94/+92 |
| 2013-05-18 | Merge trait and impl macros by using an inner module | Brendan Zabarauskas | -129/+124 |
| 2013-05-18 | Use assert_eq! instead of assert! | Brendan Zabarauskas | -7/+7 |
| 2013-05-18 | use n{0..11} instead of _{0..12} for accessor method names | Brendan Zabarauskas | -100/+100 |
| 2013-05-18 | Create tuple element accessor traits | Brendan Zabarauskas | -0/+165 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -7/+7 |
| 2013-05-04 | Register snapshots | Brian Anderson | -28/+0 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -2/+2 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -0/+28 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -1/+0 |
| 2013-04-03 | Implement Clone for tuples | James Miller | -0/+17 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -5/+5 |
| 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/+39 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -22/+22 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -5/+5 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -5/+5 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 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 | -1/+2 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -7/+7 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -0/+2 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -8/+8 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+21 |
| 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 | -0/+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/+4 |
| 2012-11-28 | Register snapshots | Brian Anderson | -93/+0 |