| Age | Commit message (Expand) | Author | Lines |
| 2021-04-16 | Test array into_iter with more wrapper types | Josh Stone | -5/+39 |
| 2021-04-16 | Test Box::new(array).into_iter() | Josh Stone | -4/+29 |
| 2021-04-16 | Skip into_iter() for arrays before 2021 | Josh Stone | -0/+60 |
| 2021-04-16 | Adjust docs and tests for new `IntoIterator` impl for arrays | Lukas Kalbertodt | -169/+8 |
| 2021-04-16 | Add `IntoIterator` impl `for [T; N]` (arrays by value) | Lukas Kalbertodt | -0/+10 |
| 2021-04-16 | Implement #[rustc_skip_array_during_method_dispatch] | Josh Stone | -1/+38 |
| 2021-04-16 | Auto merge of #84241 - Dylan-DPC:rollup-jk9nt6k, r=Dylan-DPC | bors | -194/+526 |
| 2021-04-16 | Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe... | Dylan DPC | -36/+36 |
| 2021-04-16 | Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-se | Dylan DPC | -3/+87 |
| 2021-04-16 | Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr | Dylan DPC | -1/+56 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -154/+347 |
| 2021-04-16 | Auto merge of #84230 - cuviper:llvm-12, r=nikic | bors | -1/+1 |
| 2021-04-16 | Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov | bors | -214/+59 |
| 2021-04-16 | Auto merge of #84228 - SkiFire13:fix-84213, r=estebank | bors | -0/+70 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -214/+59 |
| 2021-04-16 | Auto merge of #84220 - gpluscb:weak_doc, r=jyn514 | bors | -2/+2 |
| 2021-04-16 | Auto merge of #84226 - Aaron1011:track-link-dead-code, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-04-15 | Update to LLVM 12.0.0 final | Josh Stone | -1/+1 |
| 2021-04-15 | Add regression test | Giacomo Stevanato | -0/+55 |
| 2021-04-15 | Add suggestion to borrow when casting T to *const/mut T | Giacomo Stevanato | -0/+15 |
| 2021-04-15 | VecDeque: Improve doc comments in binary search fns | Vojtech Kral | -5/+23 |
| 2021-04-15 | VecDeque: Add partition_point() #78021 | Vojtech Kral | -0/+63 |
| 2021-04-15 | VecDeque: binary_search_by(): return right away if hit found at back.first() ... | Vojtech Kral | -1/+4 |
| 2021-04-15 | Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3 | bors | -13/+34 |
| 2021-04-15 | Track `-C link-dead-code` during incremental compilation | Aaron Hill | -2/+2 |
| 2021-04-15 | Auto merge of #84222 - Aaron1011:fix/anon-const-lint, r=lcnr | bors | -0/+35 |
| 2021-04-15 | Auto merge of #84209 - pickfire:patch-3, r=jyn514 | bors | -4/+2 |
| 2021-04-15 | Run buffered lints attached to anon consts | Aaron Hill | -0/+35 |
| 2021-04-15 | Correct outdated rc::Weak::default documentation | MarRue | -2/+2 |
| 2021-04-15 | Auto merge of #84088 - m-ou-se:stabilize-option-insert, r=m-ou-se | bors | -3/+1 |
| 2021-04-15 | Auto merge of #84215 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-04-15 | update Miri | Ralf Jung | -8/+8 |
| 2021-04-15 | Auto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn-docs, r=RalfJung | bors | -3/+4 |
| 2021-04-15 | Auto merge of #84198 - mlodato517:patch-1, r=jyn514 | bors | -1/+1 |
| 2021-04-15 | Merge same condition branch in vec spec_extend | Ivan Tham | -4/+2 |
| 2021-04-14 | Auto merge of #84206 - Dylan-DPC:rollup-knl2jgq, r=Dylan-DPC | bors | -29/+165 |
| 2021-04-15 | Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper | Dylan DPC | -0/+9 |
| 2021-04-15 | Rollup merge of #84196 - lnicola:rust-analyzer-2021-04-12, r=jonas-schievink | Dylan DPC | -18/+18 |
| 2021-04-15 | Rollup merge of #84192 - vext01:backend-write-typos, r=wesleywiser | Dylan DPC | -2/+2 |
| 2021-04-15 | Rollup merge of #84191 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2021-04-15 | Rollup merge of #84185 - hi-rustin:rustin-patch-macro, r=nikomatsakis | Dylan DPC | -0/+113 |
| 2021-04-15 | Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm | Dylan DPC | -1/+1 |
| 2021-04-15 | Rollup merge of #82492 - CDirkx:sys_common_alloc, r=m-ou-se | Dylan DPC | -8/+22 |
| 2021-04-14 | Add more SIMD math.h intrinsics | Jubilee Young | -13/+34 |
| 2021-04-14 | Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkov | bors | -8/+46 |
| 2021-04-14 | rustdoc: Note that forbidding anchors in links to primitives is a bug | Joshua Nelson | -0/+9 |
| 2021-04-14 | Fix small typo in Drop documentation | Mark Lodato | -1/+1 |
| 2021-04-14 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+18 |
| 2021-04-14 | Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung | bors | -0/+201 |
| 2021-04-14 | Auto merge of #84158 - cratelyn:patch-extern-c-unwind-behavior, r=nikomatsakis | bors | -1/+5 |