rust/src/libsyntax
Felix S. Klock II 586b619c76 Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
There is a broader revision (that does this across the board) pending
in #12675, but that is awaiting the arrival of more data (to decide
whether to keep OptVec alive by using a non-Vec internally).

For this code, the representation of lifetime lists needs to be the
same in both ScopeChain and in the ast and ty structures.  So it
seemed cleanest to just use `vec_ng::Vec`, now that it has a cheaper
empty representation than the current `vec` code.
2014-03-12 08:05:20 +01:00
..
ext Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. 2014-03-12 08:05:20 +01:00
parse Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. 2014-03-12 08:05:20 +01:00
print alpha-rename .ident to .name in Lifetime, including in rustdoc. 2014-03-12 08:02:32 +01:00
util syntax: Conditionally deriving(Hash) with Writers 2014-03-06 18:11:02 -08:00
abi.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
ast.rs Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. 2014-03-12 08:05:20 +01:00
ast_map.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
ast_util.rs Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. 2014-03-12 08:05:20 +01:00
attr.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
codemap.rs syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of the file. 2014-03-10 02:28:04 +04:00
crateid.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
diagnostic.rs Rename all variables that have uppercase characters in their names to use only lowercase characters 2014-03-04 21:23:36 -05:00
fold.rs Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. 2014-03-12 08:05:20 +01:00
lib.rs syntax: Conditionally deriving(Hash) with Writers 2014-03-06 18:11:02 -08:00
opt_vec.rs libsyntax: Fix errors arising from the automated ~[T] conversion 2014-03-01 22:40:52 -08:00
visit.rs Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. 2014-03-12 08:05:20 +01:00