aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Less error-prone namingAleksey Kladov2020-06-244-21/+12
* Fix infinite cargo check bugAleksey Kladov2020-06-241-1/+1
* Cleanup project.json deserializationAleksey Kladov2020-06-2413-141/+135
* Rename json_project -> project_jsonAleksey Kladov2020-06-243-14/+14
*---. Merge #5015 #5027 #5028bors[bot]2020-06-244-14/+85
|\ \ \
| | * | Make Debug less verbose for VfsPath and use Display in analysis-statsLaurențiu Nicola2020-06-242-3/+18
| | |/
| * | Fix formatting issue with glob shadow testPaul Daniel Faria2020-06-241-17/+17
| * | Use a macro in push_res to simplify code, simplify glob_shadowed_def assertionPaul Daniel Faria2020-06-242-160/+47
| * | Account for updated module ids when determining whether a resolution is "chan...Paul Daniel Faria2020-06-242-9/+178
* | | Be more explicit about absolute paths at various placesAleksey Kladov2020-06-2410-94/+125
| |/ |/|
* | Merge #5023bors[bot]2020-06-242-13/+77
|\ \
| * | Fix string literal inference in matchLaurențiu Nicola2020-06-242-13/+77
| | |
| \ \
*-. \ \ Merge #5024 #5026bors[bot]2020-06-245-117/+65
|\ \ \ \
| | * | | Disable file watching when running slow testsAleksey Kladov2020-06-241-4/+10
| * | | | SimplifyAleksey Kladov2020-06-242-67/+18
| * | | | SimplifyAleksey Kladov2020-06-244-47/+38
|/ / / /
* | | | SimplifyAleksey Kladov2020-06-241-6/+3
* | | | SimplifyAleksey Kladov2020-06-242-14/+3
* | | | SimplifyAleksey Kladov2020-06-241-10/+6
| |/ / |/| |
* | | Remove duplicationAleksey Kladov2020-06-248-41/+34
* | | More consistent usage of fixturesAleksey Kladov2020-06-2416-1061/+1070
* | | Use fixtures moreAleksey Kladov2020-06-246-133/+135
* | | SimplifyAleksey Kladov2020-06-242-27/+21
|/ /
* | 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
|\ \ | |/ |/|