| Age | Commit message (Expand) | Author | Lines |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-22 | Register diagnostics for rustc_privacy and rustc_trans properly | Manish Goregaokar | -0/+2 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -172/+103 |
| 2015-11-18 | Various straight-forward ports that override `visit_nested_items` | Niko Matsakis | -38/+68 |
| 2015-11-18 | Rework stability annotation pass | Vadim Petrochenkov | -5/+15 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -12/+12 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -12/+12 |
| 2015-11-10 | Use exhaustive matching | Vadim Petrochenkov | -2/+8 |
| 2015-11-09 | rustc_privacy: Fix bugs in SanePrivacyVisitor | Vadim Petrochenkov | -70/+47 |
| 2015-11-05 | `EmbargoVisitor::reexports` isn't needed | Vadim Petrochenkov | -15/+5 |
| 2015-11-05 | rustc_privacy: Do not export items needed solely for the reachability analysis | Vadim Petrochenkov | -12/+14 |
| 2015-11-02 | Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton | bors | -124/+149 |
| 2015-11-03 | Parens + issue number + typo | Vadim Petrochenkov | -4/+4 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -1/+1 |
| 2015-10-29 | Make fields and macro defs exported | Vadim Petrochenkov | -16/+4 |
| 2015-10-28 | The `source_did` may not be local, so don't unwrap the | Niko Matsakis | -2/+2 |
| 2015-10-28 | Fix for middle::reachable + better comments and tests | Vadim Petrochenkov | -51/+13 |
| 2015-10-27 | Add some debug printouts to librustc_privacy | Niko Matsakis | -3/+12 |
| 2015-10-27 | Comments and formatting | Vadim Petrochenkov | -14/+44 |
| 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-25 | rustc_privacy: Expand public node set, build exported node set more correctly | Vadim Petrochenkov | -92/+137 |
| 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 |