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
2ea6094938
rust
/
src
/
libsyntax
/
parse
History
Download ZIP
Download TAR.GZ
Mazdak Farrokhzad
ce1d95af4c
Always parse 'async unsafe fn' + properly ban in 2015.
2019-06-29 21:38:26 +02:00
..
lexer
cleanup: rename name_from to symbol_from
2019-06-25 22:30:21 +03:00
attr.rs
Allow attributes in formal function parameters
2019-06-09 07:58:40 -03:00
classify.rs
let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introduce ::Let.
2019-06-23 01:29:29 +02:00
diagnostics.rs
remove old fixme
2019-06-26 11:21:59 -05:00
literal.rs
Auto merge of
#60793
- Xanewok:raw-string-cleanup, r=petrochenkov
2019-06-10 23:32:12 +00:00
mod.rs
let_chains: Move feature gating to pre-expansion.
2019-06-23 01:29:29 +02:00
parser.rs
Always parse 'async unsafe fn' + properly ban in 2015.
2019-06-29 21:38:26 +02:00
token.rs
let_chains: readd kw::let to ident_can_begin_expr.
2019-06-23 01:29:29 +02:00
unescape.rs
Add unit tests for unescaping raw (byte) strings
2019-06-20 09:51:15 +02:00
unescape_error_reporting.rs
Don't suggest using \r in raw strings
2019-06-10 17:32:15 +02:00