Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #6805 | bors[bot] | 2020-12-10 | 1 | -8/+14 |
|\ | |||||
| * | Fix accidently quadratic syntax rewriter | Aleksey Kladov | 2020-12-10 | 1 | -8/+14 |
* | | Merge #6769 | bors[bot] | 2020-12-10 | 5 | -5/+86 |
|\ \ | |/ |/| | |||||
| * | Cast to ExprStmt, style fixes | ivan770 | 2020-12-10 | 2 | -10/+9 |
| * | Apply rustfmt changes | ivan770 | 2020-12-09 | 1 | -9/+8 |
| * | Apply suggestions from code review | ivan770 | 2020-12-09 | 1 | -17/+20 |
| * | Format code | ivan770 | 2020-12-08 | 3 | -8/+24 |
| * | Remove unused use | ivan770 | 2020-12-08 | 1 | -1/+1 |
| * | Remove use via super | ivan770 | 2020-12-08 | 1 | -3/+1 |
| * | Remove this semicolon | ivan770 | 2020-12-08 | 5 | -8/+74 |
* | | Remove debug print | Aleksey Kladov | 2020-12-10 | 1 | -7/+5 |
* | | Merge #6798 | bors[bot] | 2020-12-10 | 5 | -446/+43 |
|\ \ | |||||
| * | | Use mark/hit | Jonas Schievink | 2020-12-10 | 1 | -0/+7 |
| * | | Remove item tree tests | Jonas Schievink | 2020-12-10 | 2 | -441/+0 |
| * | | Ignore extern items in incorrect-case check | Jonas Schievink | 2020-12-10 | 4 | -5/+36 |
* | | | Minor, more orthogonal code | Aleksey Kladov | 2020-12-10 | 4 | -16/+12 |
* | | | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 9 | -43/+43 |
|/ / | |||||
* | | Fix FileId computation in IncorrectCase fix | Jonas Schievink | 2020-12-10 | 1 | -4/+4 |
* | | format_args: handle key-value arguments | Jonas Schievink | 2020-12-10 | 1 | -0/+6 |
* | | Send a CodeLensRefresh when we reload | kjeremy | 2020-12-09 | 2 | -0/+13 |
* | | Implement HirDisplay for FnSig | Jonas Schievink | 2020-12-09 | 1 | -20/+23 |
* | | Merge #6785 | bors[bot] | 2020-12-09 | 3 | -8/+19 |
|\ \ | |||||
| * | | Fix "no value set for FileTextQuery(FileId(..))" | Jonas Schievink | 2020-12-09 | 3 | -8/+19 |
* | | | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 13 | -65/+79 |
* | | | . | Aleksey Kladov | 2020-12-09 | 4 | -8/+52 |
|/ / | |||||
* | | Avoid nesting Subtrees when parsing TokenStream | Jonas Schievink | 2020-12-09 | 1 | -2/+1 |
* | | Merge #6771 | bors[bot] | 2020-12-09 | 3 | -5/+117 |
|\ \ | |||||
| * | | Test inner and outer doc comments in hover | Lukas Wirth | 2020-12-09 | 1 | -0/+62 |
| * | | Properly fetch inner and outer docs on hir-level | Lukas Wirth | 2020-12-09 | 2 | -17/+33 |
| * | | Properly fetch inner and outer attributes on hir-level | Lukas Wirth | 2020-12-08 | 1 | -5/+39 |
| |/ | |||||
* | | Merge #6776 | bors[bot] | 2020-12-09 | 1 | -18/+57 |
|\ \ | |||||
| * | | Include config into the manual | Aleksey Kladov | 2020-12-09 | 1 | -18/+57 |
* | | | Merge #6775 | bors[bot] | 2020-12-09 | 1 | -2/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix MissingFields DiagnosticFix trigger range | Lukas Wirth | 2020-12-09 | 1 | -2/+3 |
| |/ | |||||
* | | Merge #6774 | bors[bot] | 2020-12-09 | 1 | -2/+2 |
|\ \ | |||||
| * | | Properly decrement recursion count in Expander | Lukas Wirth | 2020-12-09 | 1 | -2/+2 |
| |/ | |||||
* | | Fix `concat!` with integer literals | Jonas Schievink | 2020-12-08 | 1 | -8/+34 |
* | | Better error when a proc macro panics | Jonas Schievink | 2020-12-08 | 1 | -1/+2 |
* | | Merge #6761 | bors[bot] | 2020-12-08 | 5 | -112/+354 |
|\ \ | |||||
| * | | Make config.rs a single source of truth for configuration. | Aleksey Kladov | 2020-12-08 | 5 | -112/+354 |
| |/ | |||||
* | | Fix logic for determining macro calls | Jonas Schievink | 2020-12-08 | 1 | -9/+7 |
* | | Use `original_file_range` in `TestDB` | Jonas Schievink | 2020-12-08 | 1 | -9/+3 |
* | | Make `original_range` a method on `InFile<&SyntaxNode>` | Jonas Schievink | 2020-12-08 | 5 | -89/+88 |
* | | Add test for `$crate` in builtin macros | Jonas Schievink | 2020-12-08 | 1 | -0/+28 |
* | | Handle macros in `TestDB::check_diagnostics` | Jonas Schievink | 2020-12-08 | 1 | -2/+9 |
|/ | |||||
* | Merge #6760 | bors[bot] | 2020-12-08 | 2 | -15/+17 |
|\ | |||||
| * | Open Cargo.toml opens more specific manifest | Aleksey Kladov | 2020-12-08 | 2 | -10/+12 |
| * | cleanup: match over unwrap | Aleksey Kladov | 2020-12-08 | 1 | -5/+5 |
* | | Merge #6750 | bors[bot] | 2020-12-08 | 12 | -213/+137 |
|\ \ | |||||
| * | | Simplify ast::Comment api surface | Lukas Wirth | 2020-12-08 | 1 | -10/+15 |