Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix ConstParam HasSource impl and implement TryToNav not Nav | Nick Spain | 2021-01-02 | 1 | -2/+2 | |
| * | | Remove old_source now we've fully migrated | Nick Spain | 2021-01-02 | 1 | -68/+0 | |
| * | | source_old -> source for cases that can be handled by simple bubbling | Nick Spain | 2021-01-02 | 1 | -2/+1 | |
| * | | HasSource::source_old -> HasSource::source for places where proc-macros were ... | Nick Spain | 2021-01-02 | 1 | -8/+1 | |
| * | | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 2 | -0/+3 | |
| * | | Implement new HasSource::source for all implementors of HasSource | Nick Spain | 2021-01-02 | 1 | -0/+66 | |
| * | | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 2 | -17/+17 | |
* | | | Implement HasAttrs for Type-, Const- and LifetimeParam | Lukas Wirth | 2021-01-02 | 1 | -9/+10 | |
* | | | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 3 | -9/+37 | |
|/ / | ||||||
* / | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 7 | -18/+70 | |
|/ | ||||||
* | Merge #7021 | bors[bot] | 2020-12-24 | 5 | -12/+85 | |
|\ | ||||||
| * | Track labels in the HIR | Lukas Wirth | 2020-12-24 | 5 | -12/+85 | |
* | | Prevent multiple incorrect case diagnostics in functions | unexge | 2020-12-23 | 1 | -3/+3 | |
|/ | ||||||
* | Merge #6964 | bors[bot] | 2020-12-22 | 1 | -0/+4 | |
|\ | ||||||
| * | Add completions for patterns | Lukas Wirth | 2020-12-20 | 1 | -0/+4 | |
* | | Merge #6921 | bors[bot] | 2020-12-20 | 1 | -1/+0 | |
|\ \ | |/ |/| | ||||||
| * | Remove obsolete FIXME | Lukas Wirth | 2020-12-17 | 1 | -1/+0 | |
* | | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 7 | -56/+51 | |
* | | Merge #6901 | bors[bot] | 2020-12-18 | 1 | -0/+6 | |
|\ \ | ||||||
| * | | Temp fixes panic caused by no ast for proc-macro | Edwin Cheng | 2020-12-18 | 1 | -0/+6 | |
* | | | Minor API cleanup | Aleksey Kladov | 2020-12-17 | 1 | -4/+2 | |
* | | | Make `Attrs::from_attrs_owner` private | Jonas Schievink | 2020-12-17 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 5 | -21/+21 | |
* | | decl_check: don't pass `db` around so often | Jonas Schievink | 2020-12-17 | 1 | -2/+8 | |
* | | Remove `module_lang_items` | Jonas Schievink | 2020-12-16 | 1 | -2/+2 | |
* | | Merge #6896 | bors[bot] | 2020-12-16 | 1 | -11/+6 | |
|\ \ | ||||||
| * | | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -11/+6 | |
* | | | Merge #6897 | bors[bot] | 2020-12-16 | 3 | -5/+5 | |
|\| | | |/ |/| | ||||||
| * | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 2 | -2/+2 | |
| * | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 2 | -3/+3 | |
* | | Merge #6879 | bors[bot] | 2020-12-15 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | Change HasChildSource::ChildId assoc item to generic param | Lukas Wirth | 2020-12-15 | 1 | -2/+2 | |
* | | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 3 | -4/+7 | |
|/ | ||||||
* | Add LifetimeParam resolving to Semantics | Lukas Wirth | 2020-12-14 | 5 | -13/+98 | |
* | Merge #6818 | bors[bot] | 2020-12-12 | 2 | -9/+47 | |
|\ | ||||||
| * | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 2 | -9/+47 | |
* | | Improve code structure | Aleksey Kladov | 2020-12-11 | 2 | -25/+23 | |
|/ | ||||||
* | Merge #6769 | bors[bot] | 2020-12-10 | 1 | -1/+1 | |
|\ | ||||||
| * | Format code | ivan770 | 2020-12-08 | 1 | -1/+1 | |
| * | Remove this semicolon | ivan770 | 2020-12-08 | 1 | -1/+1 | |
* | | Make `original_range` a method on `InFile<&SyntaxNode>` | Jonas Schievink | 2020-12-08 | 2 | -73/+5 | |
|/ | ||||||
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 2 | -3/+5 | |
* | Remove documentation query | Lukas Wirth | 2020-12-07 | 2 | -7/+7 | |
* | Add slightly more profiling details | Jonas Schievink | 2020-12-04 | 1 | -1/+3 | |
* | Place cursor correctly when completing assoc fns with self | Aleksey Kladov | 2020-12-01 | 1 | -0/+1 | |
* | Type-safer API for dealing with parameter lists with optional self | Aleksey Kladov | 2020-12-01 | 1 | -2/+9 | |
* | Publish diagnostics for macro expansion errors | Jonas Schievink | 2020-11-27 | 1 | -1/+1 | |
* | Don't use raw identifiers | Lukas Wirth | 2020-11-26 | 1 | -2/+2 | |
* | Use `ExpandResult` instead of `MacroResult` | Jonas Schievink | 2020-11-26 | 1 | -1/+1 | |
* | Rename `parse_macro` to `parse_macro_expansion` | Jonas Schievink | 2020-11-24 | 1 | -1/+1 |