rust/src/libsyntax
Huon Wilson 661598cef0 Use the correct span for out-of-range int literals.
This corrects the error message to point at the literal, not the next
token.

Closes #17123.
2014-11-13 13:43:01 +11: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 #18755 : japaric/rust/ord, r=alexcrichton 2014-11-09 12:31:40 +00:00
parse Use the correct span for out-of-range int literals. 2014-11-13 13:43:01 +11:00
print Purge the old once_fns, which are not coming back 2014-11-07 15:51:30 -05:00
util Renamed Extendable to Extend 2014-11-08 15:02:09 +01: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 Update parser with for syntax 2014-11-07 15:51:30 -05: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