]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/ty_fold.rs
rustc: compute the vtable base of a supertrait during selection. Fixes #26339.
[rust.git] / src / librustc / middle / ty_fold.rs
2015-07-04 Eduard Burtescurustc: compute the vtable base of a supertrait during...
2015-07-04 Eduard Burtescurustc: simplify ty::MethodOrigin and avoid trait item...
2015-07-04 Eduard Burtescurustc: remove unused MethodStaticClosure variant of...
2015-07-04 borsAuto merge of #26370 - nikomatsakis:better-object-defau...
2015-07-03 Niko MatsakisAdd a boolean flag to ExistentialBounds tracking whethe...
2015-07-03 Niko MatsakisCode up the new lifetime default rules, but leave them...
2015-07-03 borsAuto merge of #26378 - arielb1:unused-mut, r=pnkfelix
2015-07-03 borsAuto merge of #26610 - aturon:fix_make_unique, r=alexcr...
2015-07-02 borsAuto merge of #26722 - arielb1:log-deadlock, r=eddyb
2015-07-01 borsAuto merge of #26658 - alexcrichton:windows-net-no...
2015-07-01 borsAuto merge of #26711 - bluss:doc-hide-rand, r=steveklabnik
2015-07-01 borsAuto merge of #26540 - oli-obk:issue11715, r=nrc
2015-06-30 borsAuto merge of #26686 - arielb1:associated-type-defaults...
2015-06-30 borsAuto merge of #26663 - Eljay:fix-repr-attribute, r...
2015-06-30 Steve KlabnikRollup merge of #26678 - bluss:doc-fmt, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26651 - GuillaumeGomez:patch-2, r...
2015-06-30 Steve KlabnikRollup merge of #26627 - tshepang:stdin-example, r...
2015-06-30 Steve KlabnikRollup merge of #26622 - tshepang:indents, r=sanxiyn
2015-06-30 Steve KlabnikRollup merge of #26580 - adamheins:master, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26506 - tshepang:doc-fix, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26373 - tshepang:patch-2, r=steveklabnik
2015-06-30 borsAuto merge of #26327 - bluss:two-way, r=aturon
2015-06-30 borsAuto merge of #26669 - frewsxcv:diagnostics-https,...
2015-06-30 borsAuto merge of #26664 - steveklabnik:gh26571, r=alexcrichton
2015-06-30 borsAuto merge of #26662 - steveklabnik:gh26661, r=alexcrichton
2015-06-30 borsAuto merge of #26670 - frewsxcv:regression-test-13902...
2015-06-30 borsAuto merge of #26668 - frewsxcv:regression-test-17756...
2015-06-30 borsAuto merge of #26667 - arielb1:audit-walk, r=eddyb
2015-06-29 Ariel Ben-YehudaFix lifetime elision region accounting
2015-06-29 borsAuto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
2015-06-29 borsAuto merge of #26462 - brson:stdidx, r=steveklabnik
2015-06-29 Manish GoregaokarRollup merge of #26593 - GuillaumeGomez:patch-2, r...
2015-06-27 borsAuto merge of #26621 - tshepang:missed-removal, r=steve...
2015-06-27 borsAuto merge of #26616 - Manishearth:rollup, r=Manishearth
2015-06-27 borsAuto merge of #26609 - huonw:align, r=alexcrichton
2015-06-27 borsAuto merge of #26579 - Techern:start-12-doc, r=brson
2015-06-27 borsAuto merge of #26575 - eddyb:tycx, r=nikomatsakis
2015-06-26 Eduard Burtescurustc: make ty::mk_* constructors into methods on ty...
2015-06-26 Eduard Burtescurustc: combine type-flag-checking traits and fns and...
2015-06-24 borsAuto merge of #26520 - oli-obk:three-tuple-transitive...
2015-06-24 borsAuto merge of #26509 - tshepang:4-and-not-3, r=bluss
2015-06-24 borsAuto merge of #26521 - oli-obk:android-x86-libclibc...
2015-06-23 borsAuto merge of #26491 - omasanori:fix-18670, r=brson
2015-06-23 borsAuto merge of #26219 - Veedrac:patch-1, r=alexcrichton
2015-06-23 borsAuto merge of #26061 - Gankro:inherit-dep, r=brson
2015-06-23 borsAuto merge of #26490 - alexcrichton:fix-msvc-again...
2015-06-23 borsAuto merge of #26508 - tshepang:stray-code-block, r...
2015-06-23 borsAuto merge of #26503 - GuillaumeGomez:patch-4, r=Manish...
2015-06-23 borsAuto merge of #26367 - tshepang:patch-1, r=bluss
2015-06-23 borsAuto merge of #26354 - jroesch:remove-param-bounds...
2015-06-23 Jared RoeschRemove the mostly unecessary ParamBounds struct
2015-06-23 borsAuto merge of #26514 - tshepang:repetition, r=Gankro
2015-06-22 borsAuto merge of #26037 - nhowell:plain_js_playpen, r...
2015-06-22 borsAuto merge of #26394 - arielb1:implement-rfc401-part2...
2015-06-21 borsAuto merge of #26457 - meqif:master, r=alexcrichton
2015-06-21 borsAuto merge of #26416 - retep998:error-debug, r=sfackler
2015-06-20 borsAuto merge of #26381 - alexcrichton:fix-srel, r=brson
2015-06-20 Manish GoregaokarRollup merge of #26452 - michaelsproul:the-second-comin...
2015-06-20 Manish GoregaokarRollup merge of #26439 - Gankro:marker, r=pnkfelix
2015-06-20 Manish GoregaokarRollup merge of #26434 - Munksgaard:issue24227-test...
2015-06-20 Manish GoregaokarRollup merge of #26432 - steveklabnik:gh26424, r=alexcr...
2015-06-20 Manish GoregaokarRollup merge of #26410 - tshepang:patch-3, r=steveklabnik
2015-06-20 borsAuto merge of #26430 - dhuseby:updating_installer,...
2015-06-20 borsAuto merge of #26417 - brson:feature-err, r=steveklabnik
2015-06-20 borsAuto merge of #26407 - arielb1:paren-binding, r=eddyb
2015-06-20 borsAuto merge of #26383 - frewsxcv:regression-tests-23649...
2015-06-20 borsAuto merge of #26382 - alexcrichton:less-racy-path...
2015-06-20 borsAuto merge of #26200 - brson:relnotes, r=aturon
2015-06-19 borsAuto merge of #24527 - nikomatsakis:issue-24085, r...
2015-06-19 borsAuto merge of #26351 - eddyb:tls-tcx, r=nikomatsakis
2015-06-19 Manish GoregaokarRollup merge of #26414 - alexcrichton:msvc-fix-build...
2015-06-19 Manish GoregaokarRollup merge of #26401 - jooert:fix26360, r=steveklabnik
2015-06-19 Manish GoregaokarRollup merge of #26388 - frewsxcv:regression-tests...
2015-06-18 borsAuto merge of #26413 - alexcrichton:from-raw-fd-prelude...
2015-06-18 Eduard Burtescurustc: remove Repr and UserString.
2015-06-18 Eduard Burtescurustc: replace Repr/UserString impls with Debug/Display...
2015-06-18 Eduard Burtescurustc: use the TLS type context in Repr and UserString.
2015-06-18 borsAuto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis
2015-06-18 Ariel Ben-YehudaNormalize associated types in closure signatures
2015-06-18 Manish GoregaokarRollup merge of #26314 - steveklabnik:gh26312, r=bluss
2015-06-18 borsAuto merge of #26340 - bluss:bench-sigfix, r=alexcrichton
2015-06-17 borsAuto merge of #26062 - eefriedman:cleanup-cached, r...
2015-06-17 borsAuto merge of #25961 - sanxiyn:dead-variant-2, r=huonw
2015-06-17 borsAuto merge of #26261 - tshepang:more-brief-example...
2015-06-17 borsAuto merge of #26126 - Nashenas88:sync-send-libcore...
2015-06-17 borsAuto merge of #26025 - alexcrichton:update-llvm, r...
2015-06-17 borsAuto merge of #22681 - mzabaluev:extend-faster, r=huonw
2015-06-16 borsAuto merge of #26280 - Marwes:deriving_discriminant...
2015-06-16 borsAuto merge of #25952 - alexcrichton:fix-scoped-tls...
2015-06-16 borsAuto merge of #24719 - :patch-1, r=steveklabnik
2015-06-16 borsAuto merge of #26313 - steveklabnik:fix_str_docs, r...
2015-06-15 borsAuto merge of #26311 - jooert:fix25855, r=steveklabnik
2015-06-15 borsAuto merge of #26168 - sfackler:stdout-panic, r=alexcri...
2015-06-15 borsAuto merge of #25359 - thepowersgang:result-expect...
2015-06-15 borsAuto merge of #26265 - retep998:heapalloc, r=alexcrichton
2015-06-14 borsAuto merge of #26213 - semarie:openbsd-morestack, r...
2015-06-14 borsAuto merge of #26071 - petrochenkov:assert1, r=alexcrichton
2015-06-14 borsAuto merge of #26252 - bluss:relative-paths, r=alexcrichton
2015-06-13 borsAuto merge of #26250 - steveklabnik:remove_html_literal...
2015-06-13 borsAuto merge of #26249 - steveklabnik:remove_extern_panic...
next