about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-05-02Auto merge of #59008 - varkor:const-generics-infer, r=eddybbors-0/+98
2019-05-02Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakisMazdak Farrokhzad-0/+353
2019-05-02Rollup merge of #59634 - DevQps:explain-E0704, r=estebankMazdak Farrokhzad-0/+1
2019-05-01Add a test for const args that cannot be inferredvarkor-0/+25
2019-05-01Add a test for incorrect numbers of const argsvarkor-0/+32
2019-05-01Add a test for const argumentsvarkor-0/+19
2019-05-01Add `const-types` testvarkor-0/+22
2019-05-01Unify tests under async-await directory.David Wood-2/+265
2019-05-01Ensure that users cannot use generated arguments.David Wood-0/+90
2019-05-01Added the E0704 error with a link to the Rust reference.Christian-0/+1
2019-05-01Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddybMazdak Farrokhzad-2/+22
2019-05-01Rollup merge of #60330 - varkor:range-endpoint-overflow-lint, r=estebankMazdak Farrokhzad-83/+142
2019-05-01Rollup merge of #60327 - matthewjasper:handle-local-outlives-lbl, r=nikomatsakisMazdak Farrokhzad-0/+52
2019-04-30Include signed integer types in the lintvarkor-1/+8
2019-04-30Preserve literal suffixesvarkor-1/+8
2019-04-30Place types inside backticksvarkor-91/+89
2019-04-30Add a test for overflowing endpointsvarkor-0/+47
2019-04-30Only allow ZSTs with 1 byte alignmentTim Diekmann-2/+22
2019-04-30Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obkbors-517/+3372
2019-04-29Account for const fns to avoid incorrect suggestionsEsteban Küber-0/+59
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-29Add testEsteban Küber-0/+21
2019-04-29Suggest try_into when possibleEsteban Küber-517/+3292
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-29Support ZSTs in DispatchFromDynTim Diekmann-1/+1
2019-04-28resolve: Consider erroneous imports used to avoid duplicate diagnosticsVadim Petrochenkov-0/+34
2019-04-28Add testYuki OKUSHI-0/+26
2019-04-26Search for incompatible universes in borrow errorsMatthew Jasper-0/+52
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-25Add comment explaining restrictionvarkor-4/+10
2019-04-25Make `-Z allow-features` work for stdlib featuresTyler Mandry-2/+18
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 #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-24Add regression test for #53249.David Wood-0/+47
2019-04-24Rollup merge of #59739 - cramertj:stabilize, r=withoutboatsMazdak Farrokhzad-24/+82
2019-04-24Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichtonbors-3/+3