rust/src/libsyntax
bors 9982314577 Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonw
This allows marking attributes as whitelisted/crate-only independent of
their feature gate status.

Closes #24213
2015-08-29 21:59:24 +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 Allow #[derive()] to generate unsafe trait impls 2015-08-29 14:50:05 -04: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 Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
config.rs feature gate cfg(target_feature). 2015-08-17 14:41:37 -07:00
diagnostic.rs Enumify CompilerExpansion in ExpnInfo 2015-08-27 05:16:05 +05:30
entry.rs Move entry point identification logic to libsyntax 2015-08-24 20:27:42 -04:00
feature_gate.rs Handle gateage of built-in attributes seperately 2015-08-29 11:37:40 +02:00
fold.rs Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton 2015-08-10 20:24:06 +00:00
lib.rs Move entry point identification logic to libsyntax 2015-08-24 20:27:42 -04: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 Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Rollup merge of #28033 - Manishearth:compilerexpn, r=eddyb 2015-08-28 03:38:37 +05:30
visit.rs FnFnBlock -> FkClosure 2015-08-16 18:23:58 +05:30