Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 1 | -0/+82 |
| | |||||
* | Slightly better name | Aleksey Kladov | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Speedup VFS::partition | Aleksey Kladov | 2020-06-19 | 1 | -1/+0 |
| | | | | | | | | | | The task of `partition` function is to bin the flat list of paths into disjoint filesets. Ideally, it should be incremental -- each new file should be added to a specific fileset. However, preliminary measurnments show that it is actually fast enough if we just optimize this to use a binary search instead of a linear scan. | ||||
* | Use split1 when formatting function signature params | Aaron Loucks | 2020-06-03 | 1 | -0/+5 |
| | |||||
* | Use snippets in add function | Aleksey Kladov | 2020-05-20 | 1 | -0/+8 |
| | |||||
* | Move snake case method to heck | Kirill Bulatov | 2020-05-03 | 1 | -0/+14 |
| | |||||
* | Move timeit to stdx | Aleksey Kladov | 2020-04-10 | 1 | -1/+15 |
| | |||||
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+15 |
| | |||||
* | Fix typo | Aleksey Kladov | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | Nice string formatting | Aleksey Kladov | 2020-03-28 | 1 | -1/+1 |
| | |||||
* | Start stdx | Aleksey Kladov | 2020-03-28 | 1 | -0/+75 |
This crate will hold everything to small to be worth publishing |