]> git.lizzy.rs Git - rust.git/history - library
Rollup merge of #91504 - cynecx:used_retain, r=nikic
[rust.git] / library /
2022-02-09 Matthias KrügerRollup merge of #91504 - cynecx:used_retain, r=nikic
2022-02-09 Matthias KrügerRollup merge of #91443 - compiler-errors:bad_collect_in...
2022-02-09 borsAuto merge of #93741 - Mark-Simulacrum:global-job-id...
2022-02-09 Michael GouletSuggest collecting into `Vec<_>` when collecting into...
2022-02-09 borsAuto merge of #93724 - Mark-Simulacrum:drop-query-stats...
2022-02-09 borsAuto merge of #93681 - Mark-Simulacrum:rlink-binary...
2022-02-09 borsAuto merge of #92306 - Aaron1011:opaque-type-op, r...
2022-02-09 borsAuto merge of #93795 - JohnTitor:rollup-n0dmsoo, r...
2022-02-09 Yuki OkushiRollup merge of #93781 - lcnr:ty-kind-docs, r=jackh726
2022-02-09 Yuki OkushiRollup merge of #93751 - eholk:issue-93648-drop-trackin...
2022-02-09 Yuki OkushiRollup merge of #93748 - klensy:vis-r, r=cjgillot
2022-02-09 Yuki OkushiRollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis
2022-02-09 Yuki OkushiRollup merge of #93735 - m-ou-se:stabilize-int-abs...
2022-02-09 Yuki OkushiRollup merge of #93694 - jsha:font-sizes-spacing, r...
2022-02-09 Yuki OkushiRollup merge of #93445 - yaahc:exitcode-constructor...
2022-02-09 borsAuto merge of #93793 - ehuss:update-cargo, r=ehuss
2022-02-09 borsAuto merge of #93778 - matthiaskrgr:rollup-yfngdao...
2022-02-08 borsAuto merge of #93783 - oli-obk:lazy_tait_regression_fix...
2022-02-08 Matthias KrügerRollup merge of #93767 - lcnr:mailmap, r=Mark-Simulacrum
2022-02-08 Matthias KrügerRollup merge of #93764 - lnicola:rust-analyzer-2022...
2022-02-08 Matthias KrügerRollup merge of #93732 - lcnr:hrlt-backcompa, r=Mark...
2022-02-08 Matthias KrügerRollup merge of #93206 - ChrisDenton:ntopenfile, r...
2022-02-08 Matthias KrügerRollup merge of #92917 - jackh726:issue-91762-2, r...
2022-02-08 Matthias KrügerRollup merge of #92715 - chordtoll:empty-string, r...
2022-02-08 Matthias KrügerRollup merge of #91950 - estebank:point-at-type-of...
2022-02-08 borsAuto merge of #93572 - scottmcm:generic-iter-process...
2022-02-08 borsAuto merge of #93626 - wesleywiser:fix_hashmap_natvis...
2022-02-08 borsAuto merge of #93762 - matthiaskrgr:rollup-vdjpfmz...
2022-02-08 Matthias KrügerRollup merge of #93728 - JulianKnodt:toterm, r=oli-obk
2022-02-08 Matthias KrügerRollup merge of #93721 - jyn514:less-macro-special...
2022-02-08 Matthias KrügerRollup merge of #93715 - GuillaumeGomez:horizontal...
2022-02-08 Matthias KrügerRollup merge of #93672 - lcnr:const-param-defaults...
2022-02-08 Matthias KrügerRollup merge of #93569 - notriddle:notriddle/rustdoc...
2022-02-08 Matthias KrügerRollup merge of #93568 - willcrichton:scrape-examples...
2022-02-08 Matthias KrügerRollup merge of #93521 - jsha:sidebar-hover, r=Guillaum...
2022-02-08 Matthias KrügerRollup merge of #92695 - Swatinem:cover-nested, r=wesle...
2022-02-08 Matthias KrügerRollup merge of #86497 - clarfonthey:nearest_char_bound...
2022-02-08 borsAuto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa
2022-02-07 borsAuto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis
2022-02-07 Scott McMurrayChange `ResultShunt` to be generic over `Try`
2022-02-07 Jane Lusbyfix exclusive range error
2022-02-07 borsAuto merge of #87869 - thomcc:skinny-io-error, r=yaahc
2022-02-07 ltdkAdd {floor,ceil}_char_boundary methods to str
2022-02-07 borsAuto merge of #93738 - m-ou-se:rollup-zjyd2et, r=m...
2022-02-07 Mara BosRollup merge of #93737 - mfrw:mfrw/bootstrap-config...
2022-02-07 Mara BosRollup merge of #93723 - jyn514:rerun-if-changed, r...
2022-02-07 Mara BosRollup merge of #93722 - jyn514:less-submodule-cloning...
2022-02-07 Mara BosRollup merge of #93682 - PatchMixolydic:where-in-the...
2022-02-07 Mara BosRollup merge of #93680 - Mark-Simulacrum:drop-json...
2022-02-07 Mara BosRollup merge of #93673 - jsha:linkify-sidebar-headings...
2022-02-07 Mara BosRollup merge of #93487 - yerke:yerke/fix-link-toolchain...
2022-02-07 Mara BosRollup merge of #93416 - name1e5s:chore/remove_allow_fa...
2022-02-07 Mara BosRollup merge of #93394 - m-ou-se:fix-93378, r=estebank
2022-02-07 Mara BosRollup merge of #93208 - kellerkindt:wrapping_int_assig...
2022-02-07 Mara BosRollup merge of #92724 - inteon:cleanup, r=Mark-Simulacrum
2022-02-07 Mara BosRollup merge of #91530 - bobrippling:suggest-1-tuple...
2022-02-07 Mara BosRollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum
2022-02-07 borsAuto merge of #93719 - scottmcm:core-as-2021-everywhere...
2022-02-07 Mara BosMark int_abs_diff as const stable.
2022-02-07 Mara BosStabilize int_abs_diff in 1.60.0.
2022-02-07 Mara BosStabilize wrapping_int_assign_impl in 1.60.0.
2022-02-07 borsAuto merge of #93643 - lcnr:fold-substs-perf, r=michael...
2022-02-07 borsAuto merge of #93179 - Urgau:unreachable-2021, r=m...
2022-02-06 Scott McMurrayBuild libcore as 2021 in a few more places
2022-02-06 borsAuto merge of #93695 - matthiaskrgr:rollup-zslgooo...
2022-02-06 Jane LusbyAdd From<u8> for ExitCode
2022-02-06 Inteonrewrite from_bytes_with_nul to match code style in...
2022-02-06 Matthias KrügerRollup merge of #93489 - Amanieu:panic_no_unwind, r...
2022-02-06 Matthias KrügerRollup merge of #90998 - jhpratt:require-const-stabilit...
2022-02-06 borsAuto merge of #90414 - thomcc:count-chars-faster, r...
2022-02-06 borsAuto merge of #93689 - matthiaskrgr:rollup-3pd1ept...
2022-02-06 Matthias KrügerRollup merge of #93669 - compiler-errors:const-generic...
2022-02-06 Matthias KrügerRollup merge of #93659 - UltiRequiem:refactor_condition...
2022-02-06 Matthias KrügerRollup merge of #93657 - Mark-Simulacrum:apple-measurem...
2022-02-06 Matthias KrügerRollup merge of #93649 - WaffleLapkin:regression_test_8...
2022-02-06 Matthias KrügerRollup merge of #93556 - dtolnay:trailingcomma, r=cjgillot
2022-02-06 Matthias KrügerRollup merge of #92651 - jsha:impl-spacing, r=Guillaume...
2022-02-06 Matthias KrügerRollup merge of #92383 - lancethepants:armv7-unknown...
2022-02-06 Matthias KrügerRollup merge of #92300 - Itus-Shield:mips64-openwrt...
2022-02-06 Matthias KrügerRollup merge of #91939 - GKFX:feature-91866, r=cjgillot
2022-02-06 borsAuto merge of #92535 - Amanieu:oom_hook_unwind, r=m...
2022-02-05 Amanieu d'AntrasMark __rgl_oom and __rd_oom as "C-unwind"
2022-02-05 Amanieu d'AntrasAllow handle_alloc_error to unwind
2022-02-05 Thom ChiovoloniFix comment grammar for `do_count_chars`
2022-02-05 Thom ChiovoloniRespond to review feedback, and improve implementation...
2022-02-05 Thom ChiovoloniEnsure non-power-of-two sizes are tested in the Chars...
2022-02-05 Thom ChiovoloniFix zh::SMALL string in core::str benchmarks
2022-02-05 Thom ChiovoloniOptimize `core::str::Chars::count`
2022-02-05 borsAuto merge of #93539 - petrochenkov:doclink, r=camelid...
2022-02-05 borsAuto merge of #93597 - GuillaumeGomez:update-browser...
2022-02-05 Thom ChiovoloniAdd more tests for io::Error packing, and fix some...
2022-02-05 Thom ChiovoloniUpdate documentation somewhat
2022-02-05 Thom ChiovoloniUse wrapping pointer arithmetic in the bitpacked io...
2022-02-05 Thom ChiovoloniElaborate some in the documentation and respond to...
2022-02-05 Thom ChiovoloniUpdate library/std/src/io/error/repr_bitpacked.rs
2022-02-05 Thom ChiovoloniFix comment typos noticed by code review.
2022-02-05 Thom ChiovoloniAddress address comments, improve comments slightly
2022-02-05 Thom ChiovoloniOptimize io::error::Repr layout on 64 bit targets.
2022-02-05 Thom ChiovoloniHide Repr details from io::Error, and rework `io::Error...
2022-02-05 borsAuto merge of #93655 - matthiaskrgr:rollup-dm88b02...
next