| Age | Commit message (Expand) | Author | Lines |
| 2015-10-28 | The `source_did` may not be local, so don't unwrap the | Niko Matsakis | -2/+2 |
| 2015-10-28 | Add some debug printouts to librustc_privacy | Niko Matsakis | -3/+12 |
| 2015-10-27 | Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc | bors | -2/+6 |
| 2015-10-26 | Revert "Remove unnecessary trait accessibility check." | Alex Crichton | -2/+6 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -6/+6 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -8/+8 |
| 2015-10-13 | Fix failing privacy test | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -8/+8 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -6/+4 |
| 2015-10-01 | Make calling def_id on a DefSelfTy an error; the previous defids that | Niko Matsakis | -2/+3 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -37/+59 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -1/+1 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -13/+0 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -1/+0 |
| 2015-09-23 | Auto merge of #28535 - petrochenkov:name, r=nrc | bors | -8/+8 |
| 2015-09-22 | Auto merge of #28504 - Eljay:fix-trait-privacy, r=nrc | bors | -6/+2 |
| 2015-09-22 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -4/+4 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton | bors | -19/+16 |
| 2015-09-19 | Remove unnecessary trait accessibility check. | Eljay | -6/+2 |
| 2015-09-17 | Workaround for imports with empty braces | Vadim Petrochenkov | -3/+7 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -17/+10 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -19/+2 |
| 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 |