aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv/src/dylib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Display path not debug itVeetaha2020-04-201-7/+7
| | | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* ra_proc_macro: cleanups here and thereveetaha2020-04-201-60/+47
|
* Use mmap for proc macro libsLaurențiu Nicola2020-04-171-2/+5
|
* Reduce allocations when looking up proc macro declLaurențiu Nicola2020-04-171-37/+35
|
* 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 dylib loading codeEdwin Cheng2020-04-091-0/+220