]> git.lizzy.rs Git - rust.git/history - src/test/ui/consts
Update tests for GATs
[rust.git] / src / test / ui / consts /
2019-12-20 borsAuto merge of #67455 - Centril:rollup-mf0yc81, r=Centril
2019-12-20 Mazdak FarrokhzadRollup merge of #67363 - alexcrichton:wasm-import-modul...
2019-12-20 Mazdak FarrokhzadRollup merge of #67354 - VirrageS:blame-wrong-line...
2019-12-20 Mazdak FarrokhzadRollup merge of #67131 - Centril:item-merge, r=petrochenkov
2019-12-20 Mazdak FarrokhzadRollup merge of #67031 - mati865:tokio-update, r=nikoma...
2019-12-20 Mazdak FarrokhzadRollup merge of #64588 - matthewjasper:mir-address...
2019-12-20 borsAuto merge of #67449 - Centril:rollup-04hvg57, r=Centril
2019-12-20 Mazdak FarrokhzadRollup merge of #67442 - reitermarkus:dummy-variable...
2019-12-20 Mazdak FarrokhzadRollup merge of #67367 - 0dvictor:options, r=Centril
2019-12-20 Mazdak FarrokhzadRollup merge of #67328 - rkruppe:simplify-u128-f32...
2019-12-20 Mazdak FarrokhzadRollup merge of #67285 - ohadravid:indicate-origin...
2019-12-20 Mazdak FarrokhzadRollup merge of #67219 - jsgf:command-argv0-debug,...
2019-12-20 Mazdak FarrokhzadRollup merge of #67127 - estebank:disambiguate-suggesti...
2019-12-19 Mark RousskovRollup merge of #67281 - llogiq:nonoverlapping-insert...
2019-12-19 Mark RousskovRollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPC
2019-12-19 Mazdak FarrokhzadRollup merge of #67286 - cuviper:configure-llvm, r...
2019-12-19 Mazdak FarrokhzadRollup merge of #67270 - alexcrichton:write-more-line...
2019-12-19 Mazdak FarrokhzadRollup merge of #67189 - LeSeulArtichaut:binop-wording...
2019-12-18 Matthew JasperAdd more tests for raw_ref_op
2019-12-18 Matthew JasperUpdate test now that reference to pointer casts have...
2019-12-18 Matthew JasperCheck const-propagation of borrows of unsized places
2019-12-16 Mazdak FarrokhzadRollup merge of #67336 - GuillaumeGomez:fix-js-error...
2019-12-16 Mazdak FarrokhzadRollup merge of #67308 - dtolnay:fast_rebind, r=alexcri...
2019-12-16 Mazdak FarrokhzadRollup merge of #67249 - ranma42:improve-starts-with...
2019-12-16 Mazdak FarrokhzadRollup merge of #66771 - SimonSapin:panic-stability...
2019-12-16 Mazdak FarrokhzadRollup merge of #66735 - SOF3:feature/str_strip, r...
2019-12-16 Mazdak FarrokhzadRollup merge of #66570 - lzutao:stabilize-result-map_or...
2019-12-16 Mazdak FarrokhzadRollup merge of #65778 - bdonlan:stable_weak_count...
2019-12-15 Mazdak FarrokhzadRollup merge of #67305 - kappa:patch-1, r=jonas-schievink
2019-12-15 Mazdak FarrokhzadRollup merge of #67300 - aloucks:issue-65970, r=rkruppe
2019-12-15 Mazdak FarrokhzadRollup merge of #67289 - estebank:unnamed-closure,...
2019-12-15 Mazdak FarrokhzadRollup merge of #67282 - pjw91:patch-1, r=Dylan-DPC
2019-12-15 Mazdak FarrokhzadRollup merge of #67267 - alexcrichton:update-wasi-libc...
2019-12-15 Mazdak FarrokhzadRollup merge of #67255 - tuxillo:remove-i686-unknown...
2019-12-15 borsAuto merge of #67216 - ecstatic-morse:const-loop, r...
2019-12-14 borsAuto merge of #67224 - nikomatsakis:revert-stabilizatio...
2019-12-14 Niko Matsakisadd `#![feature(never_type)]` to tests as needed
2019-12-14 Niko MatsakisRevert "Remove `#![feature(never_type)]` from tests."
2019-12-14 borsAuto merge of #67136 - oli-obk:const_stability, r=Centril
2019-12-14 Ohad RavidIndicate origin of where type parameter for uninferred...
2019-12-14 borsAuto merge of #67084 - Pagten:feature/print-msg-from...
2019-12-13 borsAuto merge of #65951 - estebank:type-inference-error...
2019-12-13 Mazdak FarrokhzadRollup merge of #67256 - RalfJung:reduce-allocs, r...
2019-12-13 Mazdak FarrokhzadRollup merge of #67254 - RalfJung:vtable-ice, r=oli-obk
2019-12-13 Mazdak FarrokhzadRollup merge of #67235 - jonas-schievink:vecdeque-leak...
2019-12-13 Mazdak FarrokhzadRollup merge of #67026 - Nadrieril:improve-usefulness...
2019-12-13 Dylan MacKenzieEnsure test actually uses dataflow, not simulation
2019-12-13 Dylan MacKenzieApply suggestions from review
2019-12-13 ecstatic-morseFix grammar in test description
2019-12-13 Dylan MacKenzieBless modified tests
2019-12-13 Dylan MacKenzieBless unrelated tests with new help message
2019-12-13 Dylan MacKenzieAdd qualif smoke tests for const loops
2019-12-13 Dylan MacKenzieExtend control flow basics tests with loops
2019-12-13 borsAuto merge of #62359 - euclio:remove-serialize, r=Dylan-DPC
2019-12-13 Oliver SchererRequire stable/unstable annotations for the constness...
2019-12-13 Oliver SchererReuse the `staged_api` feature for `rustc_const_unstable`
2019-12-13 borsAuto merge of #67077 - Aaron1011:build-llvm-in-binary...
2019-12-13 borsAuto merge of #66405 - nnethercote:tweak-ObligForest...
2019-12-13 borsAuto merge of #67271 - Centril:rollup-i71iqkv, r=Centril
2019-12-13 Mazdak FarrokhzadRollup merge of #67269 - Centril:recover-lt-deref-pat...
2019-12-13 Mazdak FarrokhzadRollup merge of #67251 - oli-obk:stability_sieve, r...
2019-12-13 Mazdak FarrokhzadRollup merge of #67250 - nnethercote:rm-DelimSpan-from...
2019-12-13 Mazdak FarrokhzadRollup merge of #66341 - crgl:vec-deque-extend, r=Amanieu
2019-12-12 borsAuto merge of #67172 - jethrogb:jb/bootstrap-linker...
2019-12-12 borsAuto merge of #67079 - nnethercote:optimize-shallow_res...
2019-12-12 Oliver SchererRequire `allow_internal_unstable` for stable min_const_...
2019-12-12 Esteban KüberAdd more context for type parameters
2019-12-12 Yuki OkushiRollup merge of #67230 - chansuke:remove-irrelevant...
2019-12-12 Yuki OkushiRollup merge of #67215 - nnethercote:fix-Zprint-type...
2019-12-12 Yuki OkushiRollup merge of #66983 - weiznich:bugfix/issue_66295...
2019-12-12 Yuki OkushiRollup merge of #62514 - stephaneyfx:box-ffi, r=nikomat...
2019-12-11 borsAuto merge of #66650 - matthewjasper:nonuniform-array...
2019-12-11 borsAuto merge of #65345 - davidtwco:issue-64130-async...
2019-12-11 borsAuto merge of #66821 - eddyb:global-trait-caching,...
2019-12-11 borsAuto merge of #67220 - Centril:rollup-n3u9wd5, r=Centril
2019-12-11 Mazdak FarrokhzadRollup merge of #67205 - JohnTitor:fix-sh, r=pietroalbini
2019-12-11 Mazdak FarrokhzadRollup merge of #67174 - kraai:remove-checked_add,...
2019-12-11 Mazdak FarrokhzadRollup merge of #67164 - matthewjasper:never-remove...
2019-12-11 Mazdak FarrokhzadRollup merge of #67074 - ehuss:extern-options, r=petroc...
2019-12-11 Mazdak FarrokhzadRollup merge of #67015 - osa1:issue66971, r=wesleywiser
2019-12-11 Mazdak FarrokhzadRollup merge of #66881 - krishna-veerareddy:issue-66780...
2019-12-11 borsAuto merge of #67202 - JohnTitor:rollup-0xjm5pz, r...
2019-12-10 Yuki OkushiRollup merge of #67193 - lqd:measureme_polonius, r...
2019-12-10 Yuki OkushiRollup merge of #67181 - TheSamsa:update-hashmap-doc...
2019-12-10 Yuki OkushiRollup merge of #67180 - NieDzejkob:vec-doc-copied...
2019-12-10 Yuki OkushiRollup merge of #67178 - GuillaumeGomez:move-non-clean...
2019-12-10 Yuki OkushiRollup merge of #67168 - ryanswilson59:master, r=Dylan-DPC
2019-12-10 Yuki OkushiRollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPC
2019-12-10 Yuki OkushiRollup merge of #67152 - GuillaumeGomez:sort-auto-impls...
2019-12-10 Yuki OkushiRollup merge of #67134 - oli-obk:const_prop_zst, r...
2019-12-10 Yuki OkushiRollup merge of #66377 - XAMPPRocky:relnotes-1.40.0...
2019-12-10 borsAuto merge of #67039 - xfix:manually-implement-pin...
2019-12-09 Tyler MandryRollup merge of #67125 - hashedone:master, r=petrochenkov
2019-12-09 Tyler MandryRollup merge of #67119 - RalfJung:miri-test-libstd...
2019-12-09 Tyler MandryRollup merge of #67115 - Centril:simplify-check-decl...
2019-12-09 Tyler MandryRollup merge of #67113 - Centril:enum-vis-pretty-fix...
2019-12-09 Tyler MandryRollup merge of #66892 - dtolnay:fmt5, r=KodrAus
2019-12-09 Matthew JasperEnsure that unevaluated constants of type `!` are prese...
2019-12-09 borsAuto merge of #67110 - tmandry:bump-compiler-builtins...
2019-12-09 borsAuto merge of #67096 - mark-i-m:fix-rustc-guide-2,...
next