summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
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
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-15/+15
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-1/+1
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-15/+15
2018-08-05Fix run-pass-fulldeps testsvarkor-4/+3
2018-08-05Convert unknown_features lint into an errorvarkor-1/+0
2018-08-03Store concrete crate stores where possibleMark Rousskov-2/+3
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-2/+2
2018-08-01Make sure we prepare for thin LTO whenever we are emitting bitcodeColin Pronovost-1/+1
2018-07-23Allow by default, fix testsmark-2/+4
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-4/+3
2018-07-19rustc: Fix two custom attributes with custom deriveAlex Crichton-0/+46
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-70/+61
2018-07-14Remove some tests using AST comparisons, fix other testsVadim Petrochenkov-59/+0
2018-07-10rustc: Search all derives for inert attributesAlex Crichton-0/+52
2018-06-30proc-macro: Use transparent marks for call-site hygieneVadim Petrochenkov-0/+60
2018-06-27Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoeristerbors-4/+3
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+1
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-4/+3
2018-06-26driveby status update to 2015 comment about parens in patternsZack M. Davis-0/+2
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-4/+4
2018-06-21Fix test using ExprKind::ClosureTaylor Cramer-0/+1
2018-06-19Auto merge of #50383 - stevepentland:union-derive, r=oli-obkbors-0/+52
2018-06-19Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n...bors-0/+49
2018-06-18Add ability to apply custom derive to union types.Steve Pentland-0/+52
2018-06-12add tests for $crate in QSelf pathsMichael Lamparski-4/+101
2018-06-08Add test for libsyntax with canonicalized base pathEvgenii Pashkin-0/+49
2018-06-05Add AdHocCalls and pass self to build_controller as Box<Self>bjorn3-12/+15