about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-11-24Rollup merge of #66641 - VirrageS:master, r=CentrilMazdak Farrokhzad-0/+34
2019-11-24Rollup merge of #64856 - jonhoo:format-temporaries, r=sfacklerMazdak Farrokhzad-26/+52
2019-11-23Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume...Mazdak Farrokhzad-0/+1
2019-11-23Rollup merge of #66539 - estebank:let-ty, r=CentrilMazdak Farrokhzad-348/+662
2019-11-23Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-16/+15
2019-11-23Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michae...bors-0/+97
2019-11-23Add error reporting on nested keywords inside 'enum' definitionJanusz Marcinkiewicz-0/+34
2019-11-23Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obkbors-308/+1180
2019-11-23rustdoc: Mark `--extern-private` as unstableOliver Middleton-0/+1
2019-11-22Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obkMazdak Farrokhzad-49/+32
2019-11-22Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkovMazdak Farrokhzad-43/+0
2019-11-22Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkovMazdak Farrokhzad-32/+99
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-6/+3
2019-11-22Auto merge of #66524 - ecstatic-morse:compiletest-multiple-revisions, r=Centrilbors-19/+7
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-348/+662
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-308/+1180
2019-11-22Auto merge of #66282 - Centril:simplify-try, r=oli-obkbors-3/+215
2019-11-21Change some tests to use the shorter comment styleDylan MacKenzie-17/+6
2019-11-21Fix broken incremental testDylan MacKenzie-2/+1
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-11/+8
2019-11-21Bless remaining test outputMatthew Jasper-45/+28
2019-11-21Readjust const qualification to detect statics againSantiago Pastorino-4/+4
2019-11-21Introduce MIR optimizations for simplifying `x?` on `Result`s.Mazdak Farrokhzad-3/+215
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-11/+8
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-3399/+2272
2019-11-21Rename the cfg attribute from rustdoc to docGuillaume Gomez-1/+1
2019-11-21Stabilize cfg rustdocGuillaume Gomez-16/+15
2019-11-21Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakisMazdak Farrokhzad-8/+64
2019-11-21never_type: test interaction with auto traitsMazdak Farrokhzad-0/+16
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-16/+47
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-277/+130
2019-11-20debuginfo: Support for std::collections::Hash* in windows debuggers.MaulingMonkey-0/+97
2019-11-20Delete ProcessCfgModMark Rousskov-6/+3
2019-11-20Rollup merge of #66573 - pnkfelix:issue-66568-ignore-reproducible-build-2-on-...Mazdak Farrokhzad-0/+1
2019-11-20Rollup merge of #66535 - estebank:issue-62480, r=matthewjasperMazdak Farrokhzad-0/+18
2019-11-20Rollup merge of #66060 - traxys:test_65401, r=michaelwoeristerMazdak Farrokhzad-29/+37
2019-11-20Remove pretty printing of specific nodes in ASTMark Rousskov-43/+0
2019-11-20Auto merge of #66571 - Centril:rollup-41tn2fw, r=Centrilbors-29/+100
2019-11-20Ignore run-make reproducible-build-2 on Mac (we already ignore it on Windows).Felix S. Klock II-0/+1
2019-11-20Rollup merge of #66526 - estebank:async-fn-trait-information, r=CentrilMazdak Farrokhzad-1/+33
2019-11-20Rollup merge of #66497 - Nadrieril:fix-53820, r=varkorMazdak Farrokhzad-28/+67
2019-11-20Auto merge of #66392 - estebank:trait-alias-ice, r=eddybbors-0/+29
2019-11-20Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkovbors-93/+73
2019-11-19Rollup merge of #66529 - petrochenkov:reshelp2, r=davidtwcoMazdak Farrokhzad-39/+31
2019-11-19Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomezMazdak Farrokhzad-0/+2
2019-11-19Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkorMazdak Farrokhzad-62/+93
2019-11-19Rollup merge of #66239 - estebank:suggest-async-closure-call, r=CentrilMazdak Farrokhzad-3/+42
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-21/+64
2019-11-19Auto merge of #66206 - PotHix:master, r=estebankbors-5/+5
2019-11-19Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obkbors-10/+10