]> git.lizzy.rs Git - rust.git/history - src/test
dump data for prefix path segments
[rust.git] / src / test /
2018-10-25 borsAuto merge of #55347 - pietroalbini:rollup, r=pietroalbini
2018-10-25 Pietro AlbiniRollup merge of #55348 - pietroalbini:backport-stable...
2018-10-25 Pietro AlbiniRollup merge of #55345 - RalfJung:no-null, r=oli-obk
2018-10-25 Pietro AlbiniRollup merge of #55340 - RalfJung:operand-docs, r=oli-obk
2018-10-25 Pietro AlbiniRollup merge of #55328 - raphlinus:copysign_typo, r...
2018-10-25 Pietro AlbiniRollup merge of #55306 - pnkfelix:issue-54478-regressio...
2018-10-25 Pietro AlbiniRollup merge of #55296 - cuviper:rustdoc-ui-backtrace...
2018-10-25 Pietro AlbiniRollup merge of #55291 - kazcw:master, r=nikomatsakis
2018-10-25 Pietro AlbiniRollup merge of #55285 - integer32llc:release-notes...
2018-10-25 Pietro AlbiniRollup merge of #55282 - sinkuu:redundant_clone, r...
2018-10-25 Pietro AlbiniRollup merge of #55269 - matthiaskrgr:typos_oct, r...
2018-10-25 Pietro AlbiniRollup merge of #55254 - rust-lang:clean-two-dots,...
2018-10-25 Pietro AlbiniRollup merge of #55253 - zackmdavis:some_suggestion...
2018-10-25 Pietro AlbiniRollup merge of #55251 - NieDzejkob:master, r=TimNN
2018-10-25 Pietro AlbiniRollup merge of #55247 - peterjoel:peterjoel-prim-char...
2018-10-25 Pietro AlbiniRollup merge of #55245 - matthiaskrgr:clippy, r=nikomat...
2018-10-25 Pietro AlbiniRollup merge of #55200 - octronics:gh51430, r=kennytm
2018-10-25 Pietro AlbiniRollup merge of #55173 - estebank:suggest-static, r...
2018-10-25 Pietro AlbiniRollup merge of #55138 - zackmdavis:the_paren_trap...
2018-10-25 Pietro AlbiniRollup merge of #54977 - estebank:macro-arg-parse,...
2018-10-25 Pietro AlbiniRollup merge of #54965 - chathaway-codes:update-tcp...
2018-10-25 Pietro AlbiniRollup merge of #53931 - iirelu:keyword-docs, r=stevekl...
2018-10-25 Pietro AlbiniRollup merge of #53507 - phungleson:fix-impl-from-for...
2018-10-25 borsAuto merge of #55323 - nikomatsakis:nll-ICE-55219-and...
2018-10-25 borsAuto merge of #54658 - petrochenkov:experelude, r=nikom...
2018-10-24 Niko Matsakisport the relate-types code from NLL type-check into...
2018-10-24 Felix S. Klock IIThis is a regression test for #54478.
2018-10-23 Josh StoneSet RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest...
2018-10-23 Vadim PetrochenkovProhibit macro-expanded `extern crate` items shadowing...
2018-10-23 Vadim PetrochenkovFeature gate extern prelude additions from `extern...
2018-10-23 Vadim PetrochenkovAdd `extern crate` items to extern prelude
2018-10-23 borsAuto merge of #55229 - nikomatsakis:issue-54692-closure...
2018-10-23 Niko Matsakischeck the self type is well-formed
2018-10-23 Matthias Krügerfix typos in various places
2018-10-23 borsAuto merge of #55281 - alexcrichton:revert-demote,...
2018-10-23 borsAuto merge of #55113 - mockersf:master, r=estebank
2018-10-23 Alex CrichtonRevert "rustc: Fix (again) simd vectors by-val in ABI"
2018-10-23 borsAuto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelix
2018-10-23 borsAuto merge of #55231 - zackmdavis:determinate, r=oli-obk
2018-10-22 Oliver S̶c̶h̶n̶e̶i... [review comments] modify test and clean up code
2018-10-22 Esteban Küberreview comments
2018-10-22 Esteban KüberSuggest appropriate syntax on missing lifetime specifie...
2018-10-22 Niko Matsakisstop reporting "unsatisfied lifetime bounds" errors...
2018-10-22 Niko Matsakisflesh out closure-substs test
2018-10-22 Niko Matsakisfix incremental test
2018-10-22 Niko Matsakisadd regression test for #54124
2018-10-22 Niko Matsakisstart enforcing closure types
2018-10-22 borsAuto merge of #55224 - kryptan:master, r=matthewjasper
2018-10-22 borsAuto merge of #55126 - GuillaumeGomez:improve-search...
2018-10-21 Zack M. Davisonly issue "variant of the expected type" suggestion...
2018-10-21 borsAuto merge of #55179 - bjorn3:miri_public_op_field...
2018-10-21 borsAuto merge of #55236 - petrochenkov:pfail, r=davidtwco
2018-10-21 borsAuto merge of #52984 - fabric-and-ink:remove-canonical...
2018-10-21 borsAuto merge of #55069 - matthewjasper:explain-free-regio...
2018-10-21 Matthew JasperUse new region infer errors for explaining borrows
2018-10-21 Vadim PetrochenkovFix a few tests with target-specific output
2018-10-21 Vadim PetrochenkovMake sure all ui/parse tests have `-Z parse-only`
2018-10-21 Vadim PetrochenkovMake some ui/parser tests compile-pass
2018-10-21 Vadim PetrochenkovMove more parsing tests to ui/parser
2018-10-21 Vadim PetrochenkovMove parse-fail tests to UI
2018-10-21 borsAuto merge of #55125 - RalfJung:stacked-borrows, r...
2018-10-20 borsAuto merge of #55230 - Manishearth:rollup, r=Manishearth
2018-10-20 François Mockersmanage cases with tabs or other whitespaces
2018-10-20 Matthew JasperGive an error number for "borrowed data escapes outside...
2018-10-20 Matthew JasperPrefer type annotations and returns in free region...
2018-10-20 Manish GoregaokarRollup merge of #55213 - qmx:tidy-fix, r=tmandry
2018-10-20 Manish GoregaokarRollup merge of #55203 - scalexm:program-clauses, r...
2018-10-20 Manish GoregaokarRollup merge of #55189 - steveklabnik:update-books...
2018-10-20 Manish GoregaokarRollup merge of #55073 - alexcrichton:demote-simd,...
2018-10-20 borsAuto merge of #55156 - PramodBisht:issue/52717, r=estebank
2018-10-20 Zack M. Davispick a reference issue for absolute-paths future incomp...
2018-10-20 borsAuto merge of #55119 - varkor:unwarned-match-on-never...
2018-10-20 borsAuto merge of #55014 - ljedrz:lazyboye_unwraps, r=matth...
2018-10-20 borsAuto merge of #55114 - oli-obk:fx#map, r=nikomatsakis
2018-10-20 Scott McMurray`impl<'_> IceCube<'_> {}` is now only one error in...
2018-10-20 Scott McMurrayAdd a stub feature so we can still test E0705
2018-10-20 Scott McMurray17905 also no longer errors, thanks to IHLE
2018-10-20 Scott McMurrayMove an underscore-lifetime error test to an IHLE succe...
2018-10-20 Scott McMurrayHooray! 19982 finally works the way people wanted in...
2018-10-20 Scott McMurrayStabilize impl_header_lifetime_elision in 2015
2018-10-20 borsAuto merge of #55007 - davidtwco:issue-39175, r=petroch...
2018-10-19 borsAuto merge of #55162 - nikomatsakis:issue-54902-undersc...
2018-10-19 Niko Matsakisadd more to the ERROR messages
2018-10-19 Niko Matsakisfix error messages
2018-10-19 borsAuto merge of #55152 - nikomatsakis:nll-issue-54571...
2018-10-19 David WoodOnly suggest paths that exist.
2018-10-19 Niko Matsakisnormalize the self-type that we extract from impl
2018-10-19 Niko Matsakisadd a test that we enforce '`static` errors post normal...
2018-10-19 Niko Matsakisskip user-type annotations if they don't have regions
2018-10-19 Niko Matsakislowering casts in constants now creates multiple uses
2018-10-19 Niko Matsakiscreate type ascription for any cast
2018-10-19 Keith YeungWrap cast expressions inside of ValueTypeAscription
2018-10-19 Niko Matsakisnormalize and prove predicates
2018-10-19 Niko Matsakisnormalize after substitution
2018-10-19 Oliver SchererUpdate TypedArena tests
2018-10-19 Oliver SchererUpdate more internals tests to `default`
2018-10-19 Oliver SchererUpdate a compiler-test to the `Default` changes
2018-10-19 Niko Matsakispropagate user-type annotation for constants in expressions
2018-10-19 Pramod BishtFixed: Multiple errors on single typo in match pattern
2018-10-19 Alex Crichtonrustc: Fix (again) simd vectors by-val in ABI
next