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
/
src
/
librustc_data_structures
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
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
2018-05-14
Remove LazyBTreeMap.
Nicholas Nethercote
-1
/
+0
2018-05-13
Add parallel abstractions
John Kåre Alsaker
-0
/
+1
2018-04-28
Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj
bors
-0
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-0
/
+4
2018-04-26
Implement LazyBTreeMap and use it in a few places.
Nicholas Nethercote
-0
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-4
/
+0
2018-03-29
Stabilize underscore lifetimes
Taylor Cramer
-1
/
+1
2018-03-26
Stabilize i128 feature too
Mark Mansi
-2
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
[next]