Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make `ItemTreeId` its own type | Jonas Schievink | 2021-03-18 | 7 | -36/+76 | |
* | | Avoid cloning `CfgOptions` | Jonas Schievink | 2021-03-18 | 1 | -2/+3 | |
* | | Support `#[cfg]` on all associated items | Jonas Schievink | 2021-03-18 | 1 | -5/+5 | |
* | | Merge #8075 | bors[bot] | 2021-03-17 | 2 | -16/+37 | |
|\ \ | ||||||
| * | | Fix `use crate as <name>;` imports | Jonas Schievink | 2021-03-17 | 2 | -16/+37 | |
* | | | Improve diagnostic when including nonexistent file | Jonas Schievink | 2021-03-17 | 2 | -2/+2 | |
|/ / | ||||||
* | | Use first early expansion error during nameres | Jonas Schievink | 2021-03-17 | 2 | -1/+20 | |
* | | Apply `#[cfg]`s when computing function signatures | Jonas Schievink | 2021-03-17 | 2 | -4/+17 | |
* | | ItemTree: lower attributes on fn parameters | Jonas Schievink | 2021-03-17 | 3 | -23/+54 | |
* | | Merge #8065 | bors[bot] | 2021-03-17 | 1 | -49/+56 | |
|\ \ | ||||||
| * | | Fix incorrect newline emission in Attrs::docs | Lukas Wirth | 2021-03-17 | 1 | -14/+14 | |
| * | | Better handling of block doc comments | Lukas Wirth | 2021-03-17 | 1 | -38/+45 | |
* | | | Handle `#[cfg]` on call arguments | Jonas Schievink | 2021-03-17 | 1 | -11/+16 | |
|/ / | ||||||
* | | Merge #8059 | bors[bot] | 2021-03-17 | 1 | -6/+39 | |
|\ \ | |/ |/| | ||||||
| * | Remove quadratic attr source lookup | Lukas Wirth | 2021-03-17 | 1 | -0/+25 | |
| * | Properly handle doc attributes in doc-comment highlight injection | Lukas Wirth | 2021-03-16 | 1 | -1/+7 | |
| * | Fix attribute index assignment in cfg_attr resolution | Lukas Wirth | 2021-03-16 | 1 | -5/+7 | |
| * | Move doc-comment highlight injection from AST to HIR | Lukas Wirth | 2021-03-16 | 1 | -1/+1 | |
* | | Merge #8063 | bors[bot] | 2021-03-17 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge #8048 | bors[bot] | 2021-03-17 | 7 | -46/+79 | |
|\ \ | |/ |/| | ||||||
| * | Follow established ErrorEmitted pattern | Brandon | 2021-03-17 | 2 | -16/+13 | |
| * | Fix missing unresolved macro diagnostic in function body | Brandon | 2021-03-16 | 7 | -39/+75 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #7900 #8000 | bors[bot] | 2021-03-16 | 5 | -20/+77 | |
|\ \ \ | ||||||
| | * | | Use hir formatter more | oxalica | 2021-03-15 | 4 | -7/+27 | |
| | * | | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 1 | -1/+10 | |
| | * | | Introduce FunctionQualifier for hir::FunctionData | oxalica | 2021-03-15 | 3 | -12/+40 | |
* | | | | Fix macro expansion for statements w/o semicolon | Edwin Cheng | 2021-03-16 | 2 | -47/+63 | |
| |_|/ |/| | | ||||||
* | | | Merge #7970 | bors[bot] | 2021-03-15 | 3 | -11/+69 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Update crates/hir_def/src/nameres/collector.rs | brandondong | 2021-03-15 | 1 | -1/+1 | |
| * | | Fix incorrect diagnositics for failing built in eager macros | Brandon | 2021-03-14 | 2 | -10/+68 | |
| * | | Fix spelling error | Brandon | 2021-03-14 | 1 | -1/+1 | |
| |/ | ||||||
* | | Enable thread-local coverage marks | Laurențiu Nicola | 2021-03-15 | 1 | -1/+1 | |
* | | Simplify source maps for fields | Aleksey Kladov | 2021-03-15 | 2 | -18/+25 | |
* | | Create TraitEnvironment through a query | Florian Diebold | 2021-03-13 | 1 | -0/+10 | |
* | | Handle `cfg_attr` gating multiple attributes | Jonas Schievink | 2021-03-13 | 1 | -29/+19 | |
* | | Extend cfg_attr test | Jonas Schievink | 2021-03-13 | 1 | -0/+3 | |
* | | Simplify hir_def TestDB | Jonas Schievink | 2021-03-13 | 1 | -7/+2 | |
* | | Remove `ItemTree::source` | Jonas Schievink | 2021-03-12 | 1 | -12/+0 | |
|/ | ||||||
* | Prefer names from outer DefMap over extern prelude | Jonas Schievink | 2021-03-10 | 1 | -5/+11 | |
* | Stop fetching ItemTrees for no reason | Jonas Schievink | 2021-03-10 | 1 | -14/+1 | |
* | Compilation speed | Aleksey Kladov | 2021-03-09 | 1 | -1/+1 | |
* | Delete `ContainerId` | Jonas Schievink | 2021-03-09 | 6 | -72/+45 | |
* | Stop using `ContainerId` in `AssocContainerId` | Jonas Schievink | 2021-03-09 | 3 | -7/+7 | |
* | Check ancestor maps when computing traits in scope | Jonas Schievink | 2021-03-09 | 1 | -0/+10 | |
* | Remove `item_scope` field from `Body` | Jonas Schievink | 2021-03-09 | 3 | -175/+6 | |
* | Use `body.block_scopes` in `ChildBySource` | Jonas Schievink | 2021-03-09 | 1 | -1/+5 | |
* | Store inner `BlockId`s in `Body` | Jonas Schievink | 2021-03-09 | 2 | -1/+6 | |
* | Change `ChildBySource` to allow reusing `DynMap` | Jonas Schievink | 2021-03-09 | 2 | -32/+18 | |
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 21 | -73/+58 |