aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* we can have one less call to name.clone()AdnoC2020-12-311-2/+3
* deduplicate macro completions from legacy macros and preludeAdnoC2020-12-313-4/+9
* indentationAdnoC2020-12-301-3/+3
* test for new behaviorAdnoC2020-12-301-0/+16
* Smarter bracketed use diagnosticAdnoC2020-12-302-0/+14
* Merge #7083bors[bot]2020-12-304-76/+99
|\
| * Refactor mbe parsing codeEdwin Cheng2020-12-294-76/+99
* | Avoid a couple of allocationsLaurențiu Nicola2020-12-2910-60/+61
* | Merge #7064bors[bot]2020-12-293-49/+188
|\ \
| * | Tweak the fuzzy search limitsKirill Bulatov2020-12-281-1/+6
| * | Better display methods in expect testsKirill Bulatov2020-12-281-15/+31
| * | Add testsKirill Bulatov2020-12-281-2/+71
| * | Add docs and optimisationsKirill Bulatov2020-12-283-9/+18
| * | Better query api and fuzzy searchKirill Bulatov2020-12-283-41/+47
| * | Draft the module exclusion in modulesKirill Bulatov2020-12-283-37/+71
| |/
* | Merge #7076bors[bot]2020-12-291-1/+10
|\ \
| * | Properly parse path separators in format-like postfixLukas Wirth2020-12-291-1/+10
| |/
* | Merge #7075bors[bot]2020-12-292-2/+2
|\ \ | |/ |/|
| * format-postfix completion takes format instead of fmtLukas Wirth2020-12-292-2/+2
* | Merge #7060bors[bot]2020-12-283-3/+15
|\ \
| * | Fixed old failed test due to new fixesEdwin Cheng2020-12-281-2/+2
| * | Fix mbe fail to pass expr with attrEdwin Cheng2020-12-282-1/+13
* | | Special case underscore in mbe meta opEdwin Cheng2020-12-282-2/+45
* | | Rollback 6929Edwin Cheng2020-12-281-2/+1
|/ /
* | Merge #7050bors[bot]2020-12-272-20/+36
|\ \
| * | Ignore third punct in 2-composite punctEdwin Cheng2020-12-272-20/+36
* | | Pass crate environment to proc macrosJonas Schievink2020-12-276-9/+42
* | | Move TokenExpander to base_db and rename itJonas Schievink2020-12-274-12/+12
|/ /
* | Merge #7047bors[bot]2020-12-274-8/+44
|\ \
| * | Add force_show_panics flagEdwin Cheng2020-12-274-8/+44
* | | Simplify assists resolution APIAleksey Kladov2020-12-266-120/+69
* | | Merge #7038bors[bot]2020-12-252-14/+18
|\ \ \
| * | | Fix type typo in add_missing_impl_members docLukas Wirth2020-12-252-14/+18
* | | | Merge #7036bors[bot]2020-12-251-1/+39
|\ \ \ \
| * | | | Don't split path separators apart in doctest runnablesLukas Wirth2020-12-251-1/+39
| |/ / /
* | | | Simplify moreAleksey Kladov2020-12-241-43/+22
* | | | SimplifyAleksey Kladov2020-12-241-35/+7
* | | | Merge #7030bors[bot]2020-12-2421-14/+142
|\ \ \ \
| * | | | Support labels in reference searchLukas Wirth2020-12-2421-14/+142
| |/ / /
* | | | Merge #7029bors[bot]2020-12-241-3/+5
|\ \ \ \
| * | | | Flush stdout when clearing the progress barLaurențiu Nicola2020-12-241-3/+5
* | | | | Merge #7028bors[bot]2020-12-242-14/+14
|\ \ \ \ \
| * | | | | pit-of-success API for unresolved code actionsAleksey Kladov2020-12-242-14/+14
* | | | | | Merge #7021bors[bot]2020-12-249-68/+167
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Track labels in the HIRLukas Wirth2020-12-249-68/+167
| | |_|_|/ | |/| | |
* | | | | Merge #7027bors[bot]2020-12-243-2/+66
|\ \ \ \ \
| * | | | | Fix macro_rules not accepting brackets or parenthesesLukas Wirth2020-12-243-2/+66
| |/ / / /
* | | | | Merge #7020bors[bot]2020-12-237-11/+76
|\ \ \ \ \
| * | | | | Implement const block inferenceLukas Wirth2020-12-235-6/+25
| * | | | | Implement const pat inferenceLukas Wirth2020-12-234-5/+51
| |/ / / /