rust/src/libsyntax
bors 7e7a5e3d3e auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
This PR removes the `Freeze` kind and the `NoFreeze` marker completely.

Fixes #12577

cc @nikomatsakis r?
2014-03-22 13:01:52 -07:00
..
ext syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
parse syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
print syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
util syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
abi.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
ast.rs doc: Remove Freeze / NoFreeze from docs 2014-03-22 15:47:34 +01:00
ast_map.rs syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
ast_util.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00
attr.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
codemap.rs syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
crateid.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
diagnostic.rs syntax: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
fold.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00
lib.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00
owned_slice.rs syntax: add the OwnedSlice vector wrapper. 2014-03-22 01:36:46 +11:00
visit.rs Migrate all users of opt_vec to owned_slice, delete opt_vec. 2014-03-22 09:54:18 +11:00