about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-16Test array into_iter with more wrapper typesJosh Stone-5/+39
2021-04-16Test Box::new(array).into_iter()Josh Stone-4/+29
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+60
2021-04-16Adjust docs and tests for new `IntoIterator` impl for arraysLukas Kalbertodt-169/+8
2021-04-16Add `IntoIterator` impl `for [T; N]` (arrays by value)Lukas Kalbertodt-0/+10
2021-04-16Implement #[rustc_skip_array_during_method_dispatch]Josh Stone-1/+38
2021-04-16Auto merge of #84241 - Dylan-DPC:rollup-jk9nt6k, r=Dylan-DPCbors-194/+526
2021-04-16Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe...Dylan DPC-36/+36
2021-04-16Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-seDylan DPC-3/+87
2021-04-16Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnrDylan DPC-1/+56
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-154/+347
2021-04-16Auto merge of #84230 - cuviper:llvm-12, r=nikicbors-1/+1
2021-04-16Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkovbors-214/+59
2021-04-16Auto merge of #84228 - SkiFire13:fix-84213, r=estebankbors-0/+70
2021-04-16Remove #[main] attribute.Charles Lew-214/+59
2021-04-16Auto merge of #84220 - gpluscb:weak_doc, r=jyn514bors-2/+2
2021-04-16Auto merge of #84226 - Aaron1011:track-link-dead-code, r=Mark-Simulacrumbors-2/+2
2021-04-15Update to LLVM 12.0.0 finalJosh Stone-1/+1
2021-04-15Add regression testGiacomo Stevanato-0/+55
2021-04-15Add suggestion to borrow when casting T to *const/mut TGiacomo Stevanato-0/+15
2021-04-15VecDeque: Improve doc comments in binary search fnsVojtech Kral-5/+23
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+63
2021-04-15VecDeque: binary_search_by(): return right away if hit found at back.first() ...Vojtech Kral-1/+4
2021-04-15Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3bors-13/+34
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-2/+2
2021-04-15Auto merge of #84222 - Aaron1011:fix/anon-const-lint, r=lcnrbors-0/+35
2021-04-15Auto merge of #84209 - pickfire:patch-3, r=jyn514bors-4/+2
2021-04-15Run buffered lints attached to anon constsAaron Hill-0/+35
2021-04-15Correct outdated rc::Weak::default documentationMarRue-2/+2
2021-04-15Auto merge of #84088 - m-ou-se:stabilize-option-insert, r=m-ou-sebors-3/+1
2021-04-15Auto merge of #84215 - RalfJung:miri, r=RalfJungbors-8/+8
2021-04-15update MiriRalf Jung-8/+8
2021-04-15Auto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn-docs, r=RalfJungbors-3/+4
2021-04-15Auto merge of #84198 - mlodato517:patch-1, r=jyn514bors-1/+1
2021-04-15Merge same condition branch in vec spec_extendIvan Tham-4/+2
2021-04-14Auto merge of #84206 - Dylan-DPC:rollup-knl2jgq, r=Dylan-DPCbors-29/+165
2021-04-15Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviperDylan DPC-0/+9
2021-04-15Rollup merge of #84196 - lnicola:rust-analyzer-2021-04-12, r=jonas-schievinkDylan DPC-18/+18
2021-04-15Rollup merge of #84192 - vext01:backend-write-typos, r=wesleywiserDylan DPC-2/+2
2021-04-15Rollup merge of #84191 - ehuss:update-books, r=ehussDylan DPC-0/+0
2021-04-15Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakisDylan DPC-0/+113
2021-04-15Rollup merge of #84177 - ehuss:join_paths-err, r=kennytmDylan DPC-1/+1
2021-04-15Rollup merge of #82492 - CDirkx:sys_common_alloc, r=m-ou-seDylan DPC-8/+22
2021-04-14Add more SIMD math.h intrinsicsJubilee Young-13/+34
2021-04-14Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkovbors-8/+46
2021-04-14rustdoc: Note that forbidding anchors in links to primitives is a bugJoshua Nelson-0/+9
2021-04-14Fix small typo in Drop documentationMark Lodato-1/+1
2021-04-14:arrow_up: rust-analyzerLaurențiu Nicola-18/+18
2021-04-14Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJungbors-0/+201
2021-04-14Auto merge of #84158 - cratelyn:patch-extern-c-unwind-behavior, r=nikomatsakisbors-1/+5