]> git.lizzy.rs Git - rust.git/history - src/test
Restore the snapshot/rollback optimization for region constraints
[rust.git] / src / test /
2020-05-05 Markus WesterlindRebase and use ena 0.14
2020-05-05 John Kåre AlsakerAllow `hir().find` to return `None`
2020-05-05 borsAuto merge of #71907 - Dylan-DPC:rollup-z8iaqlv, r...
2020-05-04 Dylan DPCRollup merge of #71904 - euclio:function-typo, r=jonas...
2020-05-04 Dylan DPCRollup merge of #71902 - mibac138:const-feature-diag...
2020-05-04 Dylan DPCRollup merge of #71892 - integer32llc:btreemap-entry...
2020-05-04 Dylan DPCRollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPC
2020-05-04 Dylan DPCRollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC
2020-05-04 Dylan DPCRollup merge of #71881 - IsaacWoods:master, r=petrochenkov
2020-05-04 Dylan DPCRollup merge of #71878 - main--:patch-2, r=Amanieu
2020-05-04 Dylan DPCRollup merge of #71845 - steveklabnik:add-const-example...
2020-05-04 Dylan DPCRollup merge of #71711 - Mark-Simulacrum:deignore-tests...
2020-05-04 Dylan DPCRollup merge of #71587 - matthewjasper:promoted-move...
2020-05-04 mibac138Suggest to add missing feature when using gated const...
2020-05-04 borsAuto merge of #71879 - Dylan-DPC:rollup-n05awny, r...
2020-05-04 Dylan DPCRollup merge of #71877 - steveklabnik:small-example...
2020-05-04 Dylan DPCRollup merge of #71810 - estebank:issue-71798, r=davidtwco
2020-05-04 Dylan DPCRollup merge of #71773 - tshepang:links, r=davidtwco
2020-05-04 Dylan DPCRollup merge of #71697 - felix91gr:new_prop_into_fn_cal...
2020-05-04 Dylan DPCRollup merge of #71038 - lcnr:dyn_trait_structural_matc...
2020-05-04 borsAuto merge of #71754 - alexcrichton:no-bitcode-in-cache...
2020-05-04 borsAuto merge of #71751 - oli-obk:const_ice, r=RalfJung
2020-05-04 borsAuto merge of #71108 - estebank:suggest-proj-type-misma...
2020-05-04 borsAuto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r...
2020-05-04 Dylan DPCRollup merge of #71864 - mibac138:patch-1, r=jonas...
2020-05-04 Dylan DPCRollup merge of #71844 - flip1995:subtree_clippy_doc...
2020-05-04 Dylan DPCRollup merge of #71801 - matthewjasper:operator-subtypi...
2020-05-04 Dylan DPCRollup merge of #71645 - ecstatic-morse:readme-build...
2020-05-03 borsAuto merge of #71631 - RalfJung:miri-unleash-the-gates...
2020-05-03 Esteban Küberfix rebase
2020-05-03 borsAuto merge of #71006 - ecstatic-morse:dataflow-bidi...
2020-05-03 Dylan MacKenzieAdd `rustc_peek` test for liveness with borrows
2020-05-03 borsAuto merge of #71853 - Dylan-DPC:rollup-4qi6ry9, r...
2020-05-03 Dylan DPCRollup merge of #71808 - unexge:long-err-expl-for-e0539...
2020-05-03 Dylan DPCRollup merge of #71726 - ldm0:ref2ptr, r=oli-obk
2020-05-03 Dylan DPCRollup merge of #71663 - jumbatm:caller-handles-validat...
2020-05-03 Dylan DPCRollup merge of #71398 - ThinkChaos:feat_refcell_take...
2020-05-03 Ralf Jungbless caller-location test
2020-05-03 Ralf Jungremove unneeded flags; exlain why we still have const_i...
2020-05-03 Ralf Jungwarn about each skipped feature gate
2020-05-03 Matthew JasperCorrectly check comparison operators in MIR typeck
2020-05-03 borsAuto merge of #70825 - eddyb:enum-discr-correct-generic...
2020-05-03 borsAuto merge of #71828 - Dylan-DPC:rollup-qf5h2w5, r...
2020-05-03 Dylan DPCRollup merge of #71813 - ecstatic-morse:issue-71734...
2020-05-03 Dylan DPCRollup merge of #71806 - lcnr:patch-3, r=jonas-schievink
2020-05-03 Dylan DPCRollup merge of #71542 - crlf0710:confusable_idents...
2020-05-03 Dylan DPCRollup merge of #71314 - mibac138:cfg-version, r=petroc...
2020-05-03 Dylan DPCRollup merge of #71165 - lcnr:patch-2, r=Amanieu
2020-05-03 borsAuto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild...
2020-05-03 Esteban Kübertrailing newlines
2020-05-03 Esteban KüberSuggest constraint on `impl Trait` in return type
2020-05-03 Esteban KüberPoint at associated types when they have a default...
2020-05-03 Esteban KüberWhen a projection is expected, suggest constraining...
2020-05-03 Esteban KüberOn type mismatch involving associated type, suggest...
2020-05-03 mibac138Add more tests for cfg(version)
2020-05-03 mibac138Change cfg(version) error message wording
2020-05-03 mibac138Implement RFC 2523, `#[cfg(version(..))]`
2020-05-02 Dylan MacKenzieTest associated const default qualifs cross-crate
2020-05-02 borsAuto merge of #69274 - LeSeulArtichaut:target-feature...
2020-05-02 Esteban KüberDo not try to find binop method on RHS `TyErr`
2020-05-02 Charles LewImplement `confusable_idents` lint.
2020-05-02 unexgeAdd long error explanation for E0539
2020-05-02 Eduard-Mihai Burtescutypeck: always expose explicit enum discriminant `AnonC...
2020-05-02 Dylan DPCRollup merge of #71787 - tshepang:rustdoc-warnings...
2020-05-02 Dylan DPCRollup merge of #71785 - reitermarkus:cfg-attribute...
2020-05-02 Dylan DPCRollup merge of #71784 - Xaeroxe:patch-1, r=jonas-schievink
2020-05-02 Dylan DPCRollup merge of #71777 - petrochenkov:crtype, r=Mark...
2020-05-02 Dylan DPCRollup merge of #71772 - cjgillot:ensure, r=petrochenkov
2020-05-02 Dylan DPCRollup merge of #71767 - tshepang:stack-stuff, r=jonas...
2020-05-02 Dylan DPCRollup merge of #69274 - LeSeulArtichaut:target-feature...
2020-05-02 borsAuto merge of #71794 - RalfJung:miri, r=RalfJung
2020-05-02 borsAuto merge of #70655 - oli-obk:subrepo_funness, r=Mark...
2020-05-02 Ralf Jungfix miri-unleash delayed sanity checking
2020-05-02 Ralf Jungmake sure the miri-unleash-flag is not used to circumve...
2020-05-02 borsAuto merge of #71795 - RalfJung:rollup-yqxfi5a, r=RalfJung
2020-05-02 Matthew JasperReport cannot move errors in promoted MIR
2020-05-02 Ralf JungRollup merge of #71782 - cuviper:leave-dev-null-alone...
2020-05-02 Ralf JungRollup merge of #71781 - estebank:box-pin-test, r=tmandry
2020-05-02 Ralf JungRollup merge of #71739 - tshepang:master, r=Dylan-DPC
2020-05-02 Ralf JungRollup merge of #71738 - RalfJung:pointer-no-alloc...
2020-05-02 Ralf JungRollup merge of #71736 - RalfJung:silence-spurious...
2020-05-02 Ralf JungRollup merge of #71712 - RalfJung:error-backtrace,...
2020-05-02 Oliver SchererAdd 'src/tools/clippy/' from commit 'd2708873ef711ec8ab...
2020-05-02 borsAuto merge of #70170 - eddyb:wf-early-exit, r=nikomatsakis
2020-05-02 Félix FischerAdded MIR constant propagation of Scalars into function...
2020-05-02 Donough LiuReplace convenient function `remove_prefix()` with...
2020-05-02 Donough LiuSuggestion for immutable reference -> mutable pointer...
2020-05-02 Donough LiuSuggest deref when coercing `ty::Ref` to `ty::RawPtr...
2020-05-02 borsAuto merge of #71716 - alexcrichton:bitcode-follow...
2020-05-02 borsAuto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r...
2020-05-01 Esteban KüberUncomment test code for failure to use `Box::pin`
2020-05-01 Josh StoneUse a non-existent test path instead of clobbering...
2020-05-01 Dylan DPCRollup merge of #71762 - tshepang:typo, r=jonas-schievink
2020-05-01 Dylan DPCRollup merge of #71761 - tshepang:missing-target, r...
2020-05-01 Dylan DPCRollup merge of #71760 - LeSeulArtichaut:document-unsaf...
2020-05-01 Dylan DPCRollup merge of #71758 - jackh726:chalk-remove, r=jackh726
2020-05-01 Dylan DPCRollup merge of #71018 - lcnr:custom-const-param, r...
2020-05-01 borsAuto merge of #69808 - cjgillot:vtbl, r=pnkfelix
2020-05-01 Dylan DPCRollup merge of #71747 - spastorino:safety-scheme-aroun...
2020-05-01 Dylan DPCRollup merge of #71744 - tshepang:obsolete-comment...
next