index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Lines
2024-03-31
Rustfmt all scripts
bjorn3
-6
/
+3
2024-03-28
Fix rustc test suite
bjorn3
-0
/
+13
2024-03-26
Re-enable fixed rustc test
bjorn3
-1
/
+0
2024-03-26
Correctly implement --emit
bjorn3
-12
/
+12
2024-03-26
Fix rustdoc help message when no args are passed
bjorn3
-9
/
+13
2024-03-26
Implement nearbyintf32 and nearbyintf64 and remove two test ignores
bjorn3
-3
/
+0
2024-03-26
Sync from rust 5f2c7d2bfd46cad00352ab7cd66242077e2e518c
bjorn3
-16
/
+0
2024-03-25
Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errors
Matthias Krüger
-15
/
+0
2024-03-25
Add needs-unwind for proc macro tests
bjorn3
-9
/
+0
2024-03-25
Remove ignore for fixed rustc test
bjorn3
-1
/
+0
2024-03-25
Fix rustc test suite
bjorn3
-0
/
+1
2024-03-25
Add needs-unwind annotations to a couple of tests
bjorn3
-6
/
+0
2024-03-24
Add async-closures/once.rs back to cranelift tests
Michael Goulet
-1
/
+0
2024-03-18
Re-enable rmake.rs tests as a compiletest bug has been fixed
bjorn3
-8
/
+0
2024-03-16
Merge commit '4cf4ffc6ba514f171b3f52d1c731063e4fc45be3' into sync_cg_clif-202...
bjorn3
-0
/
+2
2024-03-16
Fix rustc test suite
bjorn3
-0
/
+1
2024-03-09
Fix rustc test suite
bjorn3
-0
/
+1
2024-03-08
Merge commit '54cbb6e7531f95e086d5c3dd0d5e73bfbe3545ba' into sync_cg_clif-202...
bjorn3
-9
/
+17
2024-03-08
Workaround a couple of bugs in rustc's test suite
bjorn3
-3
/
+15
2024-02-20
Fix rustc test suite
bjorn3
-0
/
+1
2024-02-20
Adapt filtering of rustc tests for upstream changes
bjorn3
-1
/
+1
2024-02-15
Re-enable fixed rustc tests
bjorn3
-6
/
+0
2024-02-15
Disable test broken due to upstream bug
bjorn3
-0
/
+1
2023-12-31
Merge commit '6d355f6844323db03bfd608899613e363e701951' into sync_cg_clif-202...
bjorn3
-8
/
+7
2023-12-31
Remove no longer needed config option from setup_rust_fork.sh
bjorn3
-3
/
+0
2023-12-31
Suppress default config change warnings
bjorn3
-1
/
+1
2023-12-31
Suppress progress notifications for all git commands
bjorn3
-4
/
+6
2023-12-24
Merge commit '26c02eb2904da9a53d2220d4f3069b19a3c81d3d' into sync_cg_clif-202...
bjorn3
-1
/
+2
2023-12-22
Disable a rustc test that depends on -Cpanic=unwind
bjorn3
-0
/
+1
2023-12-22
Ignore a rustc test that needs LTO support
bjorn3
-0
/
+1
2023-12-19
Implement simd_masked_store
bjorn3
-1
/
+0
2023-12-19
Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202...
bjorn3
-0
/
+1
2023-12-18
fix computing the offset of an unsized field in a packed struct
bjorn3
-2
/
+0
2023-12-18
fix dynamic size/align computation logic for packed types with dyn trait tail
bjorn3
-1
/
+1
2023-12-12
Fix rustc test suite
bjorn3
-0
/
+1
2023-12-07
Fix rustc test suite
bjorn3
-0
/
+2
2023-11-25
Auto merge of #118279 - bjorn3:sync_cg_clif-2023-11-25, r=bjorn3
bors
-5
/
+0
2023-11-25
Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-202...
bjorn3
-5
/
+0
2023-11-24
Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`
David Tolnay
-2
/
+2
2023-11-16
Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...
bjorn3
-8
/
+8
2023-11-10
Merge commit 'c84d1871dc4456539b7b578830268ab3539915d0' into sync_cg_clif-202...
bjorn3
-0
/
+5
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-1
/
+0
2023-10-29
Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-202...
bjorn3
-2
/
+6
2023-10-21
Merge commit 'c07d1e2f88cb3b1a0604ae8f18b478c1aeb7a7fa' into sync_cg_clif-202...
bjorn3
-43
/
+5
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-09
Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...
bjorn3
-9
/
+11
2023-10-02
Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
bors
-1
/
+1
2023-10-01
implement major change tracking for the bootstrap configuration
onur-ozkan
-1
/
+1
2023-09-26
subst -> instantiate
lcnr
-3
/
+3
2023-09-06
Merge commit 'dda103b1e33c4902deca8bccf614991ada781fa6' into sync_cg_clif-202...
bjorn3
-0
/
+2
[next]