This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4e524386e9
rust
/
compiler
/
rustc_parse
/
src
/
parser
History
Download ZIP
Download TAR.GZ
Esteban Küber
4e524386e9
Always emit help when failing to parse enum variant
2023-11-29 18:47:32 +00:00
..
attr.rs
More detail when expecting expression but encountering bad macro argument
2023-11-16 16:19:04 +00:00
attr_wrapper.rs
Adjust
to_attr_token_stream
.
2023-09-06 17:12:07 +10:00
diagnostics.rs
Change how
for (x in foo) {}
is handled
2023-11-29 18:47:32 +00:00
expr.rs
review comment: rework
parse_for_head
to reduce branching
2023-11-29 18:47:32 +00:00
generics.rs
fix couple of clippy findings:
2023-07-23 10:50:14 +02:00
item.rs
Always emit help when failing to parse enum variant
2023-11-29 18:47:32 +00:00
mod.rs
Bubble parse error when expecting
)
2023-11-29 18:47:31 +00:00
nonterminal.rs
More detail when expecting expression but encountering bad macro argument
2023-11-16 16:19:04 +00:00
pat.rs
When parsing patterns, bubble all errors except reserved idents that aren't likely to appear in for head or match arm
2023-11-29 18:47:31 +00:00
path.rs
More detail when expecting expression but encountering bad macro argument
2023-11-16 16:19:04 +00:00
stmt.rs
Rollup merge of
#118394
- nnethercote:rm-hir-Ops, r=cjgillot
2023-11-29 04:23:23 +01:00
ty.rs
Add
Span
to
TraitBoundModifier
2023-11-24 14:32:05 +00:00