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
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
2018-08-12
Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis
Guillaume Gomez
-0
/
+1
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-0
/
+1
2018-08-10
Introduce const_cstr!() macro and use it where applicable.
Michael Woerister
-0
/
+1
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-1
/
+2
2018-08-09
Move SVH structure to data structures
Mark Rousskov
-0
/
+2
2018-08-09
[nll] librustc_data_structures: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Remove unnecessary feature attributes that sneaked in
varkor
-1
/
+0
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-20
data_structures: Add a reference wrapper for pointer-indexed maps/sets
Vadim Petrochenkov
-10
/
+11
2018-07-16
Generate region values directly to reduce memory usage.
David Wood
-0
/
+1
2018-07-13
Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix
bors
-2
/
+1
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-1
/
+0
2018-07-11
Deny bare trait objects in in src/librustc_data_structures
ljedrz
-0
/
+2
2018-07-01
create a new `WorkQueue` data structure
Niko Matsakis
-0
/
+1
2018-06-06
Add and use OnDrop::disable
John Kåre Alsaker
-0
/
+8
2018-06-01
Add a WorkerLocal abstraction
John Kåre Alsaker
-0
/
+1
2018-06-01
Add TinyList data structure.
Michael Woerister
-0
/
+1
2018-05-24
get `rustc_hash` from external crate
Niko Matsakis
-0
/
+1
2018-05-22
Add SortedMap to rustc_data_structures.
Michael Woerister
-0
/
+1
2018-05-17
Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton
kennytm
-1
/
+0
2018-05-16
Stabilize num::NonZeroU*
Simon Sapin
-1
/
+0
[next]