]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/collect.rs
Rollup merge of #68005 - GuillaumeGomez:explanation-e0184, r=Dylan-DPC
[rust.git] / src / librustc_typeck / collect.rs
2019-12-31 borsAuto merge of #67597 - estebank:placeholder-type, r...
2019-12-31 borsAuto merge of #67032 - cjgillot:hirene, r=Zoxc
2019-12-30 Esteban Küberreview comments and fix rebase
2019-12-30 borsAuto merge of #67667 - wesleywiser:speed_up_trivially_v...
2019-12-30 Camille GILLOTRemove HirVec from Generics.
2019-12-30 borsAuto merge of #67658 - spastorino:do-not-copy-zsts...
2019-12-30 Yuki OkushiRollup merge of #67715 - petertodd:2019-typo-manuallydr...
2019-12-30 Yuki OkushiRollup merge of #67701 - petrochenkov:tidybless, r...
2019-12-30 Yuki OkushiRollup merge of #67698 - cjgillot:passes-first, r=Zoxc
2019-12-30 Yuki OkushiRollup merge of #67687 - estebank:issue-67634, r=matthe...
2019-12-30 Yuki OkushiRollup merge of #67677 - petrochenkov:dupexp, r=Centril
2019-12-30 Yuki OkushiRollup merge of #67657 - jumbatm:cleanup-const-hack...
2019-12-30 Yuki OkushiRollup merge of #67622 - gilescope:async-keyword-doc...
2019-12-30 Yuki OkushiRollup merge of #67564 - Mark-Simulacrum:iter-adapter...
2019-12-30 Yuki OkushiRollup merge of #67287 - Centril:mismatch-range-improve...
2019-12-30 Yuki OkushiRollup merge of #64273 - petrochenkov:stabattrmod,...
2019-12-30 Esteban Küberreview comments
2019-12-30 Esteban Küberclean up logic
2019-12-30 Esteban Küberreview comments
2019-12-30 Esteban KüberFormat and fix rebase
2019-12-30 Esteban KüberAccount for existing type params when suggesting replac...
2019-12-30 Esteban KüberAccount for all item kinds when collecting and gateing...
2019-12-30 Esteban KüberSuggest type param when encountering `_` in fn defs
2019-12-30 borsAuto merge of #67631 - oli-obk:polymorphic_promotion...
2019-12-29 borsAuto merge of #66942 - cjgillot:hirene-ty, r=Zoxc
2019-12-29 borsAuto merge of #67112 - Centril:expr-polish, r=estebank
2019-12-29 Dylan DPCRollup merge of #67482 - ldm0:master, r=petrochenkov
2019-12-29 borsAuto merge of #67614 - Mark-Simulacrum:global-callbacks...
2019-12-28 borsAuto merge of #67459 - ssomers:#67438, r=RalfJung
2019-12-28 borsAuto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum
2019-12-28 borsAuto merge of #67598 - jumbatm:issue67557_simd_shuffle...
2019-12-27 Oliver SchererRollup merge of #67635 - Mark-Simulacrum:path-doc-unsaf...
2019-12-27 Oliver SchererRollup merge of #67633 - christianpoveda:patch-1, r...
2019-12-27 Oliver SchererRollup merge of #67632 - kraai:remove-collapsed-referen...
2019-12-27 Oliver SchererRollup merge of #67629 - kraai:remove-redundant-link...
2019-12-27 Oliver SchererRollup merge of #67621 - matthewjasper:correct-static...
2019-12-27 Oliver SchererRollup merge of #67617 - kraai:remove-compiler_builtins...
2019-12-27 Oliver SchererRollup merge of #67604 - christianpoveda:scalar_to_...
2019-12-27 Oliver SchererRollup merge of #67602 - xfix:use-issue-none-instead...
2019-12-27 Oliver SchererRollup merge of #67594 - oxalica:update-libc, r=Dylan-DPC
2019-12-27 Oliver SchererRollup merge of #67588 - Kixunil:nonnull-slice-iter...
2019-12-27 Oliver SchererRollup merge of #67576 - king6cong:slice_repeat, r...
2019-12-27 borsAuto merge of #67035 - Goirad:implement-ipadd-padding...
2019-12-27 Camille GILLOTFallout in other crates.
2019-12-27 borsAuto merge of #67437 - matthew-healy:skip-llvm-rebuild...
2019-12-27 borsAuto merge of #67192 - oli-obk:const_zst_addr, r=RalfJu...
2019-12-27 borsAuto merge of #66936 - cjgillot:hirene-expr, r=Zoxc
2019-12-26 Camille GILLOTFallout in other crates.
2019-12-25 borsAuto merge of #67524 - LukasKalbertodt:improve-into...
2019-12-25 borsAuto merge of #67303 - dtolnay:rls, r=Xanewok
2019-12-24 borsAuto merge of #67445 - llogiq:todo, r=dtolnay
2019-12-24 Mazdak FarrokhzadRollup merge of #67561 - euclio:remove-description...
2019-12-24 Mazdak FarrokhzadRollup merge of #67547 - GuillaumeGomez:cleanup-err...
2019-12-24 Mazdak FarrokhzadRollup merge of #67543 - JohnTitor:regression-tests...
2019-12-23 Mazdak FarrokhzadRollup merge of #67546 - oli-obk:slice_pattern_ice...
2019-12-23 Mazdak FarrokhzadRollup merge of #67527 - GuillaumeGomez:results-show...
2019-12-23 Mazdak FarrokhzadRollup merge of #67507 - Mark-Simulacrum:purge-uninit...
2019-12-23 Mazdak FarrokhzadRollup merge of #67466 - oli-obk:const_intrinsic, r...
2019-12-23 Mazdak FarrokhzadRollup merge of #67233 - Luro02:cursor_traits, r=sfackler
2019-12-23 borsAuto merge of #67540 - Mark-Simulacrum:fmt-the-world...
2019-12-22 Mark RousskovFormat the world
2019-12-22 Mazdak FarrokhzadRollup merge of #67519 - Mark-Simulacrum:any-unsafe...
2019-12-22 Mazdak FarrokhzadRollup merge of #67508 - davesque:master, r=Dylan-DPC
2019-12-22 Mazdak FarrokhzadRollup merge of #67506 - qnighy:remove-iter-private...
2019-12-22 Mazdak FarrokhzadRollup merge of #67499 - Centril:mir-match-clean, r...
2019-12-22 Mazdak FarrokhzadRollup merge of #67487 - GuillaumeGomez:rustdoc-mutabil...
2019-12-22 Mazdak FarrokhzadRollup merge of #67299 - christianpoveda:try_immty_from...
2019-12-22 Mazdak FarrokhzadRollup merge of #66877 - skinny121:const-eval-entry...
2019-12-22 borsAuto merge of #65939 - anp:incremental-rustfmt-rollout...
2019-12-22 borsAuto merge of #66931 - cjgillot:hirene-preamble, r...
2019-12-22 borsAuto merge of #67486 - matthiaskrgr:submodule_upd,...
2019-12-22 Mazdak FarrokhzadRollup merge of #67500 - JohnTitor:non-shorthand-field...
2019-12-22 Mazdak FarrokhzadRollup merge of #67480 - rossmacarthur:fix-41260-avoid...
2019-12-22 Mazdak FarrokhzadRollup merge of #67439 - Centril:clean-hair-slice,...
2019-12-22 Mazdak FarrokhzadRollup merge of #67410 - mati865:mingw_link_fix, r...
2019-12-22 Mazdak FarrokhzadRollup merge of #67148 - Centril:ty-polish, r=estebank
2019-12-22 borsAuto merge of #66932 - rust-lang:pass-check-runfail...
2019-12-21 Camille GILLOTUse Arena inside hir::EnumDef.
2019-12-21 Camille GILLOTUse Arena inside hir::ImplItem.
2019-12-21 Camille GILLOTUse Arena inside hir::TraitItem.
2019-12-21 Camille GILLOTUse Arena inside hir::ForeignItem.
2019-12-21 Camille GILLOTUse Arena inside hir::Item.
2019-12-21 borsAuto merge of #67495 - Centril:rollup-6aer3xg, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67491 - lzutao:res-map-or, r=Mark...
2019-12-21 Mazdak FarrokhzadRollup merge of #67490 - Mark-Simulacrum:i-67371, r...
2019-12-21 Mazdak FarrokhzadRollup merge of #67489 - Mark-Simulacrum:drop-petgraph...
2019-12-21 Mazdak FarrokhzadRollup merge of #67469 - cuviper:no-default-rustc-dev...
2019-12-21 Mazdak FarrokhzadRollup merge of #67420 - lzutao:_val, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67333 - wesleywiser:fix_inline_into_bo...
2019-12-21 Mazdak FarrokhzadRollup merge of #67160 - matthewjasper:gat-generics...
2019-12-21 Mazdak FarrokhzadRollup merge of #67059 - TommasoBianchi:dropck_fix_pr...
2019-12-20 Matthew JasperCorrectly lower bounds on GATs
2019-12-20 Matthew JasperCorrectly lower paths to generic associated types
2019-12-20 Mazdak FarrokhzadRollup merge of #67354 - VirrageS:blame-wrong-line...
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-14 borsAuto merge of #67084 - Pagten:feature/print-msg-from...
2019-12-13 Mazdak FarrokhzadRollup merge of #67026 - Nadrieril:improve-usefulness...
next