rust/src/libsyntax
Felix S. Klock II e5ec43e217 Opt into new box_patterns feature gate in various crates.
Namely: `collections` (used in `dlist.rs`), `syntax`, `rustc`,
`rustc_typeck`, `rustc_trans`, and `rustdoc`.
2015-02-11 11:47:14 +01:00
..
ast_map
diagnostics Refactor compilation to make it easier to use for tools 2015-02-09 18:00:56 +13:00
ext rollup merge of #22116: kmcallister/cfg_attr 2015-02-10 08:43:01 -08:00
parse rollup merge of #21918: ranma42/replace-be 2015-02-10 08:41:30 -08:00
print Tests 2015-02-10 16:54:23 +13:00
util
abi.rs
ast_util.rs Libsyntax has been updated 2015-02-06 11:59:10 +01:00
ast.rs rollup merge of #22094: alkor/cleanup-show-string 2015-02-10 08:42:45 -08:00
attr.rs Update to last version, remove "[]" as much as possible 2015-02-06 12:03:46 +01:00
codemap.rs
config.rs Process cfg_attr right before stripping cfg 2015-02-09 10:12:14 -08:00
diagnostic.rs syntax: Fix integer underflow in diagnostic 2015-02-08 23:26:12 +01:00
feature_gate.rs Add box_patterns feature gate. 2015-02-11 11:47:05 +01:00
fold.rs rollup merge of #22116: kmcallister/cfg_attr 2015-02-10 08:43:01 -08:00
lib.rs Opt into new box_patterns feature gate in various crates. 2015-02-11 11:47:14 +01:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs Fake up #![no_std] on pretty-printing; keep it out of AST 2015-02-07 10:49:58 -08:00
test.rs Update to last version, remove "[]" as much as possible 2015-02-06 12:03:46 +01:00
visit.rs