about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-25Fix NaN handling of simd float min and max operationsbjorn3-41/+83
2022-03-25Fix saturating float casts testbjorn3-10/+26
2022-03-25Rustup to rustc 1.61.0-nightly (63b8f01bb 2022-03-24)bjorn3-1/+4
2022-03-25Sync from rust 903427b2e807cb1292388940b3f44f3b061cfebfbjorn3-20/+0
2022-03-22Update list of ignored rustc testsbjorn3-8/+5
2022-03-22Rustup to rustc 1.61.0-nightly (3c17c84a3 2022-03-21)bjorn3-1/+1
2022-03-20Don't declare test_variadic_fnptr with two conflicting signaturesbjorn3-20/+0
2022-03-20Merge branch 'sync_from_rust'bjorn3-0/+0
2022-03-20Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...bjorn3-506/+453
2022-03-20Run part of the simd test suitebjorn3-1/+16
2022-03-20Ignore rustc tests with needs-unwind directivebjorn3-25/+5
2022-03-20Move test and clarify problem of some other testsbjorn3-1/+4
2022-03-20Wrap write_mir_fn call in with_no_trimmed_paths!()bjorn3-1/+4
2022-03-19Rustup to rustc 1.61.0-nightly (1bfe40d11 2022-03-18)bjorn3-5/+5
2022-03-19Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3bjorn3-3/+17
2022-03-19Codegen 128bit atomic loads and stores for compiler builtins as trapbjorn3-75/+39
2022-03-18Enable rand based libcore testsbjorn3-33/+20
2022-03-18Cleanup rand test disable patchbjorn3-12/+3
2022-03-18Remove no longer necessary rand patchbjorn3-23/+0
2022-03-18Merge pull request #1221 from bjorn3/run_more_rustc_testsbjorn3-47/+82
2022-03-18Reorganize test listbjorn3-31/+54
2022-03-18Run tests with warningsbjorn3-1/+3
2022-03-18Re-enable fixed testsbjorn3-7/+1
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-1/+16
2022-03-17Fix and re-enable some rustc testsbjorn3-10/+26
2022-03-16Slightly speed up building of y.rsbjorn3-1/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+1
2022-03-16Silence warningbjorn3-1/+1
2022-03-15Trim down alloc_system.rsbjorn3-112/+30
2022-03-15Remove some unused feature gatesbjorn3-8/+10
2022-03-15Avoid once_cell unstable feature in cg_clif.rsbjorn3-7/+9
2022-03-15Download tarballs from github instead of cloning full reposbjorn3-23/+68
2022-03-15Rustup to rustc 1.61.0-nightly (285fa7ecd 2022-03-14)bjorn3-3/+3
2022-03-14Merge pull request #1220 from bjorn3/dont_print_on_trapbjorn3-44/+16
2022-03-14Replace a lot of print+trap with plain trapbjorn3-44/+16
2022-03-13Mark cold blocksbjorn3-2/+5
2022-03-13Update list of ignores rustc testsbjorn3-0/+5
2022-03-13Add and remove some fixmesbjorn3-2/+1
2022-03-13Remove almost all remaining feature gatesbjorn3-11/+21
2022-03-13Remove decl_macro usagebjorn3-36/+38
2022-03-13Rustup to rustc 1.61.0-nightly (f103b2969 2022-03-12)bjorn3-1/+2
2022-03-13Sync from rust 4800c7816ee1937d028407066d229f74b4673c92bjorn3-5/+5
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-5/+5
2022-03-10Update Cranelift to 0.82.1bjorn3-26/+26
2022-03-09Add missing clif ir commentbjorn3-0/+3
2022-03-08Update dependenciesbjorn3-10/+10
2022-03-08Update Cranelift to 0.82.0bjorn3-27/+30
2022-03-08Fix Box deref for non-ZST allocatorsbjorn3-11/+21
2022-03-08Fix compiletest compilationbjorn3-0/+15
2022-03-08Rustup to rustc 1.61.0-nightly (03918badd 2022-03-07)bjorn3-13/+15