]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-29 borsAuto merge of #85874 - steffahn:fix_unsound_zip_optimiz...
2021-07-28 borsAuto merge of #87569 - JohnTitor:rollup-7ydfetw, r...
2021-07-28 Yuki OkushiRollup merge of #87565 - ibraheemdev:patch-7, r=scottmcm
2021-07-28 Yuki OkushiRollup merge of #87550 - pietroalbini:ci-only-when...
2021-07-28 Yuki OkushiRollup merge of #87527 - LeSeulArtichaut:no-mir-unsafec...
2021-07-28 Yuki OkushiRollup merge of #87521 - midgleyc:long-E0498, r=Guillau...
2021-07-28 Yuki OkushiRollup merge of #87491 - jamesmunns:integrate-memorial...
2021-07-28 Yuki OkushiRollup merge of #87451 - GuillaumeGomez:tuple-struct...
2021-07-28 Yuki OkushiRollup merge of #87435 - ibraheemdev:patch-4, r=JohnTitor
2021-07-28 Yuki OkushiRollup merge of #86839 - D1mon:patch-1, r=JohnTitor
2021-07-28 Yuki OkushiRollup merge of #81363 - jonhoo:no-unpin-in-pin-future...
2021-07-28 Yuki OkushiRollup merge of #81050 - yoshuawuyts:stabilize-task...
2021-07-28 Ibraheem Ahmedfix example code for E0617
2021-07-28 Ibraheem AhmedUse backticks when referring to `core::future::Ready...
2021-07-28 borsAuto merge of #87538 - RalfJung:miri, r=RalfJung
2021-07-28 D1monAdd some doc aliases
2021-07-28 borsAuto merge of #87540 - JohnTitor:rollup-8xc6bl5, r...
2021-07-28 Mara BosUpdate stable version of ready!() macro.
2021-07-28 Pietro Albiniadd CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable...
2021-07-28 Frank SteffahnDocumentation improvements
2021-07-28 Frank SteffahnMake `SpecInPlaceCollect` use `TrustedRandomAccessNoCoerce`
2021-07-28 Frank SteffahnRemove redundant bounds on get_unchecked for vec_deque...
2021-07-28 Frank SteffahnAdd back TrustedRandomAccess-specialization for Vec...
2021-07-28 Frank SteffahnChange __iterator_get_unchecked to work with TrustedRan...
2021-07-28 Frank SteffahnAdd TrustedRandomAccessNoCoerce supertrait without...
2021-07-28 Frank SteffahnImprove documentation of TrustedRandomAccess
2021-07-28 Frank SteffahnRemove unsound TrustedRandomAccess implementations
2021-07-28 Yuki OkushiRollup merge of #87524 - FabianWolff:issue-87495, r...
2021-07-28 Yuki OkushiRollup merge of #87523 - frogtd:patch-2, r=dtolnay
2021-07-28 Yuki OkushiRollup merge of #87513 - hudson-ayers:bootstrap-py...
2021-07-28 Yuki OkushiRollup merge of #87507 - jethrogb:jb/sgx-unmoveable...
2021-07-28 Yuki OkushiRollup merge of #87501 - spastorino:remove-min-tait...
2021-07-28 Yuki OkushiRollup merge of #87500 - Smittyvb:min-max-docs, r=kennytm
2021-07-28 Yuki OkushiRollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser
2021-07-28 Yuki OkushiRollup merge of #87443 - jyn514:submodules-take-n,...
2021-07-28 Yuki OkushiRollup merge of #87330 - inquisitivecrystal:extend...
2021-07-28 Yuki OkushiRollup merge of #87315 - ricobbe:raw-dylib-unstable...
2021-07-28 borsAuto merge of #86251 - Smittyvb:thir-tree-again, r...
2021-07-28 Ralf Jungupdate Miri
2021-07-28 borsAuto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov
2021-07-28 borsAuto merge of #85769 - jhpratt:stabilize-const-transmut...
2021-07-27 Fabian WolffFix ICE in `diagnostic_hir_wf_check`
2021-07-27 Santiago PastorinoRemove min_tait and full_tait stderr dangling files
2021-07-27 Santiago PastorinoBless nll tests
2021-07-27 LeSeulArtichautDon't run MIR unsafeck at all when using `-Zthir-unsafeck`
2021-07-27 Smittyremove unneeded stringify
2021-07-27 Jacob PrattUpdate tests
2021-07-27 frogtdUpdate range.rs
2021-07-27 Jacob PrattStabilize `const_fn_union`
2021-07-27 Jacob PrattStabilize `const_fn_transmute`
2021-07-27 borsAuto merge of #80367 - camelid:check_match-combine...
2021-07-27 Jacob PrattProhibit `#[default]` in invalid places
2021-07-27 Jacob PrattIndicate E0665 is no longer emitted
2021-07-27 Jacob PrattAdd machine-applicable suggestions
2021-07-27 Jacob PrattPermit deriving default on enums with `#[default]`
2021-07-27 Chris MidgleyMark code as ignored due to requiring external plugin
2021-07-27 Chris MidgleyAdd long explanation for E0498
2021-07-27 borsAuto merge of #83484 - JulianKnodt:infer, r=oli-obk...
2021-07-27 ibraheemdevremove allow(unconditional_recursion)
2021-07-27 Santiago PastorinoRemove min_type_alias_impl_trait feature
2021-07-27 Santiago Pastorinoexistential_type was removed in favor of type_alias_imp...
2021-07-27 Santiago PastorinoMake all tests use type_alias_impl_trait feature instea...
2021-07-27 Santiago PastorinoUse type_alias_impl_trait instead of min in compiler...
2021-07-27 Hudson Ayersbootstrap.py: remove unused `git log` option
2021-07-27 borsAuto merge of #87509 - JohnTitor:rollup-8iqn6cl, r...
2021-07-27 Guillaume GomezAdd explanations for why we use Variant::Struct instead...
2021-07-27 Yuki OkushiRollup merge of #87503 - ehuss:update-books, r=ehuss
2021-07-27 Yuki OkushiRollup merge of #87502 - ehuss:update-cargo, r=ehuss
2021-07-27 Yuki OkushiRollup merge of #87499 - ibraheemdev:patch-6, r=dtolnay
2021-07-27 Yuki OkushiRollup merge of #87497 - midgleyc:long-E0544, r=Guillau...
2021-07-27 Yuki OkushiRollup merge of #87494 - midgleyc:comment-typos, r...
2021-07-27 Yuki OkushiRollup merge of #87446 - devnexen:macos_update, r=dtolnay
2021-07-27 Yuki OkushiRollup merge of #87427 - RalfJung:no-mir-for, r=oli-obk
2021-07-27 Yuki OkushiRollup merge of #87354 - Wind-River:2021_master, r...
2021-07-27 Yuki OkushiRollup merge of #86764 - estebank:issue-86756, r=pnkfelix
2021-07-27 Yuki OkushiRollup merge of #86450 - tmiasko:move-size-limit, r...
2021-07-27 borsAuto merge of #87431 - the8472:array-iter-fold, r=kennytm
2021-07-27 Jethro BeekmanAdd warning to SGX mutex implementation
2021-07-27 Jethro BeekmanRevert "SGX mutex is movable"
2021-07-27 borsAuto merge of #85305 - MarcusDunn:master, r=pnkfelix
2021-07-27 Eric HussUpdate books
2021-07-27 Eric HussUpdate cargo
2021-07-27 borsAuto merge of #83491 - jyn514:remove-pretty, r=pnkfelix
2021-07-27 ibraheemdevupdate unicode-xid dependency
2021-07-27 borsAuto merge of #87062 - poliorcetics:fix-85462, r=dtolnay
2021-07-27 SmittyDocument math behind MIN/MAX consts on integers
2021-07-27 Ibraheem AhmedRemove ASCII fast path from rustc_lexer::{is_id_continu...
2021-07-26 The8472from review: add a comment why try_fold was chosen...
2021-07-26 Chris MidgleyAdd long explanation for E0544.
2021-07-26 borsAuto merge of #87480 - GuillaumeGomez:rollup-3ly8t5d...
2021-07-26 kadminActually infer args in visitors
2021-07-26 Chris Midgleyfix typo: whenver -> whenever
2021-07-26 James MunnsIntegrate context into the memorial to Anna
2021-07-26 borsAuto merge of #87469 - sexxi-goose:union, r=nikomatsakis
2021-07-26 Guillaume GomezRollup merge of #87474 - GuillaumeGomez:missing-whitesp...
2021-07-26 Guillaume GomezRollup merge of #87473 - rylev:zulip-notify-edition...
2021-07-26 Guillaume GomezRollup merge of #87464 - camelid:rm-union-structhead...
2021-07-26 Guillaume GomezRollup merge of #87458 - ibraheemdev:help-msg-block...
2021-07-26 Guillaume GomezRollup merge of #87457 - devnexen:fbsd_remove_workaroun...
2021-07-26 Guillaume GomezRollup merge of #87447 - RalfJung:not-null, r=oli-obk
next