Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Define known paths and group names | uHOOCCOOHu | 2019-09-15 | 6 | -49/+63 | |
| * | Move store TypeRef of type based path in PathKind | uHOOCCOOHu | 2019-09-15 | 3 | -20/+10 | |
| * | Support path starting with a type | uHOOCCOOHu | 2019-09-15 | 7 | -124/+203 | |
* | | Remove `is_unnamed` | Dylan MacKenzie | 2019-09-16 | 1 | -4/+0 | |
* | | Gracefully handle `const _` items in `ConstData` | Dylan MacKenzie | 2019-09-16 | 2 | -5/+9 | |
|/ | ||||||
* | Add `DotDotPat` to AST | Dylan MacKenzie | 2019-09-15 | 1 | -0/+1 | |
* | Support bare `Trait` without dyn | Florian Diebold | 2019-09-14 | 2 | -12/+11 | |
* | Upgrade Chalk | Florian Diebold | 2019-09-14 | 3 | -58/+0 | |
* | make PerNs non-generic | Aleksey Kladov | 2019-09-13 | 4 | -34/+30 | |
* | Specify desirable namespace when calling resolve | Aleksey Kladov | 2019-09-13 | 8 | -408/+458 | |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 11 | -67/+64 | |
* | generalize impl_froms to nested enums | Aleksey Kladov | 2019-09-12 | 4 | -58/+26 | |
* | make various enums "inherit" from AdtDef | Aleksey Kladov | 2019-09-12 | 11 | -98/+132 | |
* | start cleaning up the resolution | Aleksey Kladov | 2019-09-12 | 5 | -49/+59 | |
* | add macros with local_inner_macros argument | JasperDeSutter | 2019-09-12 | 2 | -1/+40 | |
* | Merge #1818 | bors[bot] | 2019-09-12 | 5 | -1/+68 | |
|\ | ||||||
| * | Infer box expression | uHOOCCOOHu | 2019-09-11 | 5 | -1/+68 | |
* | | fix panic when fetching generics | Aleksey Kladov | 2019-09-12 | 1 | -5/+5 | |
|/ | ||||||
* | Merge #1796 | bors[bot] | 2019-09-11 | 3 | -3/+3 | |
|\ | ||||||
| * | Fix typo | uHOOCCOOHu | 2019-09-11 | 3 | -3/+3 | |
* | | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 2 | -2/+4 | |
|/ | ||||||
* | Merge #1795 | bors[bot] | 2019-09-09 | 7 | -239/+393 | |
|\ | ||||||
| * | Strip | uHOOCCOOHu | 2019-09-09 | 2 | -12/+3 | |
| * | Make macro scope a real name scope | uHOOCCOOHu | 2019-09-09 | 8 | -236/+399 | |
* | | modify tests | Niko Matsakis | 2019-09-09 | 1 | -6/+6 | |
* | | also make "unknown" case non-enumerable | Niko Matsakis | 2019-09-09 | 1 | -1/+1 | |
* | | make all traits non-enumerable | Niko Matsakis | 2019-09-09 | 1 | -9/+1 | |
* | | document module | Aleksey Kladov | 2019-09-09 | 1 | -7/+26 | |
* | | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 4 | -3/+90 | |
|/ | ||||||
* | Fix test | uHOOCCOOHu | 2019-09-08 | 1 | -3/+0 | |
* | Rename `textual_macro` -> `legacy_macro` | uHOOCCOOHu | 2019-09-08 | 4 | -29/+39 | |
* | Revert "Replace with immutable map to avoid heavy cloning" | uHOOCCOOHu | 2019-09-08 | 2 | -8/+2 | |
* | Replace with immutable map to avoid heavy cloning | uHOOCCOOHu | 2019-09-08 | 2 | -2/+8 | |
* | Resolve textual scoped macros inside item | uHOOCCOOHu | 2019-09-08 | 4 | -9/+65 | |
* | Support textual scoped macros | uHOOCCOOHu | 2019-09-08 | 4 | -34/+158 | |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 24 | -43/+65 | |
* | don't cycle when processing macros from prelude in prelude | Aleksey Kladov | 2019-09-07 | 2 | -2/+33 | |
* | Fix crash for super trait cycles | Florian Diebold | 2019-09-07 | 2 | -18/+39 | |
* | Fix Chalk environments | Florian Diebold | 2019-09-07 | 2 | -3/+4 | |
* | Use traits from where clauses for method resolution | Florian Diebold | 2019-09-07 | 4 | -21/+44 | |
* | Lower `Fn(X, Y) -> Z` paths | Florian Diebold | 2019-09-07 | 2 | -12/+48 | |
* | Lower bounds on trait definition, and resolve assoc types from super traits | Florian Diebold | 2019-09-07 | 9 | -38/+100 | |
* | Add some more tests | Florian Diebold | 2019-09-07 | 1 | -0/+205 | |
* | Merge #1779 | bors[bot] | 2019-09-06 | 2 | -49/+51 | |
|\ | ||||||
| * | minor | Aleksey Kladov | 2019-09-06 | 2 | -49/+51 | |
* | | make source_root API more abstract | Aleksey Kladov | 2019-09-06 | 2 | -7/+9 | |
|/ | ||||||
* | Merge #1771 | bors[bot] | 2019-09-05 | 3 | -18/+91 | |
|\ | ||||||
| * | Hoist macros from extern crate with macro_use | uHOOCCOOHu | 2019-09-05 | 2 | -14/+20 | |
| * | Consider prelude to be `macro_use` | uHOOCCOOHu | 2019-09-05 | 3 | -4/+71 | |
* | | rename test file to match impl file | Aleksey Kladov | 2019-09-05 | 2 | -1/+1 |