rust/src/libsyntax
bors 7615e187c6 Auto merge of #21605 - huonw:omg-muscle-memory, r=eddyb
I'm beginning to suspect it's impossible to avoid accidentally writing
`#[deriving]` at least once in every program, and it results in
non-intuitive error messages: "Foo doesn't have any method in scope
`clone`" despite there being a `#[deriv...(Clone)]` attribute!

Also, lots of documentation around the internet uses `#[deriving]` so
providing this guidance is very helpful (lots of people ask in #rust
about this error).
2015-01-26 07:49:01 +00:00
..
ast_map rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
diagnostics Make diagnostic ordering deterministic 2015-01-21 20:25:19 -08:00
ext Auto merge of #21605 - huonw:omg-muscle-memory, r=eddyb 2015-01-26 07:49:01 +00:00
parse Adjust most comments and messages to not use "unboxed". 2015-01-26 04:15:09 +02:00
print Remove dead code related to old closures. 2015-01-26 04:15:09 +02:00
util rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
abi.rs rollup merge of #21457: alexcrichton/issue-21436 2015-01-21 09:20:35 -08:00
ast.rs Remove every mention of "onceness". 2015-01-26 04:15:09 +02:00
ast_util.rs Add the span of the operator itself to ast::BinOp. 2015-01-25 00:33:50 +11:00
attr.rs rollup merge of #21457: alexcrichton/issue-21436 2015-01-21 09:20:35 -08:00
codemap.rs libsyntax: 0u -> 0us, 0i -> 0is 2015-01-18 19:43:44 -08:00
config.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
diagnostic.rs rollup merge of #21457: alexcrichton/issue-21436 2015-01-21 09:20:35 -08:00
feature_gate.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
fold.rs rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
lib.rs Set allow(unstable) in crates that use unstable features 2015-01-17 16:38:04 -08:00
owned_slice.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
ptr.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
show_span.rs More test fixes! 2015-01-05 22:58:37 -08:00
std_inject.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
test.rs libsyntax: fix for has_test_signature 2015-01-22 12:29:49 +03:00
visit.rs syntax: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00