about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
AgeCommit message (Expand)AuthorLines
2020-09-21Auto merge of #76680 - Julian-Wollersberger:nongeneric_ensure_sufficient_stac...bors-1/+1
2020-09-21Rollup merge of #76963 - est31:remove_static_assert, r=oli-obkRalf Jung-12/+0
2020-09-21Rollup merge of #76958 - est31:ns, r=oli-obkRalf Jung-4/+1
2020-09-20To avoid monomorphizing `psm::on_stack::with_on_stack` 1500 times, I made a c...Julian Wollersberger-1/+1
2020-09-20Rollup merge of #76825 - lcnr:array-windows-apply, r=varkorRalf Jung-2/+3
2020-09-20Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M...Ralf Jung-2/+1
2020-09-20Remove unused static_assert macroest31-12/+0
2020-09-20Use as_secs_f64 in profiling.rsest31-4/+1
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+3
2020-09-19cache types during normalizationBastian Kauschke-5/+69
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-1/+2
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-1/+0
2020-09-17Replace const_generics feature gate with min_const_genericsest31-1/+1
2020-09-12update the version of itertools and parking_lotAndreas Jonson-1/+1
2020-09-08Capitalize safety commentsFlying-Toast-1/+1
2020-09-04Add `BREAK` too, and improve the commentsScott McMurray-1/+1
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-8/+6
2020-09-02Auto merge of #76233 - cuviper:unhasher, r=Mark-Simulacrumbors-1/+59
2020-09-01Avoid rehashing Fingerprint as a map keyJosh Stone-1/+59
2020-09-01datastructures: replace `lazy_static` by `SyncLazy` from stdmarmeladema-28/+25
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-3/+3
2020-08-30mv compiler to compiler/mark-0/+12150