]> git.lizzy.rs Git - rust.git/history - library/alloc/src/vec.rs
Nightly is currently 1.48
[rust.git] / library / alloc / src / vec.rs
2020-09-05 scottmcmNightly is currently 1.48
2020-09-04 Scott McMurrayAdd `[T; N]: TryFrom<Vec<T>>`
2020-09-03 borsAuto merge of #70793 - the8472:in-place-iter-collect...
2020-09-03 The8472fix debug assertion
2020-09-03 borsAuto merge of #73819 - euclio:rustdoc-summaries, r...
2020-09-03 The8472improve comments and naming
2020-09-03 The8472add explanation to specialization marker
2020-09-03 The8472remove separate no-drop code path since it resulted...
2020-09-03 The8472remove empty Vec extend optimization
2020-09-03 The8472get things to work under min_specialization by leaning...
2020-09-03 The8472apply required min_specialization attributes
2020-09-03 The8472generalize in-place collect to types of same size and...
2020-09-03 The8472increase comment verbosity
2020-09-03 The8472work around compiler overhead around lambdas in generic...
2020-09-03 The8472extract IntoIter drop/forget used by specialization...
2020-09-03 The8472remove redundant cast
2020-09-03 The8472move unsafety into method, not relevant to caller
2020-09-03 The8472replace unsafe ptr::write with deref-write, benchmarks...
2020-09-03 The8472pacify tidy
2020-09-03 The8472replace drop flag with ManuallyDrop
2020-09-03 The8472mark as_inner as unsafe and update comments
2020-09-03 The8472avoid exposing that binary heap's IntoIter is backed...
2020-09-03 The8472impl TrustedRandomAccess for vec::IntoIter
2020-09-03 The8472move free-standing method into trait impl
2020-09-03 The8472fix some in-place-collect edge-cases
2020-09-03 The8472remove redundant code
2020-09-03 The8472improve comments
2020-09-03 The8472specialize creating a Vec from a slice iterator where...
2020-09-03 The8472restore SpecFrom<T, TrustedLen<Item=T>> specialization...
2020-09-03 The8472use From specializations on extend if extended Vec...
2020-09-03 The8472use memmove instead of generic in-place iteration for...
2020-09-03 The8472restore Vec::extend specialization for vec::IntoIter...
2020-09-03 The8472recover vectorization
2020-09-03 The8472simplify pointer arithmetic
2020-09-03 The8472use add instead of offset
2020-09-03 The8472implement drop handling
2020-09-03 The8472assert that SourceIter requirements have not been viola...
2020-09-03 The8472mark SourceIter as unsafe, document invariants
2020-09-03 The8472in-place collect for Vec. Box<[]> and BinaryHeap IntoIt...
2020-09-03 The8472unrelated typo fix
2020-09-03 borsAuto merge of #76235 - jyn514:std-intra-links, r=polior...
2020-09-03 borsAuto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in...
2020-09-03 borsAuto merge of #76265 - Dylan-DPC:rollup-j3i509l, r...
2020-09-03 Dylan DPCRollup merge of #76261 - camelid:intra-doc-links-for...
2020-09-03 Dylan DPCRollup merge of #76255 - ehuss:update-books, r=ehuss
2020-09-03 Dylan DPCRollup merge of #76245 - tmiasko:inline-generators...
2020-09-03 Dylan DPCRollup merge of #76243 - ama0:patch-1, r=jonas-schievink
2020-09-03 Dylan DPCRollup merge of #76238 - denisvasilik:intra-doc-links...
2020-09-03 Dylan DPCRollup merge of #76167 - mati865:mingw-self-contained...
2020-09-03 Dylan DPCRollup merge of #76142 - CDirkx:const-ip, r=ecstatic...
2020-09-03 Dylan DPCRollup merge of #76120 - LukasKalbertodt:add-as-slice...
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-09-02 borsAuto merge of #75960 - camelid:patch-6, r=jyn514
2020-09-02 AntonFix typos in vec try_reserve(_exact) docs
2020-09-02 Tyler MandryRollup merge of #76207 - denisvasilik:intra-doc-links...
2020-09-02 Tyler MandryRollup merge of #76201 - denisvasilik:intra-doc-links...
2020-09-02 Tyler MandryRollup merge of #76158 - mati865:self-contained-option...
2020-09-02 Tyler MandryRollup merge of #76143 - jyn514:duplicate-builtin-macro...
2020-09-02 Tyler MandryRollup merge of #76132 - Aaron1011:mac-call-stmt, r...
2020-09-02 Tyler MandryRollup merge of #76099 - camelid:patch-8, r=jyn514
2020-09-02 Tyler MandryRollup merge of #76088 - hbina:add_example, r=LukasKalb...
2020-09-02 Tyler MandryRollup merge of #74880 - chrisduerr:fix_matches, r...
2020-09-01 borsAuto merge of #76010 - Aaron1011:fix/cfg-generic-param...
2020-09-01 Jon GjengsetMerge branch 'master' into stabilize-vecdeque-make_cont...
2020-09-01 borsAuto merge of #75529 - bugadani:bounds-check, r=nagisa
2020-09-01 borsAuto merge of #76155 - matklad:rust-analyzer-2020-08...
2020-09-01 borsAuto merge of #76071 - khyperia:configurable_to_immedia...
2020-09-01 borsAuto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung
2020-09-01 Tyler MandryRollup merge of #76154 - GuillaumeGomez:strings-indent...
2020-09-01 Tyler MandryRollup merge of #76139 - CDirkx:cow-is-borrowed, r...
2020-09-01 Tyler MandryRollup merge of #76103 - GuillaumeGomez:cleanup-e0769...
2020-09-01 Tyler MandryRollup merge of #76059 - GuillaumeGomez:cleanup-e0764...
2020-09-01 Tyler MandryRollup merge of #76003 - richkadel:llvm-coverage-map...
2020-09-01 Tyler MandryRollup merge of #76002 - richkadel:llvm-coverage-map...
2020-09-01 Tyler MandryRollup merge of #75945 - pickfire:patch-7, r=jyn514
2020-09-01 borsAuto merge of #75931 - estebank:suggest-if-let, r=petro...
2020-08-31 borsAuto merge of #75979 - lzutao:seprate-tests, r=Mark...
2020-08-31 borsAuto merge of #76030 - davidtwco:fewer-names-llvm-type...
2020-08-31 borsAuto merge of #75936 - sdroege:chunks-exact-constructio...
2020-08-31 Aleksey KladovRollup merge of #76127 - petrochenkov:lld, r=Mark-Simul...
2020-08-31 Aleksey KladovRollup merge of #76115 - calebcartwright:parser-fn...
2020-08-31 Aleksey KladovRollup merge of #76075 - marmeladema:remove-once-cell...
2020-08-31 Aleksey KladovRollup merge of #76050 - matklad:pos, r=petrochenkov
2020-08-31 Aleksey KladovRollup merge of #75938 - Amjad50:min_const_generics...
2020-08-31 borsAuto merge of #76153 - matklad:rollup-vlblfup, r=matklad
2020-08-31 Aleksey KladovRollup merge of #76134 - CDirkx:patch-1, r=nagisa
2020-08-31 Aleksey KladovRollup merge of #76117 - mark-i-m:patch-1, r=petrochenkov
2020-08-31 Aleksey KladovRollup merge of #76069 - pickfire:patch-16, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76058 - pickfire:patch-11, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76055 - pickfire:patch-9, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76052 - aszenz:GH-66816_removes_disabl...
2020-08-31 Aleksey KladovRollup merge of #76033 - camelid:patch-7, r=Dylan-DPC
2020-08-31 Aleksey KladovRollup merge of #76023 - pickfire:patch-4, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #75969 - nixphix:docs/mod, r=jyn514
2020-08-31 borsAuto merge of #75932 - Amjad50:intra-doc-core-slice...
2020-08-31 borsAuto merge of #75926 - camelid:patch-5, r=jonas-schievink
2020-08-31 borsAuto merge of #75463 - CDirkx:ordering-const, r=CDirkx
2020-08-30 borsAuto merge of #75176 - jyn514:impl-link, r=GuillaumeGom...
2020-08-30 borsAuto merge of #75867 - estebank:async-lt-sugg-fix,...
2020-08-30 borsAuto merge of #75919 - rust-lang:jonas-schievink-patch...
next