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
/
mbe
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
Improve syntax fixup a bit, handle incomplete `if`
Florian Diebold
-22
/
+27
2022-07-11
Implement `ignore` and `index` metavar expression
Jonas Schievink
-5
/
+82
2022-06-02
feat: Support `$$` in macros.
Tim Neumann
-0
/
+8
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-32
/
+9
2022-05-13
Revert "Skip only the `tt::Literal` when consuming float tokens"
Jonas Schievink
-13
/
+0
2022-05-13
Revert "Fix conversion of float literals in `TtTreeSink`"
Jonas Schievink
-50
/
+0
2022-05-13
Revert "Don't remap float tokens to `INT_NUMBER`"
Jonas Schievink
-2
/
+0
2022-05-12
Don't remap float tokens to `INT_NUMBER`
Jonas Schievink
-0
/
+2
2022-05-06
Fix conversion of float literals in `TtTreeSink`
Jonas Schievink
-0
/
+50
2022-05-06
Skip only the `tt::Literal` when consuming float tokens
Jonas Schievink
-0
/
+13
2022-05-05
Maybe everything else *should* have to deal with it
Jonas Schievink
-14
/
+10
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-9
/
+36
2022-03-12
fix clippy::needless_borrow
Matthias Krüger
-4
/
+4
2022-03-02
Do not consider `_` to be an expression for `macro_rules!`
Chayim Refael Friedman
-1
/
+11
2022-02-22
internal: Split unresolve proc-macro error out of mbe
Lukas Wirth
-28
/
+26
2022-02-15
Impr mbe: remove unecessary temporary vec
bellau
-10
/
+10
2022-02-09
Add back an assertion
Florian Diebold
-1
/
+3
2022-02-09
Various fixes
Florian Diebold
-5
/
+16
2022-02-09
Rename syntax_node_to_token_tree_censored
Florian Diebold
-4
/
+3
2022-02-09
Replace expressions with errors in them
Florian Diebold
-7
/
+5
2022-02-08
Track synthetic tokens, to be able to remove them again later
Florian Diebold
-12
/
+57
2022-02-07
Reverse fixups
Florian Diebold
-1
/
+1
2022-02-07
Add a check
Florian Diebold
-1
/
+3
2022-02-07
Simplify a bit
Florian Diebold
-15
/
+13
2022-02-07
WIP: Actually fix up syntax errors in attribute macro input
Florian Diebold
-28
/
+89
2022-02-03
Shrink `mbe::ExpandError` and `mbe::ParseError`
Lukas Wirth
-84
/
+70
2022-01-24
Make syntax bridge fully infallible
Jonas Schievink
-3
/
+3
2022-01-03
simplify
Aleksey Kladov
-9
/
+7
2022-01-03
simplify
Aleksey Kladov
-6
/
+2
2022-01-02
Merge #11166
bors[bot]
-80
/
+62
2022-01-02
minor: Simplify
Lukas Wirth
-80
/
+62
2022-01-02
minor: replace panics with types
Aleksey Kladov
-1
/
+1
2022-01-02
minor: drop dead code
Aleksey Kladov
-16
/
+1
2022-01-02
check top level entry point invariants
Aleksey Kladov
-3
/
+2
2022-01-02
internal: more macro tests
Aleksey Kladov
-0
/
+1
2022-01-02
minor: Simplify
Lukas Wirth
-14
/
+10
2022-01-02
internal: Use basic NonEmptyVec in mbe::syntax_bridge
Lukas Wirth
-51
/
+52
2022-01-02
Simplify
Lukas Wirth
-59
/
+47
2021-12-28
add TopEntryPoint
Aleksey Kladov
-6
/
+4
2021-12-28
simplify
Aleksey Kladov
-93
/
+14
2021-12-28
move path
Aleksey Kladov
-1
/
+5
2021-12-28
move expr
Aleksey Kladov
-1
/
+5
2021-12-28
move ty
Aleksey Kladov
-1
/
+5
2021-12-28
move pat to prefix entry points
Aleksey Kladov
-1
/
+8
2021-12-28
move stmt to entry points
Aleksey Kladov
-1
/
+5
2021-12-28
internal: move block to prefix entry point
Aleksey Kladov
-6
/
+6
2021-12-28
internal: move visibility to a prefix entry point
Aleksey Kladov
-1
/
+58
2021-12-28
cleanup imports
Aleksey Kladov
-15
/
+14
2021-12-28
simplify
Aleksey Kladov
-12
/
+2
2021-12-25
internal: rename
Aleksey Kladov
-19
/
+19
[next]