| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+0 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-11-03 | Use `FxIndexSet` in the symbol interner. | Nicholas Nethercote | -1/+1 | |
| It makes the code a little nicer. As part of this, the interner's `Default` impl is removed and `prefill` is used in a test instead. | ||||
| 2021-09-15 | Move the Lock into symbol::Interner | bjorn3 | -1/+1 | |
| This makes it easier to make the symbol interner (near) lock free in case of concurrent accesses in the future. | ||||
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -2/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+25 | |
