about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-8/+48
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-4/+62
2021-03-07Add help suggesting `matches` to `let_chains` lintEsteban Küber-0/+48
2021-03-07Account for `if (let pat = expr) {}`Esteban Küber-222/+129
2021-03-07Update Source Code Pro and include italicsTrevor Spiteri-2/+3
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-0/+19
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-45/+0
2021-03-07Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obkYuki Okushi-25/+28
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-10/+51
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+196
2021-03-06Move some tests to more suitable subdirsYuki Okushi-45/+0
2021-03-06Handle negative literals in cast overflow warningYuki Okushi-1/+2
2021-03-06address commentsHenry Boisdequin-12/+9
2021-03-06Disable destination propagation on all mir-opt-levelsTomasz Miąsko-147/+255
2021-03-05Rollup merge of #82797 - henryboisdequin:name-issue-num, r=XanewokGuillaume Gomez-1/+1
2021-03-05Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obkGuillaume Gomez-72/+72
2021-03-05Rollup merge of #82714 - estebank:missing-braces, r=oli-obkGuillaume Gomez-0/+222
2021-03-05Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=ManishearthGuillaume Gomez-16/+94
2021-03-05bless mir-inlining warning messageSantiago Pastorino-1/+1
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-0/+19
2021-03-05Rename `rustdoc` to `rustdoc::all`Joshua Nelson-31/+55
2021-03-05Bump mir-opt-level from 2 to 3 in testsSantiago Pastorino-41/+41
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-30/+30
2021-03-05use pat<no_top_alt> for patterns in let bindingsmark-275/+457
2021-03-05Add regression test for #75525Dániel Buga-0/+27
2021-03-05Make invalid_doc_attribute lint pluralGuillaume Gomez-4/+4
2021-03-05Auto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m-ou-sebors-24/+153
2021-03-05Update tests names to start with `issue-`Henry Boisdequin-1/+1
2021-03-05Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwcoMara-0/+32
2021-03-05Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebankMara-24/+27
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-0/+94
2021-03-05Auto merge of #82777 - GuillaumeGomez:rollup-etcsupl, r=GuillaumeGomezbors-5/+58
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-149/+212
2021-03-05expand: Introduce enum for module loading errors and make module loading spec...Vadim Petrochenkov-4/+4
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-11/+13
2021-03-05expand: Remove obsolete `DirectoryOwnership::UnownedViaMod`Vadim Petrochenkov-0/+15
2021-03-04Rollup merge of #82752 - JohnTitor:gat-ice-test, r=jackh726Guillaume Gomez-0/+40
2021-03-04Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warningsGuillaume Gomez-16/+20
2021-03-04Add tests for #[doc(test(...)] checkGuillaume Gomez-0/+74
2021-03-04Update missing code example testGuillaume Gomez-5/+18
2021-03-04Auto merge of #81451 - nikic:llvm-12, r=nagisabors-48/+53
2021-03-04Rollup merge of #82717 - estebank:issue-70152, r=lcnrYuki Okushi-0/+56
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-99/+201
2021-03-04Add a regression test for issue-81712Yuki Okushi-0/+40
2021-03-03Auto merge of #82702 - jyn514:downgrade-err, r=Manishearthbors-8/+38
2021-03-03Detect match arm body without bracesEsteban Küber-0/+222
2021-03-03reworded messageEsteban Küber-1/+3
2021-03-03Explicitly disable preinline during pgo-use testNikita Popov-5/+4
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-8/+38
2021-03-03Fix diagnostic suggests adding type `[type error]`Henry Boisdequin-20/+26