| Age | Commit message (Expand) | Author | Lines |
| 2020-12-21 | Rename rustc_middle::lint::LintSource | pierwill | -2/+2 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -3/+3 |
| 2020-12-19 | More rebinds | Jack Huey | -2/+3 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -3/+3 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -13/+21 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -13/+21 |
| 2020-12-06 | Use min_captures for creating UpvarSusbts::tupled_upvar_tys | Aman Arora | -0/+13 |
| 2020-12-03 | Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul... | bors | -37/+1 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -37/+1 |
| 2020-12-01 | Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix | bors | -25/+6 |
| 2020-11-27 | Make super_traits_of return an iterator | Santiago Pastorino | -12/+15 |
| 2020-11-27 | Remove super_traits_of query, just leave a helper function | Santiago Pastorino | -0/+23 |
| 2020-11-27 | Extract function trait_may_define_assoc_type | Santiago Pastorino | -1/+11 |
| 2020-11-25 | Lazy DefPath decoding for incremental compilation | Aaron Hill | -25/+6 |
| 2020-11-25 | Auto merge of #79216 - Aaron1011:opt-on-disk-cache, r=pnkfelix | bors | -2/+2 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -1/+5 |
| 2020-11-19 | Only create `OnDiskCache` in incremental compilation mode | Aaron Hill | -2/+2 |
| 2020-11-17 | Rollup merge of #79072 - oli-obk:byte_str_pat, r=estebank | Mara Bos | -0/+9 |
| 2020-11-17 | Fix exhaustiveness in case a byte string literal is used at slice type | oli | -0/+9 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -0/+7 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -1/+1 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -1/+1 |
| 2020-11-13 | Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis | Guillaume Gomez | -4/+7 |
| 2020-11-12 | Add type to `ConstKind::Placeholder` | varkor | -4/+7 |
| 2020-11-10 | Address review comments | Aman Arora | -3/+2 |
| 2020-11-10 | Initial work for doing minimum capture analysis for RFC-2229 | Aman Arora | -6/+7 |
| 2020-11-10 | Use Places to express closure/generator Captures | Aman Arora | -0/+7 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-04 | Replace `Scalar::zst` with a `Scalar::ZST` constant | oli | -1/+1 |
| 2020-10-24 | Don't generate multiple impl blocks | Dániel Buga | -4/+4 |
| 2020-10-21 | Auto merge of #78027 - lcnr:lift-by-value, r=varkor | bors | -8/+8 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -8/+8 |
| 2020-10-21 | Auto merge of #78077 - petrochenkov:qvis, r=davidtwco | bors | -1/+5 |
| 2020-10-20 | Auto merge of #76893 - lcnr:existential-proj, r=estebank | bors | -1/+1 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -1/+5 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -2/+2 |
| 2020-10-14 | Remove unused code from rustc_middle | est31 | -4/+0 |
| 2020-10-06 | Rollup merge of #76995 - LingMan:middle_matches, r=varkor | Yuki Okushi | -4/+1 |
| 2020-09-25 | Address review comment | marmeladema | -1/+1 |
| 2020-09-21 | Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morse | ecstatic-morse | -1/+1 |
| 2020-09-21 | Reduce boilerplate with the matches! macro | LingMan | -4/+1 |
| 2020-09-20 | Rollup merge of #76891 - lcnr:less-ref, r=ecstatic-morse | Ralf Jung | -9/+9 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -1/+1 |
| 2020-09-19 | take `TyCtxt` by value | Bastian Kauschke | -1/+1 |
| 2020-09-19 | don't take `TyCtxt` by reference | Bastian Kauschke | -9/+9 |
| 2020-09-18 | guard against `skip_binder` errors during FlagComputation | Bastian Kauschke | -1/+1 |
| 2020-09-18 | don't take `TyCtxt` by reference | Bastian Kauschke | -9/+9 |
| 2020-09-14 | Use intra-doc links for `DelaySpanBugEmitted` | Camelid | -2/+2 |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -25/+1 |