Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-17 | Search for usefiles relative to the output. | Ori Bernstein | |
For most uses, this is equivalent to compiler cwd, but supports out of tree builds better. It also means that builds behave the same way regardless of the directory that the compiler is run from, which is convenient for testing. This also drops support for `.use` suffixes on local uses. | |||
2017-01-09 | Speed up bitset. | Ori Bernstein | |
Merge back Quentin's perf hacks. | |||
2016-02-24 | Use eltshift. | Ori Bernstein | |
2016-02-24 | Move bitset.c to util dir. | Ori Bernstein | |
2016-02-22 | Move more stuff around in util code. | Ori Bernstein | |
2016-02-22 | Extract util functions into separate dir from parse/ | Ori Bernstein | |