about summary refs log tree commit diff
path: root/src/test/ui/rfc-2361-dbg-macro
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-143/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-5/+0
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-0/+6
2022-07-19Mention first and last macro in backtraceMichael Goulet-1/+1
2022-04-05Suggest derivable trait on E0277ohno418-0/+4
2022-02-03Bless all pretty printer tests and ui testsDavid Tolnay-1/+1
2021-06-22Change Debug unimplemented message per requestAris Merchant-1/+1
2021-06-16Update test stderr filesAris Merchant-3/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-5/+5
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-3/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-2/+2
2019-08-28Update dbg macro test to use `check-run-results` flag for run-pass testNathan-82/+30
2019-05-16fixed issues relating to line numbers being shiftedDario Gonzalez-15/+15
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2019-04-22update tests for migrate mode by defaultMatthew Jasper-29/+3
2019-04-19extend ui testAndre Bogus-0/+22
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-4/+4
2019-03-19Rollup merge of #57847 - clarcharr:dbg_no_params, r=CentrilMazdak Farrokhzad-4/+9
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-3/+3
2019-02-02Test behaviourClar Fon-4/+9
2019-01-24Fix --compare-mode=nll testsEsteban Küber-1/+2
2018-12-04Update testsOliver Scherer-6/+7
2018-12-01stabilize std::dbg!(...)Mazdak Farrokhzad-34/+12
2018-09-23dbg_macro: fix line numbersMazdak Farrokhzad-8/+8
2018-09-23dbg_macro: only ignore cloudabi and emscriptenMazdak Farrokhzad-2/+0
2018-09-23dbg_macro: more things...Mazdak Farrokhzad-0/+3
2018-09-22dbg_macro: // ignore-wasmMazdak Farrokhzad-8/+9
2018-09-20debug_macro: --bless tests.Mazdak Farrokhzad-23/+1
2018-09-20dbg_macro: notes about VCS and log::debug!(..)Mazdak Farrokhzad-0/+0
2018-09-20dbg_macro: output tests.Mazdak Farrokhzad-0/+119
2018-09-20dbg_macro: Debug-required test.Mazdak Farrokhzad-0/+24
2018-09-20dbg_macro: feature gate + move semantics test.Mazdak Farrokhzad-0/+89