Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #5917 | bors[bot] | 2020-10-12 | 17 | -32/+403 |
|\ | |||||
| * | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 4 | -53/+27 |
| * | Rebase fixes | Zac Pullar-Strecker | 2020-10-08 | 2 | -14/+6 |
| * | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
| * | Remove outdated part of doc_links module docs | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+0 |
| * | Add ignored test to demonstrate ImportMap bug | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+26 |
| * | Fix namespace detection & function test | Zac Pullar-Strecker | 2020-10-08 | 1 | -6/+2 |
| * | Add tests | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+94 |
| * | Update tests for new function field | Zac Pullar-Strecker | 2020-10-08 | 1 | -12/+12 |
| * | Fix send->sent typo | Zac Pullar-Strecker | 2020-10-08 | 1 | -7/+7 |
| * | Change Option::Some bug to a fixme note | Zac Pullar-Strecker | 2020-10-08 | 2 | -3/+4 |
| * | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 7 | -9/+31 |
| * | Document the protocol extension | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+12 |
| * | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 6 | -60/+105 |
| * | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 6 | -47/+14 |
| * | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 3 | -4/+4 |
| * | Add support for struct & trait methods | Zac Pullar-Strecker | 2020-10-08 | 1 | -7/+83 |
| * | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 9 | -4/+176 |
* | | Merge #6200 | bors[bot] | 2020-10-12 | 2 | -30/+30 |
|\ \ | |||||
| * | | Update crates | kjeremy | 2020-10-11 | 2 | -30/+30 |
|/ / | |||||
* | | Merge #5858 | bors[bot] | 2020-10-10 | 4 | -61/+138 |
|\ \ | |||||
| * | | Show reason for failed rename refactoring | Rüdiger Herrmann | 2020-10-10 | 4 | -61/+138 |
|/ / | |||||
* | | Merge #6176 | bors[bot] | 2020-10-10 | 1 | -0/+2 |
|\ \ | |||||
| * | | add eprintln in fmt-like postfix | Benjamin Coenen | 2020-10-08 | 1 | -0/+2 |
* | | | Merge #6187 | bors[bot] | 2020-10-09 | 1 | -12/+0 |
|\ \ \ | |||||
| * | | | Remove release build overrides | Laurențiu Nicola | 2020-10-09 | 1 | -12/+0 |
* | | | | Merge #6189 | bors[bot] | 2020-10-09 | 3 | -15/+47 |
|\ \ \ \ | |||||
| * | | | | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 3 | -15/+47 |
|/ / / / | |||||
* | | | | Merge #6188 | bors[bot] | 2020-10-09 | 2 | -43/+119 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Treat `ast::Name` in field patterns as use | Jonas Schievink | 2020-10-09 | 2 | -43/+119 |
|/ / / | |||||
* | | | Merge #6185 | bors[bot] | 2020-10-09 | 1 | -2/+8 |
|\ \ \ | |||||
| * | | | Update crates/project_model/src/sysroot.rs | Jonas Schievink | 2020-10-09 | 1 | -1/+1 |
| * | | | Add note if RUST_SRC_PATH is likely to be wrong | Jonas Schievink | 2020-10-09 | 1 | -2/+8 |
|/ / / | |||||
* | | | Merge #6181 | bors[bot] | 2020-10-09 | 2 | -0/+21 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix source_to_def for named enum variant fields | Jonas Schievink | 2020-10-09 | 2 | -0/+21 |
|/ / | |||||
* | | Merge #6173 | bors[bot] | 2020-10-08 | 4 | -30/+38 |
|\ \ | |||||
| * | | Bump rustc_lexer, cfg-if to 1.0 and add new license to check | kjeremy | 2020-10-08 | 4 | -30/+38 |
|/ / | |||||
* | | Merge #5651 | bors[bot] | 2020-10-08 | 6 | -1/+40 |
|\ \ | |/ |/| | |||||
| * | Add track_env_var to the proc macro server | Laurențiu Nicola | 2020-10-08 | 6 | -1/+40 |