rust/src/libsyntax
bors 1c2ccf0503 auto merge of #13221 : thestinger/rust/append, r=alexcrichton
These were only free functions on `~[T]` because taking self by-value
used to be broken.
2014-03-31 02:11:34 -07:00
..
ext vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
parse vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
print Remove a RefCell from pprust::State. 2014-03-28 18:28:04 +02:00
util Rename from_iterator to from_iter for consistency. 2014-03-30 21:45:55 -07:00
abi.rs use TotalEq for HashMap 2014-03-23 01:59:11 -04:00
ast_map.rs Rename Pod into Copy 2014-03-28 10:34:02 +01:00
ast_util.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
ast.rs auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton 2014-03-29 02:56:40 -07:00
attr.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
codemap.rs Register new snapshot 2014-03-29 01:12:32 +01:00
crateid.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
diagnostic.rs Fix fallout of removing default bounds 2014-03-27 10:14:50 -07:00
fold.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
lib.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
owned_slice.rs Rename from_iterator to from_iter for consistency. 2014-03-30 21:45:55 -07:00
visit.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00