rust/src/libsyntax
bors bb2168c525 auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton
Fix some old papercuts with diagnostics, e.g. tweaking spans, rewording messages. See individual commits.
2014-11-14 08:17:19 +00:00
..
ast_map Update parser with for syntax 2014-11-07 15:51:30 -05:00
diagnostics Fallout from collection conventions 2014-11-06 12:26:08 -05:00
ext auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelix 2014-11-13 14:17:10 +00:00
parse auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton 2014-11-14 08:17:19 +00:00
print Purge the old once_fns, which are not coming back 2014-11-07 15:51:30 -05:00
util Register new snapshots 2014-11-12 12:17:55 -08:00
abi.rs Implement flexible target specification 2014-11-04 05:07:47 -05: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 auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton 2014-11-14 05:37:17 +00:00
attr.rs Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
codemap.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
config.rs rustc: Process #[cfg]/#[cfg_attr] on crates 2014-11-07 12:04:28 -08:00
diagnostic.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
feature_gate.rs Purge the old once_fns, which are not coming back 2014-11-07 15:51:30 -05:00
fold.rs auto merge of #18743 : nikomatsakis/rust/hrtb-refactor-2, r=pcwalton 2014-11-09 03:51:41 +00:00
lib.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07: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 rustc: Process #[cfg]/#[cfg_attr] on crates 2014-11-07 12:04:28 -08:00
visit.rs Update parser with for syntax 2014-11-07 15:51:30 -05:00