| Age | Commit message (Expand) | Author | Lines |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -193/+147 |
| 2023-02-27 | handle only postfix decrement | nx2k3 | -34/+4 |
| 2023-02-27 | diagnostics: avoid querying `associated_item` in the resolver | Michael Howell | -2/+6 |
| 2023-02-27 | Auto merge of #108493 - cjgillot:thir-print, r=compiler-errors | bors | -31/+22 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -163/+119 |
| 2023-02-27 | check double negation | nx2k3 | -3/+10 |
| 2023-02-27 | Allow using `bool` for optional diagnostics | clubby789 | -5/+18 |
| 2023-02-27 | Auto merge of #108175 - cjgillot:validate-storage, r=tmiasko | bors | -2/+20 |
| 2023-02-27 | avoid `&str` to `String` conversions | Takayuki Maeda | -3/+3 |
| 2023-02-27 | Rollup merge of #108502 - lenko-d:cannot_relate_region, r=compiler-errors | Matthias Krüger | -2/+10 |
| 2023-02-27 | Rollup merge of #108486 - cjgillot:owner-ditem, r=Nilstrieb | Matthias Krüger | -54/+42 |
| 2023-02-27 | Rollup merge of #108477 - y21:replace-semi-with-comma-sugg, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -67/+89 |
| 2023-02-27 | Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti... | Matthias Krüger | -5/+29 |
| 2023-02-26 | Don't trigger ICE for ReError when the other region is empty. | Lenko Donchev | -2/+10 |
| 2023-02-26 | Small cleanup to one_bound_for_assoc_type | Michael Goulet | -20/+16 |
| 2023-02-26 | Derive Default for query structs | John KÃ¥re Alsaker | -9/+1 |
| 2023-02-26 | Avoid implementing Debug for QueryConfig | John KÃ¥re Alsaker | -5/+14 |
| 2023-02-26 | Make `rustc_query_system` take `QueryConfig` by instance. | John KÃ¥re Alsaker | -126/+185 |
| 2023-02-26 | Auto merge of #108440 - Zoxc:encoder-enum, r=cjgillot | bors | -29/+30 |
| 2023-02-26 | fix some comments | nx2k3 | -7/+5 |
| 2023-02-26 | fix #108495, postfix decrement and prefix decrement has no warning | nx2k3 | -7/+55 |
| 2023-02-26 | Auto merge of #108253 - nnethercote:ena-rm-VarValue-methods, r=joshtriplett | bors | -1/+1 |
| 2023-02-26 | Move THIR printing to rustc_mir_build. | Camille GILLOT | -31/+22 |
| 2023-02-26 | Auto merge of #108488 - matthiaskrgr:rollup-i61epcw, r=matthiaskrgr | bors | -255/+273 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -2/+1 |
| 2023-02-26 | Rollup merge of #108482 - Ezrashaw:force-error-docs, r=GuillaumeGomez | Matthias Krüger | -25/+16 |
| 2023-02-26 | Rollup merge of #108424 - megakorre:elaborator_refactor, r=compiler-errors | Matthias Krüger | -16/+15 |
| 2023-02-26 | Rollup merge of #108418 - est31:parser_function_names, r=Nilstrieb | Matthias Krüger | -131/+131 |
| 2023-02-26 | Rollup merge of #108379 - compiler-errors:hir-error-guaranteed, r=cjgillot | Matthias Krüger | -77/+100 |
| 2023-02-26 | Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillot | Matthias Krüger | -2/+3 |
| 2023-02-26 | Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnr | Matthias Krüger | -2/+7 |
| 2023-02-26 | generalize help message | y21 | -1/+1 |
| 2023-02-26 | Avoid more calls to typeck. | Camille GILLOT | -12/+15 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -56/+49 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -111/+111 |
| 2023-02-26 | Store the body type in THIR. | Camille GILLOT | -37/+54 |
| 2023-02-26 | Merge the two diagnostics. | Camille GILLOT | -30/+17 |
| 2023-02-26 | Simplify diagnostic_items. | Camille GILLOT | -38/+39 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -22/+24 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -2/+1 |
| 2023-02-26 | refactor: statically guarantee that current error codes are documented | Ezra Shaw | -25/+16 |
| 2023-02-26 | Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr | bors | -433/+1021 |
| 2023-02-26 | Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errors | Matthias Krüger | -425/+821 |
| 2023-02-26 | Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile... | Matthias Krüger | -1/+4 |
| 2023-02-26 | Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez | Matthias Krüger | -1/+22 |
| 2023-02-26 | Rollup merge of #108436 - tshepang:translatable-proc-macro-panicked, r=estebank | Matthias Krüger | -5/+26 |
| 2023-02-26 | Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillot | Matthias Krüger | -1/+148 |
| 2023-02-26 | hir-analysis: make a helpful note | Tshepang Mbambo | -2/+3 |
| 2023-02-25 | Special note for str in auto traits | Michael Goulet | -0/+1 |