| Age | Commit message (Expand) | Author | Lines |
| 2023-01-04 | Mirror metadata changes in layout sanity check | Michael Goulet | -7/+45 |
| 2023-01-04 | layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)` | Michael Goulet | -8/+28 |
| 2023-01-03 | Auto merge of #105752 - chenyukang:yukang/refactor-method-error, r=compiler-e... | bors | -900/+905 |
| 2023-01-03 | Auto merge of #106409 - matthiaskrgr:rollup-b58z1hz, r=matthiaskrgr | bors | -9/+9 |
| 2023-01-03 | Rollup merge of #106402 - Rageking8:fix_dupe_word_typos, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-01-03 | Rollup merge of #106392 - compiler-errors:new-trait-solver-overflow, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-01-03 | Rollup merge of #106365 - gimbles:patch-1, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-01-03 | Rollup merge of #105681 - tshepang:doc-mir-visit, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-01-03 | Auto merge of #101792 - lqd:rust-lld, r=petrochenkov | bors | -1/+20 |
| 2023-01-03 | Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 | bors | -2/+20 |
| 2023-01-03 | fix dupe word typos | Rageking8 | -3/+3 |
| 2023-01-03 | Auto merge of #106371 - RalfJung:no-ret-position-noalias, r=nikic | bors | -2/+4 |
| 2023-01-03 | Auto merge of #106386 - compiler-errors:rollup-dxjv18b, r=compiler-errors | bors | -5/+56 |
| 2023-01-03 | has_overflow only if value is *not* within limit | Michael Goulet | -1/+1 |
| 2023-01-02 | Rollup merge of #106383 - Manishearth:ast-docs, r=compiler-errors | Michael Goulet | -0/+15 |
| 2023-01-02 | Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillot | Michael Goulet | -5/+41 |
| 2023-01-02 | only specify --target by default for -Zgcc-ld=lld on wasm | Rémy Rakic | -1/+20 |
| 2023-01-02 | Auto merge of #106364 - JakobDegen:top-down-inlining, r=cjgillot | bors | -6/+36 |
| 2023-01-02 | Document rustc_ast::FnHeader fields | Manish Goregaokar | -0/+4 |
| 2023-01-02 | Document rustc_ast::Extern variants | Manish Goregaokar | -0/+11 |
| 2023-01-02 | Auto merge of #106307 - Nilstrieb:dynamic->static, r=cjgillot | bors | -114/+95 |
| 2023-01-02 | Abolish `QueryVTable` in favour of more assoc items on `QueryConfig` | Nilstrieb | -114/+95 |
| 2023-01-02 | Reduce HIR debug output | Nilstrieb | -5/+41 |
| 2023-01-02 | do not add noalias in return position | Ralf Jung | -2/+4 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -85/+157 |
| 2023-01-02 | Update format.rs | Gimbles | -1/+1 |
| 2023-01-02 | Auto merge of #106284 - estebank:merge-mut-errors, r=jyn514 | bors | -40/+112 |
| 2023-01-01 | Reenable limited top-down MIR inlining | Jakob Degen | -6/+36 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -3/+3 |
| 2023-01-01 | Implement fix for #67535 | Troy Neubauer | -3/+11 |
| 2023-01-02 | resolve merge conflict | yukang | -44/+60 |
| 2023-01-02 | code refactor report_method_error | yukang | -901/+890 |
| 2023-01-01 | Use the correct tracking issue for `dyn_star` | Léo Lanteri Thauvin | -1/+1 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -40/+112 |
| 2022-12-31 | Auto merge of #106282 - Ezrashaw:merge-e0465, r=estebank | bors | -60/+33 |
| 2022-12-31 | Add help for the error message when missing rustc_driver | bjorn3 | -2/+20 |
| 2022-12-31 | Auto merge of #106302 - compiler-errors:terr-coerce-w-infer, r=estebank | bors | -0/+4 |
| 2022-12-31 | Auto merge of #106245 - estebank:mutability-suggestions, r=jyn514 | bors | -21/+12 |
| 2022-12-31 | refactor: merge `E0465` into `E0464` | Ezra Shaw | -60/+33 |
| 2022-12-30 | Rollup merge of #106317 - compiler-errors:restore-the-backtraces, r=jyn514 | Michael Goulet | -15/+23 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -69/+0 |
| 2022-12-30 | Rollup merge of #106232 - maurer:transparent-subst, r=rcvalle | Michael Goulet | -1/+4 |
| 2022-12-31 | Only deduplicate stack traces for good path bugs | Michael Goulet | -15/+23 |
| 2022-12-30 | Suppress errors due to TypeError not coercing with inference variables | Michael Goulet | -0/+4 |
| 2022-12-30 | Auto merge of #106268 - kraktus:patch-2, r=Nilstrieb | bors | -1/+1 |
| 2022-12-30 | Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi... | bors | -7/+27 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -12/+198 |
| 2022-12-29 | fix comment for `TokenCursor::desugar` | kraktus | -1/+1 |
| 2022-12-29 | CFI: Monomorphize transparent ADTs before typeid | Matthew Maurer | -1/+4 |
| 2022-12-29 | Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomez | Matthias Krüger | -2/+75 |