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-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
2024-07-25
Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykril
bors
-0
/
+9
2024-07-25
Generate From impls for Any* nodes
Lukas Wirth
-18
/
+624
2024-07-25
fix: temporarily use `ast::GenericParamList`
winstxnhdw
-0
/
+4
2024-07-24
fix: `use` cannot have optional generics
Winston H.
-1
/
+1
2024-07-23
feat: add `use` type bound grammar
winstxnhdw
-0
/
+5
2024-07-20
Auto merge of #17641 - nyurik:optimize-refs, r=Veykril
bors
-5
/
+5
2024-07-19
Avoid ref when using format! in compiler
Yuri Astrakhan
-5
/
+5
2024-07-19
Fix edition used for include macro parsing
Lukas Wirth
-3
/
+3
2024-07-18
Encode edition within FileId in the hir layer
Lukas Wirth
-11
/
+12
[next]