]> git.lizzy.rs Git - rust.git/history - library/alloc
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
[rust.git] / library / alloc /
2021-08-15 Antoni BoucherMerge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147...
2021-08-14 Antoni BoucherMerge commit '0c89065b934397b62838fe3e4ef6f6352fc52daf...
2021-08-13 Antoni BoucherAdd 'compiler/rustc_codegen_gcc/' from commit 'afae271d...
2021-08-09 borsAuto merge of #85357 - Andy-Python-Programmer:aarch64_u...
2021-08-09 borsAuto merge of #87820 - elichai:patch-2, r=kennytm
2021-08-09 borsAuto merge of #87619 - 12101111:fix-native_link_modifie...
2021-08-09 borsAuto merge of #87465 - audunhalland:refactor_typeck_pri...
2021-08-08 borsAuto merge of #87235 - poliorcetics:issue-87217-fn...
2021-08-08 borsAuto merge of #86879 - YohDeadfall:stabilize-vec-shrink...
2021-08-08 David TolnayBump shrink_to stabilization to Rust 1.56
2021-08-08 borsAuto merge of #87697 - GuillaumeGomez:add-e0784, r...
2021-08-08 borsAuto merge of #87827 - eddyb:wrapperless-mem-replace...
2021-08-08 borsAuto merge of #87815 - BoxyUwU:cec-generics-of-ice...
2021-08-08 borsAuto merge of #87798 - durin42:llvm-14, r=nikic
2021-08-08 Klim TsoutsmanMerge branch 'rust-lang:master' into master
2021-08-08 borsAuto merge of #86744 - ijackson:sink-default, r=dtolnay
2021-08-07 borsAuto merge of #87772 - npmccallum:naked_abi, r=Amanieu
2021-08-07 borsAuto merge of #87743 - cuviper:opaque-calls, r=nikic
2021-08-07 Yuki OkushiRollup merge of #87834 - camelid:span-typo, r=CraftSpider
2021-08-07 Yuki OkushiRollup merge of #87833 - m-rsha:patch-1, r=Aaron1011
2021-08-07 Yuki OkushiRollup merge of #87789 - tmiasko:panik, r=Mark-Simulacrum
2021-08-07 Yuki OkushiRollup merge of #87744 - Smittyvb:xpy-test-force-rerun...
2021-08-07 borsAuto merge of #87810 - devnexen:haiku_os_simpl, r=Mark...
2021-08-07 borsAuto merge of #87796 - nielx:fix/socket2-0.4.1, r=Mark...
2021-08-07 borsAuto merge of #87408 - kornelski:try_reserve_error...
2021-08-06 borsAuto merge of #87774 - camelid:process-typo, r=jyn514
2021-08-06 Yuki OkushiRollup merge of #87816 - bjorn3:sync_cg_clif-2021-08...
2021-08-06 Yuki OkushiRollup merge of #87809 - InnovativeInventor:pointer...
2021-08-06 Yuki OkushiRollup merge of #87787 - hyd-dev:c-unwind, r=RalfJung
2021-08-06 Yuki OkushiRollup merge of #87779 - Aaron1011:stmt-ast-id, r=petro...
2021-08-06 Yuki OkushiRollup merge of #87775 - Kobzol:single-associated-item...
2021-08-06 Yuki OkushiRollup merge of #87761 - rusticstuff:rustc_error_overfl...
2021-08-06 Yuki OkushiRollup merge of #85807 - glaubitz:powerpc-disable-initi...
2021-08-06 borsAuto merge of #87784 - rusticstuff:bootstrap_config_ove...
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-06 borsAuto merge of #87777 - the8472:fix-mir-max-rss, r=oli...
2021-08-06 borsAuto merge of #87808 - JohnTitor:rollup-qqp79xs, r...
2021-08-06 Yuki OkushiRollup merge of #87780 - est31:intra_doc_links, r=jyn514
2021-08-06 Yuki OkushiRollup merge of #87561 - devnexen:haiku_thread_build_fi...
2021-08-06 borsAuto merge of #87462 - ibraheemdev:tidy-file-length...
2021-08-05 The8472add Box::try_new_uninit_slice for symmetry
2021-08-05 The8472remove cfg gate on `use RawVec` since it is now also...
2021-08-05 borsAuto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514
2021-08-05 est31alloc: Use intra doc links for the reserve function
2021-08-05 borsAuto merge of #87641 - HackAttack:expand-unknown-option...
2021-08-04 The8472add Box::try_new_zeroed_slice()
2021-08-04 borsAuto merge of #87150 - rusticstuff:simplify_wrapping_ne...
2021-08-04 borsAuto merge of #87026 - FabianWolff:issue-86948, r=estebank
2021-08-04 borsAuto merge of #87568 - petrochenkov:localevel, r=cjgillot
2021-08-03 Yuki OkushiRollup merge of #81797 - yoshuawuyts:stream_from_iter...
2021-08-03 borsAuto merge of #87515 - crlf0710:trait_upcasting_part2...
2021-08-03 Yuki OkushiRollup merge of #87708 - the8472:canonical_v6, r=dtolnay
2021-08-03 Yuki OkushiRollup merge of #87693 - badboy:enable-ios-sim-target...
2021-08-03 Yuki OkushiRollup merge of #87685 - notriddle:lazy-from-docs,...
2021-08-03 Yuki OkushiRollup merge of #87646 - JohnTitor:fix-parser-ice,...
2021-08-03 Yuki OkushiRollup merge of #87645 - LeSeulArtichaut:issue-87414...
2021-08-03 borsAuto merge of #87033 - FabianWolff:issue-87017, r=estebank
2021-08-03 borsAuto merge of #87262 - dtolnay:negative, r=Aaron1011
2021-08-03 borsAuto merge of #86335 - CDirkx:ipv4-in-ipv6, r=dtolnay
2021-08-02 borsAuto merge of #87628 - estebank:unmet-explicit-lifetime...
2021-08-02 Cameron SteffenRollup merge of #87690 - sharnoff:mut-ptr-allocated...
2021-08-02 Cameron SteffenRollup merge of #87687 - camsteffen:inline-macros,...
2021-08-02 Cameron SteffenRollup merge of #87673 - estebank:opaque-ty-mismatch...
2021-08-02 Cameron SteffenRollup merge of #87659 - FabianWolff:issue-87397, r...
2021-08-02 Cameron SteffenRollup merge of #87654 - jesyspa:issue-87238-option...
2021-08-02 Cameron SteffenRollup merge of #86176 - nbdd0121:explicit-generic...
2021-08-02 borsAuto merge of #87248 - RalfJung:ctfe-partial-overwrite...
2021-08-02 borsAuto merge of #87625 - nielx:fix/libz-sys-1.1.3, r...
2021-08-02 borsAuto merge of #87297 - ZuseZ4:new_build_flags, r=Mark...
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-08-02 borsAuto merge of #87689 - JohnTitor:rollup-ns38b56, r...
2021-08-02 Yuki OkushiRollup merge of #87653 - RalfJung:dont-run-ub, r=kennytm
2021-08-02 Yuki OkushiRollup merge of #87644 - Flying-Toast:vec-remove-note...
2021-08-02 Yuki OkushiRollup merge of #87633 - Amanieu:fix-86063, r=Mark...
2021-08-02 Yuki OkushiRollup merge of #87629 - steffahn:consistent_adapter_sp...
2021-08-02 Yuki OkushiRollup merge of #87608 - Aaron1011:remove-system-librar...
2021-08-02 Yuki OkushiRollup merge of #87504 - ehuss:update-mdbook, r=Mark...
2021-08-02 Yuki OkushiRollup merge of #87468 - calebcartwright:update-rustfmt...
2021-08-02 Yuki OkushiRollup merge of #87282 - pietroalbini:refactor-extended...
2021-08-02 Yuki OkushiRollup merge of #86936 - CDirkx:ipv6-multicast, r=JohnTitor
2021-08-02 Yuki OkushiRollup merge of #86593 - jhpratt:stabilize-const_slice_...
2021-08-02 Yuki OkushiRollup merge of #86509 - CDirkx:os_str, r=m-ou-se
2021-08-02 Yuki OkushiRollup merge of #86439 - CDirkx:ip-protocol-assignment...
2021-08-02 Yuki OkushiRollup merge of #86183 - inquisitivecrystal:env-nul...
2021-08-02 borsAuto merge of #85272 - ChayimFriedman2:matches-leading...
2021-08-01 borsAuto merge of #86031 - ssomers:btree_lazy_iterator...
2021-08-01 borsAuto merge of #81825 - voidc:pidfd, r=joshtriplett
2021-08-01 borsAuto merge of #87664 - devnexen:netbsd_sanitizers_suppo...
2021-08-01 borsAuto merge of #87546 - rusticstuff:issue87450-take...
2021-08-01 borsAuto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa
2021-08-01 borsAuto merge of #84662 - dtolnay:unwindsafe, r=Amanieu
2021-08-01 borsAuto merge of #85782 - badboy:build-ios-sim-target...
2021-07-31 borsAuto merge of #87662 - FabianWolff:rb-string, r=estebank
2021-07-31 borsAuto merge of #87610 - Aaron1011:bump-llvm-bugfix,...
2021-07-31 borsAuto merge of #87607 - JohnTitor:help-to-unused-must...
2021-07-31 David TolnayRelocate Arc and Rc UnwindSafe impls
2021-07-31 borsAuto merge of #86264 - crlf0710:trait_upcasting_part1...
2021-07-31 borsAuto merge of #87387 - the8472:slice-iter-advance_by...
2021-07-31 borsAuto merge of #87488 - kornelski:track-remove, r=dtolnay
2021-07-30 borsAuto merge of #86754 - estebank:use-multispans-more...
next