Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: refactor macro error | Aleksey Kladov | 2021-06-13 | 2 | -77/+0 |
* | internal: refactor inactive code diagnostics | Aleksey Kladov | 2021-06-13 | 1 | -42/+0 |
* | internal: refactor unresolved macro call diagnostic | Aleksey Kladov | 2021-06-13 | 1 | -31/+0 |
* | internal: refactor unresolved import diagnostic | Aleksey Kladov | 2021-06-13 | 1 | -37/+0 |
* | internal: refactor unresolved extern crate diagnostic | Aleksey Kladov | 2021-06-13 | 1 | -29/+0 |
* | internal: start new diagnostics API | Aleksey Kladov | 2021-06-13 | 1 | -14/+0 |
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 2 | -12/+12 |
* | Implement dummy expansions for builtin attributes | Lukas Wirth | 2021-06-09 | 1 | -1/+3 |
* | Handle attribute macros in `descend_into_macros` | Jonas Schievink | 2021-06-06 | 1 | -0/+5 |
* | Return `ReachedFixedPoint::No` when resolving derive helper | Jonas Schievink | 2021-06-04 | 1 | -0/+1 |
* | Make it opt-in | Jonas Schievink | 2021-06-03 | 1 | -0/+4 |
* | Expand procedural attribute macros | Jonas Schievink | 2021-06-03 | 1 | -6/+50 |
* | Fall back to legacy prelude | Jonas Schievink | 2021-06-01 | 1 | -14/+27 |
* | Implement per-edition preludes | Jonas Schievink | 2021-06-01 | 3 | -58/+173 |
* | Merge #8866 | bors[bot] | 2021-05-31 | 1 | -2/+2 |
|\ | |||||
| * | Update salsa | Jonas Schievink | 2021-05-27 | 1 | -2/+2 |
* | | Diagnose unimplemented built-in macros | Jonas Schievink | 2021-05-30 | 2 | -16/+41 |
* | | Thread proc-macro types through the HIR | Jonas Schievink | 2021-05-29 | 2 | -2/+17 |
* | | Test that `ItemTree` works as intended | Jonas Schievink | 2021-05-27 | 1 | -1/+73 |
|/ | |||||
* | Stop expanding UseTrees during ItemTree lowering | Jonas Schievink | 2021-05-26 | 2 | -34/+48 |
* | internal: move diagnostics to hir | Aleksey Kladov | 2021-05-25 | 3 | -45/+109 |
* | internal: intern `AttrInput` | Jonas Schievink | 2021-05-24 | 1 | -1/+1 |
* | Work around non-unique AttrIds | Jonas Schievink | 2021-05-22 | 2 | -9/+39 |
* | Remove `StructDefKind` | Jonas Schievink | 2021-05-21 | 1 | -3/+3 |
* | Don't lower extern block in the ItemTree | Jonas Schievink | 2021-05-21 | 2 | -0/+37 |
* | 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 | 1 | -27/+153 |
|\ | |||||
| * | 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 | 1 | -2/+121 |
* | | 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 |
|/ | |||||
* | Move `AttrId` back into `hir_def` | Jonas Schievink | 2021-05-10 | 1 | -2/+2 |
* | 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 | 1 | -6/+14 |
* | 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 |
* | Merge #8542 | bors[bot] | 2021-04-16 | 2 | -6/+7 |
|\ | |||||
| * | Include path in `unresolved-macro-call` diagnostic | Jonas Schievink | 2021-04-16 | 2 | -6/+7 |