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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
syntax
Age
Commit message (
Expand
)
Author
Lines
2024-10-30
Merge pull request #18385 from Giga-Bowser/master
Lukas Wirth
-1
/
+41
2024-10-28
Move text-edit into ide-db
Lukas Wirth
-598
/
+55
2024-10-27
Put leading `|` in patterns under `OrPat`
Chayim Refael Friedman
-1
/
+13
2024-10-24
Add `ty_fn_ptr` function to create function pointer type
Giga Bowser
-1
/
+41
2024-10-22
Merge pull request #18254 from ChayimFriedman2/fix-mut
Lukas Wirth
-0
/
+4
2024-10-22
fix: Fix incorrect parsing of use bounds
Lukas Wirth
-6
/
+88
2024-10-21
fix: Fix token downmapping failing for include! inputs
Lukas Wirth
-1
/
+1
2024-10-20
Handle destructuring assignments uniformly
Chayim Refael Friedman
-0
/
+4
2024-10-20
feat: initial support for safe_kw in extern blocks
roife
-1
/
+8
2024-09-29
Rename object_safety to dyn_compatibility
Noah Bright
-1
/
+1
2024-09-26
internal: Add `SyntaxFactory` to ease generating nodes with syntax mappings
DropDemBits
-101
/
+186
2024-09-19
Auto merge of #18146 - ChayimFriedman2:allow-comment, r=Veykril
bors
-6
/
+11
2024-09-19
Remove check that text of `parse_expr_from_str()` matches the produced parsed...
Chayim Refael Friedman
-6
/
+11
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-1
/
+12
2024-09-12
Auto merge of #18099 - ChayimFriedman2:diag-only-necessary, r=Veykril
bors
-0
/
+27
2024-09-12
Use more correct handling of lint attributes
Chayim Refael Friedman
-0
/
+27
2024-09-12
Auto merge of #18038 - roife:fix-issue-18034, r=Veykril
bors
-1
/
+1
2024-09-10
Auto merge of #18032 - DropDemBits:sed-tree-edits, r=davidbarsky
bors
-0
/
+1251
2024-09-10
refactor: introduce NameGenerator in suggest_name
roife
-1
/
+1
2024-09-05
Give InlineAsmOperand a HIR representation
Lukas Wirth
-28
/
+89
2024-09-05
Lower asm expressions
Lukas Wirth
-7
/
+22
2024-09-04
Parse builtin#asm expressions
Lukas Wirth
-3
/
+449
2024-09-03
bundle old root into `SyntaxEdit` result
DropDemBits
-12
/
+30
2024-09-02
misc fixes
DropDemBits
-26
/
+20
2024-09-02
handle replace_with_many and replace_all
DropDemBits
-16
/
+97
2024-09-02
support replacing root node
DropDemBits
-14
/
+200
2024-09-02
properly sort changes by depth to sort between nodes that have the same start...
DropDemBits
-4
/
+19
2024-09-02
fix insert ranges not being excluded from disjointness
DropDemBits
-7
/
+12
2024-09-02
support insert{_all}
DropDemBits
-11
/
+88
2024-09-02
propagate annotations to mapped elements
DropDemBits
-52
/
+168
2024-09-02
handle merging two syntax editors together
DropDemBits
-14
/
+39
2024-09-02
elaborate SyntaxEdit comments
DropDemBits
-6
/
+17
2024-09-02
wip: new syntax tree editor
DropDemBits
-0
/
+723
2024-09-01
Complete desugared and resugared async fn in trait impls
Lukas Wirth
-1
/
+6
2024-08-26
Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril
bors
-6
/
+19
2024-08-26
Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...
Chayim Refael Friedman
-1
/
+41
2024-08-24
Impl PartialEq and Eq for `IndentLevel`
Chayim Refael Friedman
-1
/
+1
2024-08-24
Provide `impl From<ast::TypeOrConstParam> for ast::GenericParam`
Chayim Refael Friedman
-1
/
+10
2024-08-24
Modify `hacks::parse_expr_from_str()` to take an edition too
Chayim Refael Friedman
-2
/
+2
2024-08-24
Add `gen` modifier to functions
Chayim Refael Friedman
-2
/
+6
2024-08-17
Pin `rowan` to `0.15.15`
Shoyu Vanilla
-1
/
+1
2024-08-16
Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril
bors
-0
/
+1
2024-08-16
Properly account for editions in names
Chayim Refael Friedman
-0
/
+1
2024-08-16
Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril
bors
-3
/
+3
2024-08-16
Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock
Chayim Refael Friedman
-3
/
+3
2024-08-15
internal: Properly check the edition for edition dependent syntax kinds
Lukas Wirth
-17
/
+15
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Apply Veykril's change suggestions
Vincent Esche
-1
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-02
internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once
Lukas Wirth
-2
/
+2
[next]