| Age | Commit message (Expand) | Author | Lines |
| 2020-10-22 | Remove unused ProfileCategory. | Camille GILLOT | -11/+0 |
| 2020-10-19 | Auto merge of #77908 - bugadani:obl-forest, r=nnethercote | bors | -350/+325 |
| 2020-10-18 | Stabilize or_insert_with_key | Chai T. Rex | -1/+1 |
| 2020-10-15 | Turn Outcome into an opaque type to remove some runtime checks | Dániel Buga | -341/+315 |
| 2020-10-15 | Reuse memory for process_cycles | Dániel Buga | -8/+8 |
| 2020-10-15 | Make sure cold code is as small as possible | Dániel Buga | -1/+2 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -6/+0 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -7/+7 |
| 2020-10-11 | SipHasher128: improve constant names and add more comments | Tyson Nottingham | -38/+68 |
| 2020-10-05 | Auto merge of #77080 - richkadel:llvm-coverage-counters-2, r=tmandry | bors | -0/+9 |
| 2020-10-05 | Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obk | bors | -104/+879 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -0/+9 |
| 2020-10-05 | SipHasher128: use specific struct layout | Tyson Nottingham | -0/+6 |
| 2020-10-05 | SipHasher128: use more named constants, update comments | Tyson Nottingham | -50/+54 |
| 2020-10-03 | perf: buffer SipHasher128 | Tyson Nottingham | -196/+349 |
| 2020-10-02 | SsoHashSet/Map - genericiy over Q removed | Valerii Lashmanov | -89/+72 |
| 2020-09-30 | Stable hashing: add comments and tests concerning platform-independence | Tyson Nottingham | -18/+142 |
| 2020-09-27 | SsoHashMap minor refactoring, SSO_ARRAY_SIZE introduced | Valerii Lashmanov | -12/+29 |
| 2020-09-26 | SsoHashSet reimplemented as a wrapper on top of SsoHashMap | Valerii Lashmanov | -228/+158 |
| 2020-09-26 | SsoHashSet/SsoHashMap API greatly expanded | Valerii Lashmanov | -23/+864 |
| 2020-09-26 | MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap | Valerii Lashmanov | -18/+22 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -1/+0 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Move MiniSet to data_structures | Andreas Jonson | -0/+42 |
| 2020-09-22 | Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry | bors | -5/+68 |
| 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 | 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/+68 |
| 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-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 | -27/+25 |
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -2/+3 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+12111 |