This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libsyntax
/
parse
History
Mazdak Farrokhzad
4f9651b854
Rollup merge of
#66139
- euclio:pluralize, r=nagisa
...
use American spelling for `pluralize!`
2019-11-06 07:03:14 +01:00
..
lexer
Rollup merge of
#66025
- petrochenkov:lohi, r=eddyb
2019-11-05 14:37:01 +01:00
parser
Rollup merge of
#66139
- euclio:pluralize, r=nagisa
2019-11-06 07:03:14 +01:00
classify.rs
Rename
Expr.node
to
Expr.kind
2019-09-26 18:21:09 +01:00
literal.rs
Simplify various
Symbol
use points.
2019-11-02 09:01:02 +11:00
mod.rs
Do not complain about missing
fn main()
in some cases
2019-10-30 12:05:26 -07:00
parser.rs
Rollup merge of
#66054
- petrochenkov:delspan, r=estebank
2019-11-06 03:28:09 +01:00
tests.rs
Rename
Item.node
to
Item.kind
2019-09-26 18:21:48 +01:00
token.rs
Use heuristics to recover parsing of missing
;
2019-10-28 10:53:13 -07:00
unescape_error_reporting.rs
Fix issue
#64732
2019-09-25 20:42:59 -04:00