Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | hir_expand: propagate expansion errors | Jonas Schievink | 2020-11-24 | 1 | -2/+2 | |
* | Merge #6553 | bors[bot] | 2020-11-17 | 2 | -8/+3 | |
|\ | ||||||
| * | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 | |
| * | Use imports_locator | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 | |
| * | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 2 | -8/+3 | |
* | | Fill the diagnostic code field in publish_diagnostics | Lukas Wirth | 2020-11-17 | 1 | -1/+3 | |
|/ | ||||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 4 | -16/+12 | |
* | Fix case where non FnOnce variables is marked callable | GrayJack | 2020-10-26 | 1 | -1/+1 | |
*-. | Merge #6251 #6310 | bors[bot] | 2020-10-23 | 1 | -2/+23 | |
|\ \ | ||||||
| * | | Add Callable modifier for variables that implements Fnonce | GrayJack | 2020-10-16 | 1 | -2/+23 | |
* | | | Diagnose #[cfg]s in bodies | Jonas Schievink | 2020-10-23 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Rename UnconfiguredCode -> InactiveCode | Jonas Schievink | 2020-10-20 | 1 | -1/+1 | |
* | | Add a (hint) diagnostic for unconfigured items | Jonas Schievink | 2020-10-20 | 1 | -1/+1 | |
* | | More type safety around names | Aleksey Kladov | 2020-10-20 | 1 | -2/+2 | |
* | | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -2/+2 | |
|/ |