rust/compiler/rustc_ast/src
bors 91a79fb29a Auto merge of #76985 - hbina:clone_check, r=estebank
Prevent stack overflow in deeply nested types.

Related issue #75577 (?)

Unfortunately, I am unable to test whether this actually solves the problem because apparently, 12GB RAM + 2GB swap is not enough to compile the (admittedly toy) source file.
2020-10-07 21:51:12 +00:00
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr Attach TokenStream to ast::Path 2020-09-10 17:33:06 -04:00
expand mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util Remove extra indirection in LitKind::ByteStr 2020-10-04 15:52:15 -06:00
ast.rs Auto merge of #76985 - hbina:clone_check, r=estebank 2020-10-07 21:51:12 +00:00
crate_disambiguator.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
entry.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs tidy 2020-09-23 22:08:30 +02:00
mut_visit.rs Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
node_id.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
ptr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
token.rs Fully integrate token collection for additional AST structs 2020-09-10 17:58:14 -04:00
tokenstream.rs Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" 2020-09-10 02:18:46 +00:00
visit.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00