| Age | Commit message (Expand) | Author | Lines |
| 2022-09-26 | lint and remove unused diagnostic | Ellis Hoag | -9/+4 |
| 2022-09-24 | remove comment | Ellis Hoag | -1/+0 |
| 2022-09-24 | fix lifetime error | Ellis Hoag | -31/+11 |
| 2022-09-24 | rebase and update trait names | Ellis Hoag | -52/+42 |
| 2022-09-24 | impl SessionDiagnostic for LayoutError and Spanned<T> | Ellis Hoag | -3/+50 |
| 2022-09-24 | Add monomorphization errors | Ellis Hoag | -153/+318 |
| 2022-09-24 | lint type | Ellis Hoag | -1/+1 |
| 2022-09-24 | Add wrapper type for ExitCode for use in RanlibFailure | Ellis Hoag | -2/+24 |
| 2022-09-24 | remove IntoDiagnosticArg impl for Option | Ellis Hoag | -11/+2 |
| 2022-09-24 | Lint against untranslatable diagnostics in rustc_codegen_gcc | Ellis Hoag | -0/+2 |
| 2022-09-24 | Add LayoutSizeOverflow | Ellis Hoag | -2/+14 |
| 2022-09-24 | Add LTONotSupported | Ellis Hoag | -1/+9 |
| 2022-09-24 | Add UnwindingInlineAsm | Ellis Hoag | -2/+13 |
| 2022-09-24 | Add LinkageConstOrMutType | Ellis Hoag | -4/+13 |
| 2022-09-24 | Add RanlibFailure | Ellis Hoag | -1/+24 |
| 2022-09-24 | Auto merge of #102234 - matthiaskrgr:rollup-5cb20l1, r=matthiaskrgr | bors | -102/+310 |
| 2022-09-24 | Rollup merge of #102226 - RalfJung:miri-sysroot-build, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-09-24 | Rollup merge of #102210 - notriddle:notriddle/did-you-mean, r=cjgillot | Matthias Krüger | -0/+61 |
| 2022-09-24 | Rollup merge of #102204 - fee1-dead-contrib:manually-drop-trivially-drop, r=o... | Matthias Krüger | -0/+3 |
| 2022-09-24 | Rollup merge of #102203 - notriddle:notriddle/source-sidebar, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-24 | Rollup merge of #102186 - ink-feather-org:const_try_trait, r=fee1-dead | Matthias Krüger | -21/+104 |
| 2022-09-24 | Rollup merge of #102109 - petrochenkov:addids, r=oli-obk | Matthias Krüger | -12/+75 |
| 2022-09-24 | Rollup merge of #102088 - oli-obk:cleanups, r=bjorn3 | Matthias Krüger | -1/+4 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -62/+62 |
| 2022-09-24 | Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcm | bors | -1/+8 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -682/+496 |
| 2022-09-24 | Auto merge of #102223 - matthiaskrgr:rollup-wb1qdhk, r=matthiaskrgr | bors | -106/+226 |
| 2022-09-24 | bootstrap/miri: switch to non-deprecated env var for setting the sysroot folder | Ralf Jung | -1/+1 |
| 2022-09-24 | Rollup merge of #102218 - ehuss:rustc-flags, r=JohnTitor | Matthias Krüger | -0/+11 |
| 2022-09-24 | Rollup merge of #102199 - GuillaumeGomez:improve-rustdoc-gui-tests, r=notriddle | Matthias Krüger | -6/+12 |
| 2022-09-24 | Rollup merge of #102188 - flba-eb:doc_missed_at_rename, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-09-24 | Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2022-09-24 | Rollup merge of #102175 - oli-obk:miri_subtree_cleanup, r=jyn514 | Matthias Krüger | -22/+22 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -3/+66 |
| 2022-09-24 | Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomez | Matthias Krüger | -13/+28 |
| 2022-09-24 | Rollup merge of #102082 - andrewpollack:uid-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Rollup merge of #102044 - ChrisDenton:BCrypt-system-rand, r=thomcc | Matthias Krüger | -53/+29 |
| 2022-09-24 | Rollup merge of #101780 - chriswailes:android-platform, r=joshtriplett | Matthias Krüger | -6/+52 |
| 2022-09-24 | Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcm | bors | -62/+88 |
| 2022-09-23 | Document some missing command-line arguments | Eric Huss | -0/+11 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -91/+72 |
| 2022-09-23 | Respond to document review feedback | Chris Wailes | -3/+3 |
| 2022-09-24 | Bless miri. | Camille GILLOT | -1/+1 |
| 2022-09-23 | diagnostics: avoid syntactically invalid suggestion in if conditionals | Michael Howell | -0/+61 |
| 2022-09-23 | Constify Residual behind const_try | onestacked | -2/+5 |
| 2022-09-23 | Make `ManuallyDrop` satisfy `~const Destruct` | Deadbeef | -0/+3 |
| 2022-09-23 | Remove unused `ConstFn(Once)Closure` structs. | onestacked | -125/+0 |
| 2022-09-23 | rustdoc: remove no-op CSS rule `#source-sidebar { z-index: 1 }` | Michael Howell | -1/+0 |
| 2022-09-23 | rustdoc: remove no-op mobile CSS `#source-sidebar { z-index: 11 }` | Michael Howell | -4/+0 |