about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2020-08-03Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-SimulacrumYuki Okushi-12/+18
2020-08-03Rollup merge of #74874 - ssomers:btree_cleanup_8, r=Mark-SimulacrumYuki Okushi-8/+16
2020-08-03Rollup merge of #74762 - ssomers:btree_no_root_in_remove_kv_tracking, r=Mark-...Yuki Okushi-52/+405
2020-08-03Rollup merge of #74686 - ssomers:btree_cleanup_3, r=Mark-SimulacrumYuki Okushi-10/+3
2020-08-02Auto merge of #74972 - second-state:wasi-right-fix, r=KodrAusbors-0/+1
2020-08-02Auto merge of #75033 - Manishearth:rollup-d8afil1, r=Manishearthbors-3/+44
2020-08-01Rollup merge of #75015 - Amanieu:vec_spare, r=sfacklerManish Goregaokar-1/+42
2020-08-01Rollup merge of #74602 - poliorcetics:maybe-uninit-zeroed-doc-clarification, ...Manish Goregaokar-2/+2
2020-08-01Auto merge of #74605 - rust-lang:vec-leak, r=Amanieubors-6/+4
2020-08-01BTreeMap::drain_filter no longer touches the root during iterationStein Somers-30/+73
2020-08-01More benchmarks of BTreeMap mutationStein Somers-22/+332
2020-08-01Reword incorrect use of zeroed()Alexis Bourget-3/+2
2020-08-01Add Vec::spare_capacity_mutAmanieu d'Antras-1/+42
2020-08-01Define forget_type only when relevantStein Somers-8/+16
2020-08-01Auto merge of #74373 - lcnr:array_chunks, r=withoutboatsbors-5/+243
2020-08-01add tracking issueBastian Kauschke-10/+10
2020-08-01Rollup merge of #74644 - crlf0710:drop_old_stuff, r=AmanieuYuki Okushi-62/+10
2020-08-01Remove `linked_list_extras` methods.Charles Lew-62/+10
2020-07-31expand commentsRalf Jung-2/+2
2020-07-31also reduce some libcore test iteration countsRalf Jung-3/+4
2020-07-31reduce slice::panic_safe test size further in MiriRalf Jung-1/+1
2020-07-31make some vec_deque tests less exhaustive in MiriRalf Jung-6/+11
2020-07-31Fix std::fs::File::metadata permission on WASI targetShen-Ta Hsieh-0/+1
2020-07-31Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obkbors-1/+3
2020-07-31use Iter<'_, [T; N]> in array_chunksBastian Kauschke-58/+20
2020-07-31add note to array_chunksBastian Kauschke-1/+3
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-4/+0
2020-07-30Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrumbors-23/+31
2020-07-30Rollup merge of #74782 - vorner:weak-into-raw-cnt-doc, r=dtolnayManish Goregaokar-20/+22
2020-07-30Make `Option::unwrap` unstably constDylan MacKenzie-1/+3
2020-07-30Remove deny for intra doc link failures from library code, it's no longer nec...Manish Goregaokar-4/+0
2020-07-30Rename in libraryManish Goregaokar-4/+4
2020-07-30Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obkbors-3/+9
2020-07-30liballoc export ArrayChunksBastian Kauschke-0/+3
2020-07-30add tests for array_chunksBastian Kauschke-1/+92
2020-07-30adds `slice::array_chunks`Bastian Kauschke-0/+180
2020-07-30improve chunks + windows err on size 0Bastian Kauschke-5/+5
2020-07-29Make `{align,size}_of_val` `const`Dylan MacKenzie-3/+9
2020-07-29Rollup merge of #74910 - RalfJung:fence, r=Mark-SimulacrumManish Goregaokar-1/+2
2020-07-29Rollup merge of #74902 - rust-lang:into_raw_non_null, r=dtolnayManish Goregaokar-91/+1
2020-07-29Rollup merge of #74852 - lzutao:inline-rm-tostring, r=nnethercoteManish Goregaokar-0/+3
2020-07-29Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplettManish Goregaokar-1/+1
2020-07-29Rollup merge of #74742 - poliorcetics:ip-addr-remove-rejected-errata, r=nikom...Manish Goregaokar-4/+4
2020-07-29Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakisbors-3/+2
2020-07-29fence docs: fix example MutexRalf Jung-1/+2
2020-07-29Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functionsSimon Sapin-91/+1
2020-07-29Stabilize `Vec::leak`Simon Sapin-3/+1
2020-07-29Make `Vec::leak` a method instead of an associated function.Simon Sapin-3/+3
2020-07-29Link to syntax section when referencing itTomasz Miąsko-1/+1
2020-07-29Explain why inline default ToString implLzu Tao-0/+3