]> git.lizzy.rs Git - rust.git/history - src/test
Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, r=pnkfelix
[rust.git] / src / test /
2019-05-14 Mazdak FarrokhzadRollup merge of #60444 - nikomatsakis:issue-60010-cycle...
2019-05-14 Mazdak FarrokhzadRollup merge of #60443 - RalfJung:as_ptr, r=SimonSapin
2019-05-14 Mazdak FarrokhzadRollup merge of #60130 - khuey:efficient_last, r=sfackler
2019-05-14 borsAuto merge of #60787 - alexcrichton:error-type-id-desta...
2019-05-14 borsAuto merge of #60794 - Centril:rollup-vlguvns, r=Centril
2019-05-13 Mazdak FarrokhzadRollup merge of #60770 - Pulkit07:issue60764, r=Centril
2019-05-13 Mazdak FarrokhzadRollup merge of #60710 - varkor:delay_span_bug-const...
2019-05-13 Mazdak FarrokhzadRollup merge of #60562 - iliekturtles:proc-macro-missin...
2019-05-13 Mazdak FarrokhzadRollup merge of #60201 - RalfJung:core-tests, r=alexcri...
2019-05-13 Mazdak FarrokhzadRollup merge of #60176 - matthewjasper:yield-ref-to...
2019-05-13 Pulkit Goyaladd impl_trait_in_bindings to INCOMPLETE_FEATURES
2019-05-13 borsAuto merge of #60649 - Xanewok:save-analysis-assoc...
2019-05-13 borsAuto merge of #60765 - matthewjasper:fix-more-escaping...
2019-05-13 borsAuto merge of #60630 - nnethercote:use-Symbol-more...
2019-05-12 Nicholas NethercoteRemove the equality operation between `Symbol` and...
2019-05-12 Nicholas NethercotePass a `Symbol` to `check_name`, `emit_feature_err...
2019-05-12 borsAuto merge of #60767 - Centril:rollup-4cbsb73, r=Centril
2019-05-12 Mazdak FarrokhzadRollup merge of #60752 - shiatsumat:minor-typos-hir...
2019-05-12 Mazdak FarrokhzadRollup merge of #60751 - Centril:general-cleanup, r...
2019-05-12 Mazdak FarrokhzadRollup merge of #60750 - petrochenkov:noquotok2, r...
2019-05-12 Mazdak FarrokhzadRollup merge of #60694 - Pulkit07:issue60662, r=alexreg
2019-05-12 borsAuto merge of #60679 - petrochenkov:lit2, r=matklad
2019-05-12 Matthew JasperTreat generators the same as closure for escaping lifetimes
2019-05-12 Matthew JasperAlways use the stronger outlives version for opaque...
2019-05-12 borsAuto merge of #60244 - SimonSapin:dangling, r=oli-obk
2019-05-12 borsAuto merge of #60474 - mati865:musl_toolchain, r=alexcr...
2019-05-12 borsAuto merge of #60396 - cuviper:ordered-retain, r=scottmcm
2019-05-11 Pulkit GoyalFix HIR printing of existential type #60662
2019-05-11 Mazdak FarrokhzadRollup merge of #60733 - Centril:cleanup-lowering-await...
2019-05-11 Mazdak FarrokhzadRollup merge of #60727 - chpio:master, r=sfackler
2019-05-11 Mazdak FarrokhzadRollup merge of #60720 - estebank:no-ice-thanks, r...
2019-05-11 borsAuto merge of #60318 - jethrogb:jb/try-from-slice-to...
2019-05-11 Mike BoutinAdd #[doc(hidden)] attribute on compiler generated...
2019-05-11 Vadim PetrochenkovMove literal parsing code into a separate file
2019-05-11 borsAuto merge of #60714 - varkor:existential-global-lift...
2019-05-11 Vadim PetrochenkovSimplify conversions between tokens and semantic literals
2019-05-11 borsAuto merge of #60717 - varkor:impl-const-generic, r...
2019-05-11 borsAuto merge of #60700 - petrochenkov:preintern, r=nnethe...
2019-05-11 borsAuto merge of #60721 - estebank:ice-ice-baby, r=varkor
2019-05-11 Esteban KüberAvoid ICE by using delay_span_bug
2019-05-10 varkorAdd test for const impl
2019-05-10 borsAuto merge of #59288 - Centril:hir-if-to-match, r=oli-obk
2019-05-10 varkorAdd test
2019-05-10 borsAuto merge of #60708 - Centril:rollup-j5smdo0, r=Centril
2019-05-10 varkorAdd a test for failed inference of const types
2019-05-10 varkorAdd a test for invalid const arguments
2019-05-10 Mazdak FarrokhzadRollup merge of #60701 - mati865:mailmap, r=Mark-Simulacrum
2019-05-10 Mazdak FarrokhzadRollup merge of #60697 - hellow554:fix_60629, r=michael...
2019-05-10 Mazdak FarrokhzadRollup merge of #60692 - davidtwco:pr-60676-followup...
2019-05-10 Mazdak FarrokhzadRollup merge of #60659 - nnethercote:tweak-Symbol-and...
2019-05-10 Mazdak FarrokhzadRollup merge of #60620 - mark-i-m:transcribe-2, r=petro...
2019-05-10 Mazdak FarrokhzadRollup merge of #60529 - davidtwco:rfc-2008-uninhabited...
2019-05-10 Mazdak Farrokhzadadd test checking that 'if cond { .. }' where 'cond...
2019-05-10 Mazdak FarrokhzadVarious test changes
2019-05-10 Mazdak FarrokhzadAdjust mir-opt tests for new HIR without If
2019-05-10 David WoodAdd a bunch more tests.
2019-05-10 David WoodMove uninhabited tests into subdirectory.
2019-05-10 David WoodFix uninhabitedness of non-exhaustive enums.
2019-05-10 David WoodFix inhabitedness of non-exhaustive variants.
2019-05-10 David WoodAdd uninhabitedness tests w/ `#[non_exhaustive]`.
2019-05-10 borsAuto merge of #60588 - cuviper:be-simd-swap, r=alexcrichton
2019-05-10 Mateusz MikułaMake tests compatible with musl host
2019-05-10 Marcel Hellwigadd regression test for #60629
2019-05-10 borsAuto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett
2019-05-10 David WoodExtend existing test for nested mut patterns.
2019-05-10 borsAuto merge of #60585 - sunfishcode:wasm32-wasi, r=alexc...
2019-05-10 borsAuto merge of #60451 - rasendubi:binaryheap-min-heap...
2019-05-10 borsAuto merge of #60683 - Centril:rollup-p05qh5d, r=Centril
2019-05-09 Mazdak FarrokhzadRollup merge of #60676 - davidtwco:issue-60674, r=cramertj
2019-05-09 Mazdak FarrokhzadRollup merge of #60675 - cramertj:no-await-macro, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #60671 - euclio:extern-crate, r=Centril
2019-05-09 Mazdak FarrokhzadRollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPC
2019-05-09 Mazdak FarrokhzadRollup merge of #60618 - mark-i-m:transcribe, r=petroch...
2019-05-09 Mazdak FarrokhzadRollup merge of #60234 - tesaguri:cursor-default, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #60188 - estebank:recover-block, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #59348 - matthewjasper:cleanup-drop...
2019-05-09 borsAuto merge of #60665 - pietroalbini:upgrade-ci-images...
2019-05-09 borsAuto merge of #60672 - Centril:rollup-fhcx463, r=Centril
2019-05-09 David WoodDo not modify mutability of simple bindings.
2019-05-09 David WoodAdd regression test for #60674.
2019-05-09 Mazdak FarrokhzadRollup merge of #60657 - JohnTitor:stabilize-array...
2019-05-09 Mazdak FarrokhzadRollup merge of #60656 - petertodd:2019-inline-cursor...
2019-05-09 Mazdak FarrokhzadRollup merge of #60647 - petrochenkov:nospace, r=michae...
2019-05-09 Mazdak FarrokhzadRollup merge of #60638 - RalfJung:pin, r=sanxiyn
2019-05-09 Mazdak FarrokhzadRollup merge of #60601 - SimonSapin:cast, r=Kimundi
2019-05-09 Igor MatuszewskiAppease tidy
2019-05-09 Igor Matuszewskisave-analysis: Add UI testsuite
2019-05-08 borsAuto merge of #60651 - Centril:rollup-zoamjfk, r=Centril
2019-05-08 Mazdak FarrokhzadRollup merge of #60644 - estebank:abolish-ice, r=varkor
2019-05-08 Mazdak FarrokhzadRollup merge of #60641 - estebank:defer-ice, r=oli-obk
2019-05-08 Mazdak FarrokhzadRollup merge of #60634 - Centril:lang-items-docs, r...
2019-05-08 Mazdak FarrokhzadRollup merge of #60627 - matklad:test, r=estebank
2019-05-08 Mazdak FarrokhzadRollup merge of #60572 - tmandry:issue-59972, r=RalfJun...
2019-05-08 Mazdak FarrokhzadRollup merge of #60550 - skinny121:concrete_const_tests...
2019-05-08 Mazdak FarrokhzadRollup merge of #59979 - stepancheg:num-size, r=ehuss
2019-05-08 Vadim PetrochenkovSkip codegen for one UI test with long file path
2019-05-08 Vadim Petrochenkovcleanup: Remove `DefIndexAddressSpace`
2019-05-08 Esteban KüberUse `delay_span_bug` for "Failed to unify obligation"
2019-05-08 Esteban KüberInstead of ICEing on incorrect pattern, use delay_span_bug
2019-05-08 borsAuto merge of #60626 - matthiaskrgr:submodule_upd,...
next