about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-08-12Rollup merge of #74960 - nbdd0121:typeck, r=nikomatsakisYuki Okushi-0/+38
2020-08-11Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercotebors-3/+28
2020-08-11Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiserbors-345/+764
2020-08-11move Deaggregate pass to post_borrowck_cleanupRalf Jung-345/+764
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-7/+7
2020-08-11Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obkYuki Okushi-8/+5
2020-08-11Rollup merge of #75333 - davidtwco:polymorphization-75260-fixes, r=lcnrYuki Okushi-0/+14
2020-08-11Auto merge of #75383 - Dylan-DPC:rollup-6hi36zn, r=Dylan-DPCbors-83/+195
2020-08-11Rollup merge of #75363 - Aaron1011:fix/diag-infcx, r=lcnrDylan DPC-0/+101
2020-08-11Rollup merge of #75339 - RalfJung:eval-required, r=oli-obkDylan DPC-31/+94
2020-08-11Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddybDylan DPC-52/+0
2020-08-10Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkovbors-122/+160
2020-08-10Auto merge of #75349 - nnethercote:tweak-confusable-idents-checking, r=petroc...bors-2/+13
2020-08-10Auto merge of #75127 - jyn514:impl-trait, r=pnkfelixbors-95/+92
2020-08-10Add missing primary labelEsteban Küber-6/+6
2020-08-10Point at item definition in foreign cratesEsteban Küber-8/+40
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-41/+7
2020-08-10Tweak ordering of suggestionsEsteban Küber-81/+121
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-0/+9
2020-08-10Auto merge of #74953 - JulianKnodt:master, r=lcnrbors-55/+127
2020-08-10Add test for rustc_const_unstable on methodsGuillaume Gomez-0/+9
2020-08-10polymorphize: constrain unevaluated const handlingDavid Wood-0/+14
2020-08-10Use existing `infcx` when emitting trait impl diagnosticAaron Hill-0/+101
2020-08-10unused_delims: trim exprBastian Kauschke-7/+7
2020-08-10add test for unused erroneous const in CTFERalf Jung-0/+63
2020-08-10Convert `Eq` impl to check Ord::Equalkadmin-1/+1
2020-08-09Tweak conditions for E0026 and E0769Esteban Küber-8/+5
2020-08-10Auto merge of #75351 - JohnTitor:rollup-q9udsyx, r=JohnTitorbors-2/+41
2020-08-10Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwcoYuki Okushi-0/+24
2020-08-10Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwcoYuki Okushi-1/+11
2020-08-10Rollup merge of #75318 - jyn514:primitive, r=manishearthYuki Okushi-1/+6
2020-08-09Do not ICE when lowering invalid extern fn with bodiesEsteban Küber-0/+24
2020-08-10Fix symbol ordering for confusable idents detection.Nicholas Nethercote-2/+13
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-163/+233
2020-08-09bless MIRRalf Jung-31/+31
2020-08-09instance: only polymorphize upvar substsDavid Wood-52/+0
2020-08-09Give precedence to primitives over modulesJoshua Nelson-1/+6
2020-08-09tests: Mark `ui/asm/bad-arch.rs` as requiring wasm llvm backendVadim Petrochenkov-1/+2
2020-08-09Change Ord impl for ParamKindOrdkadmin-46/+47
2020-08-09Blessed old test where error message had changedkadmin-1/+1
2020-08-09Test lifetimes after types after consts forbiddenkadmin-4/+41
2020-08-09Added +1 test for only works w/ feat const genkadmin-1/+54
2020-08-08Detect likely `for foo of bar` JS syntaxEsteban Küber-1/+11
2020-08-08Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnrbors-2/+72
2020-08-08Add another testJoshua Nelson-0/+32
2020-08-08Auto merge of #74533 - nikic:issue-74425, r=eddybbors-0/+25
2020-08-08Emit == null instead of <= nullNikita Popov-0/+25
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-4/+4
2020-08-08Rm restriction on ord of default types w/ constskadmin-37/+18
2020-08-08Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitorbors-4/+60