| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Suggest a trailing comma if a 1-tuple is expected | Fabian Wolff | -1/+28 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -14/+60 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-15 | Add comments to opportunistic resolve functions | Jack Huey | -0/+4 |
| 2021-05-15 | Missed a couple things | Jack Huey | -10/+1 |
| 2021-05-15 | Revert to only using opportunistic_resolve_vars for existing places | Jack Huey | -9/+33 |
| 2021-05-14 | Store Option<Region> as value for RegionVid | Jack Huey | -46/+55 |
| 2021-05-14 | Make the UnifyValue for RegionVid () | Jack Huey | -4/+3 |
| 2021-05-12 | Don't suggest adding `'static` lifetime to arguments | Aaron Hill | -6/+10 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -5/+11 |
| 2021-05-06 | remove unused variant | lcnr | -6/+0 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -5/+11 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -0/+5 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -7/+6 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -8/+11 |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -33/+33 |
| 2021-03-31 | Some rebinds and dummys | Jack Huey | -1/+4 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -0/+5 |
| 2021-03-31 | Rollup merge of #83654 - JohnTitor:issue-83606, r=estebank | Dylan DPC | -6/+26 |
| 2021-03-30 | Do not emit a suggestion that causes the E0632 error | JohnTitor | -6/+26 |
| 2021-03-27 | Address review comments | Joshua Nelson | -2/+2 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -142/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -17/+18 |
| 2021-03-27 | combine: stop eagerly evaluating consts | Bastian Kauschke | -8/+20 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -17/+18 |
| 2021-03-23 | Update to not have extra match | kadmin | -28/+10 |
| 2021-03-23 | Update with comments | kadmin | -25/+36 |
| 2021-03-23 | Update with comments | kadmin | -2/+3 |
| 2021-03-23 | Some refactoring | varkor | -3/+2 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -2/+3 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -5/+2 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -2/+3 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-03-01 | Rollup merge of #82635 - pierwill:edit-infer, r=oli-obk | Joshua Nelson | -2/+2 |
| 2021-02-28 | Fix typos in rustc_infer::infer::nll_relate | pierwill | -2/+2 |
| 2021-02-28 | Fix a typo in the `find_anon_type` doc | Yuki Okushi | -1/+1 |
| 2021-02-27 | Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,... | Dylan DPC | -64/+70 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -2/+11 |
| 2021-02-21 | Apply tidy check | 0yoyoyo | -1/+1 |
| 2021-02-21 | Add indication of anonymous lifetime position | 0yoyoyo | -1/+9 |
| 2021-02-21 | Change `find_anon_type` method to function | 0yoyoyo | -63/+61 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -8/+10 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -1/+24 |
| 2021-02-18 | Rollup merge of #82240 - matthiaskrgr:qmark, r=Dylan-DPC | Yuki Okushi | -6/+1 |
| 2021-02-17 | Rollup merge of #81972 - matthewjasper:hrtb-error-cleanup, r=nikomatsakis | Dylan DPC | -108/+128 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -6/+1 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -13/+9 |