| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-12 | enable fuzzing of `SearchGraph` | lcnr | -1/+1 | |
| fully move it into `rustc_type_ir` and make it independent of `Interner`. | ||||
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+6 | |
| 2022-11-06 | Rename `Ctxt` and `CTX` to `Tcx` and `Qcx` | Nilstrieb | -2/+2 | |
| This makes it consistent and clear which context is used. | ||||
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -8/+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. | ||||
| 2021-02-19 | Don't require a QueryContext to access the DepGraph. | Camille GILLOT | -4/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+62 | |
