| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -54/+86 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -2/+30 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -159/+240 |
| 2022-08-05 | remove an unnecessary `str::rfind` | Takayuki Maeda | -3/+6 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -0/+7 |
| 2022-08-04 | opt node type | Michael Goulet | -2/+44 |
| 2022-08-04 | Explain why let-underscoring a lock guard is incorrect. | Aaron Kofsky | -2/+4 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -0/+41 |
| 2022-08-04 | Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst... | Matthias Krüger | -0/+115 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -12/+21 |
| 2022-08-04 | Add test for raw-dylib with an external variable | Daniel Paoliello | -7/+88 |
| 2022-08-04 | Completely remove captures flag | Santiago Pastorino | -0/+7 |
| 2022-08-04 | Enable unused_parens for match arms | wcampbell | -0/+41 |
| 2022-08-04 | Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkov | bors | -0/+17 |
| 2022-08-04 | Use (actually) dummy place for let-else divergence | Michael Goulet | -0/+15 |
| 2022-08-04 | Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr | bors | -11/+224 |
| 2022-08-04 | Resolve vars before emitting coerce error | Michael Goulet | -11/+100 |
| 2022-08-04 | Don't point out return span on every E0308 | Michael Goulet | -5/+37 |
| 2022-08-04 | link_ordinal is available for foreign static | yukang | -5/+18 |
| 2022-08-04 | Add ui test for #99910 | Obei Sideg | -0/+30 |
| 2022-08-03 | Rollup merge of #100111 - estebank:missing-let, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2022-08-03 | Rollup merge of #100107 - klensy:tr-w, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-08-03 | Rollup merge of #100105 - TaKO8Ki:add-regression-test-for-90871, r=compiler-e... | Matthias Krüger | -0/+28 |
| 2022-08-03 | Rollup merge of #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -11/+35 |
| 2022-08-03 | Rollup merge of #99795 - compiler-errors:delay-specialization-normalize-error... | Matthias Krüger | -0/+58 |
| 2022-08-03 | Rollup merge of #99786 - obeis:issue-99625, r=compiler-errors | Matthias Krüger | -0/+34 |
| 2022-08-03 | Rollup merge of #98835 - aliemjay:relate_closure_substs, r=nikomatsakis | Matthias Krüger | -0/+97 |
| 2022-08-03 | Bless ui tests. | Camille GILLOT | -58/+45 |
| 2022-08-03 | Provide suggestion on missing `let` in binding statement | Esteban Küber | -0/+26 |
| 2022-08-03 | Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov | bors | -1/+150 |
| 2022-08-03 | fix is_disaligned logic for nested packed structs | Ralf Jung | -1/+150 |
| 2022-08-03 | fix trailing whitespace in error message | klensy | -1/+1 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -159/+240 |
| 2022-08-03 | add regression test for #90871 | Takayuki Maeda | -0/+28 |
| 2022-08-03 | Skip over structs with no private fields that impl Deref | Michael Goulet | -0/+49 |
| 2022-08-03 | Don't suggest field method if it's just missing some bounds | Michael Goulet | -16/+0 |
| 2022-08-03 | Consider privacy more carefully when suggesting accessing fields | Michael Goulet | -50/+0 |
| 2022-08-03 | Suggest expressions' fields even if they're not ADTs | Michael Goulet | -0/+74 |
| 2022-08-03 | Auto merge of #100082 - matthiaskrgr:rollup-ywu4iux, r=matthiaskrgr | bors | -104/+220 |
| 2022-08-03 | check link ordinal make sure target is foreign function | yukang | -0/+41 |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -9/+9 |
| 2022-08-03 | add tests for `Debug` formatters and precision formatters | Takayuki Maeda | -1/+40 |
| 2022-08-03 | suggest a positional formatting argument instead of a captured argument | Takayuki Maeda | -0/+76 |
| 2022-08-03 | Delay a bug when failed to normalize trait ref during specialization | Michael Goulet | -0/+58 |
| 2022-08-02 | Stabilize backtrace | Theodore Dubois | -4/+0 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+4128 |
| 2022-08-02 | never consider unsafe blocks unused if they would be required with unsafe_op_... | Ralf Jung | -599/+109 |
| 2022-08-02 | Rollup merge of #99958 - PrestonFrom:issue_99907, r=compiler-errors | Matthias Krüger | -104/+220 |
| 2022-08-02 | Rollup merge of #100045 - Amanieu:global_asm_may_unwind, r=tmiasko | Matthias Krüger | -36/+36 |
| 2022-08-02 | NLL: relate closure to parent fn | Ali MJ Al-Nasrawy | -0/+97 |