index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_expand
/
src
/
mbe
/
macro_parser.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lrc -> Rc
klensy
2023-04-30
1
-11
/
+12
*
Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s
Maybe Waffle
2023-01-30
1
-1
/
+1
*
Shrink `ParseResult` in the hot path.
Nilstrieb
2023-01-05
1
-13
/
+13
*
Properly calculate best failure in macro matching
Nilstrieb
2022-12-12
1
-2
/
+11
*
Show a note where a macro failed to match
Nilstrieb
2022-11-14
1
-1
/
+47
*
Small style improvements
nils
2022-11-04
1
-2
/
+2
*
Factor out matching into `try_match_macro`
Nilstrieb
2022-11-02
1
-1
/
+5
*
Add `Tracker` to track matching operations
Nilstrieb
2022-11-02
1
-13
/
+19
*
Small parser cleanups
Nilstrieb
2022-11-02
1
-5
/
+5
*
Store `ErrorGuaranteed` in `ErrorReported`
Nilstrieb
2022-11-02
1
-3
/
+4
*
Fix a bunch of typo
Dezhi Wu
2022-08-31
1
-1
/
+1
*
Fix typo: fo->for
Chayim Refael Friedman
2022-06-08
1
-1
/
+1
*
Remove `crate` visibility usage in compiler
Jacob Pratt
2022-05-20
1
-5
/
+5
*
Use pluralize in one instance
est31
2022-05-13
1
-2
/
+2
*
fix most compiler/ doctests
Elliot Roberts
2022-05-02
1
-1
/
+2
*
Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr
Dylan DPC
2022-04-16
1
-1
/
+1
|
\
|
*
couple of clippy::perf fixes
Matthias Krüger
2022-04-13
1
-1
/
+1
*
|
remove function param that is only used in recursive of fn inner()
Matthias Krüger
2022-04-14
1
-6
/
+4
*
|
Introduce `TtHandle` and use it in `TokenSet`.
Nicholas Nethercote
2022-04-14
1
-2
/
+5
|
/
*
Add a useful comment.
Nicholas Nethercote
2022-04-11
1
-0
/
+4
*
Tweak `NamedMatch` representation.
Nicholas Nethercote
2022-04-11
1
-27
/
+7
*
expand: Remove `ParseSess::missing_fragment_specifiers`
Vadim Petrochenkov
2022-04-09
1
-12
/
+6
*
Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov
Dylan DPC
2022-04-09
1
-3
/
+5
|
\
|
*
Remove explicit delimiter token trees from `Delimited`.
Nicholas Nethercote
2022-04-09
1
-3
/
+5
*
|
Use gender neutral terms
James 'zofrex' Sanderson
2022-04-07
1
-1
/
+1
|
/
*
Call `compute_locs` once per rule.
Nicholas Nethercote
2022-04-06
1
-97
/
+89
*
Move the missing fragment identifier checking.
Nicholas Nethercote
2022-04-05
1
-47
/
+58
*
Remove the lifetime from `TtParser` and `MatcherLoc`.
Nicholas Nethercote
2022-04-05
1
-14
/
+14
*
Reorder match arms in `parse_tt_inner`.
Nicholas Nethercote
2022-04-04
1
-31
/
+31
*
A new matcher representation for use in `parse_tt`.
Nicholas Nethercote
2022-04-04
1
-332
/
+289
*
Auto merge of #95509 - nnethercote:simplify-MatcherPos-some-more, r=petrochenkov
bors
2022-04-02
1
-95
/
+119
|
\
|
*
Make `MatcherPos` not derive `Clone`.
Nicholas Nethercote
2022-03-31
1
-8
/
+24
|
*
Remove `MatcherPos::stack`.
Nicholas Nethercote
2022-03-31
1
-62
/
+73
|
*
Clarify `idx` handling in sequences.
Nicholas Nethercote
2022-03-31
1
-9
/
+18
|
*
Remove `MatcherPos::match_lo`.
Nicholas Nethercote
2022-03-31
1
-10
/
+4
|
*
Simplify exit of `Delimited` submatchers.
Nicholas Nethercote
2022-03-31
1
-18
/
+12
*
|
expand: Do not count metavar declarations on RHS of `macro_rules`
Vadim Petrochenkov
2022-03-31
1
-12
/
+6
|
/
*
Pre-allocate an empty `Lrc<NamedMatchVec>`.
Nicholas Nethercote
2022-03-30
1
-8
/
+26
*
Overhaul how matches are recorded.
Nicholas Nethercote
2022-03-30
1
-48
/
+55
*
Improve comments and rename many things for consistency.
Nicholas Nethercote
2022-03-30
1
-198
/
+181
*
Clarify comments about doc comments in macros.
Nicholas Nethercote
2022-03-30
1
-1
/
+6
*
Simplify and rename `count_names`.
Nicholas Nethercote
2022-03-30
1
-13
/
+13
*
Add a useful assertion.
Nicholas Nethercote
2022-03-29
1
-2
/
+7
*
Rollup merge of #95390 - nnethercote:allow-doc-comments-in-macros, r=petroche...
Dylan DPC
2022-03-28
1
-7
/
+8
|
\
|
*
Ignore doc comments in a declarative macro matcher.
Nicholas Nethercote
2022-03-28
1
-7
/
+8
*
|
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
2022-03-28
1
-20
/
+17
|
/
*
Shrink `MatcherPosRepetition`.
Nicholas Nethercote
2022-03-25
1
-15
/
+13
*
Shrink `NamedMatchVec` to one inline element.
Nicholas Nethercote
2022-03-25
1
-2
/
+5
*
Split `NamedMatch::MatchNonterminal` in two.
Nicholas Nethercote
2022-03-25
1
-21
/
+31
*
Add a size assertion for `NamedMatchVec`.
Nicholas Nethercote
2022-03-23
1
-0
/
+4
[next]