| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-08 | Rustfmt | bjorn3 | -6/+10 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+7 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 | |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -1/+1 | |
| 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. | ||||
| 2021-01-03 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+408 | |
