about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-09-02Add warning against unexpected --cfg with --check-cfgUrgau-3/+23
2022-09-02Rollup merge of #101294 - Xiretza:fix-100844-accident, r=davidtwcoGuillaume Gomez-85/+299
2022-09-02Rollup merge of #100827 - JakobDegen:better-tests, r=wesleywiserGuillaume Gomez-1509/+742
2022-09-02Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkovGuillaume Gomez-0/+174
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+63
2022-09-01Simplify MIR opt testsJakob Degen-1509/+742
2022-09-01Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-...Matthias Krüger-0/+26
2022-09-01Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddleMatthias Krüger-0/+24
2022-09-01Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=...Matthias Krüger-52/+104
2022-09-01Rollup merge of #94467 - ibraheemdev:master, r=pnkfelixMatthias Krüger-0/+56
2022-09-01Allow deriving multiple subdiagnostics using one SessionSubdiagnosticXiretza-48/+34
2022-09-01Revert parts of "use derive proc macro to impl SessionDiagnostic"Xiretza-85/+313
2022-09-01Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebankbors-2/+2
2022-09-01Adjust stderr fileOli Scherer-2/+2
2022-09-01do not suggest adding `move` to closure when `move` is already usedTakayuki Maeda-0/+26
2022-09-01Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrumbors-2/+2
2022-09-01Sort tests at compile time, not at startupBen Kimock-0/+82
2022-09-01Add regression test for #101129Guillaume Gomez-0/+24
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-69/+69
2022-09-01Auto merge of #100537 - petrochenkov:piccheck, r=oli-obkbors-2/+2
2022-08-31Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-5184/+9169
2022-08-31Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r...Matthias Krüger-7/+15
2022-08-31Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillotMatthias Krüger-15/+45
2022-08-31Rollup merge of #100844 - evopen:migrate-diag, r=davidtwcoMatthias Krüger-313/+85
2022-08-31Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate...Matthias Krüger-3/+127
2022-08-31Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkovMatthias Krüger-0/+8
2022-08-31Add rustdoc GUI testGuillaume Gomez-0/+27
2022-08-31Update rustdoc testsGuillaume Gomez-52/+77
2022-08-31lint: avoid linting diag functions with diag lintsDavid Wood-7/+15
2022-08-31Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomezRalf Jung-0/+36
2022-08-31Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwcoRalf Jung-2/+2
2022-08-31Rollup merge of #90946 - GuillaumeGomez:def-id-remove-weird-case, r=ManishearthRalf Jung-0/+37
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-313/+85
2022-08-31add TestReachabilityVisitorBryanskiy-0/+174
2022-08-31Fix ci checksDezhi Wu-2/+2
2022-08-31Fix a bunch of typoDezhi Wu-67/+67
2022-08-31Add regression test for implementations displayed on reference primitive typeGuillaume Gomez-0/+37
2022-08-31Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwcoMatthias Krüger-30/+30
2022-08-31Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr...Matthias Krüger-140/+274
2022-08-31Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwcoMatthias Krüger-100/+292
2022-08-31Fix uintended diagnostic caused by `drain(..)`Donough Liu-15/+45
2022-08-30Stabilize GATsJack Huey-766/+307
2022-08-31Auto merge of #101220 - JohnTitor:rollup-ov7upr7, r=JohnTitorbors-0/+71
2022-08-31Rollup merge of #101200 - nikic:issue-85872, r=compiler-errorsYuki Okushi-0/+20
2022-08-31Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddleYuki Okushi-0/+51
2022-08-30Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obkbors-49/+68
2022-08-30[drop tracking] Use parent expression for scopeEric Holk-0/+3
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-10/+66
2022-08-30rustdoc: Resugar async fn return type in `clean`, not `html`Nixon Enraght-Moony-0/+36
2022-08-30Add test for issue #85872Nikita Popov-0/+20