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
Introduce `ByteSymbol`.
Nicholas Nethercote
-267
/
+447
2025-06-30
test: add test case for func with multiline param list
Young-Flash
-2
/
+19
2025-06-30
internal: add `FoldKind::Function`
Young-Flash
-13
/
+18
2025-06-30
feat: support folding multiline arg list & fn body in one folding range
Young-Flash
-1
/
+28
2025-06-30
Don't run hir wfcheck if ty wfcheck handled everything
Oli Scherer
-17
/
+58
2025-06-30
Avoid some eager uses of HIR spans
Oli Scherer
-4
/
+5
2025-06-30
Stop requiring HIR for impl item wf checks
Oli Scherer
-11
/
+11
2025-06-30
Stop requiring HIR for trait item wf checks
Oli Scherer
-8
/
+21
2025-06-30
Avoid looking at HIR for trait and impl items
Oli Scherer
-79
/
+67
2025-06-30
Avoid eagerly loading the hir fn sig
Oli Scherer
-14
/
+11
2025-06-30
Merge `lower_trait_item` and `lower_impl_item` into `check_item_type`
Oli Scherer
-51
/
+26
2025-06-30
Merge `lower_item` into `check_item_type`
Oli Scherer
-143
/
+101
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
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-29
Fix `cast_possible_truncation` should not suggest inside const context (#15164)
Samuel Tardieu
-4
/
+28
[prev]
[next]