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
c565339c37
rust
/
compiler
/
rustc_parse
/
src
History
klensy
c565339c37
Convert some functions to return Cow<'static,str> instead of String to reduce potential reallocations
2021-08-25 00:24:44 +03:00
..
lexer
Warn when an escaped newline skips multiple lines
2021-08-11 11:35:08 +02:00
parser
Convert some functions to return Cow<'static,str> instead of String to reduce potential reallocations
2021-08-25 00:24:44 +03:00
lib.rs
Remove box syntax from rustc_parse
2021-08-18 09:25:26 +02:00
validate_attr.rs
ast: Remove some indirection layers from values in key-value attributes
2021-01-09 21:50:39 +03:00