| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -4/+136 |
| 2015-02-18 | rollup merge of #22452: nikomatsakis/issue-22040-18956-Self | Alex Crichton | -1/+14 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -4/+136 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-18 | Remove the implicit `'static` bound on `Send`. | Huon Wilson | -3/+2 |
| 2015-02-17 | When converting parameters for an object type, be careful of defaults that re... | Niko Matsakis | -1/+14 |
| 2015-02-12 | Modify `repr()` so that when `-Z verbose` is used, at least, it does not | Niko Matsakis | -34/+58 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -2/+17 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -7/+7 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -1/+1 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -7/+7 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -2/+0 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -7/+7 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -2/+0 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -10/+10 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -2/+2 |
| 2015-02-01 | Separate out the unboxed closure table into two tables, so that we can | Niko Matsakis | -3/+3 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -2/+2 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -0/+9 |
| 2015-01-30 | remove more `ExprForLoop`s | Jorge Aparicio | -1/+1 |
| 2015-01-30 | custom message for refutable patterns in for loops | Jorge Aparicio | -0/+1 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -0/+9 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | undo some conversions | Jorge Aparicio | -1/+1 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-28 | When pretty-printing object types, include the output associated type | Niko Matsakis | -45/+97 |
| 2015-01-28 | Fix a latent bug in trait dispatch where we sometimes counted associated types | Niko Matsakis | -1/+1 |
| 2015-01-28 | Move return type an associated type of the `Fn*` traits. Mostly this involves... | Niko Matsakis | -3/+5 |
| 2015-01-27 | Auto merge of #21523 - nikomatsakis:issue-21245-japaric-ti-failure, r=eddyb | bors | -17/+19 |
| 2015-01-27 | Cleanup the unification engine to use associated types, making the code much ... | Niko Matsakis | -17/+19 |
| 2015-01-27 | Add `CodeExtent::Remainder` variant; pre-req for new scoping/drop rules. | Felix S. Klock II | -28/+44 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -6/+5 |
| 2015-01-25 | Fix infinite recursion in the compiler. | Huon Wilson | -1/+1 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21396: japaric/no-parens-in-range | Alex Crichton | -3/+3 |
| 2015-01-21 | rollup merge of #21372: arielb1/remove-the-box | Alex Crichton | -48/+3 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-20 | Remove onceness & bounds - they don't do anything. | Ariel Ben-Yehuda | -16/+3 |
| 2015-01-20 | Kill TraitStore | Ariel Ben-Yehuda | -37/+5 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -3/+3 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -34/+10 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -1/+1 |
| 2015-01-15 | rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1 | Alex Crichton | -1/+1 |
| 2015-01-14 | Fix Repr output so that it does not ICE when a self-type is | Niko Matsakis | -1/+1 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -1/+1 |