Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | 4 | -19/+174 | |
|\ \ | ||||||
| * | | Include config into the manual | Aleksey Kladov | 2020-12-09 | 4 | -19/+174 | |
* | | | 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 | |
| |/ | ||||||
* | | Merge #6770 | bors[bot] | 2020-12-08 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update usage string to include code-exploration client. | Jérémy | 2020-12-08 | 1 | -1/+1 | |
* | | | Merge #6768 | bors[bot] | 2020-12-08 | 1 | -8/+34 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix `concat!` with integer literals | Jonas Schievink | 2020-12-08 | 1 | -8/+34 | |
* | | | Merge #6766 | bors[bot] | 2020-12-08 | 1 | -6/+14 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add client install support for `code-exploration` build. | Jérémy | 2020-12-08 | 1 | -6/+14 | |
| |/ | ||||||
* | | Merge #6767 | bors[bot] | 2020-12-08 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Better error when a proc macro panics | Jonas Schievink | 2020-12-08 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge #6761 | bors[bot] | 2020-12-08 | 7 | -432/+659 | |
|\ \ | ||||||
| * | | Make config.rs a single source of truth for configuration. | Aleksey Kladov | 2020-12-08 | 7 | -432/+659 | |
| |/ | ||||||
* | | Merge #6765 | bors[bot] | 2020-12-08 | 6 | -98/+89 | |
|\ \ | ||||||
| * | | 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 | |
|/ / | ||||||
* | | Merge #6763 | bors[bot] | 2020-12-08 | 2 | -2/+37 | |
|\ \ | ||||||
| * | | 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 #6762 | bors[bot] | 2020-12-08 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | fix typo of README in dev | Daiki Ihara | 2020-12-08 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |
| * | | Escape string literals in Attr::from_src | Lukas Wirth | 2020-12-08 | 2 | -12/+6 | |
| * | | Replace Arc<[str]> with String in attr::Documentation | Lukas Wirth | 2020-12-07 | 1 | -2/+2 | |
| * | | Keep doc attribute order | Lukas Wirth | 2020-12-07 | 3 | -55/+61 | |
| * | | Remove raw pre and suffixes from string attr literals | Lukas Wirth | 2020-12-07 | 1 | -2/+5 | |
| * | | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 6 | -114/+63 | |
| * | | Remove documentation query | Lukas Wirth | 2020-12-07 | 6 | -59/+26 | |
* | | | Merge #6706 | bors[bot] | 2020-12-08 | 17 | -118/+565 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Tweak the search query params for better lookup speed | Kirill Bulatov | 2020-12-08 | 2 | -32/+38 | |
| * | | Better config name | Kirill Bulatov | 2020-12-08 | 6 | -16/+19 | |
| * | | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 12 | -163/+87 | |
| * | | Document the feature | Kirill Bulatov | 2020-12-07 | 1 | -0/+43 | |
| * | | Simplify | Kirill Bulatov | 2020-12-07 | 4 | -36/+35 | |
| * | | Check lsp completions' edits for disjointness | Kirill Bulatov | 2020-12-07 | 2 | -1/+176 | |
| * | | Less panic, more tests | Kirill Bulatov | 2020-12-07 | 3 | -11/+62 | |
| * | | Fix the profiling label | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |