rust/src/libsyntax
2015-08-24 18:43:41 +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 #27239 - apasel422:issue-19102, r=huonw 2015-08-24 18:43:41 +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 syntax: replace sess.span_diagnostic.cm with sess.codemap(). 2015-05-14 01:47:56 +03:00
abi.rs Create "platform-intrinsic" ABI for SIMD/platform intrinsics. 2015-08-17 14:41:38 -07:00
ast.rs move def-id to rustc crate 2015-08-24 05:34:58 -04:00
ast_util.rs Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix 2015-08-24 12:47:57 +00: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 Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
ptr.rs syntax: remove #![feature(box_syntax, box_patterns)] 2015-04-21 10:07:48 -07:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs syntax: Implement #![no_core] 2015-08-03 17:23:01 -07:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs feature gate cfg(target_feature). 2015-08-17 14:41:37 -07:00
visit.rs FnFnBlock -> FkClosure 2015-08-16 18:23:58 +05:30