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
/
compiler
/
rustc_data_structures
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-08-31
Rollup merge of #88492 - est31:maybe_uninit_write, r=wesleywiser
Mara Bos
-1
/
+1
2021-08-30
Use MaybeUninit::write in functor.rs
est31
-1
/
+1
2021-08-24
Also fix “a `OwningRef`”
Frank Steffahn
-1
/
+1
2021-08-24
Also fix “a RwLock*”
Frank Steffahn
-3
/
+3
2021-08-24
Fix typo “a Rc” → “an Rc”
Frank Steffahn
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-27
/
+27
2021-08-15
Fix the flock fallback implementation
bjorn3
-0
/
+4
2021-08-09
Remove duplicate trait bounds in `rustc_data_structures::graph`
pierwill
-7
/
+2
2021-07-27
Use type_alias_impl_trait instead of min in compiler and lib
Santiago Pastorino
-1
/
+2
2021-07-23
Auto merge of #86429 - JohnTitor:get-by-key-enum-part-2, r=oli-obk
bors
-49
/
+23
2021-07-23
Add VecMap::get_value_matching and assert if > 1 element
Santiago Pastorino
-4
/
+23
2021-07-23
Sort features alphabetically
Yuki Okushi
-13
/
+13
2021-07-23
Use `map_while` instead of `take_while` + `map`
Yuki Okushi
-4
/
+6
2021-07-23
Improve `get_by_key_enumerated` more
Yuki Okushi
-38
/
+10
2021-07-23
Auto merge of #87287 - oli-obk:fixup_fixup_fixup_opaque_types, r=spastorino
bors
-5
/
+10
2021-07-22
Make mir borrowck's use of opaque types independent of the typeck query's result
Oli Scherer
-0
/
+4
2021-07-22
Fix VecMap::iter_mut
Oli Scherer
-5
/
+6
2021-07-22
Auto merge of #86619 - rylev:incr-hashing-profiling, r=wesleywiser
bors
-11
/
+49
2021-07-17
Some perf optimizations and logging
jackh726
-0
/
+2
2021-07-13
Fix VecMap Extend impl
Oli Scherer
-4
/
+6
2021-07-07
Add docs to new methods
Ryan Levick
-2
/
+6
2021-07-07
Profile incremental hashing
Ryan Levick
-11
/
+45
2021-06-22
Rollup merge of #86387 - JohnTitor:now-no-unused-lifetimes, r=Mark-Simulacrum
Yuki Okushi
-2
/
+0
2021-06-17
Prefer `partition_point` to look up assoc items
Yuki Okushi
-47
/
+5
2021-06-17
Remove `#[allow(unused_lifetimes)]` which is now unnecessary
Yuki Okushi
-2
/
+0
2021-06-11
Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot
bors
-171
/
+0
2021-06-08
add VecMap docs
Santiago Pastorino
-0
/
+14
2021-06-08
Use impl FnMut directly as predicate type
Santiago Pastorino
-4
/
+1
2021-06-08
Explicitly pass find arguments down the predicate so coercions can apply
Santiago Pastorino
-2
/
+2
2021-06-08
Inline the rest of box_region
bjorn3
-82
/
+0
2021-06-08
Inline box_region macro calls
bjorn3
-80
/
+0
2021-06-08
Simplify box_region macros
bjorn3
-26
/
+17
2021-06-08
Add VecMap::get_by(FnMut -> bool)
Santiago Pastorino
-0
/
+7
2021-06-07
Add VecMap to rustc_data_structures
Santiago Pastorino
-0
/
+186
2021-06-06
Rollup merge of #85436 - tamird:save-clone, r=estebank
Yuki Okushi
-3
/
+2
2021-06-04
Unify parallel and non-parallel APIs
Joshua Nelson
-2
/
+54
2021-06-04
Remove unused code from `rustc_data_structures::sync`
Joshua Nelson
-110
/
+0
2021-06-04
Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514
Yuki Okushi
-21
/
+1
2021-06-02
Auto merge of #85892 - tmiasko:i, r=oli-obk
bors
-0
/
+10
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+10
2021-06-01
Remove StableVec.
Camille GILLOT
-32
/
+0
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-0
/
+32
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-31
Remove unnecessary unboxed_closures feature usage
bjorn3
-20
/
+1
2021-05-30
Remove StableVec.
Camille GILLOT
-32
/
+0
2021-05-25
Don't panic when failing to initialize incremental directory.
Eric Huss
-0
/
+13
2021-05-18
Simplify `map | unwrap_or` to `map_or`
Tamir Duberstein
-2
/
+1
2021-05-18
Avoid cloning cache key
Tamir Duberstein
-2
/
+2
2021-05-04
Only compute Obligation `cache_key` once in `register_obligation_at`
Esteban Küber
-3
/
+4
[prev]
[next]