| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -9/+6 | |
| 2024-02-21 | Fix liveness analysis in the presence of never patterns | Nadrieril | -2/+9 | |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives ↵ | Michael Woerister | -4/+3 | |
| (mostly in rustc_hir and rustc_ast_lowering) Part of https://github.com/rust-lang/compiler-team/issues/533 | ||||
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -11/+0 | |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+1 | |
| 2022-11-23 | `random::<Improve<Mutability>>()` | Maybe Waffle | -4/+1 | |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -3/+3 | |
| This shrinks `hir::Pat` from 88 to 72 bytes. | ||||
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -9/+4 | |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+1 | |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -0/+11 | |
| 2021-04-03 | Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 | bors | -2/+5 | |
| Avoid sorting by DefId for `necessary_variants()` Follow-up to https://github.com/rust-lang/rust/pull/83074. Originally I tried removing `impl Ord for DefId` but that hit *lots* of errors :sweat_smile: so I thought I would start with easy things. I am not sure whether this could actually cause invalid query results, but this is used from `MarkSymbolVisitor::visit_arm` so it's at least feasible. r? `@Aaron1011` | ||||
| 2021-03-28 | Avoid sorting by DefId for `necessary_variants()` | Joshua Nelson | -2/+5 | |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -20/+0 | |
| Found with https://github.com/est31/warnalyzer. Dubious changes: - Is anyone else using rustc_apfloat? I feel weird completely deleting x87 support. - Maybe some of the dead code in rustc_data_structures, in case someone wants to use it in the future? - Don't change rustc_serialize I plan to scrap most of the json module in the near future (see https://github.com/rust-lang/compiler-team/issues/418) and fixing the tests needed more work than I expected. TODO: check if any of the comments on the deleted code should be kept. | ||||
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -4/+1 | |
| 2020-10-14 | Remove unused code from rustc_hir | est31 | -28/+0 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+194 | |
