]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-28 bjorn3Update GHA actions for Node.js 12 deprecation
2022-10-28 bjorn3Ignore rustfmt for y.rs
2022-10-28 bjorn3Add rustdoc-clif wrapper
2022-10-28 bjorn3Make rust-analyzer run flycheck on the build system
2022-10-28 bjorn3Better rust-analyzer.linkedProjects value
2022-10-28 bjorn3Use 2021 edition for y.rs
2022-10-27 bjorn3Stop using a deprecated function
2022-10-27 bjorn3Update to Cranelift 0.89.1
2022-10-26 bjorn3Check build system formatting on CI
2022-10-24 bjorn3Sync from rust 1481fd964bac3c750c7e1b21206fdaa60346c456
2022-10-23 bjorn3Rustfmt cg_clif's build system
2022-10-23 bjorn3Merge branch 'sync_from_rust'
2022-10-23 bjorn3Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b...
2022-10-23 bjorn3Revert "Update to Cranelift 0.89.0"
2022-10-23 bjorn3Revert "Stop using a depracated function"
2022-10-23 bjorn3Fix drop for dyn*
2022-10-23 bjorn3Allow dyn* upcasting
2022-10-23 bjorn3Update rustc test suite failure list
2022-10-23 bjorn3Rustup to rustc 1.66.0-nightly (6e95b6da8 2022-10-22)
2022-10-23 bjorn3Sync from rust e64f1110c062f61746f222059439529a43ccf6dc
2022-10-21 bjorn3Stop using a depracated function
2022-10-21 bjorn3Update to Cranelift 0.89.0
2022-10-14 Rageking8more dupe word typos
2022-10-13 bjorn3Merge pull request #1291 from bjorn3/build_system_rework2
2022-10-13 bjorn3Move all downloaded repos to the downloads/ dir
2022-10-13 bjorn3Introduce GitRepo type
2022-10-13 bjorn3Update rust-analyzer.linkedProjects
2022-10-11 bjorn3Rustup to rustc 1.66.0-nightly (a6b7274a4 2022-10-10)
2022-10-11 bjorn3Sync from rust bb93450ec4af83c20e9ba6c8e575aca55423001a
2022-10-06 ouz-aRemove `mir::CastKind::Misc`
2022-10-05 bjorn3Remove workaround for rustbuild bug
2022-10-05 bjorn3Rustup to rustc 1.66.0-nightly (01af5040f 2022-10-04)
2022-10-05 bjorn3Sync from rust d8613f792c11d6d348b15eee79da561323fa0199
2022-09-27 UrgauStabilize bench_black_box
2022-09-27 bjorn3Merge pull request #1284 from afonso360/windows-fix
2022-09-27 Afonso BordadoPrefix artifact names with `cg_clif`
2022-09-27 Afonso BordadoUse target triple artifact names
2022-09-27 Afonso BordadoIgnore rand tests
2022-09-27 bjorn3Merge pull request #1283 from bjorn3/update_cranelift
2022-09-27 Afonso BordadoDisable some rand tests on MinGW
2022-09-27 bjorn3Update to Cranelift 0.88.1
2022-09-27 Afonso BordadoDisable some ABI tests on MinGW
2022-09-27 Afonso BordadoWindows CI Cache
2022-09-26 Afonso BordadoDrop abi cafe patch
2022-09-26 Afonso BordadoDisable failing windows CI tests
2022-09-26 Afonso BordadoDisable JIT Tests for windows
2022-09-26 Afonso BordadoWindows MinGW & MSVC Matrix CI
2022-09-26 Afonso BordadoRemove MSVC Check
2022-09-26 bjorn3Re-enable structs abi-cafe test on AArch64
2022-09-26 bjorn3Remove stabilized feature gate
2022-09-26 bjorn3Enable stack probing on x86_64
2022-09-26 Afonso BordadoAvoid masking shift amounts
2022-09-26 bjorn3Update to Cranelift 0.88.0
2022-09-26 bjorn3Abi-checker got renamed to abi-cafe
2022-09-25 bjorn3Merge branch 'rustup'
2022-09-25 bjorn3Update rustc test suite failure list
2022-09-25 bjorn3Work around rustbuild bug
2022-09-25 bjorn3Work around rust-lang/libc#2924
2022-09-25 bjorn3Pass --sysroot when building the new sysroot
2022-09-25 bjorn3Fix cpuid replacement shim
2022-09-25 bjorn3Monomorphize ConstantKind::Unevaluated in mir_operand_g...
2022-09-25 bjorn3Fix ConstantKind::Ty codegen
2022-09-25 bjorn3Rustup to rustc 1.66.0-nightly (3f83906b3 2022-09-24)
2022-09-25 bjorn3Sync from rust 8e9c93df464b7ada3fc7a1c8ccddd9dcb24ee0a0
2022-09-23 b-naberrename Unevaluated to UnevaluatedConst
2022-09-22 b-naberintroduce mir::Unevaluated
2022-09-20 borsAuto merge of #99806 - oli-obk:unconstrained_opaque_typ...
2022-09-17 borsAuto merge of #98588 - b-naber:valtrees-cleanup, r...
2022-09-16 Oli SchererRevert "Revert "Rollup merge of #98582 - oli-obk:uncons...
2022-09-15 b-nabernits
2022-09-15 bjorn3Update for latests rustc test suite changes
2022-09-15 bjorn3Fix bundled static libraries
2022-09-15 bjorn3Implement dyn* support
2022-09-15 bjorn3Rustup to rustc 1.65.0-nightly (750bd1a7f 2022-09-14)
2022-09-15 bjorn3Sync from rust 00fcc82df204ab81cd887da7d04c023a201afd5b
2022-09-14 borsAuto merge of #101212 - eholk:dyn-star, r=compiler...
2022-09-14 b-naberaddress review again
2022-09-13 Eric HolkAddress code review comments
2022-09-13 b-nabercranelift changes
2022-09-13 b-naberuse ty::Unevaluated<'tcx, ()> in type system
2022-09-13 borsAuto merge of #99556 - davidtwco:collapse-debuginfo...
2022-09-13 Eric HolkMake x.py check work
2022-09-12 bjorn3Merge pull request #1279 from bjorn3/build_system_rework
2022-09-12 bjorn3Introduce hyperfine_command helper
2022-09-12 bjorn3Introduce cargo_command helper
2022-09-12 bjorn3More uniform imports
2022-09-12 bjorn3Tiny cleanup
2022-09-12 bjorn3Let abi-checker take the full path to the cg_clif dylib
2022-09-12 bjorn3Minor improvement to apply_patches
2022-09-12 bjorn3Rustup to rustc 1.65.0-nightly (59e7a308e 2022-09-11)
2022-09-12 bjorn3Sync from rust 56e7678ca97e9740f7d09206f767d5bb676917f7
2022-09-10 borsAuto merge of #101483 - oli-obk:guaranteed_opt, r=fee1...
2022-09-09 Oli SchererThe `<*const T>::guaranteed_*` methods now return an...
2022-09-09 bjorn3Merge pull request #1277 from bjorn3/simd_improvements
2022-09-07 Michael BenfieldChange name of "dataful" variant to "untagged"
2022-09-07 David Woodssa: implement `#[collapse_debuginfo]`
2022-09-06 Oli SchererGeneralize the Assume intrinsic statement to a general...
2022-09-06 Oli SchererLower the assume intrinsic to a MIR statement
2022-09-05 bjorn3Implement simd_select_bitmask
2022-09-05 bjorn3Implement simd_saturating_{add,sub}
next