rust/src/libsyntax
Jakub Bukaj 20241aa408 rollup merge of #19020: Gankro/better-warn
Came up on IRC that this was a bit unhelpful as to what should actually be *done*. I am new to changing compiler messages, please let me know if there's anything else that needs to be done to accomadate this change.

(My build system is still constantly crashing [Is bors contagious?], so this hasn't been formally `check`ed. I figure it's a simple enough change that any consequences [like compile-fail expected messages?] can be eyeballed by someone more experienced.)
2014-11-18 00:24:05 +01:00
..
ast_map Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
diagnostics Fallout from deprecation 2014-11-17 11:26:48 -08:00
ext rollup merge of #18911: canndrew/slice_shift_char 2014-11-18 00:23:55 +01:00
parse rollup merge of #19020: Gankro/better-warn 2014-11-18 00:24:05 +01:00
print rollup merge of #18911: canndrew/slice_shift_char 2014-11-18 00:23:55 +01:00
util Fallout from deprecation 2014-11-17 11:26:48 -08:00
abi.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
ast_util.rs Support parenthesized paths Foo(A,B) -> C that expand to Foo<(A,B),C>. These paths also bind anonymous regions (or will, once HRTB is fully working). 2014-11-06 06:48:23 -05:00
ast.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
attr.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
codemap.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
config.rs rustc: Process #[cfg]/#[cfg_attr] on crates 2014-11-07 12:04:28 -08:00
diagnostic.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
feature_gate.rs rollup merge of #18890: luqmana/tf 2014-11-18 00:23:50 +01:00
fold.rs Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
lib.rs Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq 2014-11-16 14:23:15 +01:00
owned_slice.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
ptr.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
show_span.rs rebasing fixes 2014-09-17 16:53:20 +12:00
std_inject.rs Support parenthesized paths Foo(A,B) -> C that expand to Foo<(A,B),C>. These paths also bind anonymous regions (or will, once HRTB is fully working). 2014-11-06 06:48:23 -05:00
test.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
visit.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00