| Age | Commit message (Expand) | Author | Lines |
| 2022-06-12 | Auto merge of #97778 - compiler-errors:misc-diagnostics-tidy, r=cjgillot | bors | -197/+283 |
| 2022-06-11 | Address comments | Michael Goulet | -85/+131 |
| 2022-06-11 | Properly replace `impl Trait` in fn args, turn {integer} to i32 | Michael Goulet | -12/+27 |
| 2022-06-11 | Make is_suggestable work on all TypeFoldable | Michael Goulet | -50/+73 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -45/+47 |
| 2022-06-11 | Make Ty::is_suggestable use a visitor | Michael Goulet | -69/+69 |
| 2022-06-11 | Auto merge of #97705 - compiler-errors:guide-inference, r=lcnr | bors | -67/+85 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -59/+40 |
| 2022-06-11 | Auto merge of #97996 - matthiaskrgr:rollup-bvbjlid, r=matthiaskrgr | bors | -3/+3 |
| 2022-06-11 | Stop using string equality to check if ADT is a union | Michael Goulet | -6/+11 |
| 2022-06-11 | Use if-let instead of match with guard | Michael Goulet | -83/+74 |
| 2022-06-11 | Guide inference along during type_changing_struct_update | Michael Goulet | -3/+25 |
| 2022-06-11 | Rollup merge of #97994 - kyoto7250:fix_hir_link, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-11 | Rollup merge of #97969 - inglorion:prelinkpasses, r=nikic | Matthias Krüger | -1/+1 |
| 2022-06-11 | Auto merge of #97989 - Dylan-DPC:rollup-wol1a1y, r=Dylan-DPC | bors | -43/+68 |
| 2022-06-11 | feat(fix): update some links | kyoto7250 | -2/+2 |
| 2022-06-11 | Rollup merge of #97987 - TaKO8Ki:remove-unnecessary-format-macro, r=Dylan-DPC | Dylan DPC | -5/+2 |
| 2022-06-11 | Rollup merge of #97913 - dingxiangfei2009:wrap-into-local-var-id, r=nikomatsakis | Dylan DPC | -38/+53 |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+5 |
| 2022-06-11 | Rollup merge of #97761 - RalfJung:vtable-validation, r=cjgillot | Dylan DPC | -0/+8 |
| 2022-06-11 | remove an unnecessary format macro | Takayuki Maeda | -5/+2 |
| 2022-06-11 | Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkov | bors | -10/+45 |
| 2022-06-11 | Auto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r=Dylan-DPC | bors | -202/+171 |
| 2022-06-11 | Rollup merge of #97967 - BoxyUwU:at_docs_mention_trace, r=compiler-errors | Dylan DPC | -0/+21 |
| 2022-06-11 | Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebank | Dylan DPC | -2/+42 |
| 2022-06-11 | Rollup merge of #97703 - lcnr:post-89862, r=estebank | Dylan DPC | -128/+85 |
| 2022-06-11 | Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa | Dylan DPC | -72/+23 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -158/+235 |
| 2022-06-11 | Auto merge of #97648 - lcnr:bound-var-replacer, r=jackh726 | bors | -191/+186 |
| 2022-06-10 | the day that i make a PR without a tidy error.. | Ellen | -7/+7 |
| 2022-06-10 | Make -Cpasses= only apply to pre-link optimization | Bob Haarman | -1/+1 |
| 2022-06-10 | Rollup merge of #97941 - CorinJG:error_naming_conventions, r=compiler-errors | Matthias Krüger | -27/+27 |
| 2022-06-10 | Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlively | Matthias Krüger | -9/+1 |
| 2022-06-10 | Rollup merge of #93331 - pnkfelix:refactor-write-output-file, r=oli-obk | Matthias Krüger | -18/+14 |
| 2022-06-10 | a | Ellen | -0/+21 |
| 2022-06-10 | Introduce opt_ident. | Camille GILLOT | -13/+12 |
| 2022-06-10 | Assert def_ident_span presence. | Camille GILLOT | -1/+2 |
| 2022-06-10 | Encode def_ident_span using the query. | Camille GILLOT | -23/+5 |
| 2022-06-10 | Call def_span inside span_if_local. | Camille GILLOT | -2/+6 |
| 2022-06-10 | Implement def_ident_span in rustc_middle. | Camille GILLOT | -34/+29 |
| 2022-06-10 | E0577 fixed Sea struct CamelCase/sea module snake_case | CorinJG | -3/+3 |
| 2022-06-10 | use FxHashMap instead of BTreeMap | lcnr | -4/+3 |
| 2022-06-10 | Fixed several error_codes/Exxxx.md messages which used UpperCamelCase instead... | CorinJG | -30/+30 |
| 2022-06-10 | Auto merge of #97939 - JohnTitor:rollup-79pxupb, r=JohnTitor | bors | -13/+23 |
| 2022-06-10 | Rollup merge of #97927 - cjgillot:issue-97836, r=petrochenkov | Yuki Okushi | -1/+6 |
| 2022-06-10 | Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w... | Yuki Okushi | -12/+17 |
| 2022-06-10 | eagerly check whether we replace any bound vars | lcnr | -25/+16 |
| 2022-06-10 | update higher_ranked_sub docs | lcnr | -27/+35 |
| 2022-06-10 | don't always cache bound lts | lcnr | -13/+23 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -54/+40 |