Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify | Jonas Schievink | 2021-05-20 | 1 | -4/+2 | |
* | Refactor name resolution to resolve derive helpers | Jonas Schievink | 2021-05-20 | 2 | -85/+135 | |
* | Rename `unexpanded_macros` to `unresolved_macros` | Jonas Schievink | 2021-05-20 | 1 | -15/+31 | |
* | Track in-scope derive helpers during nameres | Jonas Schievink | 2021-05-19 | 1 | -8/+26 | |
* | Fix unresolved attribute fallback again | Jonas Schievink | 2021-05-19 | 2 | -4/+33 | |
*-. | Merge #8885 #8887 | bors[bot] | 2021-05-19 | 2 | -14/+35 | |
|\ \ | ||||||
| | * | Fix derive collection after unresolved attribute fallback | Jonas Schievink | 2021-05-19 | 2 | -2/+26 | |
| |/ |/| | ||||||
| * | Simplify eager macro representation | Jonas Schievink | 2021-05-19 | 1 | -12/+9 | |
|/ | ||||||
* | Merge #8882 | bors[bot] | 2021-05-19 | 2 | -28/+160 | |
|\ | ||||||
| * | Rewrite `resolve_imports` to use an iterator | Jonas Schievink | 2021-05-19 | 1 | -19/+23 | |
| * | Restructure nameres loop to be a bit clearer | Jonas Schievink | 2021-05-19 | 1 | -38/+41 | |
| * | internal: resolve attributes in name resolution | Jonas Schievink | 2021-05-19 | 2 | -3/+128 | |
* | | Merge #8871 | bors[bot] | 2021-05-18 | 1 | -23/+13 | |
|\ \ | ||||||
| * | | Simplify `DefCollector::resolve_macros` | Jonas Schievink | 2021-05-18 | 1 | -23/+13 | |
| |/ | ||||||
* | | Added cov mark | ivan770 | 2021-05-17 | 2 | -1/+3 | |
* | | Fix #8834 | ivan770 | 2021-05-16 | 2 | -0/+19 | |
* | | Merge #8813 | bors[bot] | 2021-05-16 | 3 | -8/+79 | |
|\ \ | ||||||
| * | | Address final feedback | Jade | 2021-05-16 | 1 | -0/+8 | |
| * | | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -0/+12 | |
| * | | Add support for lengths in array repeats, if they are literals | Jade | 2021-05-13 | 2 | -4/+5 | |
| * | | Support length for ByteStrings | Jade | 2021-05-13 | 1 | -1/+4 | |
| * | | Add lowering of array lengths in types | Jade | 2021-05-13 | 1 | -3/+50 | |
| |/ | ||||||
* | | Merge #8822 | bors[bot] | 2021-05-13 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Cleanup imports | Aleksey Kladov | 2021-05-13 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge #8820 | bors[bot] | 2021-05-13 | 1 | -2/+11 | |
|\ \ | |/ |/| | ||||||
| * | Return absolute paths in find_path if crate start is ambiguous | Lukas Wirth | 2021-05-13 | 1 | -2/+11 | |
* | | Merge #8398 | bors[bot] | 2021-05-11 | 3 | -10/+20 | |
|\ \ | ||||||
| * | | Fix inference with conditionally compiled tails | Daniel McNab | 2021-05-03 | 3 | -10/+20 | |
* | | | Rewrite `attr.rs` to allow using syntax-based indices | Jonas Schievink | 2021-05-10 | 2 | -59/+84 | |
* | | | Move `AttrId` back into `hir_def` | Jonas Schievink | 2021-05-10 | 3 | -6/+9 | |
| |/ |/| | ||||||
* | | Test that none of the macros are reparsed | Jonas Schievink | 2021-05-09 | 1 | -0/+6 | |
* | | Precompute macro fragment kind | Jonas Schievink | 2021-05-09 | 5 | -11/+29 | |
* | | Reuse database in LowerCtx | Jonas Schievink | 2021-05-06 | 4 | -15/+11 | |
* | | Update crates/hir_def/src/nameres/tests/incremental.rs | Aleksey Kladov | 2021-05-06 | 1 | -1/+1 | |
* | | internal: add failing incremental test | Aleksey Kladov | 2021-05-06 | 1 | -0/+52 | |
* | | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 12 | -63/+99 | |
* | | Fix block comment intra doc link injection ranges | Lukas Tobias Wirth | 2021-05-04 | 1 | -4/+8 | |
|/ | ||||||
* | find_path: check only crate-level prelude | Jonas Schievink | 2021-04-30 | 1 | -2/+28 | |
* | Remove `ItemTree::all_inner_items` | Jonas Schievink | 2021-04-21 | 1 | -7/+0 | |
* | Add failing local items test | Jonas Schievink | 2021-04-21 | 3 | -0/+46 | |
* | Fix some find_path bugs around inner items | Jonas Schievink | 2021-04-19 | 1 | -5/+58 | |
* | fix: false positive about inner attrs in docs | Aleksey Kladov | 2021-04-19 | 1 | -2/+2 | |
* | Merge #8462 | bors[bot] | 2021-04-19 | 7 | -36/+72 | |
|\ | ||||||
| * | hir_ty: keep body::Expander in TyLoweringContext | cynecx | 2021-04-18 | 2 | -45/+11 | |
| * | hir_def: various cleanups | cynecx | 2021-04-18 | 3 | -11/+9 | |
| * | hir_def: refactor expand_macro_type and cleanups | cynecx | 2021-04-17 | 2 | -120/+30 | |
| * | hir_def: ignore ast::Type in file_item_tree query | cynecx | 2021-04-17 | 2 | -10/+11 | |
| * | hir_ty: Expand macros at type position | cynecx | 2021-04-17 | 8 | -49/+210 | |
* | | Fix visibility of items in block modules | Jonas Schievink | 2021-04-19 | 2 | -1/+21 | |
|/ | ||||||
* | Fix `TestDB::module_at_position` with submodules | Jonas Schievink | 2021-04-17 | 2 | -2/+72 |