]> git.lizzy.rs Git - rust.git/history - library
docs: Fix typo in ExitStatus
[rust.git] / library /
2022-06-10 Martin Kröningdocs: Fix typo in ExitStatus
2022-06-10 borsAuto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett
2022-06-10 borsAuto merge of #97939 - JohnTitor:rollup-79pxupb, r...
2022-06-10 Yuki OkushiRollup merge of #97937 - TaKO8Ki:fix-typo-in-hrtb-just...
2022-06-10 Yuki OkushiRollup merge of #97927 - cjgillot:issue-97836, r=petroc...
2022-06-10 Yuki OkushiRollup merge of #97922 - paolobarbolini:no-vecdeque...
2022-06-10 Yuki OkushiRollup merge of #97888 - hoodmane:emscripten-eh-persona...
2022-06-10 Yuki OkushiRollup merge of #97876 - yoshuawuyts:into-future-docs...
2022-06-10 Yuki OkushiRollup merge of #97718 - xFrednet:95540-delayed-good...
2022-06-10 borsAuto merge of #95818 - petrochenkov:stabundle, r=wesley...
2022-06-10 borsAuto merge of #95770 - nrc:read-buf-builder, r=joshtriplett
2022-06-10 borsAuto merge of #91970 - nrc:provide-any, r=scottmcm
2022-06-09 The 8472use fcntl fallback for additional poll-specific errors
2022-06-09 Vadim PetrochenkovStabilize the `bundle` native library modifier
2022-06-09 borsAuto merge of #97911 - dtolnay:numcpu, r=Mark-Simulacrum
2022-06-09 Paolo BarboliniRemove redundant calls to reserve in impl Write for...
2022-06-09 Hood ChathamAdd underscores to rust_eh_personality arguments to...
2022-06-09 borsAuto merge of #97916 - RalfJung:miri, r=RalfJung
2022-06-09 borsAuto merge of #97910 - JohnTitor:rollup-gu3k0xl, r...
2022-06-09 Yuki OkushiRollup merge of #97874 - lcnr:combine-comment, r=davidtwco
2022-06-09 Yuki OkushiRollup merge of #97843 - overdrivenpotato:psp-lto,...
2022-06-09 Yuki OkushiRollup merge of #97838 - durin42:llvm-15-hexagon, r...
2022-06-09 Yuki OkushiRollup merge of #95860 - c410-f3r:stabilize-meta, r...
2022-06-09 Yuki OkushiRollup merge of #95632 - evanrichter:master, r=joshtriplett
2022-06-09 borsAuto merge of #97868 - ssomers:btree_from_sorted_iter...
2022-06-09 borsAuto merge of #97862 - SparrowLii:superset, r=lcnr
2022-06-09 borsAuto merge of #97772 - GuillaumeGomez:minifier-update...
2022-06-09 borsAuto merge of #97740 - RalfJung:ctfe-cycle-spans, r...
2022-06-08 Hood ChathamRemove __gxx_personality_v0 declaration
2022-06-08 borsAuto merge of #97896 - compiler-errors:rollup-mrl7ng0...
2022-06-08 Michael GouletRollup merge of #97894 - ehuss:fix-polonius-compare...
2022-06-08 Michael GouletRollup merge of #97891 - ehuss:update-books, r=ehuss
2022-06-08 Michael GouletRollup merge of #97883 - JohnTitor:no-more-compare...
2022-06-08 Michael GouletRollup merge of #97882 - JohnTitor:issue-67498, r=compi...
2022-06-08 Michael GouletRollup merge of #97871 - ChayimFriedman2:vec-iterator...
2022-06-08 Michael GouletRollup merge of #97857 - ChayimFriedman2:box-identifier...
2022-06-08 Michael GouletRollup merge of #97856 - compiler-errors:bad-let-sugges...
2022-06-08 Michael GouletRollup merge of #97830 - LucasDumont:add-example-alloc...
2022-06-08 Michael GouletRollup merge of #97557 - compiler-errors:arg-mismatch...
2022-06-08 borsAuto merge of #97893 - ehuss:update-cargo, r=ehuss
2022-06-08 borsAuto merge of #97887 - matthiaskrgr:rollup-ym5k7kb...
2022-06-08 Hood ChathamFix formatter
2022-06-08 Hood ChathamDon't use __gxx_personality_v0 in panic_unwind on emscr...
2022-06-08 Matthias KrügerRollup merge of #97880 - ChayimFriedman2:patch-2, r...
2022-06-08 Matthias KrügerRollup merge of #97879 - hermitcore:condvar, r=Dylan-DPC
2022-06-08 Matthias KrügerRollup merge of #97878 - GuillaumeGomez:regression...
2022-06-08 Matthias KrügerRollup merge of #97813 - antoyo:sync_from_cg_gcc, r...
2022-06-08 Matthias KrügerRollup merge of #97507 - jyn514:download-rustfmt, r...
2022-06-08 Stefan Lankesremove unneeded code
2022-06-08 Yoshua Wuytsupdate docs for `std::future::IntoFuture`
2022-06-08 borsAuto merge of #97873 - Dylan-DPC:rollup-g6ptsdq, r...
2022-06-08 Dylan DPCRollup merge of #97865 - lcnr:bb-BorrowckMode, r=Dylan-DPC
2022-06-08 Dylan DPCRollup merge of #97848 - spastorino:universal-lowering...
2022-06-08 Dylan DPCRollup merge of #97846 - pcwalton:align-bits, r=michael...
2022-06-08 Dylan DPCRollup merge of #97763 - RalfJung:fallible-cast, r...
2022-06-08 Dylan DPCRollup merge of #97276 - JohnTitor:stabilize-const...
2022-06-08 Yuki OkushiStabilize `const_intrinsic_copy`
2022-06-08 Chayim Refael FriedmanSuggest using `iter()` or `into_iter()` for `Vec`
2022-06-08 Stein SomersBTreeSet: avoid intermediate sorting when collecting...
2022-06-08 borsAuto merge of #94732 - nnethercote:infallible-encoder...
2022-06-08 borsAuto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r...
2022-06-08 Dylan DPCRollup merge of #97851 - saethlin:use-repr-c, r=thomcc
2022-06-08 Dylan DPCRollup merge of #97823 - compiler-errors:missing-comma...
2022-06-08 Dylan DPCRollup merge of #97819 - compiler-errors:use-import...
2022-06-08 Dylan DPCRollup merge of #97597 - tmiasko:simplify-locals-side...
2022-06-08 Dylan DPCRollup merge of #97595 - ouz-a:issue-97381, r=compiler...
2022-06-08 borsAuto merge of #97447 - nnethercote:improve-folding...
2022-06-07 Ben KimockUse repr(C) when depending on struct layout in ptr...
2022-06-07 Matthias KrügerRollup merge of #97845 - estebank:spancito, r=compiler...
2022-06-07 Matthias KrügerRollup merge of #97840 - durin42:llvm-15-apint, r=nikic
2022-06-07 Matthias KrügerRollup merge of #97832 - tmiasko:const-direction, r...
2022-06-07 Matthias KrügerRollup merge of #97831 - tmiasko:rm-always-live-locals...
2022-06-07 Matthias KrügerRollup merge of #97829 - JohnTitor:issue-95307, r=compi...
2022-06-07 borsAuto merge of #97081 - oli-obk:outlives_query_fast_path...
2022-06-07 borsAuto merge of #97835 - Dylan-DPC:rollup-0ae3pwp, r...
2022-06-07 Dylan DPCRollup merge of #97826 - GuillaumeGomez:rustdoc-gui...
2022-06-07 Dylan DPCRollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPC
2022-06-07 Dylan DPCRollup merge of #97817 - lnicola:rust-analyzer-2022...
2022-06-07 Dylan DPCRollup merge of #97325 - tmiasko:capture-enum-field...
2022-06-07 Dylan DPCRollup merge of #95948 - Nilstrieb:improve-cstr-safety...
2022-06-07 NilstriebImprove the safety docs for `CStr`
2022-06-07 Dylan DPCUpdate library/std/src/sync/mutex.rs
2022-06-07 Lucas DumontAdd std::alloc::set_alloc_error_hook example
2022-06-07 borsAuto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r...
2022-06-07 Dylan DPCRollup merge of #97808 - alexcrichton:wasm-features...
2022-06-07 Dylan DPCRollup merge of #97771 - rtzoeller:haiku_no_sigio,...
2022-06-07 Dylan DPCRollup merge of #97738 - Kixiron:zst-panic, r=eddyb
2022-06-07 Dylan DPCRollup merge of #97301 - semicoleon:unstable-reexport...
2022-06-07 Dylan DPCRollup merge of #97058 - bjorn3:multi_artifact_work_pro...
2022-06-07 borsAuto merge of #97512 - scottmcm:add-coldcc, r=nagisa...
2022-06-07 NilstriebRemove confusing sentence from `Mutex` docs
2022-06-07 borsAuto merge of #95565 - jackh726:remove-borrowck-mode...
2022-06-07 borsAuto merge of #97801 - RalfJung:miri, r=RalfJung
2022-06-07 Antoni BoucherMerge commit 'e8dca3e87d164d2806098c462c6ce41301341f68...
2022-06-06 borsAuto merge of #97809 - matthiaskrgr:rollup-ajyvjd3...
2022-06-06 Matthias KrügerRollup merge of #97794 - eltociear:patch-13, r=matthiaskrgr
2022-06-06 Matthias KrügerRollup merge of #97792 - GuillaumeGomez:eslint-checks...
2022-06-06 Matthias KrügerRollup merge of #97700 - nzrq:patch-1, r=dtolnay
2022-06-06 nzrqApply suggestions from code review
2022-06-06 borsAuto merge of #97730 - flip1995:clippyup, r=Manishearth
next