Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ModuleScope to a new module | Aleksey Kladov | 2019-12-20 | 1 | -1/+2 |
| | |||||
* | Use generic ItemLoc for impls | Aleksey Kladov | 2019-12-20 | 1 | -1/+2 |
| | |||||
* | Support for nested traits | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Support for nested statics, consts and type aliases | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Support for nested ADT | Aleksey Kladov | 2019-12-20 | 1 | -3/+3 |
| | |||||
* | Introduce `ContainerId` | Aleksey Kladov | 2019-12-20 | 1 | -4/+5 |
| | |||||
* | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -4/+4 |
| | |||||
* | Handle start imports in import groups | Aleksey Kladov | 2019-12-19 | 1 | -0/+21 |
| | |||||
* | Forbid <T>::foo syntax in mod paths | Aleksey Kladov | 2019-12-18 | 1 | -5/+0 |
| | |||||
* | Drop dead code | Aleksey Kladov | 2019-12-17 | 1 | -11/+0 |
| | |||||
* | Refactor PathKind | Aleksey Kladov | 2019-12-17 | 2 | -8/+20 |
| | |||||
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 3 | -24/+26 |
| | |||||
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
| | |||||
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
| | |||||
* | Move enum&union to new loc | Aleksey Kladov | 2019-12-12 | 1 | -8/+11 |
| | |||||
* | Move structs to new loc | Aleksey Kladov | 2019-12-12 | 1 | -3/+4 |
| | |||||
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -2/+7 |
| | |||||
* | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 1 | -4/+6 |
| | |||||
* | Delay legacy macro expansion | Edwin Cheng | 2019-12-08 | 1 | -149/+57 |
| | |||||
* | Merge #2466 | bors[bot] | 2019-12-08 | 3 | -44/+165 |
|\ | | | | | | | | | | | | | | | | | | | | | 2466: Handle partial resolve cases r=matklad a=edwin0cheng Another try to fix #2443 : We resolve all imports every time in `DefCollector::collect` loop even it is resolved previously. This is because other unresolved imports and macros will bring in another `PerNs`, so we can only assume that it has been partially resolved. Co-authored-by: Edwin Cheng <[email protected]> | ||||
| * | Refactor resolve_imports logic | Edwin Cheng | 2019-12-07 | 2 | -40/+129 |
| | | |||||
| * | Push glob_imports only if non-exists | Edwin Cheng | 2019-12-07 | 1 | -4/+4 |
| | | |||||
| * | Add tests | Edwin Cheng | 2019-12-06 | 1 | -0/+32 |
| | | |||||
* | | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 1 | -2/+2 |
|/ | |||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 3 | -7/+105 |
| | |||||
* | Use placeholder instead of `Option` | ice1000 | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Three-state enum for module origin | ice1000 | 2019-12-04 | 1 | -4/+3 |
| | |||||
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -3/+3 |
| | |||||
* | Remove some empty lines | Edwin Cheng | 2019-12-01 | 1 | -2/+0 |
| | |||||
* | Use index instead of peekable | Edwin Cheng | 2019-12-01 | 1 | -35/+19 |
| | |||||
* | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 2 | -15/+60 |
| | |||||
* | Use InFile for AstId | Aleksey Kladov | 2019-11-28 | 1 | -2/+2 |
| | |||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -3/+3 |
| | |||||
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Reformat | Aleksey Kladov | 2019-11-27 | 1 | -2/+1 |
| | |||||
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 2 | -15/+15 |
| | |||||
* | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 1 | -4/+3 |
| | |||||
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 3 | -13/+19 |
| | |||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Cleanup nameres | Aleksey Kladov | 2019-11-24 | 1 | -1/+4 |
| | |||||
* | Use Trace in raw_items | Aleksey Kladov | 2019-11-24 | 1 | -10/+10 |
| | |||||
* | Some docs | Aleksey Kladov | 2019-11-24 | 1 | -1/+6 |
| | |||||
* | Cleanup | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Nicer API for attrs | Aleksey Kladov | 2019-11-24 | 1 | -5/+9 |
| | |||||
* | Slightly reduce code duplication | Aleksey Kladov | 2019-11-24 | 1 | -5/+2 |
| | |||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -8/+4 |
| | |||||
* | Switch to StaticLoc for statics | Aleksey Kladov | 2019-11-24 | 1 | -2/+5 |
| | |||||
* | Push poison_macros down | Aleksey Kladov | 2019-11-24 | 1 | -11/+27 |
| | |||||
* | Move ModuleSource back to hir | Aleksey Kladov | 2019-11-23 | 1 | -14/+4 |
| | |||||
* | Privatise nameres | Aleksey Kladov | 2019-11-23 | 3 | -76/+4 |
| |