aboutsummaryrefslogtreecommitdiff
path: root/crates/stdx
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make rustdoc links spiky so they are clickableJade2021-06-142-3/+3
* Don't compare ast::Visibility by stringifyingLukas Tobias Wirth2021-05-201-0/+28
* internal: use API stabilized in 1.52Aleksey Kladov2021-05-061-75/+3
* minor: simplifyAleksey Kladov2021-04-261-12/+3
* fix: no more Registering progress handler for token rustAnalyzer/Indexing fa...Aleksey Kladov2021-04-201-0/+12
* fix: no longer get stuck on windowsAleksey Kladov2021-04-203-7/+251
* feat: show errors from `cargo metadata` and initial `cargo check` in the stat...Aleksey Kladov2021-04-061-0/+8
* Cleanup decl_checkLukas Wirth2021-02-051-1/+1
* Make always-assert crate reusableAleksey Kladov2021-01-263-52/+2
* stave off zombiesAleksey Kladov2021-01-221-0/+1
* Fix warnings when running `cargo doc --document-private-items`Joshua Nelson2021-01-181-0/+2
* Fix assert_never invoking assert_alwaysLukas Wirth2021-01-141-1/+1
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-142-0/+54
* Make printin the backtrace more convenientAleksey Kladov2021-01-142-8/+26
* Cleaner APIAleksey Kladov2021-01-101-2/+2
* Simplify highlighting infraAleksey Kladov2021-01-081-2/+16
* Refactor out JodChildEdwin Cheng2021-01-071-1/+22
* Replace RacyFlag with OnceCellAleksey Kladov2020-11-111-29/+1
* Fix panic contextAleksey Kladov2020-10-231-2/+2
* Add to_upper_snake_case function to stdxIgor Aleksanov2020-10-121-2/+10
* Apply suggestions from code reviewIgor Aleksanov2020-10-121-1/+1
* Improve string helpers functionsIgor Aleksanov2020-10-121-1/+5
* Code reorganisation and field supportZac Pullar-Strecker2020-10-081-1/+7
* Add panic_context module for better panic messagesAleksey Kladov2020-09-292-0/+50
* Add description for crates that will be publishedPavan Kumar Sunkara2020-08-241-0/+1
* Make RacyFlag actually workAleksey Kladov2020-08-181-1/+1
* Speedup ty testsAleksey Kladov2020-08-181-1/+29
* MinorAleksey Kladov2020-08-181-1/+1
* Rename ra_ide -> ideAleksey Kladov2020-08-131-2/+2
* Replace SepBy with ItertoolsAleksey Kladov2020-08-121-64/+1
* Fix clippy warningsIgor Aleksanov2020-08-101-2/+2
* Use split_once polyfillAleksey Kladov2020-07-301-3/+12
* Replace superslice with API on path to stabilizationAleksey Kladov2020-07-231-0/+30
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-131-0/+21
* 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
* 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