]> git.lizzy.rs Git - rust.git/history - src/test
Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov
[rust.git] / src / test /
2019-07-30 Mazdak FarrokhzadRollup merge of #63083 - matthewjasper:parameter-hygien...
2019-07-30 Mazdak FarrokhzadRollup merge of #63000 - max-sixty:chars-display, r...
2019-07-30 Mazdak FarrokhzadRollup merge of #62928 - Centril:recover-parens-around...
2019-07-30 Mazdak FarrokhzadRollup merge of #61965 - phil-opp:patch-4, r=scottmcm
2019-07-29 Matthew JasperAdd another test for const parameter (non) hygiene.
2019-07-29 borsAuto merge of #63089 - kennytm:use-try-run-for-linkchec...
2019-07-29 borsAuto merge of #63094 - Centril:rollup-lm7peuh, r=Centril
2019-07-29 Mazdak FarrokhzadRollup merge of #63092 - Centril:update-impl-trait...
2019-07-29 Mazdak FarrokhzadRollup merge of #63086 - BaoshanPang:testcases, r=nagisa
2019-07-29 Mazdak FarrokhzadRollup merge of #63077 - petrochenkov:nolangfeat, r...
2019-07-29 Mazdak FarrokhzadRollup merge of #63076 - RalfJung:miri-fn-ptr-alloc...
2019-07-29 Mazdak FarrokhzadRollup merge of #63055 - Mark-Simulacrum:save-analysis...
2019-07-29 Mazdak FarrokhzadRollup merge of #62809 - alexcrichton:wasm-llvm-9,...
2019-07-28 Mazdak FarrokhzadUpdate existential_type + impl_trait_in_bindings issue...
2019-07-28 borsAuto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63088 - dtolnay:anonymous, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63081 - petrochenkov:cleantidy, r...
2019-07-28 Mazdak FarrokhzadRollup merge of #63053 - kornelski:clockdrift, r=shepmaster
2019-07-28 Mazdak FarrokhzadRollup merge of #62995 - estebank:issue-62973, r=varkor
2019-07-28 Mazdak FarrokhzadRollup merge of #62871 - gilescope:async-recursion...
2019-07-28 Mazdak FarrokhzadRollup merge of #62392 - GuillaumeGomez:update-minifier...
2019-07-28 Mazdak FarrokhzadRollup merge of #62360 - Aaron1011:patch-2, r=RalfJung
2019-07-28 Mazdak FarrokhzadRollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper
2019-07-28 Mazdak FarrokhzadRecover 'for ( $pat in $expr ) $block'.
2019-07-28 David TolnayRemove anonymous_parameters from unrelated test
2019-07-28 Baoshan Pangbypass x86stdcall.rs for vxworks
2019-07-28 borsAuto merge of #62910 - petrochenkov:buildwarn2, r=Mark...
2019-07-28 Giles CopeBetter recursive async fn error message.
2019-07-28 Vadim PetrochenkovRemove lint annotations in specific crates that are...
2019-07-28 borsAuto merge of #62943 - matthiaskrgr:submodule_upd,...
2019-07-28 Matthew JasperResolve const parameters with modern hygiene
2019-07-28 Matthew JasperDisallow duplicate lifetime parameters with legacy...
2019-07-28 Vadim Petrochenkovcleanup: Remove some language features related to built...
2019-07-28 borsAuto merge of #63074 - Centril:rollup-k1a8z0n, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63071 - rust-lang:some-new-labels...
2019-07-28 Mazdak FarrokhzadRollup merge of #63067 - JohnTitor:test-for-50900,...
2019-07-28 Mazdak FarrokhzadRollup merge of #63061 - Centril:constantly-improving...
2019-07-28 Mazdak FarrokhzadRollup merge of #63051 - estebank:borrow-ice, r=matthew...
2019-07-28 Mazdak FarrokhzadRollup merge of #62974 - RalfJung:crossbeam, r=alexcrichton
2019-07-28 Mazdak FarrokhzadRollup merge of #62806 - mati865:clippy, r=TimNN
2019-07-28 Mazdak FarrokhzadRollup merge of #62759 - mark-i-m:rustc-guide-toolstate...
2019-07-28 Mazdak FarrokhzadRollup merge of #62550 - Centril:rest-patterns, r=petro...
2019-07-28 Yuki OkushiMove to src/test/ui/match/
2019-07-28 Yuki OkushiAdd test for issue-50900
2019-07-28 Mazdak Farrokhzadborrowck-describe-lvalue: --bless --compare-mode=nll.
2019-07-28 Mazdak FarrokhzadAnd --bless tests accordingly for those exceptions.
2019-07-28 Mazdak FarrokhzadAddress comments re. off-topic errors.
2019-07-28 Mazdak Farrokhzad--bless tests after rebase.
2019-07-28 Mazdak FarrokhzadWin some lose some; Unfortunately we lost recovery...
2019-07-28 Mazdak Farrokhzad(pat, ..,) is now syntactically legal.
2019-07-28 Mazdak FarrokhzadAccount for better recovery in two cases.
2019-07-28 Mazdak FarrokhzadIntersection patterns 'p1 @ p2' are not supported.
2019-07-28 Mazdak Farrokhzad--bless tests due to new subslice syntax.
2019-07-28 Mazdak FarrokhzadUse new 'p @ ..' syntax in tests.
2019-07-28 Mazdak FarrokhzadTest parsing and recovery of all sorts of range patterns.
2019-07-28 Mazdak FarrokhzadAnd also --bless those recovery tests.
2019-07-28 Mazdak FarrokhzadUpdate tests wrt. recovery of range patterns.
2019-07-28 Mazdak FarrokhzadAdd tests for Vec(Deque) array PartialEq impls.
2019-07-28 Esteban Küberreview comments
2019-07-28 borsAuto merge of #63057 - Centril:rollup-z3a3c6v, r=Centril
2019-07-28 Mazdak FarrokhzadRollup merge of #63050 - pietroalbini:vendor-awscli...
2019-07-28 Mazdak FarrokhzadRollup merge of #63038 - eupn:outer-attribute-diag...
2019-07-28 Mazdak FarrokhzadRollup merge of #62996 - petrochenkov:outest, r=Mark...
2019-07-28 Mazdak FarrokhzadRollup merge of #62949 - mati865:patch-1, r=alexcrichton
2019-07-28 Mazdak FarrokhzadRollup merge of #62883 - Stargateur:refactoring-adapter...
2019-07-28 Mazdak FarrokhzadRollup merge of #62771 - petrochenkov:depext, r=eddyb
2019-07-28 Mazdak FarrokhzadRollup merge of #62074 - wizAmit:feature/mut_chunks_nth...
2019-07-28 Mazdak FarrokhzadRollup merge of #61207 - taiki-e:arbitrary_self_types...
2019-07-27 Esteban KüberAvoid ICE when referencing desugared local binding...
2019-07-27 borsAuto merge of #63029 - petrochenkov:rpass, r=Centril
2019-07-27 Vadim PetrochenkovFix issues with git converting CRLF to CR
2019-07-27 Vadim Petrochenkovtests: Move run-pass tests with naming conflicts to ui
2019-07-27 Vadim Petrochenkovtests: Move run-pass tests without naming conflicts...
2019-07-27 Vadim Petrochenkovtests: Add missing run-pass annotations
2019-07-27 borsAuto merge of #63043 - Centril:rollup-f4baee4, r=Centril
2019-07-27 Mazdak FarrokhzadRollup merge of #63036 - topecongiro:add-lib-section...
2019-07-27 Mazdak FarrokhzadRollup merge of #63014 - davidtwco:rustfix-incorrect...
2019-07-27 Mazdak FarrokhzadRollup merge of #63013 - nivkner:ffi-safe-slice, r...
2019-07-27 Mazdak FarrokhzadRollup merge of #62982 - oli-obk:static_cycle, r=RalfJung
2019-07-27 Mazdak FarrokhzadRollup merge of #62979 - Mark-Simulacrum:json-dumper...
2019-07-27 Mazdak FarrokhzadRollup merge of #62423 - Aaron1011:fix/existential...
2019-07-27 Evgenii PFix ui/parser/attr test
2019-07-27 Evgenii PFix failing UI tests
2019-07-27 CaioLint attributes on function arguments
2019-07-27 Evgenii PMake more informative error on outer attr after inner
2019-07-27 borsAuto merge of #62748 - luca-barbieri:optimize-refcell...
2019-07-27 Taiki Endoarbitrary_self_types lifetime elision: --bless --compar...
2019-07-27 Taiki EndoFix typo
2019-07-27 Taiki EndoAdd tests for `self: (&)AssocType`
2019-07-27 Taiki EndoAdd test for multiple ref-self
2019-07-27 Taiki EndoMinor clean up
2019-07-27 Taiki EndoAdd main functions and check-pass annotations
2019-07-27 Taiki EndoUpdate src/test/ui/self/elision/README.md
2019-07-27 Niko Matsakisadd a bevy of new test cases
2019-07-27 Taiki EndoRemove query for `.pin_type()`
2019-07-27 Taiki EndoAllow lifetime elision in `Pin<&(mut) Self>`
2019-07-26 borsAuto merge of #62086 - petrochenkov:builtout, r=eddyb
2019-07-26 Esteban Küberignore-tidy-trailing-newlines
2019-07-26 borsAuto merge of #63015 - Centril:rollup-ydhpcas, r=Centril
2019-07-26 Mazdak FarrokhzadRollup merge of #63009 - Rosto75:master, r=matklad
next