| Age | Commit message (Expand) | Author | Lines |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -13/+17 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -60/+21 |
| 2024-05-12 | Inline MemCategorization into ExprUseVisitor | Michael Goulet | -3/+3 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -2/+47 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -6/+6 |
| 2024-05-12 | Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum | bors | -74/+148 |
| 2024-05-11 | Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey... | Matthias Krüger | -1/+0 |
| 2024-05-11 | Add `extern_` method to `Rustdoc` | Guillaume Gomez | -0/+15 |
| 2024-05-11 | Add `python_command` and `source_path` functions | Guillaume Gomez | -0/+9 |
| 2024-05-11 | Add `crate_name` method to `Rustdoc` and `Rustc` | Guillaume Gomez | -0/+14 |
| 2024-05-11 | Add `crate_type` method to `Rustdoc` | Guillaume Gomez | -0/+7 |
| 2024-05-11 | move comments position in `src/stage0` | onur-ozkan | -4/+7 |
| 2024-05-11 | use shared stage0 parser from `build_helper` | onur-ozkan | -102/+111 |
| 2024-05-11 | Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -0/+1 |
| 2024-05-11 | Add windows_i686_gnullvm to the list | Mark Rousskov | -0/+1 |
| 2024-05-11 | Migrate `run-make/rustdoc-shared-flags` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-11 | Auto merge of #3598 - RalfJung:heap, r=RalfJung | bors | -38/+74 |
| 2024-05-11 | separate windows heap functions from C heap shims | Ralf Jung | -33/+56 |
| 2024-05-11 | alloc: update comments around malloc() alignment | Ralf Jung | -8/+21 |
| 2024-05-11 | Merge from rustc | The Miri Cronjob Bot | -354/+496 |
| 2024-05-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-10 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -1/+2 |
| 2024-05-10 | rename 'extern-so' to 'native-lib' | Ralf Jung | -333/+283 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -12/+11 |
| 2024-05-10 | Rollup merge of #124888 - GuillaumeGomez:migrate-rustdoc-output-path, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -6/+6 |
| 2024-05-10 | Migrate `run-make/rustdoc-output-path` to rmake | Guillaume Gomez | -1/+0 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -13/+12 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -6/+1 |
| 2024-05-10 | Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errors | Matthias Krüger | -6/+10 |
| 2024-05-10 | Rollup merge of #124927 - klensy:xz3, r=Kobzol | Matthias Krüger | -1/+1 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -11/+11 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -12/+11 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -11/+11 |
| 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 | 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 |