| Age | Commit message (Expand) | Author | Lines |
| 2024-09-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -3/+16 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -3/+16 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -12/+503 |
| 2024-09-09 | Rollup merge of #130131 - Zalathar:up-to-date, r=Kobzol | Matthias Krüger | -2/+6 |
| 2024-09-09 | fix UB in a test | Ralf Jung | -2/+35 |
| 2024-09-09 | union padding computation: add fast-path for ZST | Ralf Jung | -0/+15 |
| 2024-09-09 | Rollup merge of #130130 - RalfJung:miri-sync, r=RalfJung | Jubilee | -287/+523 |
| 2024-09-09 | Rollup merge of #130068 - madsmtm:deployment-target-test, r=jieyouxu | Jubilee | -2/+19 |
| 2024-09-09 | Rollup merge of #130048 - nebulark:runmake_llvm_pdbutil, r=jieyouxu | Jubilee | -0/+24 |
| 2024-09-09 | Rollup merge of #130034 - alexcrichton:fix-some-wasm-component-ld-comments, r... | Jubilee | -2/+2 |
| 2024-09-09 | Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInT... | Jubilee | -35/+36 |
| 2024-09-09 | Print a helpful message if any tests were skipped for being up-to-date | Zalathar | -0/+1 |
| 2024-09-09 | Add an explicit ignore message for "up-to-date" tests | Zalathar | -2/+5 |
| 2024-09-08 | interpret: reset padding during validation | Ralf Jung | -15/+249 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -3/+212 |
| 2024-09-08 | interpret: remove Readable trait, we can use Projectable instead | Ralf Jung | -4/+4 |
| 2024-09-08 | run-make-support: Add llvm-pdbutil | Florian Schmiderer | -0/+24 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -0/+66 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -55/+219 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -46/+186 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -7/+0 |
| 2024-09-07 | Test codegen when setting deployment target | Mads Marquart | -2/+19 |
| 2024-09-06 | Fix a typo in the wasm-component-ld README | Alex Crichton | -2/+2 |
| 2024-09-06 | Fix tools | Michael Goulet | -9/+33 |
| 2024-09-06 | Fix comment in mutex_id_offset | Konstantinos Andrikopoulos | -1/+0 |
| 2024-09-06 | Auto merge of #129176 - EnzymeAD:enzyme-backend, r=albertlarsan68 | bors | -0/+4 |
| 2024-09-06 | Auto merge of #3864 - RalfJung:miri-bat-nightly, r=RalfJung | bors | -2/+2 |
| 2024-09-06 | miri.bat: use nightly toolchain | Ralf Jung | -2/+2 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -13/+11 |
| 2024-09-06 | Merge from rustc | The Miri Cronjob Bot | -24/+133 |
| 2024-09-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -0/+16 |
| 2024-09-05 | Enzyme backend | Manuel Drehwald | -0/+4 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -13/+11 |
| 2024-09-05 | Rollup merge of #129957 - chenx97:lint-docs-linker-opt, r=albertlarsan68 | Matthias Krüger | -0/+13 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129973 - jieyouxu:rework-rmake-stdio, r=Kobzol | Matthias Krüger | -23/+83 |
| 2024-09-05 | update cfgs | Boxy | -7/+0 |
| 2024-09-05 | run_make_support: make each command invocation only-run-once | 许杰友 Jieyou Xu (Joe) | -1/+16 |
| 2024-09-05 | Auto merge of #3784 - Mandragorian:detect_moved_mutexes, r=RalfJung | bors | -116/+310 |
| 2024-09-05 | Detect pthread_mutex_t is moved | Konstantinos Andrikopoulos | -116/+310 |
| 2024-09-05 | run_make_support: rename `Command::stdin` to `stdin_buf` and add `std{in,out,... | 许杰友 Jieyou Xu (Joe) | -22/+67 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+1 |
| 2024-09-05 | Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albertlarsan68 | Matthias Krüger | -0/+34 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+15 |
| 2024-09-04 | forward linker option to lint-docs | chenx97 | -0/+13 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+3 |
| 2024-09-03 | Auto merge of #3856 - jder:mac-native-libs, r=RalfJung | bors | -52/+78 |
| 2024-09-03 | Enable native libraries on macOS | Jesse Rusak | -52/+78 |
| 2024-09-02 | Auto merge of #129798 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |