aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro_srv/src/dylib.rs
Commit message (Expand)AuthorAgeFilesLines
* Clippy perf warningskjeremy2020-07-081-1/+1
* Generate uniq nameEdwin Cheng2020-04-261-3/+11
* Simpify codeEdwin Cheng2020-04-261-12/+8
* FixEdwin Cheng2020-04-261-0/+6
* Copy dylib to temp directoryEdwin Cheng2020-04-261-1/+18
* Cacheproc-macro dllsEdwin Cheng2020-04-261-35/+33
* Display path not debug itVeetaha2020-04-201-7/+7
* 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