| Age | Commit message (Expand) | Author | Lines |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -6/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -6/+10 |
| 2024-05-09 | Rollup merge of #124923 - RalfJung:offset-from-errors, r=compiler-errors | Matthias Krüger | -0/+36 |
| 2024-05-09 | opt-dist: use xz2 instead of xz crate | klensy | -1/+1 |
| 2024-05-09 | Auto merge of #124706 - Zalathar:revision-checker, r=jieyouxu | bors | -5/+124 |
| 2024-05-09 | Auto merge of #17208 - Wilfred:log_error_from_threads, r=Veykril | bors | -2/+8 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -0/+36 |
| 2024-05-09 | Auto merge of #3591 - RalfJung:win-symlink-trouble, r=RalfJung | bors | -150/+151 |
| 2024-05-09 | do not run symlink tests on Windows hosts | Ralf Jung | -150/+151 |
| 2024-05-09 | make RUSTC_BLESS entirely an internal thing | Ralf Jung | -3/+4 |
| 2024-05-09 | make MIRI_TEST_TARGET entirely an internal thing | Ralf Jung | -143/+175 |
| 2024-05-09 | Auto merge of #3588 - RossSmyth:CliTarget, r=RalfJung | bors | -30/+80 |
| 2024-05-09 | minor tweaks | Ralf Jung | -6/+5 |
| 2024-05-09 | Tidy check for test revisions that are mentioned but not declared | Zalathar | -0/+118 |
| 2024-05-09 | Include the line number in tidy's `iter_header` | Zalathar | -5/+6 |
| 2024-05-09 | Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-08 | fix: Report both IO errors and main_loop errors | Wilfred Hughes | -2/+8 |
| 2024-05-08 | fix: Report all LSP protocol errors with invalid_data | Wilfred Hughes | -10/+18 |
| 2024-05-08 | Update documentation for miri-script test changes | Ross Smyth | -6/+5 |
| 2024-05-08 | Update CI script for the miri-script test changes | Ross Smyth | -2/+2 |
| 2024-05-08 | Allow test targets to be set via CLI args | Ross Smyth | -23/+75 |
| 2024-05-08 | Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors | Matthias Krüger | -8/+5 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -201/+178 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -10/+12 |
| 2024-05-08 | Auto merge of #3580 - tiif:feat/malloc0-non-null-pointer, r=RalfJung | bors | -19/+74 |
| 2024-05-09 | Implement non-null pointer for malloc(0) | tiif | -19/+74 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -65/+65 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -9/+56 |
| 2024-05-08 | Auto merge of #3589 - RalfJung:io-error, r=RalfJung | bors | -34/+31 |
| 2024-05-08 | io::Error handling: keep around the full io::Error for longer so we can give ... | Ralf Jung | -34/+31 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -18/+18 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-08 | use key-value format in stage0 file | onur-ozkan | -43/+105 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -8/+5 |
| 2024-05-07 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-07 | remove problems that I do not think we have seen in a while | Ralf Jung | -13/+0 |
| 2024-05-07 | README: update introduction | Ralf Jung | -39/+31 |
| 2024-05-07 | Use unit of work as fuel instead of time | Tavo Annus | -42/+48 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2024-05-07 | Auto merge of #17192 - roife:fix-issue-17179, r=lnicola | bors | -1/+46 |
| 2024-05-06 | rustdoc: allow custom element rustdoc-search | Michael Howell | -0/+2 |
| 2024-05-06 | Add time based fuel to term search | Tavo Annus | -8/+36 |
| 2024-05-06 | Collapse term search exprs before Cartesian product to avoid OOM | Tavo Annus | -20/+43 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -6/+6 |
| 2024-05-06 | Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxu | bors | -12/+31 |
| 2024-05-06 | Implement unsafe attribute parsing | Lukas Wirth | -11/+534 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -1/+0 |
| 2024-05-06 | Auto merge of #3579 - RalfJung:libc, r=RalfJung | bors | -208/+211 |
| 2024-05-06 | organize libc tests into a proper folder, and run some of them on Windows | Ralf Jung | -208/+211 |