aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Use block_def_map in body loweringJonas Schievink2021-02-016-26/+40
* | Merge #7503bors[bot]2021-01-312-1/+25
|\ \
| * | Return inner attributes of outline mod declarations in `attrs_query`Lukas Wirth2021-01-312-1/+25
* | | Honor #![macro_use] in mod source filesLukas Wirth2021-01-312-8/+23
|/ /
* | Merge #7500bors[bot]2021-01-301-2/+19
|\ \
| * | Fix ast::String::value not properly escaping in some casesLukas Wirth2021-01-301-2/+19
* | | Merge #7483bors[bot]2021-01-305-27/+59
|\ \ \ | |/ / |/| |
| * | Prefer ValueNS when resolving hir path for PathExpressionsLukas Wirth2021-01-291-14/+31
| * | Classify function calls as functions when shadowed by typesLukas Wirth2021-01-285-16/+31
* | | Merge #7494bors[bot]2021-01-304-74/+71
|\ \ \
| * | | Simpilfy mbe parsingEdwin Cheng2021-01-304-74/+71
* | | | Add --print-config-schema to helpLaurențiu Nicola2021-01-291-0/+2
|/ / /
* | | Simplify mbe match error.Edwin Cheng2021-01-296-210/+180
* | | Rename mbe_expander for consistencyEdwin Cheng2021-01-294-5/+5
* | | Forbid flyimport completions in use statementsKirill Bulatov2021-01-281-1/+22
* | | Fix incorrect `FileId` and remove broken shortcutJonas Schievink2021-01-282-16/+9
* | | Merge #7482bors[bot]2021-01-281-0/+63
|\ \ \
| * | | block_def_map: add a few macro testsJonas Schievink2021-01-281-0/+63
* | | | Merge #7412bors[bot]2021-01-2811-199/+397
|\ \ \ \ | |/ / / |/| | |
| * | | bug fixEdwin Cheng2021-01-281-1/+1
| * | | Async Loading outdir and proc-macroEdwin Cheng2021-01-2811-199/+397
| |/ /
* | | Update `original_module` when ascending `DefMap`sJonas Schievink2021-01-281-2/+5
* | | ItemTree: Treat items in `MacroStmts` as top-levelJonas Schievink2021-01-282-4/+32
|/ /
* | Simplify heavy testsAleksey Kladov2021-01-281-18/+14
* | Make logger-based debugging more pleasantAleksey Kladov2021-01-283-4/+19
* | Use RA_LOG in testsAleksey Kladov2021-01-281-1/+1
* | Easier to debug timeouts in testsAleksey Kladov2021-01-281-12/+22
* | Enable fill_match_arms in macrosLukas Wirth2021-01-271-3/+35
* | Fix legacy macro resolution in block expressionsJonas Schievink2021-01-272-1/+15
* | Merge #7451bors[bot]2021-01-273-12/+24
|\ \
| * | Add config option to ignore directoriesAleksey Kladov2021-01-263-6/+22
| * | Allow non-absolute paths to rust sourceAleksey Kladov2021-01-261-6/+2
* | | Merge #7465bors[bot]2021-01-271-1/+19
|\ \ \
| * | | Only hide parameter hints for path, field and methodcall expressionsLukas Wirth2021-01-271-1/+19
* | | | Export `CARGO` for proc. macrosJonas Schievink2021-01-271-1/+4
* | | | Bump depsLaurențiu Nicola2021-01-272-4/+4
* | | | Squelch a warningAleksey Kladov2021-01-271-0/+1
* | | | add more countsAleksey Kladov2021-01-274-2/+8
* | | | Merge #7457bors[bot]2021-01-263-21/+83
|\ \ \ \
| * | | | Apply suggestions.vsrs2021-01-262-11/+17
| * | | | cargo fmtvsrs2021-01-261-1/+1
| * | | | Add debug only guard for the --wait-dbg flagvsrs2021-01-262-1/+4
| * | | | Add RA_WAIT_DBG and docsvsrs2021-01-252-1/+2
| * | | | Add the ability to wait for a debugger.vsrs2021-01-252-7/+45
| * | | | Add stderr flushvsrs2021-01-252-8/+16
| * | | | Add --no-buffering flag for the file logging.vsrs2021-01-253-15/+21
* | | | | Make always-assert crate reusableAleksey Kladov2021-01-268-71/+11
* | | | | Add failing test caseDániel Buga2021-01-261-0/+28
| |_|/ / |/| | |
* | | | Merge #7450bors[bot]2021-01-261-11/+28
|\ \ \ \
| * | | | Remove the need to manually sync config in package.jsonAleksey Kladov2021-01-261-11/+28
| | |/ / | |/| |