Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 3 | -7/+16 | |
* | | Merge #3074 | bors[bot] | 2020-02-10 | 3 | -10/+14 | |
|\ \ | ||||||
| * | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 3 | -10/+14 | |
* | | | move to to_usize() | Veetaha | 2020-02-09 | 1 | -1/+1 | |
|/ / | ||||||
* | | Formatting | Florian Diebold | 2020-02-07 | 2 | -9/+12 | |
* | | First stab at desugaring bounds for APIT | Florian Diebold | 2020-02-07 | 1 | -4/+23 | |
* | | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 3 | -9/+90 | |
|/ | ||||||
* | Merge #2962 | bors[bot] | 2020-02-04 | 4 | -14/+34 | |
|\ | ||||||
| * | include requested changes | zombiefungus | 2020-02-02 | 4 | -27/+28 | |
| * | add new ImportAlias enum to differentiate no alias from an _ alias | zombiefungus | 2020-02-02 | 4 | -11/+30 | |
* | | Require ModPath for importing | Kirill Bulatov | 2020-02-02 | 1 | -2/+2 | |
|/ | ||||||
* | Merge #2917 | bors[bot] | 2020-01-28 | 2 | -14/+86 | |
|\ | ||||||
| * | Add the tests | Kirill Bulatov | 2020-01-28 | 2 | -0/+42 | |
| * | 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 | |
* | | Publicize debug printing of CrateDefMap | Aleksey Kladov | 2020-01-28 | 2 | -41/+42 | |
|/ | ||||||
* | Update crates | Jeremy Kolb | 2020-01-26 | 1 | -1/+1 | |
* | Remove dead code | Aleksey Kladov | 2020-01-16 | 1 | -34/+2 | |
* | Make FromSource private | Aleksey Kladov | 2020-01-16 | 1 | -1/+3 | |
* | Merge #2837 | bors[bot] | 2020-01-15 | 1 | -1/+1 | |
|\ | ||||||
| * | Introduce SourceBinder | Aleksey Kladov | 2020-01-15 | 1 | -1/+1 | |
* | | Rename | Aleksey Kladov | 2020-01-15 | 3 | -17/+14 | |
|/ | ||||||
* | Don't parse child modules when doing diagnostics | Aleksey Kladov | 2020-01-15 | 1 | -0/+7 | |
* | Merge #2803 | bors[bot] | 2020-01-11 | 2 | -1/+46 | |
|\ | ||||||
| * | Fix various names, e.g. Iterator not resolving in core prelude | Florian Diebold | 2020-01-11 | 2 | -1/+46 | |
* | | Apply review suggestions | Florian Diebold | 2020-01-11 | 5 | -34/+23 | |
* | | Qualify some paths in 'add missing impl members' | Florian Diebold | 2020-01-11 | 2 | -1/+48 | |
* | | 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 | 4 | -34/+77 | |
* | | 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 | 2 | -11/+67 | |
* | | basics working | Florian Diebold | 2020-01-11 | 1 | -5/+113 | |
* | | more WIP | Florian Diebold | 2020-01-11 | 2 | -12/+122 | |
* | | find_path WIP | Florian Diebold | 2020-01-11 | 3 | -0/+58 | |
|/ | ||||||
* | Add `_query` suffix to `compute_crate_def_map` for consistency | Michal Terepeta | 2020-01-03 | 2 | -2/+2 | |
* | Split `crate_def_map` into two methods | Michal Terepeta | 2020-01-03 | 2 | -3/+12 | |
* | Remove a duplicate line in `collect_defs` | Michal Terepeta | 2020-01-03 | 1 | -1/+0 | |
* | Remove unused hard-coded paths | Emil Lauridsen | 2019-12-29 | 1 | -4/+0 | |
* | Add helpers for unpacking lang items | Emil Lauridsen | 2019-12-29 | 1 | -0/+44 | |
* | Merge #2650 | bors[bot] | 2019-12-29 | 2 | -7/+19 | |
|\ | ||||||
| * | Use pre-stored macro file | Edwin Cheng | 2019-12-23 | 3 | -14/+30 | |
| * | Add macro call support for type_of | Edwin Cheng | 2019-12-23 | 2 | -11/+7 | |
* | | Don't add non-impl/trait containers to scope | Aleksey Kladov | 2019-12-29 | 1 | -1/+1 | |
* | | visible_from -> is_visible_from | Florian Diebold | 2019-12-27 | 2 | -7/+7 | |
* | | Remove Arc from RawVisibility | Florian Diebold | 2019-12-26 | 1 | -11/+6 | |
* | | Fix cross-crate glob privacy handling | Florian Diebold | 2019-12-26 | 3 | -6/+28 | |
* | | Remove visibility query, instead add struct field visibility to data | Florian Diebold | 2019-12-26 | 4 | -100/+33 |