Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Simplify | Aleksey Kladov | 2020-06-24 | 2 | -27/+21 | |
|/ / / | ||||||
* | | | Merge #4940 | bors[bot] | 2020-06-24 | 12 | -39/+92 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Improve readability be replacing hard-to-read if-else branches with a match | Paul Daniel Faria | 2020-06-24 | 1 | -16/+20 | |
| * | | Remove unrelated change | Paul Daniel Faria | 2020-06-23 | 1 | -4/+2 | |
| * | | Update comment for pop_and_inject | Paul Daniel Faria | 2020-06-23 | 1 | -2/+2 | |
| * | | Update injection mechanism and stop injecting through highlight element, swit... | Paul Daniel Faria | 2020-06-23 | 14 | -218/+239 | |
| * | | Add punctuation highlighting for highlighting punctuation in doctests, fix hi... | Paul Daniel Faria | 2020-06-23 | 14 | -225/+228 | |
| * | | Add default color and opacity for documentation and injected, respectively, i... | Paul Daniel Faria | 2020-06-23 | 7 | -0/+14 | |
| * | | Add support for marking doctest items as distinct from normal code, add defau... | Paul Daniel Faria | 2020-06-23 | 9 | -34/+47 | |
* | | | Merge #5014 | bors[bot] | 2020-06-23 | 17 | -2848/+2814 | |
|\ \ \ | ||||||
| * | | | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 11 | -2790/+2751 | |
| * | | | Centralize fixture parsing for assists | Aleksey Kladov | 2020-06-23 | 8 | -60/+65 | |
|/ / / | ||||||
* | | | Merge #5008 | bors[bot] | 2020-06-23 | 1 | -22/+4 | |
|\ \ \ | ||||||
| * | | | Remove useless test code | Aleksey Kladov | 2020-06-23 | 1 | -22/+4 | |
|/ / / | ||||||
* | | | Merge #5013 | bors[bot] | 2020-06-23 | 17 | -561/+544 | |
|\ \ \ | ||||||
| * | | | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 16 | -558/+541 | |
| * | | | Minor, rename | Aleksey Kladov | 2020-06-23 | 2 | -3/+3 | |
|/ / / | ||||||
* | | | Merge #5012 | bors[bot] | 2020-06-23 | 4 | -9/+9 | |
|\ \ \ | ||||||
| * | | | Slightly better name | Aleksey Kladov | 2020-06-23 | 4 | -9/+9 | |
|/ / / | ||||||
* | | | Merge #5011 | bors[bot] | 2020-06-23 | 8 | -375/+273 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Complicate | Aleksey Kladov | 2020-06-23 | 2 | -6/+52 | |
| * | | Docs for Fixture | Aleksey Kladov | 2020-06-23 | 2 | -2/+5 | |
| * | | Cut problematic dependency | Aleksey Kladov | 2020-06-23 | 6 | -15/+31 | |
| * | | Nicer API | Aleksey Kladov | 2020-06-23 | 4 | -73/+75 | |
| * | | Simplify | Aleksey Kladov | 2020-06-23 | 3 | -71/+14 | |
| * | | Simplify | Aleksey Kladov | 2020-06-23 | 5 | -31/+24 | |
| * | | Simplify | Aleksey Kladov | 2020-06-23 | 5 | -85/+27 | |
| * | | Drop rarely used fixture functionality | Aleksey Kladov | 2020-06-23 | 3 | -53/+2 | |
| * | | Move fixtures to a separate file | Aleksey Kladov | 2020-06-23 | 2 | -288/+292 | |
|/ / | ||||||
* | | Merge #4976 | bors[bot] | 2020-06-23 | 46 | -999/+1026 | |
|\ \ | ||||||
| * | | New VFS | Aleksey Kladov | 2020-06-23 | 46 | -999/+1026 | |
|/ / | ||||||
* | | Merge #5010 | bors[bot] | 2020-06-23 | 4 | -6/+1 | |
|\ \ | ||||||
| * | | Remove relative-path dependency | Aleksey Kladov | 2020-06-23 | 4 | -6/+1 | |
* | | | Merge #5004 | bors[bot] | 2020-06-23 | 7 | -4/+49 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix panic in split and merge import assists | Laurențiu Nicola | 2020-06-23 | 7 | -4/+49 | |
* | | | Merge #5002 | bors[bot] | 2020-06-23 | 3 | -5/+15 | |
|\ \ \ | ||||||
| * | | | Fix underflow panic when doctests are at top of file | Paul Daniel Faria | 2020-06-23 | 3 | -5/+15 | |
| | | | | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
| \ \ \ | ||||||
*-------. \ \ \ | Merge #4992 #4993 #4994 #4997 #4998 | bors[bot] | 2020-06-23 | 5 | -50/+70 | |
|\ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | Disrecommend trace.server: "verbose" for regular users | Veetaha | 2020-06-22 | 1 | -1/+1 | |
| | | | * | | | | | Update docs/user/manual.adoc | Günther Wagner | 2020-06-23 | 1 | -1/+1 | |
| | | | * | | | | | Update manual.adoc | Günther Wagner | 2020-06-22 | 1 | -0/+4 | |
| | | | |/ / / / | ||||||
| | | * / / / / | Decouple http file stream logic from temp dir logic | Veetaha | 2020-06-22 | 2 | -44/+57 | |
| | | |/ / / / | ||||||
| | * | | | | | Make bootstrap error message more informative and better-fitting | Veetaha | 2020-06-22 | 1 | -4/+8 | |
| * | | | | | | Never disable error logging on the frontend | Veetaha | 2020-06-22 | 1 | -1/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge #4999 | bors[bot] | 2020-06-23 | 5 | -13/+174 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | SSR: Allow matching of whole macro calls | David Lattimore | 2020-06-22 | 5 | -13/+174 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge #5000 | bors[bot] | 2020-06-22 | 9 | -47/+47 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 9 | -47/+47 | |
* | | | | | Merge #4989 | bors[bot] | 2020-06-22 | 1 | -6/+7 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Hotfix skipping the first chunks of the artifacts | Veetaha | 2020-06-22 | 1 | -6/+7 | |
|/ / / / |