| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename GenericPredicate -> WhereClause | Florian Diebold | 2021-03-20 | 1 | -6/+6 |
* | Add `AttrsWithOwner` and clean up `source_map` | Jonas Schievink | 2021-03-19 | 2 | -5/+5 |
* | Return `Either` from `MacroDefId::ast_id` | Jonas Schievink | 2021-03-19 | 1 | -10/+5 |
* | Replace Projection variant in GenericPredicate with AliasEq | Lukas Wirth | 2021-03-19 | 1 | -11/+11 |
* | Chalkify TraitRef | Florian Diebold | 2021-03-18 | 1 | -5/+5 |
* | Store an `AstId` for procedural macros | Jonas Schievink | 2021-03-18 | 2 | -6/+16 |
* | Make MacroDefId's `AstId` mandatory when possible | Jonas Schievink | 2021-03-18 | 3 | -6/+7 |
* | Rename `item_tree` query to `file_item_tree` | Jonas Schievink | 2021-03-18 | 1 | -4/+4 |
* | Make `ItemTreeId` its own type | Jonas Schievink | 2021-03-18 | 1 | -1/+1 |
* | Merge #8059 | bors[bot] | 2021-03-17 | 4 | -3/+11 |
|\ |
|
| * | Properly handle doc attributes in doc-comment highlight injection | Lukas Wirth | 2021-03-16 | 1 | -1/+1 |
| * | Move doc-comment highlight injection from AST to HIR | Lukas Wirth | 2021-03-16 | 3 | -2/+10 |
* | | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 4 | -9/+9 |
* | | Rename Substs -> Substitution | Florian Diebold | 2021-03-16 | 3 | -12/+12 |
* | | Merge #8055 | bors[bot] | 2021-03-16 | 1 | -2/+28 |
|\ \
| |/
|/| |
|
| * | Implement HirDisplay for some more types | Lukas Wirth | 2021-03-16 | 1 | -2/+28 |
* | | Merge #8034 | bors[bot] | 2021-03-16 | 1 | -4/+19 |
|\ \
| |/
|/| |
|
| * | Implement Crate::transitive_reverse_dependencies | Lukas Wirth | 2021-03-15 | 1 | -4/+19 |
* | | Merge #7498 | bors[bot] | 2021-03-16 | 1 | -6/+24 |
|\ \ |
|
| * | | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -6/+24 |
| | | | |
| \ \ | |
*-. \ \ | Merge #7900 #8000 | bors[bot] | 2021-03-16 | 2 | -24/+502 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | Pretty print root module of extern crates | oxalica | 2021-03-15 | 1 | -0/+4 |
| | * | | Fix trait type parameter | oxalica | 2021-03-15 | 1 | -1/+7 |
| | * | | Use hir formatter more | oxalica | 2021-03-15 | 2 | -3/+213 |
| | * | | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 2 | -4/+247 |
| | * | | Introduce FunctionQualifier for hir::FunctionData | oxalica | 2021-03-15 | 1 | -1/+1 |
| | * | | Collect HirDisplay impls to a single file | oxalica | 2021-03-15 | 2 | -20/+27 |
| | |/ |
|
| * | | show function params in completion detail | Josh Mcguigan | 2021-03-12 | 1 | -0/+8 |
* | | | 7709: Import changes. | Chetan Khilosiya | 2021-03-15 | 1 | -4/+2 |
* | | | 7709: Added the check for return type of len function. | Chetan Khilosiya | 2021-03-15 | 1 | -0/+7 |
* | | | Return multiple modules in `parent_module` | Lukas Wirth | 2021-03-15 | 3 | -10/+21 |
| |/
|/| |
|
* | | Merge #8020 | bors[bot] | 2021-03-15 | 1 | -14/+44 |
|\ \ |
|
| * | | goto_implementation: Look at the entire crate graph for trait impls | Lukas Wirth | 2021-03-15 | 1 | -8/+3 |
| * | | Speedup trait impl search for goto_implementation | Lukas Wirth | 2021-03-15 | 1 | -2/+10 |
| * | | Power up goto_implementation | Lukas Wirth | 2021-03-15 | 1 | -13/+40 |
* | | | Merge #8018 | bors[bot] | 2021-03-15 | 1 | -5/+29 |
|\ \ \ |
|
| * | | | Don't use Substs for Ref/Raw/Array/Slice | Florian Diebold | 2021-03-14 | 1 | -5/+29 |
| |/ / |
|
* | | | Simplify source maps for fields | Aleksey Kladov | 2021-03-15 | 1 | -21/+3 |
* | | | Goto definition works for `S { a: }` case | Aleksey Kladov | 2021-03-15 | 1 | -3/+22 |
* | | | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -2/+1 |
|/ / |
|
* | | More renaming | Florian Diebold | 2021-03-14 | 1 | -1/+1 |
* | | Rename some fields to their Chalk names | Florian Diebold | 2021-03-14 | 1 | -2/+2 |
* | | Move type lowering methods to TyLoweringContext | Florian Diebold | 2021-03-13 | 1 | -3/+3 |
* | | Create TraitEnvironment through a query | Florian Diebold | 2021-03-13 | 1 | -5/+7 |
* | | Use chalk_ir::PlaceholderIndex | Florian Diebold | 2021-03-13 | 1 | -1/+1 |
* | | Use chalk_ir::FnDefId | Florian Diebold | 2021-03-13 | 1 | -4/+1 |
* | | Use chalk_ir::AssocTypeId | Florian Diebold | 2021-03-13 | 1 | -2/+5 |
* | | Separate `Ty` and `TyKind` like in Chalk | Florian Diebold | 2021-03-13 | 1 | -33/+34 |
|/ |
|
* | Avoid double text edits when renaming mod declaration | Lukas Wirth | 2021-03-10 | 1 | -1/+0 |
* | Delete `ContainerId` | Jonas Schievink | 2021-03-09 | 1 | -21/+9 |