| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -28/+40 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -5/+5 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -4/+0 |
| 2023-04-16 | Improve doc comment of AllocExtra's backtrace | Ben Kimock | -1/+2 |
| 2023-04-16 | Add a flag to disable leak backtraces | Ben Kimock | -9/+52 |
| 2023-04-16 | Report a backtrace for memory leaks under Miri | Ben Kimock | -42/+127 |
| 2023-04-16 | Add needs-git-hash header to compiletest | Erik Hofmayer | -0/+20 |
| 2023-04-15 | Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehuss | bors | -187/+458 |
| 2023-04-14 | Auto merge of #110197 - cjgillot:codegen-discr, r=pnkfelix | bors | -1/+1 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -6/+2 |
| 2023-04-14 | Auto merge of #2843 - jsoref:spelling, r=RalfJung | bors | -77/+77 |
| 2023-04-14 | Fix spelling | Josh Soref | -77/+77 |
| 2023-04-14 | Pacify tidy. | Camille GILLOT | -1/+1 |
| 2023-04-14 | Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68 | Yuki Okushi | -0/+200 |
| 2023-04-14 | add test for recent unwind UB issue | Ralf Jung | -0/+9 |
| 2023-04-14 | Merge from rustc | Ralf Jung | -2649/+4847 |
| 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 | 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 | -2/+2 |
| 2023-04-13 | Update cargo | Weihang Lo | -0/+0 |
| 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 | 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 | -4/+0 |
| 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 #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -6/+22 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -6/+2 |
| 2023-04-12 | tidy: Issue an error when ui test limits are too high | clubby789 | -6/+22 |
| 2023-04-12 | Rollup merge of #110188 - Nilstrieb:remove-remove-dir-all, r=jyn514 | Matthias Krüger | -864/+0 |
| 2023-04-12 | typo | Ralf Jung | -1/+1 |
| 2023-04-12 | add memcpy/strcpy shims | mojave2 | -0/+118 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+2 |
| 2023-04-11 | Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 | Michael Goulet | -60/+60 |
| 2023-04-11 | Rollup merge of #110018 - jfgoog:host-and-target-linker, r=wesleywiser | Michael Goulet | -7/+16 |
| 2023-04-11 | filter out notes | DebugSteven | -53/+1 |
| 2023-04-11 | Auto merge of #110198 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-04-11 | throw unsupported for epoll_wait | DebugSteven | -2/+70 |
| 2023-04-11 | Update cargo | Weihang Lo | -0/+0 |
| 2023-04-11 | Update tests/pass-dep/shims/libc-misc.rs | Christian Legnitto | -1/+1 |