]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-13 bjorn3Remove a lot of redundant rustc arguments for tests
2023-01-13 bjorn3Share cross-compilation code between building and testing
2023-01-13 bjorn3Pass around Compiler instead of target triples
2023-01-13 bjorn3Disable CG_CLIF_DISPLAY_CG_TIME by default
2023-01-13 bjorn3Move LLVM simple-raytracer build to ./y.rs bench
2023-01-11 bjorn3Rustfmt
2023-01-11 bjorn3Retry downloads on network failure
2023-01-11 bjorn3Don't install hyperfine in y.rs prepare
2023-01-05 bjorn3Merge pull request #1338 from bjorn3/build_system_rework5
2023-01-05 bjorn3Don't use hyperfine during testing
2023-01-05 bjorn3Remove debuginfo files for compiled y.rs in clean_all.sh
2023-01-05 bjorn3Move patched sysroot from build_sysroot/ to download/
2023-01-04 bjorn3Enable some fixed rustc tests
2022-12-22 bjorn3Enable inline stack probes on AArch64
2022-12-22 bjorn3Update to cranelift 0.91
2022-12-16 bjorn3Don't ICE on C-cmse-nonsecure-call either
2022-12-16 bjorn3Don't ICE on unimplemented call convs
2022-12-16 bjorn3Fix crash after simd type validation error
2022-12-16 bjorn3Re-enable some rustc tests
2022-12-16 bjorn3Revert "Don't PrintOnPanic on fatal errors"
2022-12-16 bjorn3Enable debug assertions on CI
2022-12-16 bjorn3Ensure Cranelift errors are reported deterministically
2022-12-16 bjorn3Fix ICE on incompatible declarations of entry symbol
2022-12-16 bjorn3Don't PrintOnPanic on fatal errors
2022-12-16 bjorn3Fix ICE on unsized locals
2022-12-15 bjorn3Merge branch 'staging'
2022-12-15 bjorn3Unify Windows and non-Windows CI
2022-12-15 bjorn3Start running regex-shootout-regex-dna on Windows again
2022-12-15 bjorn3Fix running simple-raytracer benchmark on Windows
2022-12-15 bjorn3Fix some build steps on Windows
2022-12-15 bjorn3Move many env vars from CI configuration to the build...
2022-12-15 bjorn3Run verifier checks during rustc tests too
2022-12-15 bjorn3Add .comment section with producer name
2022-12-15 bjorn3Update actions/upload-artifact to v3
2022-12-15 bjorn3Update not yet supported section of the readme
2022-12-15 bjorn3Implement simd_gather and simd_scatter (#1309)
2022-12-15 bjorn3Set RUSTDOCFLAGS again
2022-12-15 bjorn3Update portable-simd to 582239ac3b32007613df04d7ffa78dc...
2022-12-15 bjorn3Extract Compiler creation from tests.rs
2022-12-14 bjorn3Merge branch 'sync_from_rust'
2022-12-14 bjorn3Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602...
2022-12-14 bjorn3Remove unnecessary git init
2022-12-14 bjorn3Explicitly provide dummy git author name and email
2022-12-14 bjorn3Remove a couple of module.isa() calls
2022-12-13 bjorn3Rustup to rustc 1.68.0-nightly (37d7de337 2022-12-12)
2022-12-13 bjorn3Sync from rust ed620cf9690fdafed65845bf35c455db992fbba1
2022-12-11 Michael Gouletbug! with a better error message for failing Instance...
2022-12-11 bjorn3Update dependencies
2022-12-11 bjorn3Update rustc test suite failure list
2022-12-11 bjorn3Fix for "Support Option and similar enums as type of...
2022-12-11 bjorn3Rustup to rustc 1.68.0-nightly (c6fcdb690 2022-12-10)
2022-12-11 bjorn3Sync from rust b3ddfeb5a88352aa6d157f722976937da7b97307
2022-12-09 Jakob DegenRemove unneeded field from `SwitchTargets`
2022-12-04 bjorn3Rustup to rustc 1.67.0-nightly (234151769 2022-12-03)
2022-12-04 bjorn3Sync from rust fd02567705326884ddb94535d2ab230a9595dc2a
2022-12-03 Afonso BordadoS390X CI Support (#1304)
2022-12-03 borsAuto merge of #97485 - bjorn3:new_archive_writer, r...
2022-12-02 bjorn3Switch Linux runner to ubuntu-20.04 to unbreak CI
2022-12-02 bjorn3Fix crash with TAIT in the call codegen code
2022-12-01 bjorn3Merge pull request #1302 from bjorn3/build_system_rework4
2022-12-01 bjorn3Allow specifying where build artifacts should be written to
2022-12-01 bjorn3Fix build dir caching
2022-12-01 bjorn3Fix installing hyperfine
2022-12-01 bjorn3Introduce Dirs type to avoid hard coding src and dest...
2022-12-01 bjorn3Introduce RelPath
2022-12-01 bjorn3Put all temporary build artifacts in build/
2022-12-01 bjorn3Make sure the target dir is always explicitly set when...
2022-12-01 bjorn3Merge pull request #1295 from bjorn3/update_cranelift
2022-12-01 bjorn3Update Cranelift to 0.90.1
2022-12-01 bjorn3Update Cranelift to 0.90.0
2022-12-01 bjorn3Update cranelift to the upcoming release-3.0.0 branch
2022-12-01 bjorn3bswap.i128 is now supported
2022-12-01 bjorn3Fix for removal of raw_bitcast
2022-12-01 bjorn3Simplify some code based on newly implemented instructions
2022-12-01 bjorn3Use git version of Cranelift
2022-12-01 bjorn3Fix warning
2022-12-01 bjorn3Remove all usages of iconst.i128
2022-12-01 bjorn3Booleans have been removed from Cranelift
2022-12-01 bjorn3Ignore out-of-stack test
2022-11-29 bjorn3Merge pull request #1300 from bjorn3/rename_build_to_dist
2022-11-28 bjorn3Rename target_dir to dist_dir in a couple of places
2022-11-28 bjorn3Implement __isb for AArch64
2022-11-28 bjorn3Rename the build/ directory to dist/
2022-11-27 bjorn3Merge pull request #1298 from bjorn3/build_system_rework3
2022-11-27 bjorn3Merge pull request #1297 from bjorn3/aarch64_simd
2022-11-27 bjorn3Introduce CargoProject type and use it where possible
2022-11-27 bjorn3Rustfmt
2022-11-27 bjorn3Implement more llvm simd intrinsics for AArch64
2022-11-27 bjorn3Begin implementing llvm simd intrinsics for aarch64
2022-11-27 bjorn3Split x86 specific intrinsics into intrinsics/llvm_x86.rs
2022-11-27 Maybe WafflePrefer doc comments over `//`-comments in compiler
2022-11-26 bjorn3Rewrite LLVM's archive writer in Rust
2022-11-26 Guillaume GomezRollup merge of #104786 - WaffleLapkin:amp-mut-help...
2022-11-24 borsAuto merge of #104507 - WaffleLapkin:asderefsyou, r...
2022-11-23 Maybe WaffleAdd `Mutability::{is_mut,is_not}`
2022-11-22 bjorn3Update rustc test suite failure list
2022-11-22 bjorn3Rustup to rustc 1.67.0-nightly (b7bc90fea 2022-11-21)
2022-11-22 bjorn3Sync from rust 66ccf36f161f67b121290e2af2517ead7e695d3b
2022-11-21 bjorn3Rustfmt
2022-11-21 bjorn3Fix discriminant handling
next