aboutsummaryrefslogtreecommitdiff
path: root/crates/stdx
Commit message (Collapse)AuthorAgeFilesLines
* Move stdx macros into submoduleAleksey Kladov2020-07-132-19/+21
|
* Profiling tweaksAleksey Kladov2020-07-111-0/+2
|
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-0/+82
|
* Slightly better nameAleksey Kladov2020-06-231-1/+1
|
* Speedup VFS::partitionAleksey Kladov2020-06-191-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 paramsAaron Loucks2020-06-031-0/+5
|
* Use snippets in add functionAleksey Kladov2020-05-201-0/+8
|
* Move snake case method to heckKirill Bulatov2020-05-031-0/+14
|
* Move timeit to stdxAleksey Kladov2020-04-101-1/+15
|
* Check for eprintln on CIAleksey Kladov2020-04-061-0/+15
|
* Fix typoAleksey Kladov2020-03-301-1/+1
|
* Nice string formattingAleksey Kladov2020-03-281-1/+1
|
* Start stdxAleksey Kladov2020-03-282-0/+86
This crate will hold everything to small to be worth publishing