rust/src/libsyntax/util
Jonas Platte 78493ed21a Add GenericParam, refactor Generics in ast, hir, rustdoc
The Generics now contain one Vec of an enum for the generic parameters,
rather than two separate Vec's for lifetime and type parameters.

Additionally, places that previously used Vec<LifetimeDef> now use
Vec<GenericParam> instead.
2017-12-21 13:38:10 +01:00
..
lev_distance.rs move comparator into +find_best_match_name+ function 2017-12-01 00:39:47 +03:00
move_map.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
node_count.rs Add GenericParam, refactor Generics in ast, hir, rustdoc 2017-12-21 13:38:10 +01:00
parser.rs Using ... in expressions is now an error 2017-11-06 20:33:51 +01:00
parser_testing.rs Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
rc_slice.rs Implement quote! and other proc_macro API. 2017-06-26 02:06:26 +00:00
small_vector.rs Change implementation of syntax::util::SmallVector to use data_structures::SmallVec. 2016-11-11 07:38:48 -07:00
thin_vec.rs Generalize and abstract ThinAttributes 2016-06-19 00:01:55 +00:00