index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
syntax
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-01-30
Reduce allocations in attribute collection
Lukas Wirth
-17
/
+18
2022-01-22
removed prints
Jeroen Vannevel
-1
/
+1
2022-01-22
hacky_block_expr_with_comments
Jeroen Vannevel
-8
/
+9
2022-01-22
removing unwraps
Jeroen Vannevel
-4
/
+5
2022-01-22
very rough but comments get extracted
Jeroen Vannevel
-0
/
+23
2022-01-15
Move format specifier lexing from syntax to ide_db
Lukas Wirth
-297
/
+20
2022-01-13
Slightly cleanup HasFormatSpecifier::lex_format_specifier
Lukas Wirth
-213
/
+146
2022-01-08
Shrink diagnostic spans for errors inside macros
Jonas Schievink
-1
/
+0
2022-01-08
Allow doc comments on all `Item`s
Jonas Schievink
-5
/
+12
2022-01-08
Merge #11107
bors[bot]
-2
/
+10
2022-01-07
Merge #11230
bors[bot]
-0
/
+1
2022-01-07
fix: Fix attribute stripping ignoring doc comments
Lukas Wirth
-0
/
+1
2022-01-07
Merge #11145
bors[bot]
-0
/
+22
2022-01-07
Better interface for doc comment and attribute processing
Lukas Wirth
-10
/
+28
2022-01-07
feat(diagnostics): use default expression instead of todo! when missing fields
Benjamin Coenen
-1
/
+1
2022-01-07
Generate `AnyHasDocComments` node
Lukas Wirth
-19
/
+93
2022-01-06
Use`const _` instead of `mod __`
Jonas Schievink
-6
/
+3
2022-01-06
Expand attribute macros on impl and trait items
Jonas Schievink
-0
/
+11
2022-01-04
add better default behavior on fill struct fields diagnostic
Benjamin Coenen
-2
/
+21
2021-12-30
feat(diagnostics): use Default::default() expression instead of todo! when mi...
Benjamin Coenen
-0
/
+3
2021-12-29
Migrate to SyntaxNodePtr in new rowan
Ariel Davis
-44
/
+10
2021-12-28
dead code
Aleksey Kladov
-5
/
+5
2021-12-28
introduce hacks module
Aleksey Kladov
-41
/
+16
2021-12-28
dead code
Aleksey Kladov
-7
/
+0
2021-12-28
remove fragments from syntax
Aleksey Kladov
-43
/
+0
2021-12-28
drop dead code
Aleksey Kladov
-25
/
+0
2021-12-28
remove Item::parse
Aleksey Kladov
-16
/
+0
2021-12-28
internal: start isolating ssr-related parsing APIs to SSR
Aleksey Kladov
-16
/
+0
2021-12-26
internal: move inline parser tests to parser crate
Aleksey Kladov
-147
/
+3
2021-12-26
internal: move outlined parser tests
Aleksey Kladov
-7
/
+12
2021-12-26
internal: move ws attachment logic to the parser crate
Aleksey Kladov
-196
/
+33
2021-12-25
rename
Aleksey Kladov
-44
/
+39
2021-12-25
internal: rename
Aleksey Kladov
-15
/
+15
2021-12-25
internal: replace TreeSink with a data structure
Aleksey Kladov
-43
/
+47
2021-12-23
Fix generic type substitution in impl trait with assoc type
Petr Nevyhoštěný
-2
/
+10
2021-12-21
Fully render type alias completions from hir
Lukas Wirth
-15
/
+0
2021-12-21
Fully render const item completions from hir
Lukas Wirth
-21
/
+0
2021-12-18
internal: move all the lexing to the parser crate
Aleksey Kladov
-395
/
+61
2021-12-18
minor: dead code
Aleksey Kladov
-13
/
+1
2021-12-14
`match_ast!` takes a pattern to allow underscore usage
Lukas Wirth
-2
/
+2
2021-12-13
Merge #10998
bors[bot]
-26
/
+23
2021-12-13
Reuse results from split_into_parts()
Oleg Matrokhin
-15
/
+5
2021-12-13
Add number representation assists
Oleg Matrokhin
-26
/
+33
2021-12-12
tighten up invariants
Aleksey Kladov
-8
/
+12
2021-12-12
more orthogonal interface
Aleksey Kladov
-1
/
+2
2021-12-12
parser tests work
Aleksey Kladov
-103
/
+60
2021-11-24
Remove possible multiline details in completions
Lukas Wirth
-22
/
+32
2021-11-19
Use mutable syntax trees in `merge_imports`, `split_imports`
iDawer
-40
/
+74
2021-11-16
Remove validation of `super` in use paths
Laurențiu Nicola
-39
/
+0
2021-11-15
Fix `impl_def_from_trait`
TheDoctor314
-64
/
+8
[prev]
[next]