| Age | Commit message (Expand) | Author | Lines |
| 2019-02-01 | Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov | bors | -1/+40 |
| 2019-02-01 | Cleanup unecessary code | Aaron Hill | -5/+0 |
| 2019-02-01 | Remove unnecessary is_local() check | Aaron Hill | -2/+1 |
| 2019-02-01 | Replace --extern-public with --extern-private | Aaron Hill | -10/+10 |
| 2019-02-01 | Tidy fixes | Aaron Hill | -3/+4 |
| 2019-02-01 | Move --extern-public behind -Z unstable-options | Aaron Hill | -7/+7 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -4/+6 |
| 2019-02-01 | Delete dead code | Aaron Hill | -26/+0 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -1/+1 |
| 2019-02-01 | Fixup code | Aaron Hill | -84/+20 |
| 2019-02-01 | Fix emitting lint | Aaron Hill | -18/+31 |
| 2019-02-01 | Initial implementation work | Aaron Hill | -5/+124 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -2/+2 |
| 2019-01-19 | Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 | Mazdak Farrokhzad | -17/+26 |
| 2019-01-18 | privacy: Account for associated existential types | Vadim Petrochenkov | -17/+26 |
| 2019-01-15 | Address comments | John Kåre Alsaker | -3/+5 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -13/+31 |
| 2019-01-13 | privacy: Fix private-in-public check for existential types | Vadim Petrochenkov | -3/+8 |
| 2019-01-06 | Address review comments | Vadim Petrochenkov | -14/+27 |
| 2019-01-05 | privacy: Mark everything in a header of a reachable impl as reachable | Vadim Petrochenkov | -1/+8 |
| 2019-01-05 | privacy: Fix regression in impl reachability | Vadim Petrochenkov | -3/+13 |
| 2019-01-01 | Address review comments | Vadim Petrochenkov | -77/+104 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -503/+408 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -79/+76 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -51/+54 |
| 2018-11-30 | Fix panic with outlives in existential type | Dan Robertson | -1/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -3/+5 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -4/+3 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -2/+7 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -7/+7 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -1/+3 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -7/+7 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -11/+11 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -10/+11 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -10/+10 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -1/+3 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -6/+17 |
| 2018-08-23 | Light restructuring. | Kyle Simpson | -22/+13 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -4/+4 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -23/+23 |
| 2018-08-21 | Further fixes. | Kyle Simpson | -2/+2 |