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
Age
Commit message (
Expand
)
Author
Lines
2020-09-21
Auto merge of #76680 - Julian-Wollersberger:nongeneric_ensure_sufficient_stac...
bors
-1
/
+1
2020-09-21
Rollup merge of #76963 - est31:remove_static_assert, r=oli-obk
Ralf Jung
-12
/
+0
2020-09-21
Rollup merge of #76958 - est31:ns, r=oli-obk
Ralf Jung
-4
/
+1
2020-09-20
To avoid monomorphizing `psm::on_stack::with_on_stack` 1500 times, I made a c...
Julian Wollersberger
-1
/
+1
2020-09-20
Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor
Ralf Jung
-2
/
+3
2020-09-20
Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M...
Ralf Jung
-2
/
+1
2020-09-20
Remove unused static_assert macro
est31
-12
/
+0
2020-09-20
Use as_secs_f64 in profiling.rs
est31
-4
/
+1
2020-09-20
use `array_windows` instead of `windows` in the compiler
Bastian Kauschke
-2
/
+3
2020-09-19
cache types during normalization
Bastian Kauschke
-5
/
+69
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-1
/
+2
2020-09-17
Remove redundant #![feature(...)] 's from compiler/
est31
-1
/
+0
2020-09-17
Replace const_generics feature gate with min_const_generics
est31
-1
/
+1
2020-09-12
update the version of itertools and parking_lot
Andreas Jonson
-1
/
+1
2020-09-08
Capitalize safety comments
Flying-Toast
-1
/
+1
2020-09-04
Add `BREAK` too, and improve the comments
Scott McMurray
-1
/
+1
2020-09-04
Use ops::ControlFlow in graph::iterate
Scott McMurray
-8
/
+6
2020-09-02
Auto merge of #76233 - cuviper:unhasher, r=Mark-Simulacrum
bors
-1
/
+59
2020-09-01
Avoid rehashing Fingerprint as a map key
Josh Stone
-1
/
+59
2020-09-01
datastructures: replace `lazy_static` by `SyncLazy` from std
marmeladema
-28
/
+25
2020-08-30
datastructures: replace `once_cell` crate with an impl from std
marmeladema
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+12150
[prev]