| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -17/+17 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -17/+17 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -1/+0 |
| 2015-02-18 | Extend the implicator so it produces general obligations and also so | Niko Matsakis | -2/+0 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -1/+0 |
| 2015-02-15 | Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakis | bors | -1225/+1213 |
| 2015-02-13 | Instead of putting them in the book, make them READMEs. | Steve Klabnik | -2/+1212 |
| 2015-02-12 | Add a couple FIXME notes inspired during my review. | Felix S. Klock II | -0/+8 |
| 2015-02-12 | librustc: Forbid partial reinitialization of uninitialized structures or | Kevin Butler | -1/+35 |
| 2015-02-11 | rollup merge of #22127: alexcrichton/stability-holes | Alex Crichton | -3/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -3/+3 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -1/+1 |
| 2015-02-10 | Move rustc docs to the book | Steve Klabnik | -1223/+1 |
| 2015-02-10 | Add error message (i.e. do not ICE) when moving out of unsafe pointers. | Felix S. Klock II | -0/+1 |
| 2015-02-07 | Restrictions on moves out-from and into fixed-length arrays. | Felix S. Klock II | -19/+86 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -2/+2 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -2/+2 |
| 2015-02-06 | librustc_borrowck has been updated | GuillaumeGomez | -2/+2 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -14/+14 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-03 | Remove the explicit closure kind syntax from the parser and AST; | Niko Matsakis | -1/+1 |
| 2015-02-02 | `for x in xs.iter_mut()` -> `for x in &mut xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -21/+21 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -8/+7 |
| 2015-01-29 | Auto merge of #21691 - edwardw:double-closure, r=nikomatsakis | bors | -11/+11 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -8/+8 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-27 | borrowck: aliasability violation with closure captures can happen | Edward Wang | -11/+11 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+3 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+4 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -1/+1 |
| 2015-01-18 | Fix typedef/module name conflicts in the compiler | Alex Crichton | -2/+2 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-08 | auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton | bors | -10/+17 |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -0/+1 |
| 2015-01-08 | rollup merge of #20751: nikomatsakis/issue-20232 | Alex Crichton | -9/+15 |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -0/+1 |
| 2015-01-08 | Update the "English-language" to-string function of a `cmt` to use | Niko Matsakis | -9/+15 |