]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis
[rust.git] / src / test /
2019-01-05 borsAuto merge of #57099 - davidtwco:issue-57098, r=nikomat...
2019-01-05 borsAuto merge of #56837 - arielb1:nonprincipal-trait-objec...
2019-01-05 borsAuto merge of #56145 - weiznich:re_rebalance_coherence...
2019-01-04 borsAuto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
2019-01-04 Ariel Ben-Yehudaadd test for #57162
2019-01-04 borsAuto merge of #56897 - euclio:parse-fatal, r=estebank
2019-01-04 borsAuto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis
2019-01-04 borsAuto merge of #56074 - matthewjasper:forbid-recursive...
2019-01-04 Ariel Ben-Yehudaalphabetize marker traits when printed
2019-01-04 borsAuto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis
2019-01-04 Georg SemmlerUpdate tests changed by rebase
2019-01-04 borsAuto merge of #56958 - alexcrichton:upgrade-docker...
2019-01-03 Ariel Ben-Yehudaimplement a hack to make traitobject 0.1.0 compile
2019-01-03 Ariel Ben-Yehudaadd tests
2019-01-03 Matthew JasperForbid impl Trait from referring to unnamable recursive...
2019-01-03 Georg SemmlerMore test deduplication
2019-01-03 Georg SemmlerAdd missing files
2019-01-03 Georg SemmlerFix typo
2019-01-03 Georg SemmlerUnify tests
2019-01-03 Georg SemmlerUpdate some new tests to changed error messages
2019-01-03 Georg SemmlerFix failing compile tests
2019-01-03 Georg SemmlerAdd some tests
2019-01-03 borsAuto merge of #55517 - nikomatsakis:universes, r=scalexm
2019-01-03 borsAuto merge of #56507 - nikomatsakis:polonius-integrate...
2019-01-03 borsAuto merge of #57282 - matthewjasper:wellformed-return...
2019-01-02 Niko Matsakisrename `type_moves_by_default` to `type_is_copy_modulo_...
2019-01-02 Niko Matsakistry to detect affected code and direct people to #56105
2019-01-02 Niko Matsakisaddress tmandry nits
2019-01-02 Niko Matsakisimprove handling for subtype
2019-01-02 Niko Matsakissay "the lifetime" instead of "some lifetime" when...
2019-01-02 Niko Matsakisapply the same logic to ConcreteFailure errors
2019-01-02 Niko Matsakisapply the new placeholder errors even with just one...
2019-01-02 Niko Matsakisintroduce placeholder-placeholder errors for trait...
2019-01-02 Niko MatsakisWIP other test changes
2019-01-02 Niko Matsakistests: cases where we now do the right thing but did...
2019-01-02 Niko Matsakistests: worse diagnostics, but basically same errors
2019-01-02 Niko Matsakistests: move coherence-subtyping from run-pass to compil...
2019-01-02 Niko Matsakisadd tests exercising `exists<'a> { forall<'b> { .....
2019-01-02 Niko Matsakisselect.rs: unsizing coercion should use a subtype
2019-01-02 Niko Matsakismake evaluation track whether outlives relationships...
2019-01-02 Matthew JasperWf-check the output type of a function in MIR-typeck
2019-01-02 Andy Russellmake `panictry!` private to libsyntax
2019-01-02 borsAuto merge of #57243 - dingelish:master, r=sfackler
2019-01-02 borsAuto merge of #57250 - codeworm96:tyerr_msg, r=varkor
2019-01-02 borsAuto merge of #57251 - petrochenkov:reregr, r=varkor
2019-01-02 borsAuto merge of #56827 - faern:eliminate-recv-timeout...
2019-01-01 borsAuto merge of #57209 - estebank:suggest-raw-ident,...
2019-01-01 Yu DingMerge remote-tracking branch 'upstream/master'
2019-01-01 Vadim Petrochenkovsyntax: Fix regression in diagnostics for patterns...
2019-01-01 borsAuto merge of #57125 - doitian:inconsistent-clone-doc...
2019-01-01 borsAuto merge of #55937 - davidtwco:issue-54943, r=pnkfelix
2019-01-01 borsAuto merge of #57203 - nagisa:readme, r=Mark-Simulacrum
2019-01-01 borsAuto merge of #57210 - estebank:str-err, r=zackmdavis
2019-01-01 borsAuto merge of #57194 - matthiaskrgr:copyright_headers...
2019-01-01 borsAuto merge of #57199 - petrochenkov:ambig, r=estebank
2019-01-01 Yuning ZhangImprove type mismatch error messages
2018-12-31 borsAuto merge of #56878 - petrochenkov:privdyn, r=arielb1
2018-12-31 Vadim PetrochenkovAddress review comments
2018-12-31 Vadim Petrochenkovprivacy: Use common `DefId` visiting infra for all...
2018-12-31 borsAuto merge of #57047 - euclio:field-structured-suggesti...
2018-12-31 Esteban KüberDo not use unicode character in diagnostic help
2018-12-31 Andy Russelluse structured suggestions for nonexistent fields
2018-12-31 Esteban KüberUse structured suggestion for braceless unicode escape...
2018-12-31 Esteban KüberAccount for `\xFF` and `\u{FF}` sequences in string...
2018-12-31 Esteban KüberUpdate tests after rebase
2018-12-31 Esteban KüberAddress review comments
2018-12-31 Esteban KüberSuggest using raw identifiers in 2018 edition when...
2018-12-31 borsAuto merge of #57220 - quark-zju:mcount, r=estebank
2018-12-31 borsAuto merge of #57061 - Zoxc:graph-refactor, r=michaelwo...
2018-12-31 borsAuto merge of #57208 - estebank:issue-57198, r=petrochenkov
2018-12-31 borsAuto merge of #57044 - varkor:E0512-equal-type, r=matth...
2018-12-31 borsAuto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
2018-12-30 varkorFix variable string size problem in transmute test
2018-12-30 borsAuto merge of #57213 - matthiaskrgr:clippy_submodule_up...
2018-12-30 borsAuto merge of #57205 - petrochenkov:extrecov, r=estebank
2018-12-30 Camille GILLOTChange return types and check return values in tests.
2018-12-30 Camille GILLOTMove tests to ui.
2018-12-30 Camille GILLOTtest: Add test for issues 45510 and 18952.
2018-12-30 David WoodGuarantee `rustc_dump_user_substs` error order.
2018-12-30 David WoodStop well-formedness checking unreachable code.
2018-12-30 David WoodFix unresolved inference variable ICE.
2018-12-30 David WoodAdd explicit error annotations to test.
2018-12-30 David WoodSupport user type annotations in `ref` bindings.
2018-12-30 David WoodType annotations in associated constant patterns.
2018-12-30 David WoodAdd test for unreachable well-formedness.
2018-12-30 David WoodAlways check well-formedness.
2018-12-30 David WoodRefactor `UserTypeAnnotation`.
2018-12-30 borsAuto merge of #57204 - czipperz:ord_docs_must_agree...
2018-12-30 borsAuto merge of #57158 - estebank:as-ref, r=zackmdavis
2018-12-30 borsAuto merge of #57195 - czipperz:mention_ToString_in_std...
2018-12-30 borsAuto merge of #57185 - petrochenkov:impice4, r=estebank
2018-12-30 Esteban KüberDo not complain about missing crate named as a keyword
2018-12-29 borsAuto merge of #56843 - csmoe:non-copy, r=davidtwco
2018-12-29 Vadim PetrochenkovImprove error recovery for some built-in macros
2018-12-29 borsAuto merge of #56225 - alexreg:type_alias_enum_variants...
2018-12-29 borsAuto merge of #57197 - kennytm:rollup, r=kennytm
2018-12-29 Vadim Petrochenkovresolve: Simplify treatment of ambiguity errors
2018-12-29 borsAuto merge of #56924 - ehuss:update-cargo-rls-miri...
2018-12-29 borsAuto merge of #57181 - petrochenkov:impice3, r=estebank
2018-12-29 kennytmRollup merge of #57177 - varkor:fix-duration_as_u128...
next