]> git.lizzy.rs Git - rust.git/history - src/test
Add transpose conversions for Option and Result
[rust.git] / src / test /
2018-01-11 Taylor CramerAdd transpose conversions for Option and Result
2018-01-04 borsAuto merge of #46916 - michaelwoerister:generate-dead...
2018-01-04 borsAuto merge of #47147 - projektir:to_ptr_cast, r=eddyb
2018-01-04 Michael WoeristerGenerate code for const- and inline-fns if -Clink-dead...
2018-01-04 borsAuto merge of #47124 - estebank:loan-paths, r=nikomatsakis
2018-01-04 borsAuto merge of #47132 - cramertj:impl-trait-camel-case...
2018-01-03 Esteban KüberTweak to mir borrow in a loop diagnostic
2018-01-03 Esteban KüberAdd mir test, review comments
2018-01-03 borsAuto merge of #46984 - arielb1:pre-statement-effect...
2018-01-03 borsAuto merge of #47127 - EdSchouten:cloudabi-tests, r...
2018-01-03 borsAuto merge of #46913 - Eh2406:master, r=eddyb
2018-01-03 borsAuto merge of #47151 - kennytm:rollup, r=kennytm
2018-01-03 kennytmRollup merge of #47145 - frewsxcv:frewsxcv-linewriter...
2018-01-03 kennytmRollup merge of #47134 - Sogomn:master, r=QuietMisdreavus
2018-01-03 kennytmRollup merge of #47125 - daboross:patch-3, r=estebank
2018-01-03 kennytmRollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytm
2018-01-03 kennytmRollup merge of #47118 - hdhoang:patch-2, r=BurntSushi
2018-01-03 kennytmRollup merge of #47117 - tinaun:no_more_dups, r=frewsxcv
2018-01-03 kennytmRollup merge of #47113 - sdroege:chunks-size-field...
2018-01-03 kennytmRollup merge of #47107 - mark-i-m:patch-1, r=steveklabnik
2018-01-03 kennytmRollup merge of #47104 - matthewjasper:dont-panic-on...
2018-01-03 borsAuto merge of #47088 - clarcharr:cleanup_unicode_py...
2018-01-03 projektirForce appropriate extension when converting from int...
2018-01-03 Esteban KüberBe ambiguous when type cannot be properly mentioned
2018-01-03 borsAuto merge of #47146 - ereslibre:issue-42106, r=estebank
2018-01-02 Rafael Fernández... Only bump error count when we are sure that the diagnos...
2018-01-02 Taylor CramerLimit style lint to non-synthetic generic params
2018-01-02 Ed SchoutenCorrect for changes in line numbers in expected stderr...
2018-01-02 borsAuto merge of #47105 - matthewjasper:dont-panic-for...
2018-01-02 Ed SchoutenAdd 'ignore-cloudabi' to tests that don't and won't...
2018-01-02 borsAuto merge of #47042 - redox-os:redox, r=estebank
2018-01-02 borsAuto merge of #47111 - rkruppe:repr-transparent, r...
2018-01-02 Esteban KüberAddress review comments: make label shorter
2018-01-02 Esteban KüberMove reason for move to label
2018-01-02 borsAuto merge of #47106 - EdSchouten:compiletest-cloudabi...
2018-01-01 Robin KruppeCheck all repr hints together when checking for mis...
2018-01-01 borsAuto merge of #46735 - Manishearth:memchr-find, r=burnt...
2018-01-01 matthewjasperDelay panic for aliasing violation for static items.
2018-01-01 matthewjasperDelay panic from incoherent drop implementation
2018-01-01 borsAuto merge of #46278 - MaloJaffre:ci-compiler-docs...
2018-01-01 Malo JaffréRemove a test blocking the update of the `log` crate
2018-01-01 borsAuto merge of #47098 - estebank:immutable-field, r...
2018-01-01 borsAuto merge of #47095 - leodasvacas:clarify-is-import...
2018-01-01 borsAuto merge of #46895 - ricochet1k:macro-lifetimes,...
2018-01-01 borsAuto merge of #47064 - kennytm:force-trailing-newlines...
2018-01-01 borsAuto merge of #47052 - fschutt:master, r=estebank
2017-12-31 Esteban KüberReword trying to operate in immutable fields
2017-12-31 borsAuto merge of #47089 - EdSchouten:cloudabi-is-not-unix...
2017-12-31 Felix SchüttRemoved unnecessary output of linker options when linke...
2017-12-31 borsAuto merge of #47072 - EdSchouten:cloudabi-jemalloc...
2017-12-31 borsAuto merge of #46713 - Manishearth:memchr, r=bluss
2017-12-31 borsAuto merge of #47084 - zackmdavis:and_the_case_of_the_b...
2017-12-31 borsAuto merge of #47004 - nvzqz:rc-conversions, r=bluss...
2017-12-31 borsAuto merge of #47079 - varkor:contrib-11, r=Mark-Simulacrum
2017-12-31 Zack M. Davisin which leading zeroes on tuple-struct accesses are...
2017-12-31 borsAuto merge of #47044 - topecongiro:fixed-ices, r=estebank
2017-12-30 Seiichi UchidaAdd tests on fixed ICEs
2017-12-30 kennytmRemove excessive trailing newlines.
2017-12-30 kennytmAdd trailing newlines to files which have no trailing...
2017-12-29 borsAuto merge of #47026 - EdSchouten:cloudabi-unwind,...
2017-12-29 borsAuto merge of #46327 - Aaronepower:master, r=alexcrichton
2017-12-29 borsAuto merge of #47049 - eddyb:submodules, r=alexcrichton
2017-12-29 borsAuto merge of #47051 - Xanewok:update-rls, r=kennytm
2017-12-29 borsAuto merge of #46883 - QuietMisdreavus:faildown, r...
2017-12-29 borsAuto merge of #47050 - ollie27:rustdoc_import_links...
2017-12-28 borsAuto merge of #47047 - EdSchouten:rt-unused-import...
2017-12-28 borsAuto merge of #47036 - QuietMisdreavus:i-like-big-chars...
2017-12-28 Oliver Middletonrustdoc: Don't try to generate links for modules in...
2017-12-28 Matt PetersonAdd feature gate macro_lifetime_matcher
2017-12-28 Matt PetersonFix build and add a macro lifetime labels test
2017-12-28 Michael HewsonResurrecting #33135
2017-12-28 borsAuto merge of #47021 - shssoichiro:46576-Incorrect...
2017-12-28 borsAuto merge of #46954 - davidalber:fix-contributor-coven...
2017-12-28 borsAuto merge of #47031 - topecongiro:issue-41719, r=jseyfried
2017-12-28 borsAuto merge of #47013 - topecongiro:issue-46655, r=petro...
2017-12-28 borsAuto merge of #47018 - malbarbo:armv4t, r=alexcrichton
2017-12-28 Seiichi UchidaPrefer to use attr::contains_name() and attr::find_by_n...
2017-12-28 borsAuto merge of #47017 - topecongiro:issue-33469, r=estebank
2017-12-27 borsAuto merge of #47016 - malbarbo:dist-armv5te, r=alexcri...
2017-12-27 borsAuto merge of #47014 - topecongiro:fixed-ices, r=estebank
2017-12-27 topecongiroReport an error when resolving non-ident macro path...
2017-12-27 borsAuto merge of #46479 - bkchr:termination_trait, r=arielb1
2017-12-27 borsAuto merge of #47009 - eddyb:issue-46855, r=arielb1
2017-12-27 borsAuto merge of #47007 - eddyb:issue-46897, r=arielb1
2017-12-27 borsAuto merge of #46977 - est31:column_fix, r=dtolnay
2017-12-27 borsAuto merge of #46803 - estebank:non-ascii-def-span...
2017-12-27 Bastian KöcherRevert "New generated main returns void"
2017-12-26 borsAuto merge of #46975 - matthewjasper:mir-moveck-asm...
2017-12-26 Eduard-Mihai Burtescurustc: don't use union layouts for tagged union enums.
2017-12-26 Eduard-Mihai Burtescurustc_trans: support ZST indexing involving uninhabited...
2017-12-26 Josh HolmerPass correct span when lowering grouped imports
2017-12-26 borsAuto merge of #46554 - kennytm:45861-step-4-5-6-7-uploa...
2017-12-26 borsAuto merge of #46956 - estebank:incompatible-arm-span...
2017-12-26 Seiichi UchidaDo not panic on interpolated token inside quote macro
2017-12-26 Bastian KöcherRevert "Just compare the symbol names and types, not...
2017-12-26 Bastian KöcherUse `start` for the `sepcomp-inlining` test
2017-12-26 Bastian KöcherThe test functions are now in the same compile unit
2017-12-26 Bastian KöcherJust compare the symbol names and types, not the addresses
2017-12-26 Bastian KöcherConvert codegen-unit tests to use `start` instead of...
2017-12-26 Bastian KöcherAdds termination_trait feature gate
next