rust/src/libsyntax
Alex Crichton 640613892f Fix expand_stmt as well as expand_expr to use the correct span
The same fix as before is still relevant, I just forgot to update the
expand_stmt macro expansion site. The tests for format!() suffice as tests for
this change.
2013-09-15 01:47:02 -07:00
..
ext Fix expand_stmt as well as expand_expr to use the correct span 2013-09-15 01:47:02 -07:00
parse auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism 2013-09-14 08:50:50 -07:00
print auto merge of #9061 : jakub-/rust/pretty-print-empty-impl, r=huonw 2013-09-11 19:16:00 -07:00
util added string_to_tts 2013-09-06 13:35:13 -07:00
abi.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
ast.rs more helpful error message for ident comparison failure 2013-09-11 22:18:45 -07:00
ast_map.rs Refactor libsyntax Visitor impls to use default methods. 2013-09-13 20:48:58 -04:00
ast_util.rs Kill off method impls made redundant by default methods. 2013-09-14 19:38:22 -04:00
attr.rs std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} 2013-09-12 18:54:13 -07:00
codemap.rs These impls, at least, can be avoided by deriving Ord. 2013-09-14 19:38:22 -04:00
diagnostic.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
fold.rs Work around a compiler crash folding labeled break. #9129 2013-09-13 16:00:18 -07:00
opt_vec.rs libsyntax: add Default implementation to OptVec 2013-09-12 18:54:12 -07:00
syntax.rs Reduce the amount of complexity in format! 2013-09-15 01:09:00 -07:00
visit.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00