| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-08 | Don't use a generator for BoxedResolver | bjorn3 | -2/+0 | |
| The generator is non-trivial and requires unsafe code anyway. Using regular unsafe code without a generator is much easier to follow. | ||||
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 | |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -0/+1 | |
| 2020-11-10 | Merge set_panic and set_print into set_output_capture. | Mara Bos | -1/+1 | |
| There were no use cases for setting them separately. Merging them simplifies some things. | ||||
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+21 | |
