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
Age
Commit message (
Expand
)
Author
Lines
2018-07-14
Reduce the number of clone()s needed in obligation_forest
ljedrz
-3
/
+8
2018-07-13
Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix
bors
-481
/
+1089
2018-07-13
nit: fix `all_sccs` comment
Niko Matsakis
-1
/
+1
2018-07-13
nit: tweak comment order
Niko Matsakis
-21
/
+23
2018-07-13
nit: improve SCC comments
Niko Matsakis
-4
/
+19
2018-07-13
nit: clarify "keep it around" comment
Niko Matsakis
-2
/
+2
2018-07-13
nit: s/successor/successors/
Niko Matsakis
-2
/
+2
2018-07-13
compute region values using SCCs not iterative flow
Niko Matsakis
-0
/
+5
2018-07-13
Fix bitslice printing.
Nicholas Nethercote
-11
/
+5
2018-07-13
Make BitSlice's `Word` properly generic.
Nicholas Nethercote
-7
/
+7
2018-07-12
introduce a generic SCC computation
Niko Matsakis
-3
/
+531
2018-07-12
strengthen `Idx` to require `Ord + Hash`
Niko Matsakis
-1
/
+2
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
/
+1
2018-07-12
deconstruct the `ControlFlowGraph` trait into more granular traits
Niko Matsakis
-60
/
+117
2018-07-11
add a missing `dyn`
ljedrz
-1
/
+1
2018-07-11
Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures tests
ljedrz
-14
/
+14
2018-07-11
Deny bare trait objects in in src/librustc_data_structures
ljedrz
-13
/
+15
2018-07-02
improve comments
Niko Matsakis
-0
/
+6
2018-07-01
create a new `WorkQueue` data structure
Niko Matsakis
-0
/
+73
2018-06-29
Rename `IdxSet::clone_from`.
Nicholas Nethercote
-1
/
+3
2018-06-26
Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis
bors
-21
/
+18
2018-06-19
Add MTRef and a lock_mut function to MTLock
John Kåre Alsaker
-8
/
+37
2018-06-18
Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix
bors
-0
/
+5
2018-06-18
Improve `Node::{parent,dependents}` interplay.
Nicholas Nethercote
-15
/
+9
2018-06-18
Improve pushing to `Node::dependents`.
Nicholas Nethercote
-6
/
+9
2018-06-16
Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakis
bors
-58
/
+66
2018-06-09
convert type-check constraints into NLL constraints on the fly
Niko Matsakis
-0
/
+5
2018-06-08
Rollup merge of #51412 - nnethercote:pending_obligations, r=estebank
Mark Rousskov
-3
/
+3
2018-06-08
Avoid useless Vec clones in pending_obligations().
Nicholas Nethercote
-3
/
+3
2018-06-07
Introduce `ProcessResult`.
Nicholas Nethercote
-58
/
+66
2018-06-06
Add and use OnDrop::disable
John Kåre Alsaker
-0
/
+8
2018-06-06
Use try_lock in collect_active_jobs
John Kåre Alsaker
-0
/
+12
2018-06-06
Update Rayon version
John Kåre Alsaker
-2
/
+2
2018-06-01
Add a WorkerLocal abstraction
John Kåre Alsaker
-0
/
+31
2018-06-01
Fix OneThread
John Kåre Alsaker
-1
/
+3
2018-06-01
Make const decoding from the incremental cache thread-safe.
Michael Woerister
-1
/
+1
2018-06-01
Add TinyList data structure.
Michael Woerister
-0
/
+252
2018-05-31
Inline `NodeIndex` methods.
Nicholas Nethercote
-0
/
+2
2018-05-31
Remove `ObligationForest::cache_list`.
Nicholas Nethercote
-5
/
+0
2018-05-28
Update rustc-hash to hash up to 8 bytes at once with FxHasher
John Kåre Alsaker
-1
/
+1
2018-05-25
Auto merge of #51033 - coryshrmn:master, r=dtolnay
bors
-4
/
+4
2018-05-24
Auto merge of #50937 - nikomatsakis:chalkify-engine-2, r=scalexm
bors
-85
/
+6
2018-05-24
get `rustc_hash` from external crate
Niko Matsakis
-85
/
+6
2018-05-24
stabilize RangeBounds collections_range #30877
Cory Sherman
-4
/
+4
2018-05-24
implement Ord for OutlivesPredicate and other types
toidiu
-1
/
+2
2018-05-22
Add some doc comments to SortedMap.
Michael Woerister
-5
/
+20
2018-05-22
Cleanup SortedMap by wrapping element lookup in a method.
Michael Woerister
-21
/
+16
2018-05-22
Remove SortedMap::iter_mut() since that allows to break the element sorting o...
Michael Woerister
-8
/
+0
2018-05-22
Remove benchmarks from SortedMap.
Michael Woerister
-24
/
+9
[prev]
[next]