rust/src/libsyntax
Alex Crichton 0c981875e4 rollup merge of #21340: pshc/libsyntax-no-more-ints
Collaboration with @rylev!

I didn't change `int` in the [quasi-quoter](99ae1a30f3/src/libsyntax/ext/quote.rs (L328)), because I'm not sure if there will be adverse effects.

Addresses #21095.
2015-01-21 09:13:51 -08:00
..
ast_map libsyntax: uint types to usize 2015-01-17 23:45:29 +00:00
diagnostics Add some extended errors. 2015-01-20 11:27:51 -08:00
ext rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
parse rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
print rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
util libsyntax: 0u -> 0us, 0i -> 0is 2015-01-18 19:43:44 -08:00
abi.rs libsyntax: uint types to usize 2015-01-17 23:45:29 +00:00
ast.rs rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
ast_util.rs libsyntax: 0u -> 0us, 0i -> 0is 2015-01-18 19:43:44 -08:00
attr.rs libsyntax: uint types to usize 2015-01-17 23:45:29 +00:00
codemap.rs libsyntax: 0u -> 0us, 0i -> 0is 2015-01-18 19:43:44 -08:00
config.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00
diagnostic.rs rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
feature_gate.rs Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix 2015-01-20 02:23:49 +00:00
fold.rs rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
lib.rs Set allow(unstable) in crates that use unstable features 2015-01-17 16:38:04 -08:00
owned_slice.rs Register new snapshots 2015-01-06 15:24:24 -08:00
ptr.rs Register new snapshots. 2015-01-17 16:37:34 -08:00
show_span.rs More test fixes! 2015-01-05 22:58:37 -08:00
std_inject.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
test.rs rollup merge of #21340: pshc/libsyntax-no-more-ints 2015-01-21 09:13:51 -08:00
visit.rs syntax: add fully qualified UFCS expressions. 2015-01-15 18:51:14 +02:00