about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-13Rollup merge of #67269 - Centril:recover-lt-deref-pat, r=estebankMazdak Farrokhzad-3/+39
2019-12-13Rollup merge of #67251 - oli-obk:stability_sieve, r=CentrilMazdak Farrokhzad-27/+32
2019-12-13Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebankMazdak Farrokhzad-0/+34
2019-12-13parser: recover on `&'lifetime mut $pat`.Mazdak Farrokhzad-3/+39
2019-12-12Require `allow_internal_unstable` for stable min_const_fn using unstable feat...Oliver Scherer-27/+32
2019-12-12Don't suggest wrong snippet in closureYuki Okushi-0/+34
2019-12-12Auto merge of #67246 - JohnTitor:rollup-nfa7skn, r=JohnTitorbors-29/+116
2019-12-12Rollup merge of #67236 - petrochenkov:docerr2, r=matthewjasperYuki Okushi-0/+34
2019-12-12Rollup merge of #67215 - nnethercote:fix-Zprint-type-size-zero-sized-fields, ...Yuki Okushi-0/+62
2019-12-12Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebankYuki Okushi-29/+20
2019-12-11Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelixbors-132/+854
2019-12-11Auto merge of #65345 - davidtwco:issue-64130-async-send-sync-error-improvemen...bors-63/+265
2019-12-11resolve: Always resolve visibilities on impl itemsVadim Petrochenkov-0/+34
2019-12-11Auto merge of #66821 - eddyb:global-trait-caching, r=nikomatsakisbors-2/+13
2019-12-11Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obkMazdak Farrokhzad-0/+142
2019-12-11Rollup merge of #67074 - ehuss:extern-options, r=petrochenkovMazdak Farrokhzad-9/+103
2019-12-11Rollup merge of #67015 - osa1:issue66971, r=wesleywiserMazdak Farrokhzad-0/+85
2019-12-11Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization...Mazdak Farrokhzad-0/+17
2019-12-11Fix `-Z print-type-sizes`'s handling of zero-sized fields.Nicholas Nethercote-0/+62
2019-12-11Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiserYuki Okushi-0/+41
2019-12-10Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakisbors-0/+40
2019-12-09Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPCTyler Mandry-0/+20
2019-12-09Rollup merge of #67113 - Centril:enum-vis-pretty-fix, r=davidtwcoTyler Mandry-0/+8
2019-12-09Add more tests for borrowck and dropck slice pattern handlingMatthew Jasper-75/+849
2019-12-09Remove `uniform_array_move_out` passesMatthew Jasper-57/+5
2019-12-09Ensure that unevaluated constants of type `!` are present in the MIRMatthew Jasper-0/+142
2019-12-09resolve: Make visibility resolution more speculativeVadim Petrochenkov-10/+2
2019-12-09resolve: Resolve visibilities on fields with non-builtin attributesVadim Petrochenkov-0/+48
2019-12-09compiletest: add aux-crate directiveEric Huss-23/+34
2019-12-09Add options to --extern flag.Eric Huss-0/+83
2019-12-09Show const_err lint in addition to the hard errorOliver Scherer-2/+16
2019-12-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-0/+361
2019-12-09Do not ICE on closureYuki Okushi-0/+20
2019-12-09Auto merge of #67004 - estebank:issue-66958, r=eddybbors-0/+28
2019-12-08async/await: correct diag note for `async move`David Wood-2/+2
2019-12-08async/await: more improvements to non-send errorsDavid Wood-63/+265
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-59/+62
2019-12-08Ensure that we get a hard error on generic ZST constants if their body causes...Oliver Scherer-0/+27
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-103/+125
2019-12-07Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obkbors-261/+57
2019-12-07Print the visibility in `print_variant`.Mazdak Farrokhzad-0/+8
2019-12-06Add additional layer of #[track_caller] to test, avoid const prop.Adam Perry-4/+10
2019-12-06Rollup merge of #67078 - kamleshbhalui:master, r=CentrilMazdak Farrokhzad-0/+13
2019-12-06Rollup merge of #67052 - Centril:config-1, r=petrochenkovMazdak Farrokhzad-34/+144
2019-12-06Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=CentrilMazdak Farrokhzad-12/+89
2019-12-06Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obkMazdak Farrokhzad-88/+249
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-6/+38
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-17/+27
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-11/+79
2019-12-06review commentsEsteban Küber-5/+5