summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-0/+25
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-0/+25
2020-06-30Stabilize `#[track_caller]`.Adam Perry-5/+3
2020-05-26expand `env!` with def-site contextAndy Russell-0/+2
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-17/+24
2020-05-19Auto merge of #68717 - petrochenkov:stabexpat, r=varkorbors-1/+1
2020-05-18Add tests for asm!Amanieu d'Antras-17/+24
2020-05-09Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkovRalf Jung-0/+113
2020-05-08Skip tests on emscriptenYuki Okushi-0/+15
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+98
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-1/+1
2020-05-01Add new tests and bless old testsLeSeulArtichaut-3/+7
2020-04-30Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievinkDylan DPC-5/+3
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-5/+3
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+9
2020-04-04macro_rules: `NtLifetime` cannot start with an identifierVadim Petrochenkov-0/+13
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-16/+3
2020-03-27Rollup merge of #70434 - Centril:fix-34421, r=estebankMazdak Farrokhzad-0/+55
2020-03-27suggest semi on expr mac!() good as stmt mac!().Mazdak Farrokhzad-0/+55
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-8/+8
2020-03-24fix rebase fallout due to #69497.Mazdak Farrokhzad-10/+25
2020-03-24defatalize `compile_declarative_macro`Mazdak Farrokhzad-0/+22
2020-03-24mbe::transcribe: defatalize errors.Mazdak Farrokhzad-4/+33
2020-03-24generic_extension: defatalize Error caseMazdak Farrokhzad-5/+22
2020-03-24nix panictry! in ParserAnyMacro::makeMazdak Farrokhzad-1/+27
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-23Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=CentrilMazdak Farrokhzad-6/+4
2020-03-22Normalize wording of privacy access labelsEsteban Küber-1/+1
2020-03-21Bless testsLeSeulArtichaut-6/+4
2020-03-21Rollup merge of #69497 - Zoxc:ast-fragment-error, r=petrochenkovDylan DPC-2/+13
2020-03-20expand_include: set `.directory` to dir of included file.Mazdak Farrokhzad-0/+13
2020-03-19Update testJohn Kåre Alsaker-2/+13
2020-03-17Update pretty testsGuillaume Gomez-1/+1
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-18/+17
2020-03-13Add test for issue-58490Yuki Okushi-0/+40
2020-03-10macros/unknown-builtin: use hack for musl problemsMazdak Farrokhzad-1/+6
2020-03-10--bless some testsMazdak Farrokhzad-3/+7
2020-03-06Turn trailing tokens in `assert!()` into hard errorsLeSeulArtichaut-13/+7
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-18/+17
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-9/+10
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-3/+3
2020-02-15Avoid calling `fn_sig` on closuresYuki Okushi-0/+40
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-10/+9
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-4/+64
2020-02-06rustc_errors: hide "in this macro invocation" when redundant, more explicitly.Eduard-Mihai Burtescu-4/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-4/+4
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-2/+2
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-1/+1