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
Age
Commit message (
Expand
)
Author
Lines
2025-06-30
Move lazy type alias checks to non-hir-wfck
Oli Scherer
-91
/
+63
2025-06-30
Use predicate spans instead of whole item spans
Oli Scherer
-135
/
+113
2025-06-30
Check variances in the non-hir wfchecker
Oli Scherer
-78
/
+105
2025-06-30
Make variance wfcheck only use the HIR in the error path
Oli Scherer
-28
/
+26
2025-06-30
Don't look at static items' HIR for wfcheck
Oli Scherer
-78
/
+68
2025-06-30
fix bitcast of single-element SIMD vectors
Folkert de Vries
-18
/
+47
2025-06-30
Unconditionally run `check_item_type` on all items
Oli Scherer
-392
/
+593
2025-06-30
Try increasing the repetition limit
Oli Scherer
-1
/
+1
2025-06-30
Require either wrapping nullary intrinsincs in const blocks or explicitly dec...
Oli Scherer
-1
/
+22
2025-06-30
Remove the nullary intrinsic const eval logic and treat them like other intri...
Oli Scherer
-124
/
+78
2025-06-30
Stop backends from needing to support nullary intrinsics
Oli Scherer
-4
/
+5
2025-06-30
Stop backends from needing to support nullary intrinsics
Oli Scherer
-86
/
+67
2025-06-30
Make check_param_wf only go through the HIR in the error path
Oli Scherer
-26
/
+31
2025-06-30
Stop storing `Span` that is only used for checking for global bounds that do ...
Oli Scherer
-21
/
+14
2025-06-30
cleaned up some tests
Kivooeo
-17
/
+45
2025-06-30
Move `RUST_TEST_NOCAPTURE` warning to early config check
Jieyou Xu
-6
/
+7
2025-06-30
Move compiletest `main.rs` to `src/bin/`
Jieyou Xu
-0
/
+4
2025-06-30
Remove `unused_trait_names`'s support inside macros
yanglsh
-56
/
+6
2025-06-30
fix: `unused_trait_names` FP when `as` name is from macro input
yanglsh
-0
/
+39
2025-06-30
Move some early config checks to the compiletest lib
Jieyou Xu
-14
/
+17
2025-06-30
Merge pull request #2485 from dianne/update-cond-loop-desugaring
nora
-4
/
+2
2025-06-30
cleaned up some tests
Kivooeo
-97
/
+152
2025-06-30
Merge pull request #4429 from RalfJung/futex-val-too-big
Ralf Jung
-3
/
+9
2025-06-30
Handle build scripts better in `-Zmacro-stats` output.
Nicholas Nethercote
-1
/
+11
2025-06-30
cleaned up some tests
Kivooeo
-33
/
+57
2025-06-30
linux futex: fix for val > i32::MAX
Ralf Jung
-3
/
+9
2025-06-30
cleaned up some tests
Kivooeo
-27
/
+43
2025-06-30
Merge pull request #20124 from zachs18/patch-1
Lukas Wirth
-5
/
+5
2025-06-29
update AST-to-HIR lowering examples for conditionals and loops
dianne
-4
/
+2
2025-06-30
build-fail directive: make explanation more uniform
Tshepang Mbambo
-3
/
+3
2025-06-29
Remove last use of `rustc_pat_analysis::Captures`
zachs18
-5
/
+5
2025-06-30
Improve macro-stats printing.
Nicholas Nethercote
-8
/
+17
2025-06-30
Augment the macro-stats test.
Nicholas Nethercote
-3
/
+10
2025-06-30
Auto merge of #142941 - compiler-errors:shallow-bail, r=lcnr
bors
-19
/
+70
2025-06-29
Merge pull request #723 from rust-lang/sync_from_rust_2025_06_28
antoyo
-450
/
+222
2025-06-29
Show auto trait and blanket impls for `!`
zachs18
-0
/
+5
2025-06-29
Fix handling of __builtin_ia32_rdtscp
Antoni Boucher
-3
/
+2
2025-06-30
Regenerated intrinsics
FractalFir
-58
/
+66
2025-06-30
Changed intrinsic generation to include full intrinsic names in panic messages
FractalFir
-6
/
+6
2025-06-30
Do not autofix comments containing bare CR
Samuel Tardieu
-0
/
+35
2025-06-29
Fix `cast_possible_truncation` should not suggest inside const context (#15164)
Samuel Tardieu
-4
/
+28
2025-06-29
Merge pull request #4397 from tgross35/gettid-shims
Ralf Jung
-12
/
+312
2025-06-29
Merge pull request #4422 from RalfJung/more-ci
Ralf Jung
-31
/
+65
2025-06-29
Add shims for `gettid`-esque functions
Trevor Gross
-12
/
+312
2025-06-29
add a riscv64 test job
Ralf Jung
-0
/
+5
2025-06-29
remove duplicate clippy check
Ralf Jung
-4
/
+2
2025-06-29
also test on s390x via qemu
Ralf Jung
-0
/
+15
2025-06-29
test on x86-32 and arm-32
Ralf Jung
-25
/
+41
2025-06-29
fix type mismatches in native-lib/scalar_arguments test
Ralf Jung
-2
/
+2
2025-06-29
add float_nan test for powf
Ralf Jung
-28
/
+54
[prev]
[next]