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
/
transitive_relation.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-21
rustc: implement and use Default on more types.
Eduard-Mihai Burtescu
-11
/
+12
2018-10-19
Update unit tests
Oliver Scherer
-16
/
+16
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-3
/
+5
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-5
/
+5
2018-08-13
use ? to simplify `TransitiveRelation.maybe_map`
Andre Bogus
-6
/
+1
2018-08-09
A few cleanups for rustc_data_structures
ljedrz
-9
/
+6
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-4
/
+4
2018-02-27
Make TransitiveRelation thread safe. Avoid locking by using get_mut in some c...
John Kåre Alsaker
-10
/
+10
2017-12-04
transtive_relation: fix typo in comment for `parents`
Niko Matsakis
-1
/
+1
2017-12-04
extend TransitiveRelation with `parents` function
Niko Matsakis
-2
/
+128
2017-12-04
rename `greater_than` to `reachable_from`
Niko Matsakis
-2
/
+3
2017-11-02
add/fix various comments to `BitMatrix`
Niko Matsakis
-2
/
+2
2017-09-24
Point at parameter type on E0301
Esteban Küber
-3
/
+3
2017-05-03
factor variances into a proper query
Niko Matsakis
-0
/
+14
2017-05-03
make transitive relation use a hash map
Niko Matsakis
-27
/
+42
2017-04-30
intern CodeExtents
Niko Matsakis
-0
/
+21
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-0
/
+46
2017-02-28
move the `FreeRegionMap` into `TypeckTables`
Niko Matsakis
-2
/
+31
2016-08-09
generalize BitMatrix to be NxM and not just NxN
Niko Matsakis
-1
/
+2
2016-03-05
apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf...
Niko Matsakis
-55
/
+63
2015-08-23
Fix panic in docs for librustc_data_structures
Manish Goregaokar
-1
/
+1
2015-08-21
move the reverse into the iterator
Niko Matsakis
-2
/
+2
2015-08-21
missed one reference to "best"
Niko Matsakis
-4
/
+5
2015-08-21
rename `best_upper_bound` to `postdom_upper_bound`
Niko Matsakis
-8
/
+8
2015-08-21
remove use of swap_remove and compress the list as we go instead
Niko Matsakis
-13
/
+12
2015-08-21
nits from pnkfelix
Niko Matsakis
-22
/
+45
2015-08-21
add final test case, correct one of the others (both versions produced
Niko Matsakis
-4
/
+22
2015-08-21
add test cases suggested by pnkfelix
Niko Matsakis
-0
/
+82
2015-08-21
clarify diagonal arrows
Niko Matsakis
-0
/
+3
2015-08-18
implement transitive relation type that can compute transitive
Niko Matsakis
-0
/
+463