| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -6/+6 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -6/+6 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -1/+1 |
| 2015-02-07 | Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakis | bors | -9/+3 |
| 2015-02-07 | Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichton | bors | -4/+27 |
| 2015-02-06 | rustc: Don't fall back to -L if using --extern | Alex Crichton | -9/+3 |
| 2015-02-06 | Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | bors | -4/+4 |
| 2015-02-06 | Improve error message, when found staticlib instead crate | Potpourri | -4/+27 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -4/+4 |
| 2015-02-02 | remove unused mut qualifiers | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -2/+2 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -3/+3 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -22/+25 |
| 2015-01-09 | Make the metadata loader use the appropriate Target structure | John Kåre Alsaker | -2/+5 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -31/+31 |
| 2015-01-06 | rollup merge of #20653: alexcrichton/entry-unstable | Alex Crichton | -1/+1 |
| 2015-01-07 | fallout | Nick Cameron | -1/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -18/+18 |
| 2015-01-06 | [breaking change] Revert Entry behaviour to take keys by value. | Dylan Ede | -1/+1 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -6/+6 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -5/+3 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -18/+18 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -1/+1 |
| 2014-12-13 | librustc: use tuple indexing | Jorge Aparicio | -3/+3 |
| 2014-12-10 | rustc: Fix `make install` | Alex Crichton | -3/+3 |
| 2014-12-09 | rollup merge of #19614: steveklabnik/gh19599 | Alex Crichton | -3/+3 |
| 2014-12-07 | remove usage of notrust from the docs | Steve Klabnik | -3/+3 |
| 2014-12-06 | librustc: remove unnecessary `as_slice()` calls | Jorge Aparicio | -3/+3 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -20/+8 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -1/+1 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -1/+1 |
| 2014-11-14 | auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton | bors | -7/+5 |
| 2014-11-13 | Tweak and add test for detecting libraries with mismatching target triples. | Huon Wilson | -7/+5 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -7/+9 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -72/+28 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -24/+11 |
| 2014-11-03 | Clean-up transmutes in librustc | Ariel Ben-Yehuda | -24/+11 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+3 |
| 2014-10-13 | Don't ICE on bad extern paths | Steven Fackler | -31/+40 |
| 2014-10-09 | rustc: Convert statics to constants | Alex Crichton | -12/+12 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -3/+7 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-08-16 | auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichton | bors | -2/+2 |