rust/src/libsyntax
Nick Cameron a8d57a26df Fix bytepos_to_file_charpos.
Make bytepos_to_charpos relative to the start of the filemap rather than its previous behaviour which was to be realtive to the start of the codemap, but ignoring multi-byte chars in earlier filemaps. Rename to bytepos_to_file_charpos. Add tests for multi-byte chars.
2014-02-27 21:04:05 -08:00
..
ext Fix syntax::ext::deriving{,::*} docs formatting. 2014-02-27 21:04:03 -08:00
parse Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
print Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
util std: minor whitespace cleanup 2014-02-24 19:52:29 -08:00
abi.rs replace manual Hash impls with #[deriving(Hash)] 2014-02-24 19:52:29 -08:00
ast.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
ast_map.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
ast_util.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
attr.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
codemap.rs Fix bytepos_to_file_charpos. 2014-02-27 21:04:05 -08:00
crateid.rs Remove std::from_str::FromStr from the prelude 2014-02-24 21:22:26 -08:00
diagnostic.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
fold.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
lib.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
opt_vec.rs Remove std::default::Default from the prelude 2014-02-24 21:22:26 -08:00
visit.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00