| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -4/+4 |
| 2015-08-27 | Restore removed code and mark it for usage in stage0 | Andrea Canciani | -0/+41 |
| 2015-08-24 | Minimize the implementation of `Rem` in libcore | Andrea Canciani | -32/+13 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -1/+3 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -1/+3 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -6/+6 |
| 2015-07-24 | Rollup merge of #27238 - steveklabnik:gh26927, r=huonw | Steve Klabnik | -0/+8 |
| 2015-07-23 | Link Deref{,Mut} to TRPL on coercions. | Steve Klabnik | -0/+8 |
| 2015-07-23 | Review feedback: add unstable marker to Placer API and put in bound that now ... | Felix S. Klock II | -1/+6 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+112 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -1/+0 |
| 2015-07-12 | Move rounding discussion to integer Div/Rem impls | William Throwe | -8/+22 |
| 2015-07-11 | Correct and clarify integer division rounding docs | William Throwe | -0/+6 |
| 2015-06-27 | std: Avoid missing fns on i686-pc-windows-msvc | Alex Crichton | -15/+29 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -17/+13 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -14/+1 |
| 2015-05-13 | Remove SNAP comments | Nick Cameron | -11/+11 |
| 2015-05-13 | Rebasing | Nick Cameron | -0/+9 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+34 |
| 2015-05-09 | Convert #[lang="..."] to #[lang = "..."] | Nick Hamann | -24/+24 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+0 |
| 2015-04-16 | Fix Debug impl for RangeFull | Ulrik Sverdrup | -1/+1 |
| 2015-04-06 | Fix code formatting in `core::ops::Add` example | Tobias Bucher | -4/+4 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -14/+14 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -4/+20 |
| 2015-04-01 | removed impls of `Neg` for `u{8,16,32,64,size}`. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -4/+20 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -0/+49 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -14/+14 |
| 2015-04-01 | Add `#[fundamental]` annotations into libcore so that `Sized` and the | Niko Matsakis | -0/+3 |
| 2015-03-31 | Add blanket impls for references to the `Fn` traits. | Niko Matsakis | -0/+49 |
| 2015-03-30 | Driveby cleanup of the impl for negation, which had some kind of | Niko Matsakis | -22/+2 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -62/+0 |
| 2015-03-25 | Auto merge of #23434 - alexcrichton:misc-stab, r=aturon | bors | -3/+4 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -0/+24 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -3/+3 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -0/+12 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -0/+24 |
| 2015-03-18 | std: Add missing stability on Range | Alex Crichton | -3/+4 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -4/+4 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -18/+18 |
| 2015-03-03 | std: Mark `Index::Output` as a stable associated type | Alex Crichton | -0/+1 |
| 2015-02-23 | Add documentation to associated types in libcore, libstd | Ivan Petkov | -0/+17 |
| 2015-02-15 | Audit integer types in ops. | Niko Matsakis | -13/+13 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -6/+3 |
| 2015-02-06 | make `IndexMut` a super trait over `Index` | Jorge Aparicio | -10/+14 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -17/+0 |
| 2015-01-31 | remove Copy impls from remaining iterators | Jorge Aparicio | -2/+2 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -0/+3 |
| 2015-01-30 | rollup merge of #21760: brson/snaps | Alex Crichton | -53/+0 |