Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Prepare for pat_field_shorthand | Aleksey Kladov | 2020-10-15 | 1 | -5/+13 | |
* | | | | Merge #6234 | bors[bot] | 2020-10-15 | 1 | -1/+24 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix hover over field pattern shorthand | Vlad Shcherbina | 2020-10-14 | 1 | -1/+24 | |
* | | | | Document auto_import as a feature | Lukas Wirth | 2020-10-15 | 1 | -0/+55 | |
* | | | | Merge #6231 | bors[bot] | 2020-10-14 | 3 | -190/+231 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Default::default the highlighters | Lukas Wirth | 2020-10-14 | 3 | -18/+7 | |
| * | | | Factor macro_rules! highlighting out | Lukas Wirth | 2020-10-14 | 2 | -117/+154 | |
| * | | | Factor format string highlighting out | Lukas Wirth | 2020-10-14 | 2 | -75/+90 | |
| | |/ | |/| | ||||||
* | | | Log around sysroot discovery | Aleksey Kladov | 2020-10-14 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | Add docs for dbgr and call | Laurențiu Nicola | 2020-10-14 | 1 | -0/+2 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #6207 #6224 #6226 #6227 | bors[bot] | 2020-10-14 | 4 | -242/+298 | |
|\ \ \ | ||||||
* \ \ \ | Merge #6217 | bors[bot] | 2020-10-14 | 2 | -13/+16 | |
|\ \ \ \ | ||||||
| * | | | | Bump pulldown-cmark | Laurențiu Nicola | 2020-10-13 | 2 | -13/+16 | |
| | |_|/ | |/| | | ||||||
* / | | | Fix stackoverflow in insert_use::recursive_merge | Lukas Wirth | 2020-10-14 | 3 | -2/+53 | |
|/ / / | ||||||
| | * | :arrow_up: salsa | Aleksey Kladov | 2020-10-14 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge #6216 | bors[bot] | 2020-10-13 | 5 | -6/+6 | |
|\ \ | ||||||
| * | | Bump rustc_lexer | Laurențiu Nicola | 2020-10-13 | 1 | -1/+1 | |
| * | | Bump crossbeam-channel and lsp-server in rust-analyzer | Laurențiu Nicola | 2020-10-13 | 1 | -2/+2 | |
| * | | Bump crossbeam-channel in crates | Laurențiu Nicola | 2020-10-13 | 3 | -3/+3 | |
* | | | Fix MergeBehaviour::Full not working when merging nested long paths | Lukas Wirth | 2020-10-13 | 2 | -4/+33 | |
|/ / | ||||||
| * | Slightly cleanup import_assets module | Lukas Wirth | 2020-10-13 | 2 | -62/+84 | |
| * | Adhere to style guidelines in import_assets | Lukas Wirth | 2020-10-13 | 2 | -43/+45 | |
| * | Extract ImportAssets out of auto_import | Lukas Wirth | 2020-10-13 | 3 | -241/+273 | |
|/ | ||||||
*-. | Merge #6130 #6135 | bors[bot] | 2020-10-12 | 15 | -84/+1407 | |
|\ \ | ||||||
| | * | when generating new function, focus on return type instead of body | Benjamin Coenen | 2020-10-08 | 3 | -68/+80 | |
| * | | Use TextRange::contains_inclusive in fixes check | Igor Aleksanov | 2020-10-12 | 2 | -5/+4 | |
| * | | Keep SyntaxNodePtr::range private | Igor Aleksanov | 2020-10-12 | 4 | -9/+17 | |
| * | | Replace 'if let' with 'match' in decl_check.rs | Igor Aleksanov | 2020-10-12 | 1 | -30/+33 | |
| * | | Add to_upper_snake_case function to stdx | Igor Aleksanov | 2020-10-12 | 3 | -6/+13 | |
| * | | Fix compilation error | Igor Aleksanov | 2020-10-12 | 1 | -2/+1 | |
| * | | Apply suggestions from code review | Igor Aleksanov | 2020-10-12 | 2 | -3/+3 | |
| * | | Fix code style issues | Igor Aleksanov | 2020-10-12 | 3 | -4/+7 | |
| * | | Apply case check diagnostic to impl items | Igor Aleksanov | 2020-10-12 | 2 | -1/+26 | |
| * | | Fix issues with match arm bindings | Igor Aleksanov | 2020-10-12 | 1 | -7/+12 | |
| * | | Code style adjustments | Igor Aleksanov | 2020-10-12 | 3 | -8/+88 | |
| * | | Remove previously added parameter names from the function data | Igor Aleksanov | 2020-10-12 | 3 | -18/+0 | |
| * | | Make incorrect case diagnostic work inside of functions | Igor Aleksanov | 2020-10-12 | 4 | -33/+280 | |
| * | | Refactor string helpers for decl_check module | Igor Aleksanov | 2020-10-12 | 1 | -32/+97 | |
| * | | Add diagnostics for enum names and variants | Igor Aleksanov | 2020-10-12 | 3 | -2/+173 | |
| * | | Add fix for incorrect case diagnostic | Igor Aleksanov | 2020-10-12 | 8 | -30/+112 | |
| * | | Improve string helpers functions | Igor Aleksanov | 2020-10-12 | 2 | -2/+13 | |
| * | | Check structure fields to be snake_case | Igor Aleksanov | 2020-10-12 | 1 | -46/+65 | |
| * | | Add check for structure names to be CamelCase | Igor Aleksanov | 2020-10-12 | 2 | -1/+139 | |
| * | | Extract helper functions into a separate module | Igor Aleksanov | 2020-10-12 | 2 | -29/+112 | |
| * | | Add checks for function parameters | Igor Aleksanov | 2020-10-12 | 2 | -7/+94 | |
| * | | Create basic support for names case checks and implement function name case c... | Igor Aleksanov | 2020-10-12 | 6 | -3/+300 | |
* | | | Merge #6205 | bors[bot] | 2020-10-12 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix iterator hint shortening heuristic | Lukas Wirth | 2020-10-12 | 1 | -2/+2 | |
* | | | | Merge #6153 | bors[bot] | 2020-10-12 | 5 | -13/+119 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Improve prime_caches and display its progress | Jonas Schievink | 2020-10-12 | 5 | -13/+119 | |
| |/ / |