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
Age
Commit message (
Expand
)
Author
Lines
2022-07-19
Upgrade to expect-test@1.4.0
Amos Wenger
-1
/
+1
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-4
/
+4
2022-07-03
Bump indexmap
Laurențiu Nicola
-1
/
+1
2022-07-03
Bump quote
Laurențiu Nicola
-1
/
+1
2022-07-01
fix: Simplify macro statement expansion handling
Lukas Wirth
-0
/
+7
2022-06-10
internal: Bump Dependencies
Lukas Wirth
-9
/
+9
2022-05-26
fix: f32 and f64 representation during lowering
feniljain
-5
/
+37
2022-05-24
fix: Insert whitespace into trait-impl completions when coming from macros
Lukas Wirth
-52
/
+0
2022-05-24
internal: Refactor our record pat/expr handling in completion context
Lukas Wirth
-0
/
+4
2022-05-23
fix: When reference searching macro inputs, don't search everything that was ...
Lukas Wirth
-0
/
+7
2022-05-14
feat: Add binding mode inlay hints
Lukas Wirth
-1
/
+1
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-134
/
+37
2022-05-05
Indicate the number of float tokens in the first token
Jonas Schievink
-3
/
+27
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-13
/
+18
2022-05-05
Wrap float literals in their own node
Jonas Schievink
-22
/
+82
2022-05-05
Remove `ast::Literal::token`
Jonas Schievink
-8
/
+16
2022-05-05
Lower values of char and byte literals
Laurențiu Nicola
-8
/
+86
2022-05-04
improve the default constructor mode when filling fields
Benjamin Coenen
-0
/
+3
2022-05-01
style: rename crates to kebab case
Peh
-2
/
+2
2022-04-27
Auto merge of #12057 - harpsword:fix_validata_visibility, r=jonas-schievink
bors
-2
/
+4
2022-04-27
fix visibility token validation in trait impl with proc-macro
harpsword
-2
/
+4
2022-04-23
Simplify
Lukas Wirth
-0
/
+6
2022-04-17
update grammer to support associated const equality
XFFXFF
-1
/
+2
2022-04-13
Update repo URL
Alex Touchet
-1
/
+1
2022-04-10
Parse for<'a> closure syntax
Lukas Wirth
-1
/
+3
2022-04-05
Wrap macros in expr position in `MacroExpr` node
Jonas Schievink
-7
/
+35
2022-04-03
Merge #11887
bors[bot]
-0
/
+47
2022-04-03
fix: Add missing fields diagnostic fix for patterns
Lukas Wirth
-0
/
+47
2022-04-02
Merge #11877
bors[bot]
-3
/
+20
2022-04-02
fix: `merge_imports::recursive_merge` exiting early
iDawer
-1
/
+1
2022-04-01
internal: Move rust.ungram into rust-analyzer/crates/syntax
Lukas Wirth
-3
/
+668
2022-04-01
fix: splitting path of a glob import wrongly adds `self`
iDawer
-3
/
+20
2022-03-22
minor: Bump dependencies
Lukas Wirth
-8
/
+8
2022-03-20
Merge #11690
bors[bot]
-0
/
+9
2022-03-12
fix: "Extract to function" assist preserves `break` and `continue` labels
Morgan Thomas
-6
/
+16
2022-03-12
more clippy fixes:
Matthias Krüger
-3
/
+1
2022-03-12
fix clippy::redundant_closure
Matthias Krüger
-1
/
+1
2022-03-12
fix clippy::single_char_pattern
Matthias Krüger
-1
/
+1
2022-03-12
feat: Add an assist for inlining type aliases
Steven Joruk
-0
/
+9
2022-03-10
Don't parse source files to generate macro completion details
Lukas Wirth
-35
/
+1
2022-03-06
Highlight `Self` as a keyword by default
Lukas Wirth
-5
/
+9
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-17
/
+30
2022-03-05
Merge #11598
bors[bot]
-2
/
+36
2022-03-04
Preserve order of generic args
hkalbasi
-10
/
+20
2022-03-02
Parse destructuring assignment
Chayim Refael Friedman
-2
/
+35
2022-02-27
Fix `if` in #11561
Chayim Refael Friedman
-5
/
+61
2022-02-26
Fix body selection in while loops
Laurențiu Nicola
-3
/
+12
2022-02-25
Generate AST code after rust-analyzer/ungrammar#46
Chayim Refael Friedman
-0
/
+1
2022-02-24
fix(11422): have two different funuctions - one for iterating breaks, one for...
Moritz Vetter
-3
/
+4
2022-02-22
Make replace_derive_with_manual_impl work again
Lukas Wirth
-0
/
+9
[next]