| Commit message (Expand) | Author | Age | Files | Lines |
* | internal: move diagnostics to hir | Aleksey Kladov | 2021-05-25 | 1 | -8/+9 |
* | Infer correct expected type for generic struct fields | Florian Diebold | 2021-05-23 | 1 | -0/+8 |
* | Rewrite `attr.rs` to allow using syntax-based indices | Jonas Schievink | 2021-05-10 | 1 | -1/+1 |
* | Move `AttrId` back into `hir_def` | Jonas Schievink | 2021-05-10 | 1 | -3/+3 |
* | Precompute macro fragment kind | Jonas Schievink | 2021-05-09 | 1 | -2/+10 |
* | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 1 | -2/+2 |
* | Merge #8462 | bors[bot] | 2021-04-19 | 1 | -0/+1 |
|\ |
|
| * | hir_ty: Expand macros at type position | cynecx | 2021-04-17 | 1 | -0/+1 |
* | | Fix visibility of items in block modules | Jonas Schievink | 2021-04-19 | 1 | -0/+12 |
|/ |
|
* | Include path in `unresolved-macro-call` diagnostic | Jonas Schievink | 2021-04-16 | 1 | -4/+13 |
* | Merge #8432 | bors[bot] | 2021-04-13 | 1 | -0/+10 |
|\ |
|
| * | decl_check: consider outer scopes' allows | Jade | 2021-04-08 | 1 | -0/+10 |
* | | Store `#[derive]` attribute ID along macro invoc | Jonas Schievink | 2021-04-09 | 1 | -1/+3 |
* | | Use named fields in `MacroCallKind` | Jonas Schievink | 2021-04-08 | 1 | -2/+7 |
|/ |
|
* | Avoid O(n²) when constructing AttrSourceMap | Jonas Schievink | 2021-04-06 | 1 | -0/+8 |
* | infer: remove `record_field_resolutions` field | Jonas Schievink | 2021-04-06 | 1 | -0/+13 |
* | Intern `GenericParams` | Jonas Schievink | 2021-04-05 | 1 | -1/+1 |
* | Global TypeRef/TraitRef interning | Jonas Schievink | 2021-04-01 | 1 | -0/+1 |
* | Rename derive-specific APIs | Jonas Schievink | 2021-03-19 | 1 | -2/+2 |
* | Document fields of `ModuleId` | Jonas Schievink | 2021-03-18 | 1 | -1/+5 |
* | Make MacroDefId's `AstId` mandatory when possible | Jonas Schievink | 2021-03-18 | 1 | -1/+1 |
* | Follow established ErrorEmitted pattern | Brandon | 2021-03-17 | 1 | -11/+11 |
* | Fix missing unresolved macro diagnostic in function body | Brandon | 2021-03-16 | 1 | -10/+13 |
* | Create TraitEnvironment through a query | Florian Diebold | 2021-03-13 | 1 | -0/+10 |
* | Delete `ContainerId` | Jonas Schievink | 2021-03-09 | 1 | -33/+17 |
* | Stop using `ContainerId` in `AssocContainerId` | Jonas Schievink | 2021-03-09 | 1 | -3/+3 |
* | Fix `find_path` when inner items are present | Jonas Schievink | 2021-03-01 | 1 | -0/+23 |
* | For unresolved macros, hightlight only the last segment | Aleksey Kladov | 2021-02-28 | 1 | -58/+56 |
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -1/+1 |
* | Shortcut `block_def_map` if there's no inner items | Jonas Schievink | 2021-02-03 | 1 | -1/+8 |
* | Intern block locations and handle them in ModuleId | Jonas Schievink | 2021-01-25 | 1 | -1/+14 |
* | Create all `ModuleId`s through a `DefMap` method | Jonas Schievink | 2021-01-25 | 1 | -4/+0 |
* | Make `ModuleId`'s `krate` field private | Jonas Schievink | 2021-01-22 | 1 | -1/+9 |
* | Obtain `ModuleId`'s `DefMap` through a method | Jonas Schievink | 2021-01-22 | 1 | -1/+11 |
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 1 | -1/+1 |
* | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 1 | -1/+21 |
* | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 1 | -0/+7 |
* | Add `AttrDefId::krate` | Jonas Schievink | 2020-12-17 | 1 | -0/+30 |
* | Merge #6818 | bors[bot] | 2020-12-12 | 1 | -0/+7 |
|\ |
|
| * | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -0/+7 |
* | | Add builtin attributes for use in nameres | Jonas Schievink | 2020-12-11 | 1 | -0/+1 |
|/ |
|
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 1 | -1/+0 |
* | Fix proc macro token mapping | Jonas Schievink | 2020-12-03 | 1 | -2/+2 |
* | Propagate eager expansion errors | Jonas Schievink | 2020-12-03 | 1 | -10/+41 |
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -3/+3 |
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+541 |