Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Render where clauses and more generic params | Jonas Schievink | 2021-05-23 | 2 | -34/+155 |
* | Pretty-print generic parameters | Jonas Schievink | 2021-05-23 | 2 | -22/+99 |
* | ItemTree: pretty-print all paths | Jonas Schievink | 2021-05-22 | 2 | -9/+119 |
* | Work around non-unique AttrIds | Jonas Schievink | 2021-05-22 | 2 | -9/+39 |
* | Add an ItemTree pretty-printer | Jonas Schievink | 2021-05-21 | 3 | -0/+780 |
* | impl Display for AttrInput/ImportAlias | Jonas Schievink | 2021-05-21 | 2 | -1/+19 |
* | Remove `StructDefKind` | Jonas Schievink | 2021-05-21 | 3 | -20/+4 |
* | Don't lower extern block in the ItemTree | Jonas Schievink | 2021-05-21 | 4 | -20/+79 |
* | Support `#[register_attr]` and `#[register_tool]` | Jonas Schievink | 2021-05-20 | 2 | -32/+92 |
* | Rename `ignore_attrs_on` to `skip_attrs` | Jonas Schievink | 2021-05-20 | 1 | -6/+6 |
* | 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 |