about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps/auxiliary
AgeCommit message (Collapse)AuthorLines
2019-03-21cleanup: Remove compile-fail-fulldeps directory againVadim Petrochenkov-45/+0
2019-01-19Fix lints in testsJohn Kåre Alsaker-0/+4
2019-01-13Removed more copyright notices.Alexander Regueiro-10/+0
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-0/+51
2018-12-09Move compile-fail-fulldeps tests to ui-fulldepsVadim Petrochenkov-556/+0
2018-11-27remove uses of feature gateMark Mansi-3/+0
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+0
2018-08-31Update testsflip1995-1/+1
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-2/+2
Fix typos found by codespell.
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-3/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2018-08-05Fix run-pass-fulldeps testsvarkor-14/+14
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+3
2018-05-02fix testsflip1995-1/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-1/+5
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+4
Retains the `stmt_expr_attributes` feature requirement for attributes on expressions. closes #41475 cc #38356
2018-03-13Add test for issue 48941Michael Lamparski-0/+10
A broken test to be fixed in the next commit.
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+3
Remove a couple of obsolete lints
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+0
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-4/+4
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-2/+0
2017-01-03Regression test and exploratory unit test.Felix S. Klock II-0/+144
2016-12-07remove useless lifetimes on LateLintPass impl methodsOliver Schneider-2/+2
2016-12-07remove useless lifetime outlives boundsOliver Schneider-6/+6
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ↵Oliver Schneider-2/+2
to a Visitor
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-6/+7
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+0
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-2/+1
2016-10-14Avoid many CrateConfig clones.Nicholas Nethercote-1/+1
This commit changes `ExtCtx::cfg()` so it returns a `CrateConfig` reference instead of a clone. As a result, it also changes all of the `cfg()` callsites to explicitly clone... except one, because the commit also changes `macro_parser::parse()` to take `&CrateConfig`. This is good, because that function can be hot, and `CrateConfig` is expensive to clone. This change almost halves the number of heap allocations done by rustc for `html5ever` in rustc-benchmarks suite, which makes compilation 1.20x faster.
2016-09-15Remove irrelevant test.Jeffrey Seyfried-26/+0
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-2/+3
2016-08-25Fix fallout in tests.Jeffrey Seyfried-1/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-8/+9
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-1/+2
syntax-[breaking-change] cc #31645 (Only breaking because ast::TokenTree is now tokenstream::TokenTree.) This pull request refactors TokenTrees into their own file as src/libsyntax/tokenstream.rs, moving them out of src/libsyntax/ast.rs, in order to prepare for an accompanying TokenStream implementation (per RFC 1566).
2016-06-24Reexport syntax_pos in codemap and fix some cfail testsJonathan Turner-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. ↵cgswords-1/+2
Modified tests to point to the new file now.
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+422
For legacy reasons (presumably), Windows does not permit files name aux.