]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-14 bjorn3Build rtstartup for MinGW from scratch
2023-01-14 bjorn3Avoid hard-coded rustc when building wrappers
2023-01-14 bjorn3Don't hard-code rustc path in get_rustc_version and...
2023-01-14 bjorn3Return Compiler from build_sysroot
2023-01-14 bjorn3Rename Compiler variables for clarity
2023-01-14 bjorn3Minor changes to the TestRunner::new signature
2023-01-14 bjorn3Set RUSTC and RUSTDOC env vars to invalid values to...
2023-01-14 bjorn3Use fs::remove_dir_all instead of cargo clean
2023-01-14 bjorn3Minor consistency improvement
2023-01-14 bjorn3Remove Test nightly Cranelift workflow
2023-01-13 bjorn3Update FreeBSD to 13.1
2023-01-13 bjorn3Merge pull request #1339 from bjorn3/better_compiler_ma...
2023-01-13 bjorn3Improve readme and build system help message
2023-01-13 bjorn3Enable VSCode formatOnSave
2023-01-13 bjorn3Rustfmt
2023-01-13 bjorn3Set panic=abort for the build system
2023-01-13 bjorn3Pass --frozen to cargo to ensure ./y.rs prepare fetches...
2023-01-13 bjorn3Fetch all cargo dependencies in ./y.rs prepare
2023-01-13 bjorn3Don't use the diff command in regex test
2023-01-13 bjorn3Set core.autocrlf=false in the build system instead...
2023-01-13 bjorn3Add git_command helper
2023-01-13 bjorn3Add fixme
2023-01-13 bjorn3Introduce helpers for common test case commands
2023-01-13 bjorn3Don't require git user to be configured for testing...
2023-01-13 bjorn3Use sparse cargo registry
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
next