about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-04-29Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichtonbors-0/+13
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-0/+13
2019-04-29Rollup merge of #60360 - rasendubi:const-labeled-break, r=CentrilMazdak Farrokhzad-0/+10
2019-04-29Rollup merge of #60359 - petrochenkov:imperruse, r=estebankMazdak Farrokhzad-0/+34
2019-04-29Rollup merge of #60353 - JohnTitor:add-test, r=CentrilMazdak Farrokhzad-0/+26
2019-04-29Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichtonbors-0/+84
2019-04-29Auto merge of #60364 - JohnTitor:stabilize-const-needs-drop, r=oli-obkbors-2/+0
2019-04-29const-stabilize std::mem::needs_dropYuki OKUSHI-2/+0
2019-04-28Add test case for labeled break in const assignmentAlexey Shmalko-0/+10
2019-04-28resolve: Consider erroneous imports used to avoid duplicate diagnosticsVadim Petrochenkov-0/+34
2019-04-28Update *.stderr filesflip1995-1/+101
2019-04-28Add testsflip1995-0/+99
2019-04-28Add testYuki OKUSHI-0/+26
2019-04-26Make "Implementations on Foreign Types" items in sidebar link to specific implsDmitry Murzin-0/+16
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+4
2019-04-26Rollup merge of #60289 - tmandry:allow-features-include-std, r=cramertjMazdak Farrokhzad-2/+18
2019-04-26Rollup merge of #60284 - varkor:const-param-of-type-param, r=cramertjMazdak Farrokhzad-0/+62
2019-04-26Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichtonMazdak Farrokhzad-1/+2
2019-04-26Rollup merge of #60183 - tmandry:chalk-builtin-copy-clone, r=scalexmMazdak Farrokhzad-0/+43
2019-04-26Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=ManishearthMazdak Farrokhzad-0/+3
2019-04-26Rollup merge of #59940 - GuillaumeGomez:rustdoc-test, r=ollie27Mazdak Farrokhzad-0/+25
2019-04-25Add comment explaining restrictionvarkor-4/+10
2019-04-25Make `-Z allow-features` work for stdlib featuresTyler Mandry-2/+18
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+4
2019-04-25Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakisbors-0/+30
2019-04-25Add a test for const parameters with type parameters as typesvarkor-0/+31
2019-04-25Make sure const params with type params don't cause errors without a feature ...varkor-0/+25
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-0/+30
2019-04-25Add feature-gate for f16c target featuregnzlbg-1/+2
2019-04-25Auto merge of #60248 - estebank:macro-comma, r=oli-obkbors-7/+23
2019-04-25Rollup merge of #60243 - davidtwco:issue-53249, r=cramertjMazdak Farrokhzad-0/+47
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-18/+9
2019-04-25Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichtonMazdak Farrokhzad-41/+48
2019-04-25Rollup merge of #59697 - euclio:label-fixes, r=zackmdavisMazdak Farrokhzad-7/+19
2019-04-24Add guard for missing comma in macro call suggestionEsteban Küber-7/+23
2019-04-25Handle common assert! misusesAlexey Shmalko-1/+49
2019-04-24chalkify: Add Copy/Clone builtinsTyler Mandry-0/+43
2019-04-24Remove useless code and update index page testGuillaume Gomez-0/+3
2019-04-24Add test for rustdoc cfg(test) featureGuillaume Gomez-0/+25
2019-04-24Add regression test for #53249.David Wood-0/+47
2019-04-24Evaluate hair::ExprKind::Use in intoMatthew Jasper-18/+17
2019-04-24Allow subtyping of the final expression of a constantMatthew Jasper-0/+8
2019-04-24Fix ignore-logic for sanitizer run-make tests.Michael Woerister-9/+6
2019-04-24Rollup merge of #59739 - cramertj:stabilize, r=withoutboatsMazdak Farrokhzad-33/+87
2019-04-24Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakisMazdak Farrokhzad-27/+27
2019-04-24Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichtonbors-3/+3
2019-04-23Stabilize futures_apiTaylor Cramer-34/+26
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+62
2019-04-24Fix testAmanieu d'Antras-3/+3
2019-04-23rustc_mir: create the `let` and "remainder" scopes in source order.Eduard-Mihai Burtescu-8/+8