rust/src/libsyntax
Ariel Ben-Yehuda 242cd7ebe2 limit the length of types in monomorphization
This adds the new insta-stable `#![type_size_limit]` crate attribute to control
the limit, and is obviously a [breaking-change] fixable by that.
2016-12-02 00:54:22 +02:00
..
diagnostics Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
ext Auto merge of #37487 - goffrie:break, r=nikomatsakis 2016-11-22 17:51:59 -06:00
parse Support ?Sized in where clauses 2016-11-25 00:43:00 +03:00
print Implement the loop_break_value feature. 2016-11-21 20:20:42 -08:00
util Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
abi.rs
ast.rs Implement the loop_break_value feature. 2016-11-21 20:20:42 -08:00
attr.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
Cargo.toml Change implementation of syntax::util::SmallVector to use data_structures::SmallVec. 2016-11-11 07:38:48 -07:00
codemap.rs rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. 2016-11-28 04:18:10 +02:00
config.rs Move MetaItemKind's Name to a field of MetaItem. 2016-11-20 12:36:30 +00:00
diagnostic_list.rs
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs limit the length of types in monomorphization 2016-12-02 00:54:22 +02:00
fold.rs Implement the loop_break_value feature. 2016-11-21 20:20:42 -08:00
json.rs
lib.rs Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
ptr.rs
show_span.rs
std_inject.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
str.rs
symbol.rs Remove Rc from the interner. 2016-11-21 09:00:56 +00:00
test_snippet.rs review comments 2016-11-23 23:44:17 -08:00
test.rs rustc: rework stability to be on-demand for type-directed lookup. 2016-11-28 04:18:11 +02:00
tokenstream.rs Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
visit.rs Implement the loop_break_value feature. 2016-11-21 20:20:42 -08:00