rust/src/libsyntax
Edward Wang cc5be28b32 Use more precise span when reporting semicolon hint
When reporting "consider removing this semicolon" hint message, the
offending semicolon may come from macro call site instead of macro
itself. Using the more appropriate span makes the hint more helpful.

Closes #13428.
2014-04-18 22:01:11 +08:00
..
ext syntax: unify all MacResult's into a single trait. 2014-04-16 17:53:27 +10:00
parse Use more precise span when reporting semicolon hint 2014-04-18 22:01:11 +08:00
print Drive-by: pprust::*_to_str for TypeMethod, Method, and FnDecl. 2014-04-17 11:42:30 +02:00
util Remove usage of private enum variants 2014-04-15 19:17:44 -07:00
abi.rs Test fixes from the rollup 2014-04-03 17:11:26 -07:00
ast.rs rustc: Remove private enum variants 2014-04-16 08:12:43 -07:00
ast_map.rs Extended syntax::{fold, ast_map} to include lifetimes. 2014-04-17 11:42:30 +02:00
ast_util.rs libsyntax: update helper to stringify TyU* and TyI* to take into account having a value. 2014-04-13 02:39:19 +01:00
attr.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
codemap.rs Use more precise span when reporting semicolon hint 2014-04-18 22:01:11 +08:00
crateid.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
diagnostic.rs libstd: Implement StrBuf, a new string buffer type like Vec, and 2014-04-10 22:10:10 +10:00
fold.rs Extended syntax::{fold, ast_map} to include lifetimes. 2014-04-17 11:42:30 +02:00
lib.rs Register new snapshots 2014-04-04 13:23:08 -07:00
owned_slice.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
visit.rs syntax: remove ast::Sigil. 2014-04-11 18:01:34 +03:00