about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2018-06-01rework to report errors from crates in a consistent orderNiko Matsakis-27/+27
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-60/+132
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+2
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-1/+1
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-3/+3
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+57
2018-05-16Fix update-references for tests within subdirectories.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-12/+11
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-22/+18
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+57
2018-05-15proc_macro: Validate inputs to `Punct::new` and `Ident::new`Vadim Petrochenkov-0/+147
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-2/+2
2018-05-13Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man...kennytm-9/+9
2018-05-12rustc: Only suggest deleting `extern crate` if it worksAlex Crichton-11/+13
2018-05-11rustc: Include semicolon when removing `extern crate`Alex Crichton-9/+9
2018-05-04Add testManish Goregaokar-0/+123
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-2/+2
2018-04-02proc_macro: Reorganize public APIAlex Crichton-12/+13
2018-03-16Update testsJohn Kåre Alsaker-0/+4
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Fix rebaseVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-57/+57
2018-02-25Reduce error codes length when too much are thrownGuillaume Gomez-4/+0
2018-02-25Update ui testsGuillaume Gomez-0/+6
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-2/+3
2018-01-18Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=est...kennytm-3/+3
2018-01-15Don't include bang in macro replacement suggestionRyan Cumming-3/+3
2018-01-15Make ui-fulldeps/update-references executableRyan Cumming-0/+0
2018-01-03Add 'Span.parent()' and 'Span.source()' to proc_macro API.Sergio Benitez-0/+240
2018-01-01Remove a test blocking the update of the `log` crateMalo Jaffré-39/+0
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-0/+213
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-34/+44
2017-11-21Add test for #44953Virgil Palanciuc-0/+39
2017-11-14Rename `Span::default` -> `Span::def_site`.Jeffrey Seyfried-2/+2
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+2
2017-09-25Point at signature on unused lintEsteban Küber-1/+1
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-0/+142
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-3/+9
2017-07-17Change some helps to suggestionsOliver Schneider-41/+27
2017-07-17Move some tests from compile-fail to uiOliver Schneider-0/+231
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-0/+261
2017-03-04Separate "ui-fulldeps" tests from "ui" testsVadim Petrochenkov-0/+60