| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 | |
| 2021-12-13 | Remove `in_band_lifetimes` from `rustc_const_eval` | LegionMammal978 | -1/+0 | |
| See #91867 for more information. | ||||
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -1/+0 | |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -0/+1 | |
| Co-authored-by: Alan Egerton <eggyal@gmail.com> | ||||
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 | |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 | |
| Add rustc lint, warning when iterating over hashmaps r? rust-lang/wg-incr-comp | ||||
| 2021-10-16 | Adopt let_else across the compiler | est31 | -0/+1 | |
| This performs a substitution of code following the pattern: let <id> = if let <pat> = ... { identity } else { ... : ! }; To simplify it to: let <pat> = ... { identity } else { ... : ! }; By adopting the let_else feature. | ||||
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 | |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 | |
| 2021-09-08 | Rebase fallout. | Camille GILLOT | -0/+1 | |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -0/+56 | |
