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