| Age | Commit message (Expand) | Author | Lines |
| 2022-08-09 | Rollup merge of #100238 - Bryysen:master, r=cjgillot | Matthias Krüger | -64/+95 |
| 2022-08-09 | Rollup merge of #100163 - TaKO8Ki:remove-unnecessary-string-search, r=wesleyw... | Matthias Krüger | -31/+22 |
| 2022-08-08 | Fix plural form of `variant` in error message not formatting correctly | Bryysen | -5/+6 |
| 2022-08-08 | Auto merge of #98863 - compiler-errors:projection-msg, r=estebank | bors | -13/+49 |
| 2022-08-08 | Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiasko | bors | -53/+41 |
| 2022-08-08 | Adjust wording | Michael Goulet | -3/+3 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -13/+49 |
| 2022-08-07 | Fix wording on comment | Bryysen | -7/+7 |
| 2022-08-07 | Add comments to obscure code, remove unnesecary parameter from closure | Bryysen | -6/+18 |
| 2022-08-07 | Rollup merge of #100244 - Lokathor:add-armv4t-none-eabi-take2, r=jackh726 | Matthias Krüger | -0/+54 |
| 2022-08-07 | Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-08-07 | Rollup merge of #100019 - TaKO8Ki:suggest-boxed-trait-objects-instead-of-impl... | Matthias Krüger | -29/+36 |
| 2022-08-07 | Create armv4t_none_eabi.rs | Lokathor | -0/+54 |
| 2022-08-07 | Further improve error message for E0081 | Bryysen | -64/+82 |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -110/+309 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -2/+2 |
| 2022-08-07 | fix wrong suggestions for boxed trait objects instead of impl trait | Takayuki Maeda | -27/+34 |
| 2022-08-07 | revive suggestions for boxed trait objects instead of impl Trait | Takayuki Maeda | -2/+2 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+21 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -23/+23 |
| 2022-08-07 | Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum | Matthias Krüger | -3/+7 |
| 2022-08-06 | Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr | bors | -3/+54 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -1/+5 |
| 2022-08-06 | Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiasko | Matthias Krüger | -1/+1 |
| 2022-08-06 | Rollup merge of #100094 - lyming2007:issue-98982, r=estebank | Matthias Krüger | -1/+48 |
| 2022-08-06 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -18/+36 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -159/+125 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -2/+5 |
| 2022-08-05 | Enable function merging when opt is for size | Jubilee Young | -2/+5 |
| 2022-08-05 | implement #98982 | Yiming Lei | -1/+48 |
| 2022-08-05 | move DiagnosticArgFromDisplay into rustc_errors | Michael Goulet | -31/+36 |
| 2022-08-05 | Delay formatting trimmed path until lint/error is emitted | Michael Goulet | -14/+27 |
| 2022-08-05 | Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i... | Dylan DPC | -12/+23 |
| 2022-08-05 | Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726 | Dylan DPC | -7/+7 |
| 2022-08-05 | Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p... | Dylan DPC | -4/+49 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -1/+8 |
| 2022-08-05 | Improve diagnostics for `const a: = expr;` | Maybe Waffle | -12/+23 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -1/+5 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -27/+142 |
| 2022-08-05 | remove an unnecessary `str::rfind` | Takayuki Maeda | -31/+22 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -296/+581 |
| 2022-08-04 | opt node type | Michael Goulet | -7/+7 |
| 2022-08-04 | Rollup merge of #100148 - durin42:llvm-16-pointertype, r=nikic | Matthias Krüger | -1/+6 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -68/+94 |
| 2022-08-04 | Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro... | Matthias Krüger | -3/+17 |
| 2022-08-04 | Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst... | Matthias Krüger | -8/+67 |
| 2022-08-04 | Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank | Matthias Krüger | -1/+2 |
| 2022-08-04 | Add test for raw-dylib with an external variable | Daniel Paoliello | -1/+8 |
| 2022-08-04 | Fix typo | Santiago Pastorino | -1/+1 |
| 2022-08-04 | Improve opt_local_def_id docs | Santiago Pastorino | -7/+9 |