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
/
src
Age
Commit message (
Expand
)
Author
Lines
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
/
+11
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
2024-08-23
library: Move unstable API of new_uninit to new features
Jubilee Young
-0
/
+1
2024-08-24
Avoid double-handling of attributes in `collect_tokens`.
Nicholas Nethercote
-1
/
+1
2024-08-13
Add and use `IndexVec::append`
Josh Stone
-0
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-24
/
+15
2024-07-15
Fix feature gating on rustc_index to not use implicit features
Michael Goulet
-3
/
+3
2024-07-04
Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoerister
bors
-4
/
+1
2024-07-04
Use `IndexVec` for coroutine local mapping
Liu Dingming
-0
/
+5
2024-06-30
Remove usage of specialization from newtype_index!
bjorn3
-4
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-1
/
+3
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-1
/
+1
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-1
/
+1
2024-03-06
doc: Add better explanation
orion GONZALEZ (contractor)
-1
/
+18
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-27
Auto merge of #120024 - Mark-Simulacrum:fast-union-merge, r=cjgillot
bors
-0
/
+6
2024-01-26
Rollup merge of #119800 - dev-ardi:tmp, r=wesleywiser
Matthias Krüger
-0
/
+7
2024-01-26
Update compiler/rustc_index/src/vec.rs
Ardi
-0
/
+1
2024-01-25
Remove unused features
clubby789
-9
/
+2
2024-01-22
Remove uses of HybridBitSet.
Camille GILLOT
-2
/
+2
2024-01-16
Merge into larger interval set
Mark Rousskov
-0
/
+6
2024-01-10
Fix some mistakes + new doc
ardi
-6
/
+5
2024-01-10
Oh well
ardi
-15
/
+3
2024-01-10
Document the struct and a few methods
ardi
-0
/
+19
2024-01-06
Auto merge of #119499 - cjgillot:dtm-opt, r=nnethercote
bors
-11
/
+5
2024-01-02
Reuse `bitwise` in BitMatrix.
Camille GILLOT
-11
/
+5
2023-12-31
Avoid specialization for the Span Encodable and Decodable impls
bjorn3
-4
/
+4
2023-12-23
Mention the relevant tracking issue next to my `bit_set` hack
Nadrieril
-0
/
+2
2023-12-15
Make `rustc_index::bit_set` available on stable
Nadrieril
-12
/
+37
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-18
Begin nightly-ifying rustc_type_ir
Michael Goulet
-3
/
+2
2023-11-13
Remove unnecessary annotation.
Nicholas Nethercote
-2
/
+0
2023-11-13
Remove `IndexSlice::convert_index_type`.
Nicholas Nethercote
-4
/
+0
2023-11-13
Remove `impl FiniteBitSetTy for {u64,u128}`.
Nicholas Nethercote
-48
/
+0
2023-11-13
Remove `BitSet::to_hybrid`.
Nicholas Nethercote
-6
/
+0
2023-11-13
Remove `BitSet::words`.
Nicholas Nethercote
-9
/
+4
2023-10-06
Preserve DebugInfo in DeadStoreElimination.
Camille GILLOT
-1
/
+7
2023-08-24
Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur
bors
-1
/
+1
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-22
Convert it into a warning
Nilstrieb
-1
/
+6
2023-08-22
Add disclaimer on size assertion macro
Nilstrieb
-0
/
+7
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-3
/
+1
2023-05-25
Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth
bors
-4
/
+4
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-4
/
+4
2023-05-19
Leverage the interval property to precompute borrow kill points.
Camille GILLOT
-0
/
+24
[prev]
[next]