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_data_structures
/
src
/
graph
/
scc
Age
Commit message (
Expand
)
Author
Lines
2023-11-28
Avoid an unnecessary `by_ref`.
Nicholas Nethercote
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-03-21
Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...
John Kåre Alsaker
-3
/
+3
2023-02-21
address review
b-naber
-4
/
+20
2023-02-19
sccs info
b-naber
-5
/
+5
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-8
/
+6
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-06-04
Adapt rustc_data_structures tests to run in strict miri
Nilstrieb
-0
/
+3
2021-12-22
rustc `VecGraph`: require the index type to implement Ord
pierwill
-3
/
+4
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-14
/
+6
2021-09-24
consistent big O notation
r00ster91
-1
/
+1
2020-12-29
don't redundantly repeat field names
Matthias Krüger
-1
/
+1
2020-11-08
Remove recursion from sccc walking
Andreas Molzer
-73
/
+182
2020-11-05
Add test for sccc of a long list
Andreas Molzer
-0
/
+26
2020-11-05
Convert the recursive find_state to a loop
Andreas Molzer
-22
/
+110
2020-10-31
Add a benchmark test for sccc finding
Andreas Molzer
-0
/
+46
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+521