| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 | |
| 2021-05-15 | Add comment | Jack Huey | -0/+3 | |
| 2021-05-14 | Store Option<Region> as value for RegionVid | Jack Huey | -22/+30 | |
| 2021-05-14 | Make the UnifyValue for RegionVid () | Jack Huey | -1/+1 | |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -1/+2 | |
| 2021-03-31 | Add tcx lifetime to Binder | Jack Huey | -1/+1 | |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -15/+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-03-26 | Use iter::zip in compiler/ | Josh Stone | -4/+2 | |
| 2021-01-18 | Move a few more types to `rustc_type_ir` | LeSeulArtichaut | -50/+3 | |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -3/+4 | |
| 2020-11-16 | words | lcnr | -2/+2 | |
| 2020-11-12 | Add type to `ConstKind::Placeholder` | varkor | -10/+12 | |
| 2020-10-23 | review | Bastian Kauschke | -12/+9 | |
| 2020-10-22 | improve const infer error | Bastian Kauschke | -11/+5 | |
| 2020-09-23 | use relevant span when unifying `ConstVarValue`s | Bastian Kauschke | -7/+7 | |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -2/+2 | |
| 2020-09-14 | improve const infer err | Bastian Kauschke | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+620 | |
