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 | 1 | -24/+20 |
* | | 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 | 1 | -11/+11 |
* | | decl_check: don't pass `db` around so often | Jonas Schievink | 2020-12-17 | 1 | -2/+8 |
* | | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 1 | -1/+1 |
|/ | |||||
* | Add LifetimeParam resolving to Semantics | Lukas Wirth | 2020-12-14 | 1 | -0/+8 |
* | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -5/+42 |
* | 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 |
* | Don't use raw identifiers | Lukas Wirth | 2020-11-26 | 1 | -2/+2 |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -8/+2 |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -9/+5 |
* | 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 |
| |/ |/| | |||||
* | | 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 |
|/ | |||||
*-. | Merge #6130 #6135 | bors[bot] | 2020-10-12 | 1 | -1/+23 |
|\ \ | |||||
| * | | Apply case check diagnostic to impl items | Igor Aleksanov | 2020-10-12 | 1 | -1/+2 |
| * | | Add fix for incorrect case diagnostic | Igor Aleksanov | 2020-10-12 | 1 | -25/+15 |
| * | | Create basic support for names case checks and implement function name case c... | Igor Aleksanov | 2020-10-12 | 1 | -0/+31 |
* | | | Merge #6195 | bors[bot] | 2020-10-12 | 1 | -1/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Also replace the associated types with iter | Kirill Bulatov | 2020-10-10 | 1 | -1/+5 |
| |/ | |||||
* | | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 1 | -38/+1 |
* | | Rebase fixes | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
* | | Change Option::Some bug to a fixme note | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+1 |
* | | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+8 |
* | | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+47 |
|/ | |||||
* | Shorten type hints for std::iter Iterators | Lukas Wirth | 2020-10-06 | 1 | -2/+35 |
* | Merge #6124 | bors[bot] | 2020-10-06 | 1 | -3/+3 |
|\ | |||||
| * | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 |
| * | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 |
* | | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 1 | -1/+2 |
* | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 1 | -1/+2 |
|/ | |||||
* | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 1 | -1/+1 |
* | Don't unnecessarily unnest imports for import insertion | Lukas Wirth | 2020-09-25 | 1 | -0/+10 |
* | Merge #5846 | bors[bot] | 2020-09-24 | 1 | -5/+31 |
|\ | |||||
| * | Remove exposing unification | adamrk | 2020-09-02 | 1 | -6/+0 |
| * | Add back Param struct | adamrk | 2020-09-01 | 1 | -2/+12 |
| * | Add references to fn args during completion | adamrk | 2020-08-30 | 1 | -6/+28 |
* | | Rename `CustomDerive` to `ProcMacro` | Jonas Schievink | 2020-09-18 | 1 | -2/+2 |
* | | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -0/+5 |
* | | Implement async blocks | oxalica | 2020-09-10 | 1 | -0/+2 |
|/ |