about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-23comment tweaks, better validation errors, update UI testsRalf Jung-3/+3
2019-06-22Auto merge of #62010 - ecstatic-morse:kill-borrows-of-proj, r=pnkfelixbors-0/+164
2019-06-22Rollup merge of #62016 - JohnTitor:add-test-for-issue-27697, r=alexcrichtonMazdak Farrokhzad-0/+21
2019-06-22Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=ZoxcMazdak Farrokhzad-1/+1
2019-06-22Rollup merge of #61681 - asfreitas:addSendTrait, r=estebankMazdak Farrokhzad-14/+14
2019-06-22adding in these files that didn't get added in previous commitAndrew-7/+7
2019-06-21changed expected output in tests so it now passes with changed outputAndrew-7/+7
2019-06-21Add test checking our behavior for assigning over a `ConstIndex` projection.Felix S. Klock II-0/+59
2019-06-21Add test that our handling of projections hasn't gone too far:Felix S. Klock II-0/+52
2019-06-21Added test for deref projection.Felix S. Klock II-0/+27
2019-06-21add comment outlining test.Felix S. Klock II-0/+5
2019-06-21rename file because I found the old filename too long and unwieldy.Felix S. Klock II-0/+0
2019-06-21Auto merge of #61959 - oli-obk:const_field_ice, r=eddybbors-0/+17
2019-06-21Add test for issue-27697Yuki Okushi-0/+21
2019-06-20Auto merge of #60293 - nagisa:rustdoc-all-the-auto-traits, r=eddybbors-3/+15
2019-06-20Kill conflicting borrows of places with projections.Dylan MacKenzie-0/+21
2019-06-20Rollup merge of #62000 - JohnTitor:add-test-issue-54189, r=cramertjMazdak Farrokhzad-0/+15
2019-06-21Add test for issue-54189Yuki Okushi-0/+15
2019-06-20rustc_mir: support type parameters by printing them as `_`.Eduard-Mihai Burtescu-0/+19
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-3/+15
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-20Rollup merge of #61782 - Electron-libre:suggest_tuple_struct_syntax, r=estebankMazdak Farrokhzad-4/+12
2019-06-20Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichtonbors-14/+12
2019-06-19Auto merge of #61947 - estebank:ice-ice-revolution, r=matthewjasperbors-0/+33
2019-06-19fix compile-fail test for targets without thread localstyler-4/+3
2019-06-19Rename regression test to link it to the corresponding issueOliver Scherer-0/+0
2019-06-19fix indentationCedric-2/+2
2019-06-19Rollup merge of #61547 - petrochenkov:cfgen, r=CentrilMazdak Farrokhzad-87/+104
2019-06-19Remove the `AllocId` from `ByRef` valuesOliver Scherer-0/+17
2019-06-19Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkorbors-421/+3202
2019-06-19Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJungbors-0/+187
2019-06-19provide variant definition on tuple struct unknow field errorCedric-2/+8
2019-06-19adt hint pointing to adt spanCedric-8/+6
2019-06-19Support `cfg` and `cfg_attr` on generic parametersVadim Petrochenkov-87/+104
2019-06-19Update ui test outputOliver Scherer-1/+1
2019-06-19Add and update more testsOliver Scherer-1/+28
2019-06-19Make interning explicitly care about types and the mutability of memoryOliver Scherer-0/+160
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-89/+116
2019-06-18Fix ICE involving mut referencesEsteban Küber-0/+33
2019-06-19Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centrilMazdak Farrokhzad-4/+4
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-13/+5
2019-06-19Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkovMazdak Farrokhzad-0/+66
2019-06-19Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbiniMazdak Farrokhzad-3/+3
2019-06-19Rollup merge of #61748 - estebank:transparent-span, r=CentrilMazdak Farrokhzad-69/+38
2019-06-19Rollup merge of #61701 - RalfJung:const-tests, r=cramertjMazdak Farrokhzad-0/+0
2019-06-18Preserve generator and yield source for error messagesTaylor Cramer-4/+4
2019-06-18Improve the explicit_outlives_requirements lintMatthew Jasper-413/+3194
2019-06-18Remove the HirId/NodeId from where clausesMatthew Jasper-8/+8
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-72/+192
2019-06-18test: normalize away the line/column info in ui/pattern/const-pat-ice.Eduard-Mihai Burtescu-1/+2