rust/src/libsyntax
Alexander Korolkov 34afe5e193 Rename Show to Debug, String to Display
Update reference.md:
 - derive() no longer supports Zero trait
 - derive() now supports Copy trait
2015-02-08 20:00:30 +03:00
..
ast_map remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
diagnostics Update to last version, remove "[]" as much as possible 2015-02-06 12:03:46 +01:00
ext Auto merge of #21988 - kmcallister:no-std, r=sfackler 2015-02-08 00:24:03 +00:00
parse Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton 2015-02-07 02:04:47 +00:00
print Fake up #![no_std] on pretty-printing; keep it out of AST 2015-02-07 10:49:58 -08:00
util cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
abi.rs openbsd support 2015-02-01 14:41:38 +01:00
ast.rs Rename Show to Debug, String to Display 2015-02-08 20:00:30 +03:00
ast_util.rs Libsyntax has been updated 2015-02-06 11:59:10 +01:00
attr.rs Update to last version, remove "[]" as much as possible 2015-02-06 12:03:46 +01:00
codemap.rs make codemap more robust in face of ill-formed spans. 2015-02-05 23:47:17 +01:00
config.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
diagnostic.rs Compute widths properly when displaying spans in error messages 2015-02-04 00:56:51 +13:00
feature_gate.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
fold.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
lib.rs rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
owned_slice.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
ptr.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
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 cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00