| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-03 | Optimize live point computation | Mark Rousskov | -0/+2 | |
| This is just replicating the previous algorithm, but taking advantage of the bitset structures to optimize into tighter and better optimized loops. Particularly advantageous on enormous MIR blocks, which are relatively rare in practice. | ||||
| 2021-10-03 | Replace Fn impls with RPIT impls in rustc_index | bjorn3 | -1/+0 | |
| This is cleaner and removes an unstable feature usage | ||||
| 2021-10-02 | Swap out unboxed_closures feature gate for min_specialization | bjorn3 | -1/+1 | |
| For some reason unboxed_closures supresses the feature gate for min_specialization when implementing TrustedStep. min_specialization is the true feature that is used. | ||||
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 | |
| 2021-05-31 | Use allow_internal_unstable more in rustc_index | bjorn3 | -1/+0 | |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 | |
| Implementations in stdlib are now optimized as they were before. | ||||
| 2021-04-25 | fix sanitizer tests | Ralf Jung | -1/+0 | |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -0/+2 | |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 | |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 | |
| 2021-01-29 | Apply workaround from #72003 for #56935 | Thomas Eizinger | -0/+4 | |
| Related: #72017. | ||||
| 2020-11-22 | Stabilise `then` | varkor | -1/+0 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+11 | |
