rust/src/libsyntax
bors f027bdc1c8 Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix
This makes it somewhat more aggressive, so this is kind-of a [breaking-change] for these compiling with `#[deny(unused_mut)]`.

r? @pnkfelix
2015-07-03 21:31:46 +00:00
..
diagnostics diagnostics: Resurrect the Compiler Error Index. 2015-06-20 16:57:40 +10:00
ext Auto merge of #26347 - nagisa:macro-exp, r=nrc 2015-06-18 00:26:23 +00:00
parse Make the unused_mut lint smarter with respect to locals. 2015-07-01 00:12:12 +03: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 Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
ast.rs Move AST Repr impls to Debug impls in libsyntax. 2015-06-19 01:32:46 +03:00
ast_util.rs Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
attr.rs fallout of bitvec/bitset deprecation 2015-07-01 10:30:14 -07: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 Added unit test for code indent of multi-line errors 2015-06-24 12:25:40 +02:00
feature_gate.rs Make a better error message for using #[feature] on stable rust 2015-06-18 17:38:38 -07: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