| Age | Commit message (Expand) | Author | Lines |
| 2015-09-10 | Add error code for private struct field issue | Guillaume Gomez | -6/+90 |
| 2015-09-09 | Add error code for tuple struct constructor error | Guillaume Gomez | -3/+27 |
| 2015-09-09 | Add error code for unnecessary visibility qualifier | Guillaume Gomez | -1/+24 |
| 2015-09-09 | Add error code for enum item visibility error | Guillaume Gomez | -2/+29 |
| 2015-09-09 | Add new error code for visibility inside a function | Guillaume Gomez | -6/+23 |
| 2015-09-09 | Add error code for privacy error on exported signature | Guillaume Gomez | -1/+29 |
| 2015-09-09 | Add new error code for trait privacy error | Guillaume Gomez | -2/+40 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -143/+143 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -18/+18 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -2/+2 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -2/+2 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -4/+4 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -96/+51 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -11/+12 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -8/+4 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -18/+9 |
| 2015-07-04 | rustc: remove MethodOrigin::Object and use traits::VtableObject instead. | Eduard Burtescu | -1/+1 |
| 2015-07-04 | rustc_lint: use traits::select for methods in unconditional_recursion. | Eduard Burtescu | -1/+1 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -14/+10 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -1/+0 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -1/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -17/+17 |
| 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 |