aboutsummaryrefslogtreecommitdiff
path: root/crates/stdx/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* fix: no longer get stuck on windowsAleksey Kladov2021-04-201-0/+5
| | | | | | | reading both stdout & stderr is a common gotcha, you need to drain them concurrently to avoid deadlocks. Not sure why I didn't do the right thing from the start. Seems like I assumed the stderr is short? That's not the case when cargo spams `compiling xyz` messages
* Cleanup decl_checkLukas Wirth2021-02-051-1/+1
|
* Make always-assert crate reusableAleksey Kladov2021-01-261-0/+1
|
* Make printin the backtrace more convenientAleksey Kladov2021-01-141-0/+5
|
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-2/+2
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|
* Start stdxAleksey Kladov2020-03-281-0/+11
This crate will hold everything to small to be worth publishing