| Age | Commit message (Expand) | Author | Lines |
| 2022-08-09 | Fix coverage-llvmir test on Windows | Nikita Popov | -1/+1 |
| 2022-08-08 | Auto merge of #100207 - notriddle:notriddle/skipped-inline-module, r=Manishearth | bors | -0/+27 |
| 2022-08-07 | Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2022-08-07 | Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-Simulacrum | Matthias Krüger | -212/+154 |
| 2022-08-07 | Rollup merge of #100019 - TaKO8Ki:suggest-boxed-trait-objects-instead-of-impl... | Matthias Krüger | -0/+181 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -0/+33 |
| 2022-08-07 | fix wrong suggestions for boxed trait objects instead of impl trait | Takayuki Maeda | -4/+88 |
| 2022-08-07 | revive suggestions for boxed trait objects instead of impl Trait | Takayuki Maeda | -0/+97 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+54 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -212/+154 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -15/+136 |
| 2022-08-06 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -0/+27 |
| 2022-08-06 | Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr | bors | -2/+86 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -2/+30 |
| 2022-08-06 | Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiasko | Matthias Krüger | -0/+15 |
| 2022-08-06 | Rollup merge of #100094 - lyming2007:issue-98982, r=estebank | Matthias Krüger | -0/+41 |
| 2022-08-06 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -0/+24 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -2/+4 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -2/+4 |
| 2022-08-05 | implement #98982 | Yiming Lei | -0/+41 |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -0/+24 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -54/+86 |
| 2022-08-05 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -2/+44 |
| 2022-08-05 | Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p... | Dylan DPC | -2/+111 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -8/+125 |
| 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 | -168/+249 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -0/+7 |
| 2022-08-05 | Auto merge of #97085 - rylev:test-issue-33172, r=wesleywiser | bors | -0/+40 |
| 2022-08-04 | opt node type | Michael Goulet | -2/+44 |
| 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 | -8/+125 |
| 2022-08-04 | Completely remove captures flag | Santiago Pastorino | -0/+7 |
| 2022-08-04 | Auto merge of #100087 - JakobDegen:mir-patch, r=tmiasko | bors | -172/+0 |
| 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 | Add min-gdb-version | Ryan Levick | -0/+1 |
| 2022-08-04 | Update FIXME comment | Ryan Levick | -1/+1 |
| 2022-08-04 | Add comment about issue caused with multiple statics | Ryan Levick | -0/+2 |
| 2022-08-04 | Fix linux tests | Ryan Levick | -7/+7 |
| 2022-08-04 | Turn CDB test back on and all clarifying test | Ryan Levick | -6/+18 |
| 2022-08-04 | Turn off cdb test for now, link to issue | Ryan Levick | -6/+5 |
| 2022-08-04 | Add a test for issue #33172 | Ryan Levick | -0/+26 |
| 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 | -12/+225 |
| 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 |