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
/
obligation_forest
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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-23
Fix some doc/comment typos.
Bruce Mitchener
-2
/
+2
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
/
+27
2016-05-13
address review comments
Ariel Ben-Yehuda
-51
/
+75
2016-05-13
add cycle-reporting logic
Ariel Ben-Yehuda
-54
/
+109
2016-05-13
rewrite obligation forest. cycles still handled incorrectly.
Ariel Ben-Yehuda
-274
/
+266
2016-03-05
apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...
Niko Matsakis
-60
/
+92
2016-02-01
Add a notion of "per-tree" state
Niko Matsakis
-49
/
+98
2016-01-16
Document `ObligationForest` better.
Niko Matsakis
-36
/
+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
/
+412