| Age | Commit message (Expand) | Author | Lines |
| 2024-03-12 | Use information from allocation instead of from the static's type | Oli Scherer | -2/+6 |
| 2024-03-12 | Move `codegen_static` function body to an inherent method in preparation of s... | Oli Scherer | -23/+27 |
| 2024-03-12 | Reduce some duplicate work that is being done around statics | Oli Scherer | -8/+18 |
| 2024-03-12 | Share the llvm type computation between both arms of a condition | Oli Scherer | -5/+4 |
| 2024-03-12 | Add tests showing how we duplicate allocations when we shouldn't | Amanjeev Sethi | -0/+58 |
| 2024-03-12 | Auto merge of #112268 - lqd:osx-1cgu, r=Kobzol | bors | -2/+2 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -791/+721 |
| 2024-03-11 | Auto merge of #112267 - lqd:win-1cgu, r=Kobzol | bors | -1/+2 |
| 2024-03-11 | Auto merge of #121796 - oli-obk:eager_opaque_checks3, r=lcnr | bors | -251/+322 |
| 2024-03-11 | update comment for RPITIT projections | lcnr | -15/+22 |
| 2024-03-11 | Eliminate `DefiningAnchor::Error`, it is indistinguishable from `DefiningAnch... | Oli Scherer | -18/+11 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -229/+300 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -735/+2111 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -332/+210 |
| 2024-03-11 | compiletest: Automatically compare output by subset with runners | Alex Crichton | -49/+20 |
| 2024-03-11 | Update test-various docker image to test `wasm32-wasip1` | Alex Crichton | -3/+14 |
| 2024-03-11 | Configure a default `runner` for WASI targets | Alex Crichton | -3/+30 |
| 2024-03-11 | Remove old support for emscripten/wasm32-u-u | Alex Crichton | -65/+4 |
| 2024-03-11 | libtest: Print timing information on WASI | Alex Crichton | -3/+4 |
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -336/+439 |
| 2024-03-11 | Rollup merge of #122330 - tshepang:patch-1, r=clubby789 | Jubilee | -13/+14 |
| 2024-03-11 | Rollup merge of #122328 - Enselic:sig_dfl-not-inherit, r=davidtwco | Jubilee | -14/+14 |
| 2024-03-11 | Rollup merge of #122320 - erikdesjardins:vtable, r=nikic | Jubilee | -17/+104 |
| 2024-03-11 | Rollup merge of #122318 - compiler-errors:next-solver-tests, r=lcnr | Jubilee | -407/+669 |
| 2024-03-11 | Rollup merge of #122299 - compiler-errors:bt-for-must-diag, r=nnethercote | Jubilee | -8/+14 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -12/+107 |
| 2024-03-11 | Rollup merge of #122166 - beetrees:remove-field-remapping, r=davidtwco | Jubilee | -34/+9 |
| 2024-03-11 | Rollup merge of #122152 - wutchzone:120892, r=fmease | Jubilee | -2/+160 |
| 2024-03-11 | Rollup merge of #122080 - Zalathar:drop-tree, r=oli-obk | Jubilee | -57/+93 |
| 2024-03-11 | Rollup merge of #121893 - RalfJung:const-interior-mut-tests, r=oli-obk | Jubilee | -33/+119 |
| 2024-03-11 | Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper | Jubilee | -10/+90 |
| 2024-03-11 | Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillot | Jubilee | -40/+56 |
| 2024-03-11 | Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkov | Jubilee | -25/+529 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -59/+117 |
| 2024-03-11 | Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk | Jubilee | -4/+16 |
| 2024-03-11 | Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco | bors | -443/+419 |
| 2024-03-11 | promote-not: add test that distinguishes promotion from outer scope rule | Ralf Jung | -22/+42 |
| 2024-03-11 | const-checking: add some corner case tests, and fix some nits | Ralf Jung | -6/+51 |
| 2024-03-11 | NVPTX: Enable previously disabled tests | Kjetil Kjeka | -15/+10 |
| 2024-03-11 | Bootstrap: Add argument for building llvm bitcode linker | Kjetil Kjeka | -1/+34 |
| 2024-03-11 | LLVM Bitcode Linker: Add as a linker known to the compiler | Kjetil Kjeka | -9/+142 |
| 2024-03-11 | NVPTX: Enable self-contained for the nvptx target | Kjetil Kjeka | -0/+4 |
| 2024-03-11 | LLVM Bitcode Linker: Added crate | Kjetil Kjeka | -0/+338 |
| 2024-03-11 | LLVM_TOOLS: Include llvm-link as a llvm tool | Kjetil Kjeka | -0/+1 |
| 2024-03-11 | Auto merge of #122305 - Nilstrieb:target-tiers, r=davidtwco | bors | -238/+1422 |
| 2024-03-11 | Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhpratt | bors | -81/+277 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -275/+265 |
| 2024-03-11 | Merge various rustc_attr based tests | Oli Scherer | -142/+136 |
| 2024-03-11 | Never bail out early while running all the type check queries | Oli Scherer | -28/+20 |
| 2024-03-11 | Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDenton | Jacob Pratt | -19/+36 |