| Age | Commit message (Expand) | Author | Lines |
| 2024-05-12 | Don't print unnecessary sysroot messages | Ben Kimock | -21/+35 |
| 2024-05-12 | rewrite issue-14500 to rmake | Oneirical | -1/+14 |
| 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 | Merge from rustc | Ralf Jung | -162/+252 |
| 2024-05-12 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 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 | merge two integer tests | Ralf Jung | -58/+61 |
| 2024-05-12 | merge float tests into one | Ralf Jung | -66/+67 |
| 2024-05-12 | organize float intrinsic implementations a bit | Ralf Jung | -102/+92 |
| 2024-05-12 | Add non-null pointer for posix_memalign | tiif | -14/+73 |
| 2024-05-12 | Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum | bors | -74/+148 |
| 2024-05-12 | test: add test case extract_with_specified_path_attr | Young-Flash | -0/+66 |
| 2024-05-12 | fix: extract mod to file should respect path attribute | Young-Flash | -3/+12 |
| 2024-05-11 | Make crashes dump mir to build dir | Michael Goulet | -8/+14 |
| 2024-05-11 | Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey... | Matthias Krüger | -1/+0 |
| 2024-05-11 | Port c-link-to-rust-va-list-fn to Rust | Oneirical | -1/+0 |
| 2024-05-11 | make tidy happy | Oneirical | -3/+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 #3596 - bend-n:support_fstar_algebraic, r=RalfJung | bors | -0/+54 |
| 2024-05-11 | support `f*_algebraic` | bendn | -0/+54 |
| 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 |