| Age | Commit message (Expand) | Author | Lines |
| 2021-04-17 | Don't set `fast`(-math) for certain simd ops | Simonas Kazlauskas | -131/+154 |
| 2021-04-17 | Auto merge of #84260 - Aaron1011:global-alloc-eval-always, r=cjgillot | bors | -0/+14 |
| 2021-04-17 | Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514 | bors | -43/+1 |
| 2021-04-17 | Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebank | bors | -22/+60 |
| 2021-04-17 | Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkov | bors | -2/+27 |
| 2021-04-17 | Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkov | bors | -11/+46 |
| 2021-04-16 | Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514 | bors | -12/+57 |
| 2021-04-16 | Mark `has_global_allocator` query as `eval_always` | Aaron Hill | -0/+14 |
| 2021-04-16 | Auto merge of #84249 - crlf0710:fix_miri, r=RalfJung | bors | -8/+8 |
| 2021-04-17 | Update miri. | Charles Lew | -8/+8 |
| 2021-04-16 | Auto merge of #83416 - alexcrichton:const-thread-local, r=sfackler | bors | -49/+244 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -49/+244 |
| 2021-04-16 | rustdoc: get rid of unused path printing code | Michael Howell | -43/+1 |
| 2021-04-16 | fix reporting return type in some cases | AliƩnore Bouttefeux | -22/+60 |
| 2021-04-16 | builtin derive macros: fix error with const generics default | Soveu | -2/+27 |
| 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 |