rust/src/libsyntax
bors be23d44a53 Auto merge of #27065 - marcusklaas:loop-label, r=nrc
This closes https://github.com/rust-lang/rust/issues/27042.

I'd love to know if there's a way to make a regression test for this!
2015-07-20 00:13:22 +00:00
..
diagnostics Improve register_long_diagnostics macro 2015-07-17 11:21:05 +02:00
ext Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr 2015-07-13 13:55:29 +00:00
parse Include label in the span of loops 2015-07-18 11:53:55 +02:00
print Auto merge of #26904 - bluss:no-repeat, r=alexcrichton 2015-07-09 10:36:41 +00:00
util syntax: replace sess.span_diagnostic.cm with sess.codemap(). 2015-05-14 01:47:56 +03:00
abi.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
ast.rs Preserve escape sequences in documentation comments on macro expansion 2015-07-10 01:30:52 +09:00
ast_util.rs Change some instances of .connect() to .join() 2015-07-10 19:40:46 -04:00
attr.rs Auto merge of #26747 - huonw:stability-issue, r=alexcrichton 2015-07-07 17:41:43 +00:00
codemap.rs Move AST Repr impls to Debug impls in libsyntax. 2015-06-19 01:32:46 +03:00
config.rs syntax: Remove uses of #[feature(slice_patterns)] 2015-04-21 10:08:26 -07:00
diagnostic.rs Change some free functions into methods in libsyntax/diagnostic.rs 2015-07-08 16:03:09 +12:00
feature_gate.rs Feature-gate #[prelude_import]. 2015-07-05 22:35:20 +03: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 Feature-gate #[prelude_import]. 2015-07-05 22:35:20 +03: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 Fix issue #23302, ICE on recursively defined enum variant discriminant. 2015-06-22 20:55:57 -06:00