rust/src/libsyntax
bors 258f3030ab Auto merge of #27913 - birkenfeld:remove_suffix_len, r=alexcrichton
The methods gave wrong results for TyIs and TyUs, whose suffix len
should be 5 nowadays.  But since they were only used for parsing,
and unneeded for that since 606a309d, remove them rather than fixing.

I hope this is ok to do, since all of rustc is considered unstable...
2015-08-22 16:14:25 +00:00
..
diagnostics Introduce a "origin/cause" for new requirements (or bugfixes...) introduced by RFC 1214, 2015-08-12 17:58:22 -04:00
ext Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakis 2015-08-19 00:54:38 +00:00
parse syntax: fix use of "vector" for [x; n] literal and [x, y] patterns 2015-08-11 17:41:06 +02:00
print Auto merge of #27613 - GSam:binop, r=nrc 2015-08-21 17:42:19 +00:00
util
abi.rs Create "platform-intrinsic" ABI for SIMD/platform intrinsics. 2015-08-17 14:41:38 -07:00
ast_util.rs move InlinedItem into librustc, where it belongs 2015-08-14 20:07:55 -04:00
ast.rs syntax: remove suffix_len methods from LitIntTypes 2015-08-20 07:23:29 +02:00
attr.rs feature gate cfg(target_feature). 2015-08-17 14:41:37 -07:00
codemap.rs add and use Span.substitute_dummy method 2015-08-10 20:43:11 +02:00
config.rs feature gate cfg(target_feature). 2015-08-17 14:41:37 -07:00
diagnostic.rs Auto merge of #26846 - P1start:print-maybe-styled-macro, r=pnkfelix 2015-07-29 00:28:55 +00:00
feature_gate.rs Rename simd_basics feature gate to repr_simd. 2015-08-17 14:41:39 -07:00
fold.rs Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton 2015-08-10 20:24:06 +00:00
lib.rs Add issue for the rustc_private feature everywhere 2015-08-15 18:09:17 -07:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
str.rs
test.rs feature gate cfg(target_feature). 2015-08-17 14:41:37 -07:00
visit.rs move InlinedItem into librustc, where it belongs 2015-08-14 20:07:55 -04:00