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
Age
Commit message (
Expand
)
Author
Lines
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