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
/
compiler
/
rustc_index
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Tidy up `Cargo.toml` files.
Nicholas Nethercote
-1
/
+1
2025-07-05
use `div_ceil` instead of manual logic
Folkert de Vries
-2
/
+2
2025-06-04
index: add method for checking range on DenseBitSet
Nia Espera
-0
/
+45
2025-04-15
Add `copy_within` to `IndexSlice`
Jason Newcomb
-1
/
+12
2025-03-15
Use {Decodable,Encodable}_NoContext in type_ir
Michael Goulet
-4
/
+4
2025-03-12
Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...
Matthias Krüger
-1
/
+0
2025-03-12
Rollup merge of #138372 - Eclips4:issue-138196, r=scottmcm
Matthias Krüger
-15
/
+20
2025-03-12
Auto merge of #137795 - Jarcho:idx_opt, r=davidtwco
bors
-0
/
+10
2025-03-12
Make panic's more specific
Kirill Podoprigora
-10
/
+13
2025-03-11
Refactor pick2_mut & pick3_mut to use get_disjoint_mut
Kirill Podoprigora
-8
/
+10
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-3
/
+1
2025-03-09
Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu
Matthias Krüger
-1
/
+3
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-08
Specify rust lints for `compiler/` crates via Cargo.
Nicholas Nethercote
-0
/
+3
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-4
/
+4
2025-02-28
Allow the optimizer to elide bounds checks when enumerating `IndexSlice`/`Ind...
Jason Newcomb
-0
/
+10
2025-02-24
Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb
Jacob Pratt
-14
/
+113
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-9
/
+7
2025-02-22
Fix binding mode problems
Michael Goulet
-16
/
+4
2025-02-22
Upgrade the compiler to edition 2024
Michael Goulet
-1
/
+1
2025-02-21
Allow SliceIndex to be indexed by ranges.
Jason Newcomb
-14
/
+113
2025-02-08
Rustfmt
bjorn3
-40
/
+48
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-14
Add `DenseBitSet::union_not`
Zalathar
-0
/
+56
2025-01-11
document the use-cases of `DenseBitSet` a bit more
Rémy Rakic
-1
/
+7
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-68
/
+72
2024-12-29
improve `bit_set` assertion
Rémy Rakic
-1
/
+6
2024-12-21
Rollup merge of #134526 - onur-ozkan:nightly-feat-rustc, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-12-19
update `rustc_index_macros` feature handling
onur-ozkan
-1
/
+1
2024-12-17
add `MixedBitSet::clear`
Rémy Rakic
-0
/
+8
2024-12-09
Use `BitSet` in `SparseBitMatrix`.
Nicholas Nethercote
-13
/
+13
2024-12-05
Introduce `MixedBitSet`.
Nicholas Nethercote
-0
/
+155
2024-12-05
Move some `BitSet` code blocks to a better place.
Nicholas Nethercote
-105
/
+105
2024-11-29
Remove `HybridBitSet`.
Nicholas Nethercote
-692
/
+3
2024-11-29
Stop using `HybridBitSet` in `SparseBitMatrix`.
Nicholas Nethercote
-13
/
+18
2024-11-29
Speed up `ChunkedBitIter`
Nicholas Nethercote
-55
/
+40
2024-11-29
Tiny `ChunkedBitSet` improvements.
Nicholas Nethercote
-19
/
+16
2024-11-29
Clarify `ChunkSize` invariants.
Nicholas Nethercote
-4
/
+8
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-4
/
+136
2024-10-10
Rollup merge of #130625 - heiseish:issue-124028-fix, r=jieyouxu
Matthias Krüger
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-50
/
+42
2024-09-20
no_inline for index vec
Giang Dao
-0
/
+1
2024-09-17
assert that unexpectedly unsized fields are sized in the param env
Lukas Markeffsky
-1
/
+1
2024-09-08
IntervalSet: add comment about representation
Ralf Jung
-1
/
+1
2024-09-08
Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=...
bors
-1
/
+1
2024-08-31
disable size asserts in the compiler when randomizing layouts
The 8472
-0
/
+12
2024-08-28
Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...
Jubilee
-1
/
+1
2024-08-27
compiler: Remove feature(new_uninit)
Jubilee Young
-1
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_index`.
Nicholas Nethercote
-0
/
+1
[next]