| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | rename `QueryRegionConstraint` to `QueryOutlivesConstraint` | Niko Matsakis | -23/+23 |
| 2019-07-02 | enforce and report pick-constraint errors | Niko Matsakis | -52/+169 |
| 2019-07-02 | integrate pick constraints into lexical solver more completely | Niko Matsakis | -17/+56 |
| 2019-07-02 | rename from "in constraint" to "pick constraint" | Niko Matsakis | -39/+44 |
| 2019-07-02 | add some tests, currently ICE-ing | Niko Matsakis | -25/+119 |
| 2019-07-02 | make `dup_vec` optional | Niko Matsakis | -13/+20 |
| 2019-07-02 | lexical_region_resolve: rustfmt | Niko Matsakis | -86/+68 |
| 2019-07-02 | introduce an "in" constraint instead of error | Niko Matsakis | -49/+133 |
| 2019-07-02 | introduce `constrain_regions` helper | Niko Matsakis | -20/+25 |
| 2019-07-02 | opaque_types/mod.rs: rustfmt | Niko Matsakis | -90/+51 |
| 2019-07-02 | Derive which queries to save using the proc macro | John Kåre Alsaker | -24/+13 |
| 2019-07-02 | Use a single CtxtInterners | John Kåre Alsaker | -136/+28 |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -73/+113 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -11/+10 |
| 2019-07-01 | rustc: use a separate copy of P for HIR than for AST. | Eduard-Mihai Burtescu | -17/+165 |
| 2019-07-01 | rustc: always keep `hir::Path` behind a `P<...>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-30 | Keep caching for non-promoted queries | John Kåre Alsaker | -0/+2 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -164/+57 |
| 2019-06-29 | Remove io::Result from syntax::print | Mark Rousskov | -889/+852 |
| 2019-06-29 | Replace pretty-printer Box<dyn Write> with &mut String | Mark Rousskov | -12/+8 |
| 2019-06-29 | Rollup merge of #62104 - Zoxc:query-info, r=eddyb | Mazdak Farrokhzad | -18/+52 |
| 2019-06-27 | Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov | Mazdak Farrokhzad | -9/+1 |
| 2019-06-27 | Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj | Mazdak Farrokhzad | -2/+1 |
| 2019-06-27 | Add suggestion for missing `.await` keyword | Nathan Corbyn | -0/+1 |
| 2019-06-27 | rename InterpretCx -> InterpCx | Ralf Jung | -1/+1 |
| 2019-06-26 | Remove outdated question_mark_macro_sep lint | Julien Cretin | -9/+1 |
| 2019-06-26 | Don't ICE on item in `.await` expression | Nathan Corbyn | -2/+1 |
| 2019-06-26 | Check for local types in writeback with debug assertions | John Kåre Alsaker | -0/+4 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -73/+109 |
| 2019-06-26 | Auto merge of #62072 - eddyb:generator-memory-index, r=tmandry | bors | -37/+78 |
| 2019-06-25 | Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,Centril | Mazdak Farrokhzad | -0/+12 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -66/+51 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -9/+7 |
| 2019-06-25 | Rollup merge of #61987 - eddyb:hirless-resolver, r=petrochenkov | Mazdak Farrokhzad | -10/+20 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -0/+12 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -10/+20 |
| 2019-06-25 | rustc: correctly transform memory_index mappings for generators. | Eduard-Mihai Burtescu | -37/+78 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -1/+1 |
| 2019-06-25 | Inform the query system about properties of queries at compile time | John Kåre Alsaker | -18/+52 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -2/+108 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -88/+78 |
| 2019-06-24 | Allow usage_of_ty_tykind only in sty | flip1995 | -19/+27 |
| 2019-06-24 | fix reoccurring typo | Ralf Jung | -10/+10 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -14/+14 |
| 2019-06-24 | Allow default_hash_types in some crates | flip1995 | -1/+1 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-24 | Only allow {declare,impl}_lint_pass macros for implementing LintPass | flip1995 | -10/+24 |
| 2019-06-24 | Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACRO | flip1995 | -17/+35 |