Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit unresolved proc macro errors | Jonas Schievink | 2020-12-01 | 2 | -9/+28 |
* | Emit macro diagnostics when lowering bodies | Jonas Schievink | 2020-11-30 | 4 | -27/+68 |
* | More accurately place proc-macro diagnostic | Jonas Schievink | 2020-11-27 | 2 | -4/+42 |
* | Publish diagnostics for macro expansion errors | Jonas Schievink | 2020-11-27 | 3 | -4/+137 |
* | Don't store `SyntaxNodePtr` in `CrateDefMap` | Jonas Schievink | 2020-11-26 | 2 | -8/+7 |
* | Test def map invalidation with #[cfg] below change | Jonas Schievink | 2020-11-26 | 1 | -0/+6 |
* | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -5/+77 |
* | Cleanup API | Aleksey Kladov | 2020-11-06 | 1 | -10/+11 |
* | Don't stack overflow on circular modules | Aleksey Kladov | 2020-11-04 | 4 | -18/+62 |
* | Merge #6435 | bors[bot] | 2020-11-03 | 1 | -2/+15 |
|\ | |||||
| * | Feedback. | James Leitch | 2020-11-02 | 1 | -1/+1 |
| * | Test Fixture ExplicitRoot + ModuleResolutionRelativePathOutsideRoot. | James Leitch | 2020-11-02 | 1 | -2/+15 |
* | | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -2/+2 |
* | | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 4 | -20/+20 |
* | | Handle #![cfg] in crate root | Jonas Schievink | 2020-10-26 | 2 | -2/+22 |
|/ | |||||
* | Fix name of InactiveCode diagnostic | Jonas Schievink | 2020-10-23 | 1 | -1/+1 |
* | Diagnose #[cfg]s in bodies | Jonas Schievink | 2020-10-23 | 7 | -94/+213 |
* | Merge #6324 | bors[bot] | 2020-10-23 | 5 | -23/+75 |
|\ | |||||
| * | Use format_to | Jonas Schievink | 2020-10-23 | 1 | -4/+3 |
| * | Emit better #[cfg] diagnostics | Jonas Schievink | 2020-10-22 | 5 | -21/+74 |
* | | Merge #6307 | bors[bot] | 2020-10-21 | 1 | -2/+45 |
|\ \ | |/ |/| | |||||
| * | Refactor is_intrinsic_fn_unsafe() and make it private | Francesco Zardi | 2020-10-21 | 1 | -39/+42 |
| * | Move safe intrinsic tests | Francesco Zardi | 2020-10-21 | 1 | -20/+0 |
| * | Add whitelist of safe intrinsics | Francesco Zardi | 2020-10-21 | 2 | -2/+62 |
* | | More detailed message | Jonas Schievink | 2020-10-20 | 1 | -1/+1 |
* | | Rename UnconfiguredCode -> InactiveCode | Jonas Schievink | 2020-10-20 | 2 | -4/+4 |
* | | Add a (hint) diagnostic for unconfigured items | Jonas Schievink | 2020-10-20 | 4 | -1/+70 |
* | | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 2 | -8/+4 |
* | | Add descriptions for diagnostics parseable by xtask | Igor Aleksanov | 2020-10-19 | 1 | -0/+9 |
|/ | |||||
* | Improve readability | Aleksey Kladov | 2020-10-17 | 1 | -2/+4 |
*-. | Merge #6130 #6135 | bors[bot] | 2020-10-12 | 1 | -0/+6 |
|\ \ | |||||
| * | | 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 | 1 | -0/+6 |
| * | | Create basic support for names case checks and implement function name case c... | Igor Aleksanov | 2020-10-12 | 3 | -0/+18 |
* | | | Merge #6199 | bors[bot] | 2020-10-12 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix `mut self` not emitting mutable binding on `self` use | Lukas Wirth | 2020-10-11 | 1 | -1/+4 |
| |/ | |||||
* | | Merge #5917 | bors[bot] | 2020-10-12 | 4 | -12/+18 |
|\ \ | |||||
| * | | Update tests for new function field | Zac Pullar-Strecker | 2020-10-08 | 1 | -12/+12 |
| * | | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 3 | -0/+6 |
| |/ | |||||
* / | adt: correctly inherit field visibility from enum | Jonas Schievink | 2020-10-09 | 1 | -9/+19 |
|/ | |||||
* | Add test makr | Aleksey Kladov | 2020-10-06 | 1 | -0/+2 |
* | Constrain ImportMap to only store simple paths | Aleksey Kladov | 2020-10-06 | 1 | -10/+26 |
* | Move ModPath->ast::Path function to IDE layer | Aleksey Kladov | 2020-10-06 | 1 | -21/+1 |
* | Merge #6124 | bors[bot] | 2020-10-06 | 2 | -6/+6 |
|\ | |||||
| * | Properly name the field | Kirill Bulatov | 2020-10-02 | 2 | -6/+6 |
* | | Merge #6139 | bors[bot] | 2020-10-06 | 1 | -109/+138 |
|\ \ | |||||
| * | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 1 | -109/+138 |
| |/ | |||||
* / | Account for proc macro helpers when parsing attr | Jonas Schievink | 2020-10-05 | 2 | -1/+9 |
|/ | |||||
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -4/+22 |
|\ | |||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -4/+22 |