| Age | Commit message (Expand) | Author | Lines |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -4/+4 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -1/+2 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -2/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -4/+4 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-16 | Improve error handling in libflate | Tobias Bucher | -2/+2 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -23/+24 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -1/+1 |
| 2015-02-24 | style nitpicks | Oliver Schneider | -7/+5 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -15/+15 |
| 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 |