]> git.lizzy.rs Git - rust.git/history - scripts
Fix assert_assignable for array types
[rust.git] / scripts /
2022-05-01 bjorn3Fix jit mode with cargo-clif wrapper
2022-04-30 bjorn3Fix #[track_caller] with MIR inlining
2022-04-30 bjorn3Merge pull request #1225 from bjorn3/build_system_rework
2022-04-29 bjorn3Use -Zcodegen-backend instead of a rustc replacement...
2022-04-29 bjorn3Inline ext_config.sh
2022-04-27 bjorn3Minor changes to tests.sh
2022-04-27 bjorn3Fix running the rustc test suite
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-21 bjorn3Sync from rust 1dec35a1b0df406da5d7cae55a7fa8d186a2b028
2022-04-14 MikaelUrankarDon't assume /bin/bash is available on every system...
2022-04-05 bjorn3Ignore broken rustc test
2022-04-05 bjorn3Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Yuri AstrakhanSpellchecking compiler code
2022-03-25 bjorn3Fix NaN handling of simd float min and max operations
2022-03-25 bjorn3Fix saturating float casts test
2022-03-25 bjorn3Sync from rust 903427b2e807cb1292388940b3f44f3b061cfebf
2022-03-22 bjorn3Update list of ignored rustc tests
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 bjorn3Run part of the simd test suite
2022-03-20 bjorn3Ignore rustc tests with needs-unwind directive
2022-03-20 bjorn3Move test and clarify problem of some other tests
2022-03-19 bjorn3Sync from rust 31535841701e0bf7ef33998024376f2cedd8b3e3
2022-03-19 bjorn3Codegen 128bit atomic loads and stores for compiler...
2022-03-18 bjorn3Merge pull request #1221 from bjorn3/run_more_rustc_tests
2022-03-18 bjorn3Reorganize test list
2022-03-18 bjorn3Run tests with warnings
2022-03-18 bjorn3Re-enable fixed tests
2022-03-17 bjorn3Fix and re-enable some rustc tests
2022-03-13 bjorn3Update list of ignores rustc tests
2022-03-13 bjorn3Add and remove some fixmes
2022-03-13 bjorn3Sync from rust 4800c7816ee1937d028407066d229f74b4673c92
2022-03-08 bjorn3Fix compiletest compilation
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-23 bjorn3Sync from rust bafe8d06e015eb00724d3d497516191d6681943f
2022-02-22 bjorn3Sync from rust 03a8cc7df1d65554a4d40825b0490c93ac0f0236
2022-02-20 bjorn3Update ignored rustc tests list
2022-02-16 bjorn3Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306
2022-02-13 bjorn3Sync from rust 9a60099cc43c8a07abb280be323d1ed9afc27f2c
2022-02-06 bjorn3Don't try to reinstall ripgrep if it is already installed
2022-01-30 bjorn3Sync from rust a00e130dae74a213338e2b095ec855156d8f3d8a
2022-01-19 bjorn3Sync from rust 2f004d2d401682e553af3984ebd9a3976885e752
2022-01-18 bjorn3Update rustc test ignore list
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 bjorn3Rename cargo executable to cargo-clif
2021-12-26 bjorn3Run incremental rustc tests and update broken test...
2021-12-26 bjorn3Test rustc tests with unstable features disabled
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-20 bjorn3Fix taking address of truly unsized type field of unsiz...
2021-12-20 bjorn3Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69ea
2021-12-16 bjorn3Rustc tests: ignore a couple more rustdoc tests
2021-12-16 bjorn3Rustup to rustc 1.59.0-nightly (c5ecc1570 2021-12-15)
2021-12-16 bjorn3Sync from rust a090c8659c3be0cbc7dc93c4b2c11a9cdbf8b980
2021-12-07 bjorn3Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87
2021-12-04 Mara BosUse IntoIterator for array impl everywhere.
2021-11-26 bjorn3Fix rustc tests
2021-10-27 bjorn3Disable rustc test requiring rustdoc
2021-10-27 bjorn3Sync from rust 47aeac648ed56095688c1c20972c9b72bd0da7ce
2021-10-17 bjorn3Disable a failing test
2021-10-02 bjorn3Sync from rust a8387aef8c378a771686878062e544af4d5e2245
2021-09-30 Camille GillotUpdate compiler/rustc_codegen_cranelift/scripts/filter_...
2021-09-30 Camille GILLOTMove encode_metadata out of CrateStore.
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-19 bjorn3Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9...
2021-09-19 bjorn3Sync from rust 7a3d1a5f3dfeaf5177885fedd7db8ecc70670dc1
2021-09-12 bjorn3Re-enable portable simd testing
2021-09-12 bjorn3Sync from rust c7dbe7a830100c70d59994fd940bf75bb6e39b39
2021-09-07 bjorn3Sync from rust 73641cd23ba470c6b4dcd72b8d5f62d27c735254
2021-09-07 Camille GILLOTMove monomorphize code to its own crate.
2021-09-01 bjorn3Disable protable-simd tests
2021-09-01 bjorn3Update protable-simd
2021-09-01 bjorn3Sync from rust 3ed6c1d23fd40f4367259a531465e809eb00ec27
2021-08-25 bjorn3Filter out tests marked with needs-asm-support
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-07-29 bjorn3Re-enable a fixed rustc tests
2021-07-29 bjorn3Fix float min and max operations in presence of NaN
2021-07-26 bjorn3Update compiler_builtins version in setup_rust_fork.sh
2021-07-26 bjorn3Merge pull request #1189 from bjorn3/stdsimd_fixes
2021-07-25 bjorn3Add fixme
2021-07-25 bjorn3Run stdsimd test suite
2021-07-19 bjorn3Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
2021-07-17 bjorn3Merge pull request #1187 from bjorn3/feature_gating
2021-07-17 bjorn3Put all cg_clif specific options behind -Zunstable...
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-06 bjorn3Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4
2021-07-04 bjorn3Don't overwrite LD_LIBRARY_PATH in config.sh
2021-07-02 bjorn3Disable new rustc test requiring unwinding support
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
2021-06-25 bjorn3Merge pull request #1166 from eggyal/lazy-jit-multithreaded
2021-06-25 bjorn3Test multithreading support in lazy-jit
2021-06-25 borsAuto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
2021-06-20 bjorn3Remove unused variable
2021-06-20 bjorn3Merge pull request #1180 from bjorn3/rust_build_system
2021-06-20 bjorn3Remove unnecessary LD_LIBRARY_PATH parts
2021-06-20 bjorn3Fix compiling cargo.rs on windows
2021-06-20 bjorn3Rewrite cargo.sh in rust
2021-06-19 bjorn3Move some things from config.sh to ext_config.sh
2021-06-19 bjorn3Rewrite prepare.sh in rust
next