| Age | Commit message (Expand) | Author | Lines |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -2/+3 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -1/+1 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -3/+3 |
| 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 |
| 2021-02-16 | Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-02-16 | Rollup merge of #82160 - pierwill:patch-2, r=lcnr | Guillaume Gomez | -1/+1 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -2/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -6/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -5/+4 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Fix typo in rustc_infer::infer::UndoLog | pierwill | -1/+1 |
| 2021-02-15 | name async generators something more human friendly in type error diagnostics | Gus Wynn | -8/+10 |
| 2021-02-14 | param_env debugs are instrumental to rustc's success | Ellen | -1/+1 |
| 2021-02-13 | Don't go through TraitRef to relate projections | Matthew Jasper | -1/+24 |
| 2021-02-13 | yeet ya fixme into the void | Ellen | -4/+8 |
| 2021-02-13 | debug!("paramenv={}paramenv={}paramenv={}paramenv={}") | Ellen | -0/+1 |
| 2021-02-12 | Fix suggestion to introduce explicit lifetime | 0yoyoyo | -1/+6 |
| 2021-02-10 | Keep existing names of regions in placeholder_error | Matthew Jasper | -4/+4 |
| 2021-02-09 | Print closure signatures when reporting placeholder errors | Matthew Jasper | -6/+32 |
| 2021-02-09 | Report "nice" placeholder errors more often | Matthew Jasper | -73/+69 |
| 2021-02-09 | Avoid repeating self type in placeholder error | Matthew Jasper | -2/+18 |
| 2021-02-09 | Remove unnecessary note on errors | Matthew Jasper | -4/+0 |
| 2021-02-09 | Using tracing macros in placeholder_error.rs | Matthew Jasper | -21/+7 |
| 2021-02-09 | Use longer lifetime in `try_report_from_nll` return type | Matthew Jasper | -4/+4 |
| 2021-02-09 | Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakis | Dylan DPC | -1/+40 |
| 2021-02-08 | Anonymize late bound regions on transitive bounds that define assoc type | Santiago Pastorino | -15/+22 |
| 2021-02-05 | Adapt to latest master changes by using PredicateKind | Santiago Pastorino | -1/+1 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -1/+33 |
| 2021-02-04 | tidy: Run tidy style against markdown files. | Eric Huss | -1/+0 |
| 2021-02-02 | Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank | Jack Huey | -1/+1 |
| 2021-02-02 | Rollup merge of #80593 - jackh726:chalk-upgrade, r=nikomatsakis | Jack Huey | -8/+4 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+6 |
| 2021-02-02 | Improve wording of suggestion about accessing field | Hirochika Matsumoto | -1/+1 |
| 2021-02-01 | Upgrade Chalk | Jack Huey | -8/+4 |
| 2021-02-01 | Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebank | Jonas Schievink | -0/+48 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -11/+11 |