summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+246
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-2/+2
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-0/+382
2017-11-06Inclusive range updated to `..=` syntaxBadel2-2/+2
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+2
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+1
2017-10-05`proc_macro::Span` API improvementsAustin Bonander-0/+107
2017-10-04Fix some E-needstest issues.Malo Jaffré-0/+1
2017-09-27Apply attr proc macros before cfg processingTomas Nilsson-0/+121
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-0/+2
2017-09-06better explanatory comment for the pprust-expr-roundtrip testStuart Pernsteiner-0/+18
2017-09-06pprust: fix parenthesization of exprsStuart Pernsteiner-0/+227
2017-08-25rustc: Fix proc_macro expansions on trait methodsAlex Crichton-0/+53
2017-08-22Update ignored tests for dynamic muslSamuel Holland-2/+0
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-1/+6
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+13
2017-06-26Update and fix a few testsAlex Crichton-6/+6
2017-06-26Address review comments.Jeffrey Seyfried-7/+7
2017-06-26Test compound tokens.Jeffrey Seyfried-0/+56
2017-06-26Add exmaple/test for `quote!` hygiene.Jeffrey Seyfried-0/+82
2017-06-26Add `LazyTokenStream`.Jeffrey Seyfried-1/+1
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-124/+55
2017-06-13Merge crate `collections` into `alloc`Murarth-4/+1
2017-06-10Auto merge of #42533 - Mark-Simulacrum:macro-parse-speed-small, r=jseyfriedbors-1/+1
2017-06-08Speed up expansion.Mark Simulacrum-1/+1
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+83
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-209/+0
2017-05-13Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…")kennytm-2/+70
2017-05-04add regression test for issue #24106Andy Russell-0/+40
2017-05-02Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddybCorey Farwell-98/+0
2017-05-01kill regr test using ad-hoc lintNiko Matsakis-98/+0
2017-04-28Unignore tests which work fine now.Mark Simulacrum-1/+1
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-5/+7
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-8/+0
2017-03-27Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturonAlex Crichton-0/+64
2017-03-23Remove internal liblogAlex Crichton-221/+0
2017-03-23std: Don't cache stdio handles on WindowsAlex Crichton-0/+64
2017-03-21Fix bug in legacy `#[derive]` processing logic.Jeffrey Seyfried-0/+25
2017-03-19Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrcCorey Farwell-10/+16
2017-03-15Improve the `TokenStream` quoter.Jeffrey Seyfried-10/+16
2017-03-14Add tests.Jeffrey Seyfried-7/+13
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-78/+0
2017-03-03Fix fallout in unit tests.Jeffrey Seyfried-9/+9
2017-03-02Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfriedCorey Farwell-0/+46
2017-02-28Implement function-like procedural macros ( `#[proc_macro]`)Austin Bonander-0/+46
2017-02-28Add regression test.Jeffrey Seyfried-0/+49
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-6/+3
2017-02-22Don't assume plugin-whitelisted attributes are proc macro attributesAustin Bonander-0/+83
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-3/+1
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-5/+0