| Age | Commit message (Expand) | Author | Lines |
| 2021-03-10 | Fix "run" button position in error index | Guillaume Gomez | -1/+2 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -19/+20 |
| 2021-03-10 | fix error message for copy(_nonoverlapping) overflow | Ralf Jung | -3/+52 |
| 2021-03-10 | Auto merge of #82884 - nagisa:nagisa/remove-most-of-sideeffect-inserts, r=nikic | bors | -87/+52 |
| 2021-03-10 | Auto merge of #82967 - RalfJung:copy-nonoverlap, r=oli-obk | bors | -7/+76 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -87/+52 |
| 2021-03-10 | add regression test | Ralf Jung | -0/+68 |
| 2021-03-10 | Allow doc alias attributes to use both list and value | Guillaume Gomez | -9/+107 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -81/+103 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -853/+869 |
| 2021-03-10 | fix copy_nonoverlapping | Ralf Jung | -7/+8 |
| 2021-03-10 | update MSYS2 link in README | Trevor Spiteri | -1/+1 |
| 2021-03-10 | Add spirv extension handling in compiletest | Erin Power | -0/+2 |
| 2021-03-09 | Simplify some of the rendering code in the index | Michael Howell | -5/+1 |
| 2021-03-09 | Remove `masked_crates` from `clean::Crate` | Camelid | -7/+6 |
| 2021-03-10 | Auto merge of #82953 - JohnTitor:rollup-8rtk5g2, r=JohnTitor | bors | -204/+454 |
| 2021-03-09 | 2229: Handle capturing a reference into a repr packed struct | Aman Arora | -6/+381 |
| 2021-03-10 | fix: wrong word | ltoddy | -1/+1 |
| 2021-03-09 | Treat header as first paragraph for shortened markdown descriptions | Michael Howell | -0/+2 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -1/+1 |
| 2021-03-09 | Deprecate items that accidentally weren't deprecated | bstrie | -63/+68 |
| 2021-03-10 | Rollup merge of #82942 - m-ou-se:diagnostics-hardcoded-prelude-v1, r=estebank | Yuki Okushi | -2/+7 |
| 2021-03-10 | Rollup merge of #82938 - oli-obk:tracing_tree_bump, r=Mark-Simulacrum | Yuki Okushi | -4/+4 |
| 2021-03-10 | Rollup merge of #82937 - wesleywiser:update_cmake_version_in_readme, r=Mark-S... | Yuki Okushi | -1/+1 |
| 2021-03-10 | Rollup merge of #82908 - lnicola:rust-analyzer-2021-03-08, r=jonas-schievink | Yuki Okushi | -16/+16 |
| 2021-03-10 | Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplett | Yuki Okushi | -4/+30 |
| 2021-03-10 | Rollup merge of #82802 - jyn514:build-rustdoc-fullmake, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-03-10 | Rollup merge of #82733 - Yn0ga:master, r=estebank | Yuki Okushi | -0/+18 |
| 2021-03-10 | Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay | Yuki Okushi | -11/+75 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -74/+26 |
| 2021-03-10 | Rollup merge of #77511 - JulianKnodt:st_kind_cpy, r=oli-obk | Yuki Okushi | -91/+276 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -21/+19 |
| 2021-03-09 | Demonstrate best practice for feeding stdin of a child processes | Kornel | -7/+18 |
| 2021-03-09 | Add test to ensure the attributes position when js is disabled | Guillaume Gomez | -0/+10 |
| 2021-03-09 | Fix typo | Guillaume Gomez | -1/+1 |
| 2021-03-09 | Fix CSS issues when javascript is disabled | Guillaume Gomez | -0/+10 |
| 2021-03-09 | convert slice doc link to intra-doc links | François Mockers | -59/+58 |
| 2021-03-09 | address pr review comments | katelyn a. martin | -5/+51 |
| 2021-03-09 | add integration tests, unwind across FFI boundary | katelyn a. martin | -6/+166 |
| 2021-03-09 | implement unwinding abi's (RFC 2945) | katelyn a. martin | -16/+176 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -52/+277 |
| 2021-03-09 | Clean up todos | kadmin | -78/+63 |
| 2021-03-09 | Take into account `ExprKind::Scope` when calculating span of temporary | LeSeulArtichaut | -6/+6 |
| 2021-03-09 | Prevent stack overflow when building THIR | LeSeulArtichaut | -1/+3 |
| 2021-03-09 | Remove useless references/dereferences | LeSeulArtichaut | -168/+148 |
| 2021-03-09 | Make arena allocation for the THIR work | LeSeulArtichaut | -383/+526 |
| 2021-03-09 | Remove `Clone` impl for `thir::Expr` | LeSeulArtichaut | -14/+13 |
| 2021-03-09 | Pull `thir::Cx` out of the MIR `Builder` | LeSeulArtichaut | -329/+254 |
| 2021-03-09 | [WIP] Eagerly construct bodies of THIR | LeSeulArtichaut | -1554/+1315 |
| 2021-03-09 | Auto merge of #6878 - flip1995:authors, r=Manishearth | bors | -24/+6 |