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
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
2018-11-13
Move `static_assert!` into librustc_data_structures.
Nicholas Nethercote
-0
/
+1
2018-10-31
Bump nightly to 1.32.0
Alex Crichton
-1
/
+0
2018-10-19
Stabilize impl_header_lifetime_elision in 2015
Scott McMurray
-1
/
+1
2018-10-14
Added graphviz visualization for obligation forests.
Diogo Sousa
-0
/
+1
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-2
/
+1
2018-09-26
Remove OneVector
ljedrz
-2
/
+0
2018-09-18
Remove `array_vec.rs`.
Nicholas Nethercote
-1
/
+0
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-2
/
+1
2018-09-15
Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrum
bors
-1
/
+0
2018-09-13
Remove bitslice.rs.
Nicholas Nethercote
-1
/
+0
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-29
Remove `AccumulateVec` and its uses.
Nicholas Nethercote
-1
/
+0
2018-08-28
Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelix
bors
-0
/
+3
2018-08-27
enable feature `impl_header_lifetime_elision`
Niko Matsakis
-0
/
+1
2018-08-27
implement liveness tracing, remove old liveness system
Niko Matsakis
-0
/
+2
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-0
/
+2
2018-08-19
Stabilize macro_vis_matcher
Jakub Kozlowski
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-0
/
+1
2018-08-13
Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser
bors
-0
/
+2
[next]