rust/src/libsyntax
est31 7821ea8391 Mark the pushpop_unsafe feature as "removed"
This marks the pushpop_unsafe feature as removed inside the feature_gate.
It was added in commit 1829fa5199 and then
removed again in commit d399098fd8 .
Seems that the second commit forgot to mark it as removed in feature_gate.rs.

This enables us to remove another element from the whitelist of non gate
tested unstable lang features (issue #39059).
2017-01-15 02:17:26 +01:00
..
diagnostics Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
ext Mark the pushpop_unsafe feature as "removed" 2017-01-15 02:17:26 +01:00
parse syntax: struct field attributes and cfg 2017-01-11 21:33:17 -08:00
print Auto merge of #38692 - estebank:remove-try-from-pprust, r=petrochenkov 2017-01-01 18:42:34 +00:00
util annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
abi.rs Further and hopefully final Windows fixes 2016-12-30 15:19:50 +01:00
ast.rs syntax: struct field attributes and cfg 2017-01-11 21:33:17 -08:00
attr.rs syntax: struct field attributes and cfg 2017-01-11 21:33:17 -08:00
Cargo.toml Such large. Very 128. Much bits. 2016-12-30 15:15:44 +01:00
codemap.rs rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. 2016-11-28 04:18:10 +02:00
config.rs syntax: struct field attributes and cfg 2017-01-11 21:33:17 -08:00
diagnostic_list.rs Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Mark the pushpop_unsafe feature as "removed" 2017-01-15 02:17:26 +01:00
fold.rs Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried 2017-01-12 20:44:02 +00:00
json.rs Allow supplying an error destination via the compiler driver 2016-09-28 16:20:30 +13:00
lib.rs Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc 2017-01-08 08:22:06 +00:00
ptr.rs Documentation for default types modified 2016-09-11 22:58:01 +05:30
show_span.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
std_inject.rs Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
symbol.rs Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
test.rs Refactor how global paths are represented (for both ast and hir). 2016-12-22 06:14:35 +00:00
test_snippet.rs review comments 2016-11-23 23:44:17 -08:00
tokenstream.rs macros: fix the expected paths for a non-inline module matched by an item fragment. 2016-12-07 10:56:55 +00:00
visit.rs syntax: struct field attributes and cfg 2017-01-11 21:33:17 -08:00