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
b2605c118d
rust
/
src
/
librustc_parse
/
parser
History
Download ZIP
Download TAR.GZ
Vadim Petrochenkov
b2605c118d
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00
..
attr.rs
Invert control in struct_lint_level.
2020-02-11 19:47:40 +10:00
diagnostics.rs
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00
expr.rs
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00
generics.rs
Use more appropriate spans on object unsafe traits and provide structured suggestions when possible
2020-02-02 11:53:10 -08:00
item.rs
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00
mod.rs
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00
module.rs
Record proc macro harness order for use during metadata deserialization
2020-02-15 15:48:36 -05:00
pat.rs
parse: recover
mut (x @ y)
as
(mut x @ mut y)
.
2020-02-17 16:08:13 +01:00
path.rs
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00
stmt.rs
parse: tweak
parse_item_
for more reuse.
2020-02-24 00:59:38 +01:00
ty.rs
parser:
token
->
normalized_token
,
nonnormalized_token
->
token
2020-02-24 13:04:13 +03:00