aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #2994bors[bot]2020-02-032-12/+11
|\
| * Simplify paths searchesKirill Bulatov2020-02-031-4/+3
| * Fix inlay hints test snippet compilationKirill Bulatov2020-02-031-8/+8
* | Merge #2959bors[bot]2020-02-0314-247/+244
|\ \ | |/ |/|
| * Update snapshot tests due to removed SuggestedFixEmil Lauridsen2020-02-037-39/+67
| * Remove stray todoEmil Lauridsen2020-02-031-1/+0
| * Rework how we send diagnostics to client.Emil Lauridsen2020-02-037-208/+178
* | Use name only when searching for an import candidateKirill Bulatov2020-02-021-6/+16
|/
* Avoid premature pessimizationAleksey Kladov2020-02-023-33/+34
* Merge #2982bors[bot]2020-02-026-42/+90
|\
| * Remove obsolete rustdocKirill Bulatov2020-02-021-1/+0
| * Code review fixesKirill Bulatov2020-02-023-22/+19
| * Require ModPath for importingKirill Bulatov2020-02-026-37/+65
| * Merge imports when auto importingKirill Bulatov2020-02-021-6/+30
* | Auto import functionsKirill Bulatov2020-02-012-6/+35
|/
* Prevent child cargo process from messing with our stdinAleksey Kladov2020-02-011-0/+1
* Merge #2965bors[bot]2020-02-011-6/+10
|\
| * Improve auto import messageLaurențiu Nicola2020-01-311-6/+10
* | Fix extra parentheses warningsLaurențiu Nicola2020-01-311-2/+2
|/
* Small cleanupAleksey Kladov2020-01-311-4/+6
* Add a FIXME noteAleksey Kladov2020-01-301-0/+3
* Merge #2920bors[bot]2020-01-301-2/+18
|\
| * Ignore illform node id from metadataEdwin Cheng2020-01-281-2/+18
* | Simplify fixture parsingAleksey Kladov2020-01-301-21/+8
* | Merge #2895bors[bot]2020-01-291-46/+71
|\ \
| * | A couple of small improvements to ra_prof printingMichal Terepeta2020-01-291-3/+3
| * | Rewrite ra_prof's profile printingMichal Terepeta2020-01-221-46/+71
* | | Merge #2943bors[bot]2020-01-292-20/+53
|\ \ \
| * | | Re-sync queries for memory usage measurnmentAleksey Kladov2020-01-292-20/+53
* | | | Properly select a target for auto importingKirill Bulatov2020-01-291-29/+17
|/ / /
* | | Simplify fixture parsingAleksey Kladov2020-01-291-20/+19
* | | Fix long loop timeoutAleksey Kladov2020-01-291-1/+1
* | | Change error output to make a bit more senseEmil Lauridsen2020-01-291-2/+6
* | | Parse cargo output a line at a time.Emil Lauridsen2020-01-292-5/+22
* | | Merge #2931bors[bot]2020-01-292-24/+56
|\ \ \
| * | | test_utils: move flush!() to its usage as per conversation with @matkladVeetaha2020-01-291-13/+13
| * | | test_utils: updated documentation and some typosVeetaha2020-01-292-11/+43
* | | | Complain loudly if the main loop is blockedAleksey Kladov2020-01-291-1/+21
* | | | More uniform namingAleksey Kladov2020-01-291-7/+7
* | | | Don't compute diagnostics on the main threadAleksey Kladov2020-01-291-28/+28
|/ / /
* | | Merge #2917bors[bot]2020-01-283-14/+88
|\ \ \
| * | | Add the testsKirill Bulatov2020-01-282-0/+42
| * | | Apply the proposed refactoringKirill Bulatov2020-01-281-38/+43
| * | | Prefer imports starting with stdKirill Bulatov2020-01-272-6/+33
* | | | Publicize debug printing of CrateDefMapAleksey Kladov2020-01-282-41/+42
* | | | Standard formatting for array typesAleksey Kladov2020-01-285-89/+89
* | | | Merge #2924bors[bot]2020-01-281-2/+4
|\ \ \ \
| * | | | Modify ordering of drops in check watcher to only ever have one cargoEmil Lauridsen2020-01-281-2/+4
| | |_|/ | |/| |
* / | | Don't do check progress update for fresh cratesEmil Lauridsen2020-01-281-0/+8
|/ / /
* / / Buffer reads from cargo check's stdoutLaurențiu Nicola2020-01-271-1/+4
|/ /