aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-1318-4306/+0
* Rename ra_toolchain -> toolchainAleksey Kladov2020-08-122-2/+2
* Rename ra_tt -> ttAleksey Kladov2020-08-124-9/+9
* cargo_metadata 0.11.1 and cargo updatekjeremy2020-07-291-1/+1
* Merge #4676bors[bot]2020-07-164-9/+29
|\
| * proc_macro: fix current nightly/future stable ABI incompatibilityrobojumper2020-05-314-9/+29
* | Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* | Clippy perf warningskjeremy2020-07-081-1/+1
* | Colorize more test fixturesLaurențiu Nicola2020-07-012-6/+4
* | Update test for new serdeJeremy Kolb2020-06-211-1/+1
* | Fix tests, apply code review proposalsveetaha2020-05-312-2/+2
|/
* Remove dbgEdwin Cheng2020-05-091-1/+1
* Update cargo-metadataEdwin Cheng2020-05-094-24/+13
* Bump depsLaurențiu Nicola2020-05-013-5/+10
* Generate uniq nameEdwin Cheng2020-04-261-3/+11
* Simpify codeEdwin Cheng2020-04-262-16/+12
* FixEdwin Cheng2020-04-261-0/+6
* Compare timestampEdwin Cheng2020-04-261-2/+8
* Copy dylib to temp directoryEdwin Cheng2020-04-261-1/+18
* Cacheproc-macro dllsEdwin Cheng2020-04-264-58/+70
* Refactor a bitEdwin Cheng2020-04-241-8/+3
* Bubble up errorEdwin Cheng2020-04-231-9/+6
* Fix typoEdwin Cheng2020-04-231-1/+1
* Panic proc macro srv if read request failedEdwin Cheng2020-04-231-2/+3
* Fix typoVeetaha2020-04-201-1/+1
* Display path not debug itVeetaha2020-04-202-8/+8
* Display path not debug itVeetaha2020-04-201-1/+1
* ra_proc_macro: cleanups here and thereveetaha2020-04-205-119/+86
* Merge empty delim subtree in proc-macroEdwin Cheng2020-04-182-3/+11
* Use mmap for proc macro libsLaurențiu Nicola2020-04-172-2/+6
* Reduce allocations when looking up proc macro declLaurențiu Nicola2020-04-171-37/+35
* Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-162-4/+7
* Improve error handlingEdwin Cheng2020-04-111-24/+30
* tidy up a bitEdwin Cheng2020-04-101-50/+18
* Fix macos symbol name bugEdwin Cheng2020-04-091-1/+19
* Remove allow(unused)Edwin Cheng2020-04-091-3/+2
* Add testsEdwin Cheng2020-04-095-0/+304
* Implement expand_task and list_macrosEdwin Cheng2020-04-091-4/+27
* Add dylib loading codeEdwin Cheng2020-04-094-1/+229
* Remove unused funcEdwin Cheng2020-04-091-3/+1
* Add rustc_server (ra_tt rustc bridge)Edwin Cheng2020-04-093-1/+690
* fmtAleksey Kladov2020-04-082-5/+7
* Add bridge::TokenStream to crate scopeEdwin Cheng2020-04-061-0/+1
* Add proc_macro mod (copy from lib_proc_macro)Edwin Cheng2020-04-0611-0/+2943
* Refactor depsEdwin Cheng2020-04-061-3/+2
* Remove unused dependenciesest312020-04-041-3/+0
* Add doc comment on main.rsEdwin Cheng2020-04-031-0/+2
* Introduce ra_proc_macro_srvEdwin Cheng2020-04-033-0/+98