| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Auto merge of #110177 - RalfJung:miri-tests, r=oli-obk | bors | -1/+4 |
| 2023-04-14 | add test for recent unwind UB issue | Ralf Jung | -0/+9 |
| 2023-04-14 | Merge from rustc | Ralf Jung | -2874/+5163 |
| 2023-04-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-04-14 | mark needs-llvm-components as being handled elsewhere | Pietro Albini | -0/+5 |
| 2023-04-14 | use a shared headers cache | Pietro Albini | -9/+28 |
| 2023-04-14 | add line numbers to error messages | Pietro Albini | -6/+8 |
| 2023-04-14 | show all invalid directives errors rather than just the first one | Pietro Albini | -5/+36 |
| 2023-04-14 | refactor ignore- and only- to use decisions | Pietro Albini | -53/+50 |
| 2023-04-14 | rename rust-lldb to needs-rust-lldb for consistency | Pietro Albini | -9/+6 |
| 2023-04-14 | refactor needs, validate them, and add ignore reasons | Pietro Albini | -104/+250 |
| 2023-04-14 | add pretty ignore reasons for llvm, cdb, gdb and lldb | Pietro Albini | -33/+107 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -40/+55 |
| 2023-04-14 | Auto merge of #109875 - jyn514:no-fulldeps, r=compiler-errors | bors | -1/+1 |
| 2023-04-13 | Move most ui-fulldeps tests to ui | jyn | -1/+1 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -5/+5 |
| 2023-04-13 | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | -21/+40 |
| 2023-04-13 | rustdoc-search: use ES6 `Set` for deduplication instead of `Object` | Michael Howell | -3/+3 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for generic matching instead of `Object` | Michael Howell | -23/+14 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for aliases instead of `Object` | Michael Howell | -11/+16 |
| 2023-04-13 | Auto merge of #110253 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-04-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-04-13 | Rollup merge of #110265 - KittyBorgX:master, r=ozkanonur | Matthias Krüger | -0/+6 |
| 2023-04-13 | Auto merge of #2833 - oli-obk:ui_test_bump, r=RalfJung | bors | -16/+32 |
| 2023-04-13 | Auto merge of #2841 - RalfJung:compiletest, r=oli-obk | bors | -0/+12 |
| 2023-04-13 | Update to new ui_test crate | Oli Scherer | -16/+32 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -1/+13 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -40/+55 |
| 2023-04-13 | compiletest: complain about unknown flags | Ralf Jung | -0/+12 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2023-04-13 | Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errors | bors | -11/+19 |
| 2023-04-13 | automatically update the LLVM submodule | Krishna Ramasimha | -0/+6 |
| 2023-04-12 | Add `libLLVM.so` to the target libdir when download-rustc is enabled | jyn | -4/+24 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -1/+13 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -9/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -11/+28 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -88/+89 |
| 2023-04-12 | Rollup merge of #110235 - GuillaumeGomez:fix-extend-css, r=notriddle | Matthias Krüger | -5/+4 |
| 2023-04-12 | Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonur | Matthias Krüger | -74/+82 |
| 2023-04-12 | Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8Ki | Matthias Krüger | -9/+3 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -63/+36 |
| 2023-04-12 | Rollup merge of #110241 - clubby789:tidy-reduce-limit, r=albertlarsan68 | Matthias Krüger | -6/+22 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-04-12 | Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez | Matthias Krüger | -1/+5 |
| 2023-04-12 | Update rustdoc book content about `--extend-css` option | Guillaume Gomez | -4/+1 |
| 2023-04-12 | Add/update tests for `--extend-css` option | Guillaume Gomez | -0/+2 |
| 2023-04-12 | Move creation of `theme.css` file from `--extend-css` command into the `stati... | Guillaume Gomez | -1/+1 |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -56/+8 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -17/+5 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -0/+1 |