Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer core/alloc paths on #![no_std] | Jonas Schievink | 2020-04-25 | 1 | -8/+70 |
| | |||||
* | find_path: Builtins are always in scope | Florian Diebold | 2020-04-18 | 1 | -1/+20 |
| | | | | Fixes #3977. | ||||
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -4/+4 |
| | | | | | | | It improves compile time in `--release` mode quite a bit, it doesn't really slow things down and, conceptually, it seems closer to what we want the physical architecture to look like (we don't want to monomorphise EVERYTHING in a single leaf crate). | ||||
* | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Add the tests | Kirill Bulatov | 2020-01-28 | 1 | -0/+41 |
| | |||||
* | Apply the proposed refactoring | Kirill Bulatov | 2020-01-28 | 1 | -38/+43 |
| | |||||
* | Prefer imports starting with std | Kirill Bulatov | 2020-01-27 | 1 | -6/+31 |
| | |||||
* | Rename | Aleksey Kladov | 2020-01-15 | 1 | -6/+6 |
| | |||||
* | Apply review suggestions | Florian Diebold | 2020-01-11 | 1 | -9/+8 |
| | |||||
* | Use `self` | Florian Diebold | 2020-01-11 | 1 | -0/+20 |
| | |||||
* | Cleanup | Florian Diebold | 2020-01-11 | 1 | -13/+25 |
| | |||||
* | Handle cycles | Florian Diebold | 2020-01-11 | 1 | -5/+54 |
| | |||||
* | Use query for importable locations | Florian Diebold | 2020-01-11 | 1 | -29/+65 |
| | |||||
* | Use super, don't use private imports | Florian Diebold | 2020-01-11 | 1 | -2/+48 |
| | |||||
* | Use shortest path | Florian Diebold | 2020-01-11 | 1 | -4/+19 |
| | |||||
* | handle most cases | Florian Diebold | 2020-01-11 | 1 | -11/+59 |
| | |||||
* | basics working | Florian Diebold | 2020-01-11 | 1 | -5/+113 |
| | |||||
* | more WIP | Florian Diebold | 2020-01-11 | 1 | -12/+90 |
| | |||||
* | find_path WIP | Florian Diebold | 2020-01-11 | 1 | -0/+44 |