about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2018-12-04Fix testShotaro Yamada-1/+0
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-2310/+0
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-29/+1
2018-11-27remove uses of feature gateMark Mansi-2/+0
2018-11-23Fix proc-macro test after internal API changeEsteban Küber-2/+2
2018-11-18Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichtonPietro Albini-0/+2
2018-11-15test/linkage-visibility: Ignore on musl targetsSamuel Holland-0/+2
2018-11-15Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoeristerPietro Albini-1/+1
2018-11-12Fix fulldeps test with NodeIdOliver Scherer-1/+1
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-1/+2
2018-10-19Update more internals tests to `default`Oliver Scherer-2/+2
2018-10-19Update a compiler-test to the `Default` changesOliver Scherer-1/+1
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-1/+1
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-2/+2
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-2/+2
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-1/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-1/+1
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-14/+14
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-2/+0
2018-09-26Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoeristerbors-3/+4
2018-09-26Remove OneVectorljedrz-3/+4
2018-09-22stabilize pattern_parentheses featureAlex Stokes-3/+1
2018-09-21Added expected (compile-time) outputs.Felix S. Klock II-0/+7
2018-09-21Add `Rustc` prefixes to `derive(Decodable, Encodable)`.Felix S. Klock II-10/+16
2018-09-21Allow various lints in `src/test/run-pass-fulldeps/` so that it can continue ...Felix S. Klock II-0/+56
2018-09-11Add missing #![feature(min_const_fn)] to the newtype_index test.Eduard-Mihai Burtescu-1/+1
2018-09-11Satisfy tidyOliver Schneider-1/+1
2018-09-11Forbid the upper indices of `IndexVec` indices to allow for niche optimizationsOliver Schneider-0/+20
2018-09-08Track distinct spans for open and close delimiterDavid Tolnay-1/+2
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-2/+2
2018-08-27Remove path prefixes from NodeKindvarkor-1/+2
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-1/+1
2018-08-27Move with_globals setup from run_compiler to runJohn Kåre Alsaker-1/+3
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-1/+1
2018-08-24Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppekennytm-1/+1
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+1
2018-08-23Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoeristerbors-1/+1
2018-08-23Prefer `.nth(n)` over `.skip(n).next()`.Corey Farwell-1/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-1/+1
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-3/+3
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-2/+2
2018-08-19mv codemap source_mapDonato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-8/+8
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-2/+2
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-24/+0
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-2/+2
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-4/+5
2018-08-11Feature gate arbitrary tokens in non-macro attributes with a separate gateVadim Petrochenkov-1/+1