]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-30 Yuki OkushiRollup merge of #101219 - ehuss:update-books, r=ehuss
2022-08-30 Yuki OkushiRollup merge of #101200 - nikic:issue-85872, r=compiler...
2022-08-30 Yuki OkushiRollup merge of #101197 - lnicola:rust-analyzer-2022...
2022-08-30 Yuki OkushiRollup merge of #101193 - thomcc:win-stdio-nozero,...
2022-08-30 Yuki OkushiRollup merge of #101192 - TaKO8Ki:remove-path-string...
2022-08-30 Yuki OkushiRollup merge of #101159 - tspiteri:track-const-slice...
2022-08-30 Yuki OkushiRollup merge of #101088 - nicholasbishop:bishop-uefi...
2022-08-30 Yuki OkushiRollup merge of #100927 - andrewpollack:fuchsia-docs...
2022-08-30 Yuki OkushiRollup merge of #100892 - sunfishcode:wasi-stdio-asfd...
2022-08-30 Yuki OkushiRollup merge of #100804 - GuillaumeGomez:search-results...
2022-08-30 Eric HussUpdate books
2022-08-30 andrewpollackUpdate src/doc/rustc/src/platform-support/fuchsia.md
2022-08-30 andrewpollackUpdate src/doc/rustc/src/platform-support/fuchsia.md
2022-08-30 Andrew PollackAdding new Fuchsia rustup docs... reworking walkthrough
2022-08-30 borsAuto merge of #98919 - 5225225:stricter-invalid-value...
2022-08-30 borsAuto merge of #101203 - fortanix:raoul/remove_rls_from_...
2022-08-30 borsAuto merge of #101195 - Dylan-DPC:rollup-rhjaz6r, r...
2022-08-30 Raoul StrackxAvoid bootstrap from updating rls submodule
2022-08-30 Thom ChiovoloniAvoid `MaybeUninit::uninit_array()`
2022-08-30 Nikita PopovAdd test for issue #85872
2022-08-30 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-30 Dylan DPCRollup merge of #100941 - lyming2007:issue-100584,...
2022-08-30 Dylan DPCRollup merge of #100653 - cuviper:fptoint_sat, r=michae...
2022-08-30 Dylan DPCRollup merge of #100473 - compiler-errors:normalize...
2022-08-30 Dylan DPCRollup merge of #99928 - compiler-errors:issue-99914...
2022-08-30 Dylan DPCRollup merge of #99517 - Nilstrieb:display-raw-ptr...
2022-08-30 borsAuto merge of #98100 - bjorn3:use_object_for_bitcode_re...
2022-08-30 Thom ChiovoloniAvoid zeroing large stack buffers in stdio on Windows
2022-08-30 Takayuki Maedaremove path string
2022-08-30 borsAuto merge of #101183 - Dylan-DPC:rollup-6kewixv, r...
2022-08-30 Dylan DPCRollup merge of #101180 - SUPERCILEX:const-maybeuninit...
2022-08-30 Dylan DPCRollup merge of #101176 - notriddle:notriddle/rustdoc...
2022-08-30 Dylan DPCRollup merge of #101175 - tmandry:curse-push-hook,...
2022-08-30 Dylan DPCRollup merge of #101123 - JohnTitor:rm-register-attr...
2022-08-30 Dylan DPCRollup merge of #101101 - RalfJung:read-pointer-as...
2022-08-30 Dylan DPCRollup merge of #101022 - compiler-errors:issue-101020...
2022-08-30 Dylan DPCRollup merge of #101019 - compiler-errors:return-closur...
2022-08-30 Dylan DPCRollup merge of #100092 - compiler-errors:issue-100075...
2022-08-30 Dylan DPCRollup merge of #95376 - WaffleLapkin:drain_keep_rest...
2022-08-30 borsAuto merge of #100812 - Nilstrieb:revert-let-chains...
2022-08-30 Alex SaveauAdd another MaybeUninit array test with const
2022-08-30 Michael Howellrustdoc: remove unused CSS selectors for `.table-display`
2022-08-29 Tyler MandryDon't --bless in pre-push hook
2022-08-29 borsAuto merge of #101167 - matthiaskrgr:rollup-yt3jdmp...
2022-08-29 5225225Fix tests due to stricter invalid_value
2022-08-29 Matthias KrügerRollup merge of #101156 - Jarcho:remove_sync_lint_pass...
2022-08-29 Matthias KrügerRollup merge of #101146 - jackh726:borrowck-logging...
2022-08-29 Matthias KrügerRollup merge of #101141 - compiler-errors:get-trait...
2022-08-29 Matthias KrügerRollup merge of #101131 - RalfJung:ctfe-no-needs-rfc...
2022-08-29 Matthias KrügerRollup merge of #101106 - aDotInTheVoid:rdj-stripped...
2022-08-29 Matthias KrügerRollup merge of #101056 - kpreid:prim-doc, r=JohnTitor
2022-08-29 Matthias KrügerRollup merge of #100898 - compiler-errors:too-many...
2022-08-29 Yiming LeiPoint at the string inside literal and mention if we...
2022-08-29 borsAuto merge of #101152 - Dylan-DPC:rollup-v4iw8ux, r...
2022-08-29 nilsDisplay raw pointer as `*{mut,const} T` instead of...
2022-08-29 Trevor Spiteriadd tracking issue number to const_slice_split_at_not_mut
2022-08-29 NilstriebMigrate stable let_chains error to session diagnostics
2022-08-29 NilstriebRevert let_chains stabilization
2022-08-29 NilstriebBump stage0
2022-08-29 borsAuto merge of #101147 - weihanglo:update-cargo, r=Mark...
2022-08-29 Jack HueyVarious changes to logging of borrowck-related code
2022-08-29 Jason NewcombRemove `Sync` requirement from lint pass objects as...
2022-08-29 Dylan DPCRollup merge of #101000 - m-ou-se:count-is-star, r...
2022-08-29 Dylan DPCRollup merge of #100934 - a1phyr:improve_fmt_PadAdapter...
2022-08-29 Dylan DPCRollup merge of #100819 - WaffleLapkin:use_ptr_byte_met...
2022-08-29 Dylan DPCRollup merge of #100337 - camelid:stabilize-io_read_to_...
2022-08-29 Dylan DPCRollup merge of #100239 - RalfJung:const-prop-uninit...
2022-08-29 Dylan DPCRollup merge of #99821 - cjgillot:ast-lifetimes-2,...
2022-08-29 Dylan DPCRollup merge of #98801 - joshtriplett:file-create-new...
2022-08-29 Dylan DPCRollup merge of #98304 - SUPERCILEX:maybeuninit, r...
2022-08-29 borsAuto merge of #98626 - oli-obk:tracing, r=lcnr
2022-08-29 borsAuto merge of #100786 - sunshowers:macos-posix-chdir...
2022-08-29 Weihang LoUpdate cargo
2022-08-29 borsAuto merge of #101143 - matthiaskrgr:rollup-g8y5k0g...
2022-08-29 Matthias KrügerRollup merge of #101116 - GuillaumeGomez:rm-attrs-ty...
2022-08-29 Matthias KrügerRollup merge of #101111 - saethlin:better-fnentry-spans...
2022-08-29 Matthias KrügerRollup merge of #100959 - LuisCardosoOliveira:translati...
2022-08-29 Matthias KrügerRollup merge of #100897 - RalfJung:const-not-to-mutable...
2022-08-29 Matthias KrügerRollup merge of #100843 - IntQuant:issue-100717-infer...
2022-08-29 Matthias KrügerRollup merge of #100437 - compiler-errors:better-const...
2022-08-29 Matthias KrügerRollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
2022-08-29 Matthias KrügerRollup merge of #96334 - devnexen:socket_mark, r=dtolnay
2022-08-29 Matthias KrügerRollup merge of #94890 - marmeladema:ip-addr-try-from...
2022-08-29 Michael GouletSimplify get_trait_ref a bit
2022-08-29 RainUse posix_spawn for absolute paths on macOS
2022-08-29 borsAuto merge of #100908 - lnicola:rust-analyzer-2022...
2022-08-28 Nixon Enraght... check_missing_items.py: Check imports
2022-08-28 Nixon Enraght... Rustdoc-Json: Retain Stripped Modules when they are...
2022-08-28 borsAuto merge of #100578 - Urgau:float-next-up-down, r...
2022-08-28 Noah LevStabilize `std::io::read_to_string`
2022-08-28 borsAuto merge of #100497 - kadiwa4:remove_clone_into_iter...
2022-08-28 Ralf Jungentirely get rid of NeedsRfc CTFE errors
2022-08-28 Ralf JungCTFE: exposing pointers and calling extern fn doesn...
2022-08-28 Ralf Jungimprove OFFSET_IS_ADDR docs
2022-08-28 Ralf Jungvalidation should only catch UB errors
2022-08-28 Ben KimockUse the declaration's SourceInfo for FnEntry retags...
2022-08-28 borsAuto merge of #100201 - RalfJung:thread-local-key,...
2022-08-28 Maybe Wafflefill-in tracking issue for `feature(drain_keep_rest)`
2022-08-28 Maybe Waffleadd examples to `vec::Drain{,Filter}::keep_rest` docs
2022-08-28 borsAuto merge of #96324 - berendjan:set_tcp_quickack,...
next