]> git.lizzy.rs Git - rust.git/history - library
Add documentation for `private_intra_doc_links`
[rust.git] / library /
2020-09-23 borsAuto merge of #76673 - simonvandel:remove-unneeded...
2020-09-23 Bastian Kauschkeuse array::from_ref for slices
2020-09-23 Christiaan DirkxMake delegation methods of `std::net::IpAddr` unstable...
2020-09-23 borsAuto merge of #77090 - rust-lang:revert-76110-convert...
2020-09-23 Dylan DPCRollup merge of #77055 - est31:more_track_caller, r...
2020-09-23 Dylan DPCRollup merge of #77047 - RalfJung:miri-dealloc, r=oli-obk
2020-09-23 Dylan DPCRollup merge of #77042 - imbolc:patch-2, r=kennytm
2020-09-23 Dylan DPCRollup merge of #77017 - GuillaumeGomez:vec-missing...
2020-09-23 Dylan DPCRollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
2020-09-23 Dylan DPCRollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
2020-09-23 Dylan DPCRollup merge of #76965 - fusion-engineering-forks:fix...
2020-09-23 Dylan DPCRollup merge of #76939 - lcnr:const-evaluatable-cont...
2020-09-23 Dylan DPCRollup merge of #76898 - Aaron1011:fix/item-def-span...
2020-09-23 Bastian Kauschkeadd tracking issue
2020-09-23 borsAuto merge of #76864 - est31:downloaded_llvm_no_clone_s...
2020-09-23 Mara BosMake [].as_[mut_]ptr_range() (unstably) const.
2020-09-23 borsAuto merge of #76659 - simonvandel:76432, r=oli-obk
2020-09-23 borsAuto merge of #76850 - ecstatic-morse:const-checking...
2020-09-23 blitzerra few more &mut self -> self changes
2020-09-23 Joshua NelsonRevert "Function to convert OpenOptions to c_int"
2020-09-22 Ashley Mannixrevert const_type_id stabilization
2020-09-22 borsAuto merge of #76928 - lcnr:opaque-types-cache, r=tmandry
2020-09-22 Alexis BourgetUse Self in alloc
2020-09-22 Alexis BourgetUse Self more in core in doc when possible
2020-09-22 Alexis BourgetUse Self more in core/src/cmp.rs
2020-09-22 borsAuto merge of #76810 - Mark-Simulacrum:fix-lld-macos...
2020-09-22 Bastian Kauschkeadd array from_ref
2020-09-22 Dylan MacKenzieUpdate library functions with stability attributes
2020-09-22 ImbolcUpdate library/std/src/net/addr.rs
2020-09-22 ImbolcUpdate library/std/src/net/addr.rs
2020-09-22 est31Add #[track_caller] to more panicking Cell functions
2020-09-22 blitzerrremoving &mut self for other methods of AllocRef
2020-09-22 borsAuto merge of #76110 - FedericoPonzi:convert-openoption...
2020-09-22 Guillaume GomezAdd missing examples on Vec iter types
2020-09-22 borsAuto merge of #76626 - jyn514:x.py-changelog, r=Mark...
2020-09-22 Federico Ponzienable unstable open_options_ext_as_flags feature in...
2020-09-22 followerTypo fix: "satsify" -> "satisfy"
2020-09-22 borsAuto merge of #76906 - Nicholas-Baron:shorten_typeck_ch...
2020-09-22 Ivan ThamLiballoc bench vec use mem take not replace
2020-09-22 ImbolcUpdate addr.rs
2020-09-22 borsAuto merge of #76799 - Mark-Simulacrum:fix-cross-compil...
2020-09-22 borsAuto merge of #77039 - ecstatic-morse:rollup-qv3jj4a...
2020-09-22 ecstatic-morseRollup merge of #77032 - lcnr:visit-all-the-item-likes...
2020-09-22 ecstatic-morseRollup merge of #77022 - Juici:master, r=lcnr
2020-09-22 ecstatic-morseRollup merge of #76914 - lcnr:path-no-more, r=ecstatic...
2020-09-22 ecstatic-morseRollup merge of #76888 - matthiaskrgr:clippy_single_mat...
2020-09-22 ecstatic-morseRollup merge of #76807 - ecstatic-morse:const-checking...
2020-09-22 ecstatic-morseRollup merge of #76783 - lzutao:rd_impl_kind, r=Guillau...
2020-09-22 ecstatic-morseRollup merge of #76655 - CDirkx:const-pin, r=ecstatic...
2020-09-22 ecstatic-morseRollup merge of #76581 - lcnr:bound-too-generic, r...
2020-09-22 ecstatic-morseRollup merge of #76489 - GuillaumeGomez:add-explanation...
2020-09-22 ecstatic-morseRollup merge of #76275 - FedericoPonzi:immutable-write...
2020-09-22 ecstatic-morseRollup merge of #76150 - matklad:droporder, r=withoutboats
2020-09-22 ecstatic-morseRollup merge of #76131 - Aaron1011:fix/pretty-print...
2020-09-22 ecstatic-morseRollup merge of #72734 - pickfire:liballoc, r=KodrAus
2020-09-22 borsAuto merge of #76913 - vandenheuvel:performance_debug...
2020-09-21 blitzerrreplaced cell::update with cell::[g|s]et
2020-09-21 blitzerrAdded feature flag to use cell_update
2020-09-21 blitzerrChanging the alloc() to accept &self instead of &mut...
2020-09-21 borsAuto merge of #76683 - simonvandel:inst-combine-deref...
2020-09-21 Alexis BourgetFix missing unsafe block for target arch wasm32
2020-09-21 Alexis BourgetFix accordingly to review
2020-09-21 Alexis BourgetImprove some SAFETY comments following suggestions
2020-09-21 Alexis BourgetFinished documenting all unsafe op inside unsafe fn
2020-09-21 Alexis BourgetDeny unsafe op in unsafe fns without the unsafe keyword...
2020-09-21 borsAuto merge of #77003 - joshtriplett:remove-duplicate...
2020-09-21 Erik HofmayerApplied review comments
2020-09-21 Mara BosMove `use align_of` in atomic.rs into the places where...
2020-09-21 Mara BosGate Atomic::from_mut on cfg(target_has_atomic_equal_al...
2020-09-21 Mara BosRevert "Revert adding Atomic::from_mut."
2020-09-21 borsAuto merge of #76680 - Julian-Wollersberger:nongeneric_...
2020-09-21 borsAuto merge of #77013 - RalfJung:rollup-84ut0xq, r=RalfJung
2020-09-21 Ralf JungRollup merge of #77012 - RalfJung:miri, r=RalfJung
2020-09-21 Ralf JungRollup merge of #77009 - est31:dogfood_total_cmp, r...
2020-09-21 Ralf JungRollup merge of #76996 - LingMan:patch-1, r=ecstatic...
2020-09-21 Ralf JungRollup merge of #76983 - ssomers:btree_extra_test,...
2020-09-21 Ralf JungRollup merge of #76981 - pickfire:patch-5, r=Mark-Simul...
2020-09-21 Ralf JungRollup merge of #76977 - tmiasko:issue-76740, r=wesleywiser
2020-09-21 Ralf JungRollup merge of #76967 - fusion-engineering-forks:rever...
2020-09-21 Ralf JungRollup merge of #76835 - matthiaskrgr:replace_prefix...
2020-09-21 Ralf JungRollup merge of #76521 - tavianator:fix-pthread-getattr...
2020-09-21 Ralf JungRollup merge of #76439 - GuillaumeGomez:add-error-expla...
2020-09-21 borsAuto merge of #74040 - lcnr:const-occurs-check, r=nikom...
2020-09-21 Aleksey KladovDon't recommend ManuallyDrop to customize drop order
2020-09-21 Guillaume GomezAdd missing code examples on HashMap types
2020-09-21 borsAuto merge of #77004 - RalfJung:rollup-usac4nv, r=RalfJung
2020-09-21 est31Dogfood total_cmp in the test crate
2020-09-21 Ralf JungRollup merge of #77000 - RalfJung:miri, r=RalfJung
2020-09-21 Ralf JungRollup merge of #76963 - est31:remove_static_assert...
2020-09-21 Ralf JungRollup merge of #76962 - est31:const_cstr, r=oli-obk
2020-09-21 Ralf JungRollup merge of #76961 - bugadani:test-34634, r=Mark...
2020-09-21 Ralf JungRollup merge of #76959 - est31:write, r=oli-obk
2020-09-21 Ralf JungRollup merge of #76958 - est31:ns, r=oli-obk
2020-09-21 Ralf JungRollup merge of #76936 - danielhenrymantilla:unsafecell...
2020-09-21 Ralf JungRollup merge of #76872 - khyperia:remove_declare_method...
2020-09-21 Ralf JungRollup merge of #76868 - poliorcetics:intra-doc-std...
2020-09-21 Ralf JungRollup merge of #76867 - poliorcetics:intra-doc-core...
2020-09-21 Ralf JungRollup merge of #76846 - botika:master, r=davidtwco
2020-09-21 Ralf JungRollup merge of #76628 - jyn514:default-config-files...
2020-09-21 Ralf JungRollup merge of #76135 - CDirkx:const-option, r=dtolnay...
next