| Age | Commit message (Expand) | Author | Lines |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -10/+10 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -4/+4 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -2/+43 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -12/+21 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -1/+1 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -10/+10 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -1/+1 |
| 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-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -9/+9 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -18/+32 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -21/+24 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -2/+2 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -87/+31 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -13/+13 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-03 | privacy: walk associated types in trait impls | Jorge Aparicio | -1/+12 |
| 2015-02-26 | Record the publicity of struct fields and enum variants. | Huon Wilson | -0/+10 |
| 2015-02-24 | Fix fallout from correct stability handling in UFCS. | Eduard Burtescu | -1/+0 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -6/+6 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -13/+13 |
| 2015-02-24 | rustc_resolve: don't handle impl items as if they were modules. | Eduard Burtescu | -7/+3 |
| 2015-02-24 | rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. | Eduard Burtescu | -2/+0 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -5/+0 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -0/+5 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -42/+27 |
| 2015-02-24 | Revert bogus rename from DefTrait to DefaultImpl. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -3/+4 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -4/+4 |
| 2015-02-22 | Fix fallout from libsyntax implementation | Flavio Percoco | -2/+3 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -2/+2 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -3/+3 |
| 2015-02-10 | Add comment noting that this naive approach is not too naive. | Felix S. Klock II | -0/+3 |
| 2015-02-10 | Make FRU respect privacy of all struct fields, mentioned or unmentioned. | Felix S. Klock II | -14/+15 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -5/+5 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -27/+27 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -4/+3 |
| 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 | -59/+37 |
| 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 |