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
/
src
/
tools
/
rust-analyzer
/
crates
/
mbe
Age
Commit message (
Expand
)
Author
Lines
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-13
Allow lifetime repeats in macros: $($x)'a*
Tadeo Kondrak
-8
/
+30
2025-06-12
Use stable AST IDs
Chayim Refael Friedman
-115
/
+117
2025-05-30
Add some more `hir_expand::files` conversions
Lukas Wirth
-1
/
+2
2025-05-05
minor: Add a mbe test for parsing negative literals
Lukas Wirth
-0
/
+117
2025-04-21
Remove unnecessary predefined symbol clones
Chayim Refael Friedman
-4
/
+4
2025-04-07
Merge pull request #19511 from snprajwal/fixmes
Lukas Wirth
-5
/
+6
2025-04-04
chore: clean up some FIXMEs
Prajwal S N
-5
/
+6
2025-04-01
Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...
Chayim Refael Friedman
-6
/
+14
2025-03-23
chore: Bump dependencies
Lukas Wirth
-1
/
+1
2025-03-23
chore: Remove unused dependencies
Lukas Wirth
-3
/
+2
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-80
/
+80
2025-03-16
internal: Render root syntax contexts more clearly
Lukas Wirth
-80
/
+80
2025-03-15
cargo fmt
BenjaminBrienen
-22
/
+26
2025-03-15
chore: Remove legacy `SyntaxContextId` re-export
Lukas Wirth
-14
/
+14
2025-03-10
internal: port rust-analyzer to new Salsa
David Barsky
-80
/
+80
2025-03-08
Fix syntax fixup producing invalid punctuation
¨Florian
-0
/
+17
2025-02-27
fix doc tests
BenjaminBrienen
-2
/
+2
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-01-13
Fix another bug when reaching macro expansion limit caused a stack overflow
Chayim Refael Friedman
-0
/
+5
2025-01-09
Merge pull request #18861 from ChayimFriedman2/await-edition
Lukas Wirth
-85
/
+95
2025-01-09
Make edition per-token, not per-file
Chayim Refael Friedman
-85
/
+95
2025-01-07
Fix a bug with missing binding in MBE
Chayim Refael Friedman
-1
/
+4
2025-01-07
Drop unnecessary tracing::warn
Lukas Wirth
-5
/
+0
2025-01-06
minor: New clippy lints
Lukas Wirth
-1
/
+1
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-564
/
+433
2024-12-24
Remove dangling outdated test module
Lukas Wirth
-101
/
+0
2024-10-21
fix: FIx mbe bench tests being iteration order dependent
Lukas Wirth
-5
/
+8
2024-10-21
Update ide tests
Lukas Wirth
-1
/
+1
2024-09-25
Add missing rustc_private
Laurențiu Nicola
-0
/
+2
2024-09-20
Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykril
bors
-5
/
+149
2024-09-19
When checking for forbidden expr kind matches, account for rawness
Chayim Refael Friedman
-1
/
+1
2024-09-19
Support the `${concat(...)}` metavariable expression
Chayim Refael Friedman
-5
/
+149
2024-09-18
Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril
bors
-2
/
+9
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-2
/
+9
2024-09-18
feat: Implement `expr_2021`
Shoyu Vanilla
-21
/
+192
2024-09-01
internal: Lay basic ground work for standalone mbe tests
Lukas Wirth
-0
/
+182
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-05
Split out syntax-bridge into a separate crate
Lukas Wirth
-1224
/
+9
2024-07-29
Make basic use of spans for macro expansion errors
Lukas Wirth
-150
/
+152
2024-07-19
Parse contextual dyn keyword properly in edition 2015
Lukas Wirth
-3
/
+2
2024-07-19
Test macros doing edition dependent parsing
Lukas Wirth
-39
/
+31
2024-07-18
Encode edition within FileId in the hir layer
Lukas Wirth
-2
/
+8
2024-07-17
Add always disabled gen parse support
Lukas Wirth
-3
/
+8
2024-07-16
Switch token trees to use Symbols
Lukas Wirth
-81
/
+90
2024-07-15
Fix incorrect encoding of literals in the proc-macro-api on version 4
Lukas Wirth
-61
/
+4
2024-07-15
Encode ident rawness and literal kind separately in tt::Leaf
Lukas Wirth
-78
/
+201
2024-07-03
Fix up the syntax tree for macro 2.0
Lukas Wirth
-23
/
+22
[next]