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
/
obligation_forest
Age
Commit message (
Expand
)
Author
Lines
2019-08-02
Remove some more `cfg(test)`s
Vadim Petrochenkov
-3
/
+1
2019-08-02
librustc_data_structures: Unconfigure tests during normal build
Vadim Petrochenkov
-1
/
+1
2019-06-26
Fix clippy::redundant_closure
Igor Matuszewski
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-12
/
+12
2019-02-09
librustc_data_structures => 2018
Taiki Endo
-9
/
+9
2019-01-15
update/remove some old readmes
mark
-86
/
+80
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-30
Make `process_obligations`' computation of `completed` optional.
Nicholas Nethercote
-69
/
+84
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-4
/
+4
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-4
/
+4
2018-10-14
Added graphviz visualization for obligation forests.
Diogo Sousa
-0
/
+103
2018-09-30
Deduplicate errors in the obligation forest.
Diogo Sousa
-19
/
+72
2018-09-30
Typos and style fixes.
Diogo Sousa
-8
/
+6
2018-08-09
A few cleanups for rustc_data_structures
ljedrz
-1
/
+1
2018-07-14
Reduce the number of clone()s needed in obligation_forest
ljedrz
-3
/
+8
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-08
Avoid useless Vec clones in pending_obligations().
Nicholas Nethercote
-3
/
+3
2018-06-07
Introduce `ProcessResult`.
Nicholas Nethercote
-58
/
+66
2018-05-31
Inline `NodeIndex` methods.
Nicholas Nethercote
-0
/
+2
2018-05-31
Remove `ObligationForest::cache_list`.
Nicholas Nethercote
-5
/
+0
2018-03-17
Use num::NonZero* instead of NonZero<_> in rustc and tests
Simon Sapin
-3
/
+3
2018-03-05
while let all the things
leonardo.yvens
-7
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-48
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-8
/
+8
2017-07-26
Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler
Mark Simulacrum
-1
/
+1
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-2
/
+2
2017-07-22
Use checked NonZero constructor in obligation forest NodeIndex
Simon Sapin
-1
/
+1
2017-07-22
Rename {NonZero,Shared,Unique}::new to new_unchecked
Simon Sapin
-1
/
+1
2017-05-04
fallout from NonZero/Unique/Shared changes
Alexis Beingessner
-1
/
+1
2017-04-11
add some comments and `debug!` calls to "obligation forest"
Niko Matsakis
-18
/
+35
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-5
/
+5
2016-11-02
Optimize ObligationForest's NodeState handling.
Nicholas Nethercote
-34
/
+37
2016-10-17
Set stalled=false when encountering an error
Jonas Schievink
-0
/
+1
2016-10-17
Don't process cycles when stalled
Jonas Schievink
-0
/
+10
2016-07-02
fail obligations that depend on erroring obligations
Ariel Ben-Yehuda
-8
/
+67
2016-05-13
address review comments
Ariel Ben-Yehuda
-56
/
+81
2016-05-13
add cycle-reporting logic
Ariel Ben-Yehuda
-81
/
+109
2016-05-13
rewrite obligation forest. cycles still handled incorrectly.
Ariel Ben-Yehuda
-370
/
+545
2016-03-14
Move specialization graph walks to iterators; make associated type
Aaron Turon
-3
/
+1
2016-03-05
apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...
Niko Matsakis
-112
/
+155
2016-02-01
Add a notion of "per-tree" state
Niko Matsakis
-96
/
+191
2016-01-16
Document `ObligationForest` better.
Niko Matsakis
-49
/
+178
2016-01-16
Pacify tidy.
Niko Matsakis
-57
/
+85
2016-01-16
Permit coinductive match only for purely OIBIT backtraces.
Niko Matsakis
-0
/
+1
2016-01-14
implement the obligation forest data structure and add some unit tests
Niko Matsakis
-0
/
+621
[prev]