about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-16Rollup merge of #88089 - dns2utf8:rustdoc_font_test, r=GuillaumeGomezMara Bos-2/+26
2021-08-16Rollup merge of #88080 - fee1-dead:iterator-const, r=oli-obkMara Bos-0/+18
2021-08-16Rollup merge of #88011 - jyn514:check-all-targets, r=Mark-SimulacrumMara Bos-42/+36
2021-08-16Rollup merge of #87958 - m-ou-se:closure-migration-multispan-suggestions, r=e...Mara Bos-152/+44
2021-08-16Rollup merge of #87677 - amalik18:issue-2788-fix, r=pietroalbiniMara Bos-0/+4
2021-08-16Rollup merge of #87178 - moxian:rd-use, r=jyn514Mara Bos-4/+3
2021-08-16Move working checks into separate test filesGuillaume Gomez-4/+17
2021-08-16Add UI tests for doc(test(...)) attribute checksGuillaume Gomez-0/+100
2021-08-16Merge the two test files as they are testing the same featuresStefan Schindler-21/+19
2021-08-16Add a font test based on #85669Stefan Schindler-0/+21
2021-08-16Fix double output of the summary lineStefan Schindler-2/+7
2021-08-16Update to LLVM 13Nikita Popov-0/+0
2021-08-16Relax internal/private checks in coverage IR testNikita Popov-6/+4
2021-08-16Use note to point at bound introducing requirementEsteban Küber-1915/+3156
2021-08-16Take into account jobs number for rustdoc gui testsGuillaume Gomez-3/+23
2021-08-16Fix a coverage-reports testCameron Steffen-3/+3
2021-08-16clippy: Fix format_args expansion parsingCameron Steffen-15/+20
2021-08-16Set LLVM_INCLUDE_TESTS=OFF when building LLVMNikita Popov-0/+1
2021-08-16Use llvm.compiler.used insetad of llvm.usedNikita Popov-1/+3
2021-08-16Update coverage LLVM IR testNikita Popov-5/+4
2021-08-16Remove codegen/issue-83623-SIMD-PartialEq.rsNikita Popov-46/+0
2021-08-16Handle SrcMgr diagnosticsNikita Popov-3/+5
2021-08-16Fix a debuginfo testCameron Steffen-1/+3
2021-08-16Add unnecessary unsafe testCameron Steffen-2/+17
2021-08-16Make Arguments constructors unsafeCameron Steffen-33/+49
2021-08-16Update codegen tests for LLVM 13Nikita Popov-3/+3
2021-08-16Show correct macro name in non_fmt_panics message.Mara Bos-11/+11
2021-08-16Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearthbors-6/+28
2021-08-16Add more assert!() tests for non_fmt_panics.Mara Bos-4/+60
2021-08-16Add tests for non_fmt_panics in generic functions.Mara Bos-1/+105
2021-08-16Update non_fmt_panics test.Mara Bos-15/+68
2021-08-16Add ui testDeadbeef-0/+18
2021-08-16Don't mark `if_let_guard` as an incomplete featureLéo Lanteri Thauvin-18/+12
2021-08-16Update test output.Mara Bos-152/+44
2021-08-16Auto merge of #88032 - hyd-dev:no-mangle-method, r=petrochenkovbors-2/+3
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-434/+365
2021-08-16feature gate doc(primitive)Joshua Nelson-6/+28
2021-08-16:arrow_up: rust-analyzerLaurențiu Nicola-37/+17
2021-08-16Allow the iOS toolchain to be built on Linuxkit-5/+0
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-434/+365
2021-08-15add regression testErik Desjardins-0/+25
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-21/+53
2021-08-16Document private items for rustfmtJoshua Nelson-16/+7
2021-08-16Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasperbors-1446/+1420
2021-08-15Add `--target` flag to `issue-85019-moved-src-dir`Aaron Hill-4/+4
2021-08-15Auto merge of #87590 - Amanieu:deprecate_llvm_asm, r=nagisabors-132/+177
2021-08-15Copy over run-make ignores from issue-83112-incr-test-moved-fileAaron Hill-0/+3
2021-08-15Include (potentially remapped) working dir in crate hashAaron Hill-0/+31
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1446/+1420
2021-08-15Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillotbors-27/+75