]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-02 borsAuto merge of #77029 - ehuss:command-access, r=dtolnay
2020-10-02 Mara BosDisable condvar::two_mutexes test on non-unix platforms.
2020-10-02 Mara BosNo longer put windows condvars in a box.
2020-10-02 Mara BosNo longer put wasm condvars in a box.
2020-10-02 Mara BosNo longer put condvars on the 'unsupported' platform...
2020-10-02 Mara BosNo longer put cloudabi condvars in a box.
2020-10-02 Mara BosMake it possible to have unboxed condvars on specific...
2020-10-02 Mara BosNo longer put windows mutexes in a box.
2020-10-02 Mara BosNo longer put wasm mutexes in a box.
2020-10-02 Mara BosNo longer put mutexes on the 'unsupported' platform...
2020-10-02 Mara BosNo longer put cloudabi mutexes in a box.
2020-10-02 Mara BosMake it possible to have unboxed mutexes on specific...
2020-10-02 Mara BosMove boxing and mutex checking logic of condvar into...
2020-10-02 Esteban KüberFix span for incorrect pattern field and add label
2020-10-02 Harald HoyerImplement Make `handle_alloc_error` default to panic...
2020-10-02 Ivan ThamClean up on example doc fixes for ptr::copy
2020-10-02 Andrew Dona... Fix AVR stack corruption bug
2020-10-02 borsAuto merge of #77436 - JohnTitor:rollup-65dh7rp, r...
2020-10-02 Wesley WiserDisable the SimplifyArmIdentity mir-opt
2020-10-01 Yuki OkushiRollup merge of #77429 - WaffleLapkin:doc_link_default_...
2020-10-01 Yuki OkushiRollup merge of #77399 - ssomers:btree_cleanup_5, r...
2020-10-01 Yuki OkushiRollup merge of #77389 - jyn514:THE-PAPERCLIP-COMETH...
2020-10-01 Yuki OkushiRollup merge of #77385 - scottmcm:fix-77220, r=jyn514
2020-10-01 Yuki OkushiRollup merge of #77375 - petrochenkov:inherext, r=oli-obk
2020-10-01 Yuki OkushiRollup merge of #77362 - RReverser:patch-1, r=dtolnay
2020-10-01 Yuki OkushiRollup merge of #77312 - LeSeulArtichaut:toolstate...
2020-10-01 Yuki OkushiRollup merge of #77147 - fusion-engineering-forks:stati...
2020-10-01 Yuki OkushiRollup merge of #77111 - fusion-engineering-forks:stabi...
2020-10-01 Yuki OkushiRollup merge of #76979 - fusion-engineering-forks:windo...
2020-10-01 Yuki OkushiRollup merge of #76851 - fusion-engineering-forks:fixme...
2020-10-01 borsAuto merge of #77412 - Mark-Simulacrum:rls-fix, r=Xanewok
2020-10-01 Jonas SchievinkReturns values up to 2*usize by value
2020-10-01 Vadim PetrochenkovRevert "resolve: Avoid "self-confirming" import resolut...
2020-10-01 WaffleLink `new` method in `DefautHasher`s doc
2020-10-01 David TolnayFixme with link for re-enabling const mutation lint...
2020-10-01 LeSeulArtichautRemove outdated line from `publish_toolstate` hook
2020-10-01 Michael HowellUplift drop-bounds lint from clippy
2020-10-01 Guillaume GomezImport struct_span_err macro instead of prepending it
2020-10-01 Guillaume GomezCreate E0777 error code for "invalid literal in derive"
2020-10-01 Dylan MacKenzieAdd `-Zprecise-enum-drop-elaboration`
2020-10-01 borsAuto merge of #76971 - bugadani:issue-75659, r=Amanieu
2020-10-01 Pietro Albinici: switch to environment files to change the environme...
2020-10-01 Ivan ThamRemove trailing whitespace in iter chain doc
2020-10-01 Dylan MacKenzieRegression test for case in #77361
2020-10-01 Dylan MacKenzieGive better const-checking error for `async` blocks
2020-10-01 Mark RousskovUpdate rls
2020-10-01 Joshua NelsonUpdate stdarch submodule
2020-10-01 Ivan ThamAdd example for iter chain struct
2020-10-01 Carol (Nichols... Write MAJOR.MINOR manifest for stable channel only
2020-10-01 borsAuto merge of #76969 - withoutboats:rawfd-refexive...
2020-10-01 Mara BosAdd note about possible future improvement
2020-10-01 Tim VermeulenAdd tracking issue
2020-10-01 Mara BosWork around potential merging/duplication issues in...
2020-10-01 Mara BosFormatting.
2020-10-01 Mara BosUse AcquireSRWLockExclusive::is_available() instead...
2020-10-01 Mara BosImprove std::sys::windows::compat.
2020-10-01 Dániel BugaOnly test on x86_64
2020-10-01 borsAuto merge of #76919 - fusion-engineering-forks:thread...
2020-10-01 Stein SomersBTreeMap: use Unique::from to avoid a cast where type...
2020-10-01 borsAuto merge of #74839 - alarsyo:multiple_return_terminat...
2020-10-01 Antoine MartinBless mir-opt tests for 32 bit
2020-10-01 Antoine MartinAdd test for multiple terminator optimization
2020-10-01 Antoine MartinBless mir-opt tests with new opt
2020-10-01 Antoine MartinImplement multiple return terminators optimization
2020-10-01 borsAuto merge of #77354 - ecstatic-morse:const-checking...
2020-10-01 scottmcmThings are only moved if non-copy
2020-10-01 Oliver SchererOnly mention that a stack frame is being popped when...
2020-10-01 borsAuto merge of #77383 - pickfire:patch-6, r=Mark-Simulacrum
2020-10-01 Joshua NelsonFix some clippy issues
2020-10-01 David TolnayWarn on method call mutating const, even if it has...
2020-10-01 David TolnayAdd test of VEC.push on a const
2020-10-01 Yuki OkushiAdd a regression test for issue-75299
2020-10-01 Yuki OkushiAdd a regression test for issue-74244
2020-10-01 Yuki OkushiAdd a regression test for issue-72565
2020-10-01 Yuki OkushiAdd a regression test for issue-68951
2020-10-01 Yuki OkushiAdd a regression test for issue-66501
2020-10-01 David TolnaySkip dropck::check_drop_impl in is_const_item_without_d...
2020-10-01 David TolnayTest a type with drop glue but no Drop impl
2020-10-01 David TolnayAdd test of const item mutation with Drop impl
2020-10-01 David TolnaySimplify defid destructor check
2020-10-01 David TolnayAdd justification of the destructor filter
2020-10-01 David TolnayBypass const_item_mutation if const's type has Drop...
2020-10-01 borsAuto merge of #77379 - camelid:improve-wording-crate...
2020-10-01 Scott McMurrayImprove the example for ptr::copy
2020-10-01 Ivan ThamFix typo in vec doc "tries to reserves"
2020-10-01 Carol (Nichols... Write manifest for MAJOR.MINOR channel to enable rustup...
2020-10-01 borsAuto merge of #77381 - Dylan-DPC:rollup-0sr6p5p, r...
2020-10-01 Dylan DPCRollup merge of #77371 - camelid:remove-extra-space...
2020-10-01 Dylan DPCRollup merge of #77360 - oli-obk:zst_const_pat_regressi...
2020-10-01 Dylan DPCRollup merge of #77349 - ehuss:update-cargo, r=ehuss
2020-10-01 Dylan DPCRollup merge of #77343 - varkor:rustc_args_required_con...
2020-10-01 Dylan DPCRollup merge of #77324 - Aaron1011:fix/const-item-mutat...
2020-10-01 Dylan DPCRollup merge of #77319 - tgnottingham:siphasher_endiann...
2020-10-01 Dylan DPCRollup merge of #77315 - exrook:rename-allocerror,...
2020-10-01 Dylan DPCRollup merge of #77305 - lcnr:candidate_from_obligation...
2020-10-01 Dylan DPCRollup merge of #77303 - lcnr:const-evaluatable-TooGene...
2020-10-01 Dylan DPCRollup merge of #77202 - ehuss:defer-apple-sdkroot...
2020-10-01 Dylan DPCRollup merge of #77153 - Aaron1011:fix/better-recursive...
2020-10-01 Dylan DPCRollup merge of #76909 - timvermeulen:advance_by, r...
2020-10-01 Tomasz MiąskoUse posix_spawn on musl targets
next