rust/src/libsyntax
Alex Crichton d444d0c357 collections: Split the collections feature
This commit also deprecates the `as_string` and `as_slice` free functions in the
`string` and `vec` modules.
2015-06-17 09:06:59 -07:00
..
diagnostics diagnostics: Allow long URLs in error explanations. 2015-06-14 18:46:32 +10:00
ext Replaced a comment mentioning a fixed issue 2015-06-14 18:27:05 +02:00
parse Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
print Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
util syntax: replace sess.span_diagnostic.cm with sess.codemap(). 2015-05-14 01:47:56 +03:00
abi.rs Fallout in libsyntax 2015-04-01 11:22:39 -04:00
ast.rs Make various fixes: 2015-05-21 11:47:30 -04:00
ast_util.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
attr.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
codemap.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
config.rs syntax: Remove uses of #[feature(slice_patterns)] 2015-04-21 10:08:26 -07:00
diagnostic.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
feature_gate.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
fold.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
lib.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
owned_slice.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
ptr.rs syntax: remove #![feature(box_syntax, box_patterns)] 2015-04-21 10:07:48 -07:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
visit.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00