about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-10Convert `Eq` impl to check Ord::Equalkadmin-1/+1
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-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
2020-08-08Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514Yuki Okushi-0/+54
2020-08-08Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=AmanieuYuki Okushi-4/+6
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+4
2020-08-08Auto merge of #74877 - lcnr:min_const_generics, r=oli-obkbors-66/+321
2020-08-07EXTREMELY hacky fixJoshua Nelson-19/+34
2020-08-08Cross-crate doc inlining test case for elided lifetimeGary Guo-14/+22
2020-08-08Auto merge of #75048 - eggyal:force-no-tco-start-backtrace-frame, r=Mark-Simu...bors-0/+23
2020-08-07Display elided lifetime for external pathsGary Guo-0/+13
2020-08-07Display elided lifetime for non-reference type in docGary Guo-0/+33
2020-08-07Prevent `__rust_begin_short_backtrace` frames from being tail-call optimised ...Alan Egerton-0/+23
2020-08-07Auto merge of #75255 - davidtwco:polymorphisation-symbol-mangling-v0-upvar-cl...bors-0/+187
2020-08-07instance: polymorphize `FnDef` substsDavid Wood-4/+19
2020-08-07instance: always polymorphize substsDavid Wood-0/+37
2020-08-07instance: polymorphize upvar closures/generatorsDavid Wood-0/+135
2020-08-07polymorphize: non-promoted unevaluated constantsDavid Wood-0/+33
2020-08-07Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiserbors-7/+182
2020-08-07polymorphize: visit promoted MIRDavid Wood-2/+39
2020-08-07Apply `extern "C"` calling conventionAaron Hill-1/+1
2020-08-07Only test function-arguments-naked.rs on x86_64Aaron Hill-1/+5
2020-08-07Auto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011bors-0/+78
2020-08-07Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomezbors-4/+24
2020-08-07Auto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simulacrumbors-15/+15
2020-08-07Fix natvis testsAmanieu d'Antras-15/+15