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
/
src
/
librustc_data_structures
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-0
/
+1
2020-05-10
use min_specialization for some rustc crates where it requires no changes
Ralf Jung
-1
/
+1
2020-05-07
Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk
bors
-0
/
+1
2020-05-05
perf: Reduce snapshot/rollback overhead
Markus Westerlind
-0
/
+1
2020-05-02
Move ensure_sufficient_stack to data_structures
Simonas Kazlauskas
-0
/
+1
2020-04-20
Remove unused ToHex/FromHex trait
Shotaro Yamada
-2
/
+0
2020-04-18
Move `MapInPlace` to rustc_data_structures
Yuki Okushi
-0
/
+1
2020-04-11
Depend on libc from crates.io
Luca Barbieri
-2
/
+0
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-13
move frozen to rustc_data_structures
Mark Mansi
-0
/
+1
2020-02-04
Remove unused feature gates from librustc_data_structures
bjorn3
-3
/
+0
2020-01-24
[self-profiler] Use `ThreadId::as_u64()` instead of transmute
Wesley Wiser
-0
/
+1
2020-01-11
use winapi for non-stdlib Windows bindings
Andy Russell
-3
/
+0
2020-01-09
{rustc::util -> rustc_data_structures}::captures
Mazdak Farrokhzad
-0
/
+1
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-0
/
+3
2019-12-25
Store callbacks in global statics
Mark Rousskov
-0
/
+2
2019-12-22
Format the world
Mark Rousskov
-33
/
+31
2019-12-17
Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"
Mark Rousskov
-1
/
+0
2019-12-17
Move AtomicU64 usage to AtomicUsize
Mark Rousskov
-0
/
+1
2019-11-12
Move self-profile infrastructure to data structures
Mark Rousskov
-0
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+0
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-29
move bit_set into rustc_index
csmoe
-2
/
+1
2019-09-29
move index_vec into rustc_index
csmoe
-1
/
+1
2019-09-28
data_structures: Add deterministic FxHashMap and FxHashSet wrappers
Shivani Bhardwaj
-0
/
+2
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-1
/
+1
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-0
/
+1
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-1
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-2
/
+0
2019-07-19
Use sharded maps for interning
John Kåre Alsaker
-1
/
+1
2019-07-07
rustc: Remove `dylib` crate type from most rustc crates
Alex Crichton
-4
/
+0
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-0
/
+1
2019-07-02
just create a binary search slice helper fn
Niko Matsakis
-1
/
+1
2019-07-02
add a `VecMap` data structure
Niko Matsakis
-0
/
+1
2019-06-24
Turn internal lints into tool lints
flip1995
-1
/
+1
2019-06-24
Allow default_hash_types in some crates
flip1995
-0
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-0
/
+3
2019-03-01
Add support for using a jobserver with Rayon
John Kåre Alsaker
-0
/
+1
2019-02-15
Always emit an error for a query cycle
John Kåre Alsaker
-0
/
+6
2019-02-09
librustc_data_structures => 2018
Taiki Endo
-10
/
+3
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2018-12-29
Replace LockCell with atomic types
John Kåre Alsaker
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister
kennytm
-0
/
+2
2018-12-21
Inline tweaks
John Kåre Alsaker
-0
/
+2
2018-12-19
Stabilize Vec(Deque)::resize_with
Scott McMurray
-1
/
+0
2018-12-17
Tweak query code for performance
John Kåre Alsaker
-0
/
+22
2018-12-03
data_structures: remove tuple_slice
ljedrz
-1
/
+0
2018-11-29
Use raw_entry for more efficient interning
John Kåre Alsaker
-0
/
+2
[next]