Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit rustc commit-hash | vsrs | 2021-04-22 | 1 | -0/+10 |
| | | | | Required for lldb on mac | ||||
* | Add special `auto` value for `debug.sourceFileMap` | vsrs | 2021-04-22 | 1 | -18/+5 |
| | |||||
* | Autodetect rust library source file map | vsrs | 2021-04-22 | 1 | -0/+21 |
| | |||||
* | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 1 | -2/+2 |
| | |||||
* | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 1 | -0/+174 |
As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions. |