aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #4940bors[bot]2020-06-2412-39/+92
|\
| * Improve readability be replacing hard-to-read if-else branches with a matchPaul Daniel Faria2020-06-241-16/+20
| * Remove unrelated changePaul Daniel Faria2020-06-231-4/+2
| * Update comment for pop_and_injectPaul Daniel Faria2020-06-231-2/+2
| * Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria2020-06-2314-218/+239
| * Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria2020-06-2314-225/+228
| * Add default color and opacity for documentation and injected, respectively, i...Paul Daniel Faria2020-06-237-0/+14
| * Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria2020-06-239-34/+47
* | Use only one code-path for parsing fixturesAleksey Kladov2020-06-2311-2790/+2751
* | Centralize fixture parsing for assistsAleksey Kladov2020-06-238-60/+65
* | Remove useless test codeAleksey Kladov2020-06-231-22/+4
* | More principled indentation trimming in fixturesAleksey Kladov2020-06-2316-558/+541
* | Minor, renameAleksey Kladov2020-06-232-3/+3
* | Slightly better nameAleksey Kladov2020-06-234-9/+9
* | ComplicateAleksey Kladov2020-06-232-6/+52
* | Docs for FixtureAleksey Kladov2020-06-232-2/+5
* | Cut problematic dependencyAleksey Kladov2020-06-235-14/+31
* | Nicer APIAleksey Kladov2020-06-234-73/+75
* | SimplifyAleksey Kladov2020-06-233-71/+14
* | SimplifyAleksey Kladov2020-06-235-31/+24
* | SimplifyAleksey Kladov2020-06-235-85/+27
* | Drop rarely used fixture functionalityAleksey Kladov2020-06-233-53/+2
* | Move fixtures to a separate fileAleksey Kladov2020-06-232-288/+292
|/
* New VFSAleksey Kladov2020-06-2345-974/+1001
* Merge #5010bors[bot]2020-06-233-4/+1
|\
| * Remove relative-path dependencyAleksey Kladov2020-06-233-4/+1
* | Merge #5004bors[bot]2020-06-236-4/+47
|\ \ | |/ |/|
| * Fix panic in split and merge import assistsLaurențiu Nicola2020-06-236-4/+47
* | Merge #5002bors[bot]2020-06-233-5/+15
|\ \
| * | Fix underflow panic when doctests are at top of filePaul Daniel Faria2020-06-233-5/+15
* | | Merge #4999bors[bot]2020-06-235-13/+174
|\ \ \ | |_|/ |/| |
| * | SSR: Allow matching of whole macro callsDavid Lattimore2020-06-225-13/+174
| |/
* | Merge #5000bors[bot]2020-06-229-47/+47
|\ \
| * | Remove RelativePathBuf from fixtureAleksey Kladov2020-06-229-47/+47
* | | Merge #4988bors[bot]2020-06-221-0/+3
|\ \ \
| * | | Don't offer to add missing fields of unknown typesLaurențiu Nicola2020-06-221-0/+3
| |/ /
* | | Merge #4900bors[bot]2020-06-222-0/+110
|\ \ \ | |/ / |/| |
| * | Enum variants with `Self::[variant]` now resolve (#4879)BGluth2020-06-221-0/+30
| * | Created goto Self enum variant testBGluth2020-06-211-0/+80
* | | Add paths::RelPath[Buf]Aleksey Kladov2020-06-221-0/+74
| |/ |/|
* | Merge #4899bors[bot]2020-06-221-72/+206
|\ \
| * | don't complete top level attrs inside nested attrs and add better labels #4899Benjamin Coenen2020-06-221-8/+1
| * | don't complete top level attrs inside nested attrs and add better labels #4899Benjamin Coenen2020-06-211-16/+105
| * | don't complete top level attrs inside nested attrs and add better labels #4890Benjamin Coenen2020-06-181-16/+8
| * | don't complete top level attrs inside nested attrs and add better labels #4890Benjamin Coenen2020-06-151-63/+123
* | | Merge #4921bors[bot]2020-06-229-555/+1467
|\ \ \
| * | | Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-229-555/+1467
| | |/ | |/|
* | | Merge #4928bors[bot]2020-06-221-48/+139
|\ \ \ | |/ / |/| |
| * | Fix renaming mod in use treeunexge2020-06-171-48/+139
* | | Update test for new serdeJeremy Kolb2020-06-211-1/+1