about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/syntax
AgeCommit message (Expand)AuthorLines
2024-07-07Run codegen commands as tests if their results are commitedLukas Wirth-2/+2
2024-07-03Fix up the syntax tree for macro 2.0Lukas Wirth-9/+56
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-1/+0
2024-06-21fix: don't remove parentheses for calls of function-like pointers that are me...davidsemakula-0/+8
2024-06-18Update lib.rsabdullathedruid-1/+1
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-8/+8
2024-06-03Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykrilbors-2/+2
2024-06-02fix typos & formattingDropDemBits-1/+5
2024-06-02Make `extract_expressions_from_format_string` only use snippets when availableDropDemBits-1/+1
2024-06-02Add `ast::Expr::parse`DropDemBits-0/+32
2024-06-02minor: tidy up `Parse` a little bitDropDemBits-11/+10
2024-05-30style: simplify string interpolationHamir Mahal-2/+2
2024-05-23Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykrilbors-2/+19
2024-05-18Allow hir::Param to refer to other entity params aside from functionsLukas Wirth-9/+10
2024-05-14Auto merge of #17224 - Veykril:lock-bump, r=Veykrilbors-1/+1
2024-05-14Bump Cargo.lockLukas Wirth-1/+1
2024-05-13Render literal escaping errors in hoversLukas Wirth-56/+45
2024-05-06Implement unsafe attribute parsingLukas Wirth-3/+7
2024-04-30braces around {self} in UseTree are not unnecessaryHarry Sarson-2/+19
2024-04-21Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykrilbors-0/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+16203
2024-04-18Fixup some issues with minicoreLukas Wirth-0/+1
2024-04-18Handle panicking like rustc CTFE doesNilstrieb-0/+16202