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
2019-10-14
Rename serial_join and serial_scope to join and scope
Santiago Pastorino
-25
/
+22
2019-10-14
Move serial_scope and serial_join to parallel_compiler = false
Santiago Pastorino
-23
/
+23
2019-10-14
Minor comment tweaks
Santiago Pastorino
-2
/
+2
2019-10-07
Rebase rustc-rayon on rayon-1.2
Josh Stone
-2
/
+2
2019-10-01
Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb
Tyler Mandry
-2
/
+2
2019-10-01
Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakis
Tyler Mandry
-126
/
+115
2019-10-01
Fix clippy warnings
Yuki Okushi
-2
/
+2
2019-09-30
Avoid the popping loop at the end of `compress()`.
Nicholas Nethercote
-34
/
+40
2019-09-30
Remove an out-of-date sentence in a comment.
Nicholas Nethercote
-3
/
+2
2019-09-30
Rename `nodes_len` and use it in a few more places.
Nicholas Nethercote
-9
/
+9
2019-09-30
Convert some `match` expressions to `if`s.
Nicholas Nethercote
-36
/
+21
2019-09-30
Introduce some intermediate variables that aid readability.
Nicholas Nethercote
-3
/
+5
2019-09-30
Remove unnecessary uses of `ObligationForest::scratch`.
Nicholas Nethercote
-12
/
+8
2019-09-30
Use `filter` and `map` in `to_errors`.
Nicholas Nethercote
-11
/
+11
2019-09-30
Tweak the control flow in `process_obligations()`.
Nicholas Nethercote
-4
/
+4
2019-09-30
Inline `mark_as_waiting_from`.
Nicholas Nethercote
-12
/
+13
2019-09-30
Rename `node_index` as `index`.
Nicholas Nethercote
-2
/
+2
2019-09-30
Remove `NodeState::OnDfsStack`.
Nicholas Nethercote
-19
/
+19
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-13
/
+12
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-6
/
+6
2019-09-29
move bit_set into rustc_index
csmoe
-1355
/
+1
2019-09-29
move index_vec into rustc_index
csmoe
-831
/
+2
2019-09-29
Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ...
Mazdak Farrokhzad
-133
/
+53
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-122
/
+46
2019-09-28
StableHasher does not need to be generic over the Result type
Mark Rousskov
-11
/
+7
2019-09-28
data_structures: Add deterministic FxHashMap and FxHashSet wrappers
Shivani Bhardwaj
-0
/
+178
2019-09-25
Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakis
bors
-34
/
+35
2019-09-23
Add cycle detection for graphs
Dylan MacKenzie
-1
/
+224
2019-09-20
Rename a variable.
Nicholas Nethercote
-2
/
+2
2019-09-20
Rename `waiting_cache`.
Nicholas Nethercote
-14
/
+14
2019-09-20
Rename a loop variable.
Nicholas Nethercote
-7
/
+7
2019-09-20
Remove some unnecessary `backtrace` intermediate variables.
Nicholas Nethercote
-4
/
+2
2019-09-20
Upgrade to ena-0.13.1 and use the new `inlined_probe_value` function.
Nicholas Nethercote
-1
/
+1
2019-09-20
Reorder the state handling in `process_cycles()`.
Nicholas Nethercote
-6
/
+9
2019-09-17
Rename some index variables.
Nicholas Nethercote
-44
/
+44
2019-09-17
Remove `NodeIndex`.
Nicholas Nethercote
-36
/
+27
2019-09-17
Move a `Node`'s parent into the descendents list.
Nicholas Nethercote
-43
/
+36
2019-09-17
Rollup merge of #64500 - nnethercote:ObligForest-fixups, r=nikomatsakis
Mazdak Farrokhzad
-167
/
+148
2019-09-16
Auto merge of #64381 - mati865:rand, r=alexcrichton
bors
-1
/
+1
2019-09-16
Move `impl Node` just after `struct Node`.
Nicholas Nethercote
-16
/
+16
2019-09-16
Minor comment tweaks.
Nicholas Nethercote
-10
/
+6
2019-09-16
Use `retain` for `waiting_cache` in `apply_rewrites()`.
Nicholas Nethercote
-6
/
+4
2019-09-16
Use iterators in `error_at` and `process_cycle`.
Nicholas Nethercote
-16
/
+18
2019-09-16
Add comments about `waiting_cache`.
Nicholas Nethercote
-2
/
+14
2019-09-16
Fix incorrect comment about contents of a `Node`.
Nicholas Nethercote
-5
/
+5
2019-09-16
Fix some out-of-date names of things in comments.
Nicholas Nethercote
-7
/
+7
2019-09-16
Remove out-of-date comments.
Nicholas Nethercote
-16
/
+0
2019-09-16
Factor out repeated `self.nodes[i]` expressions.
Nicholas Nethercote
-15
/
+14
2019-09-16
Redefine `NodeIndex` as a `newtype_index!`.
Nicholas Nethercote
-42
/
+35
2019-09-16
Name index variables consistently.
Nicholas Nethercote
-50
/
+47
[next]