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
99cc35daef
rust
/
compiler
/
rustc_ast
/
src
History
Download ZIP
Download TAR.GZ
Anton Golov
5d59b4412e
Add warning when whitespace is not skipped after an escaped newline.
2021-07-30 16:26:39 +02:00
..
ast
mv compiler to compiler/
2020-08-30 18:45:07 +03:00
attr
Implement token-based handling of attributes during expansion
2021-04-11 01:31:36 -04:00
expand
Make allocator_kind a query.
2021-06-20 11:52:51 +02:00
util
Add warning when whitespace is not skipped after an escaped newline.
2021-07-30 16:26:39 +02:00
ast.rs
Actually infer args in visitors
2021-07-26 21:15:18 +00:00
ast_like.rs
parser: Ensure that all nonterminals have tokens after parsing
2021-06-06 14:21:12 +03:00
entry.rs
Fix ICE when
main
is declared in an
extern
block
2021-06-09 23:14:02 -04:00
lib.rs
Stabilize
const_fn_transmute
2021-07-27 16:03:09 -04:00
mut_visit.rs
Remove special case for
ExprKind::Paren
in
MutVisitor
2021-07-19 17:23:10 -05:00
node_id.rs
Use LocalExpnId where possible.
2021-07-17 19:41:02 +02:00
ptr.rs
mv compiler to compiler/
2020-08-30 18:45:07 +03:00
token.rs
remove pat2021
2021-04-27 21:15:59 -05:00
tokenstream.rs
don't clone attrs
2021-05-30 22:44:40 +03:00
visit.rs
Add support for using qualified paths with structs in expression and pattern
2021-06-10 13:18:41 +02:00