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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-06
Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu
bors
-0
/
+1
2022-05-06
Add a dedicated length-prefixing method to `Hasher`
Scott McMurray
-0
/
+1
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-04-16
Auto merge of #95899 - petrochenkov:modchild2, r=cjgillot
bors
-0
/
+25
2022-04-14
make unaligned_references lint deny-by-default
Ralf Jung
-1
/
+0
2022-04-13
rustc_metadata: Do not encode unnecessary module children
Vadim Petrochenkov
-0
/
+25
2022-03-04
Add SmallStr
Tomasz Miąsko
-0
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-0
/
+2
2022-02-19
Adopt let else in more places
est31
-0
/
+1
2022-02-15
Rename `PtrKey` as `Interned` and improve it.
Nicholas Nethercote
-1
/
+2
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2021-12-07
Make IdFunctor::try_map_id panic-safe
Alan Egerton
-0
/
+1
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-2
/
+0
2021-12-02
Remove no-longer used `IdFunctor::map_id`
Alan Egerton
-1
/
+0
2021-11-27
Delegate from `map_id` to `try_map_id`
Alan Egerton
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-25
Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum
bors
-1
/
+0
2021-10-23
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-04
Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett
Jubilee
-1
/
+1
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-1
/
+1
2021-10-02
Remove various unused feature gates
bjorn3
-1
/
+0
2021-09-17
Stabilize `Iterator::map_while`
Maybe Waffle
-1
/
+0
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-0
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-2
/
+1
2021-07-27
Use type_alias_impl_trait instead of min in compiler and lib
Santiago Pastorino
-1
/
+2
2021-07-23
Sort features alphabetically
Yuki Okushi
-13
/
+13
2021-07-23
Use `map_while` instead of `take_while` + `map`
Yuki Okushi
-0
/
+2
2021-07-22
Fix VecMap::iter_mut
Oli Scherer
-0
/
+1
2021-06-11
Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot
bors
-2
/
+0
2021-06-08
Inline the rest of box_region
bjorn3
-2
/
+0
2021-06-07
Add VecMap to rustc_data_structures
Santiago Pastorino
-0
/
+1
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-31
Remove unnecessary unboxed_closures feature usage
bjorn3
-2
/
+0
2021-03-30
Add an Mmap wrapper to rustc_data_structures
bjorn3
-0
/
+1
2021-03-24
Revert "Revert stabilizing integer::BITS."
Mara Bos
-1
/
+0
2021-02-27
Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiser
Dylan DPC
-1
/
+0
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-1
/
+0
2021-02-14
Replace const_cstr with cstr crate
Xidorn Quan
-1
/
+0
2021-02-03
Revert stabilizing integer::BITS.
Mara Bos
-0
/
+1
2021-01-31
stabilize int_bits_const
Ashley Mannix
-1
/
+0
2020-12-30
Bump bootstrap compiler to 1.50 beta
Mark Rousskov
-2
/
+1
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-1
/
+1
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+2
2020-11-20
Set unaligned_references lint to deny in rustc_data_structures
Tyson Nottingham
-0
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-0
/
+2
2020-11-15
Rollup merge of #79058 - dtolnay:likelymacro, r=Mark-Simulacrum
Jonas Schievink
-6
/
+6
2020-11-14
Move likely/unlikely argument outside of invisible unsafe block
David Tolnay
-6
/
+6
2020-11-14
Move Steal to rustc_data_structures.
Camille GILLOT
-0
/
+1
[next]