| Age | Commit message (Expand) | Author | Lines |
| 2021-03-11 | bump Miri | Ralf Jung | -17/+7 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -42/+74 |
| 2021-03-11 | Validate rustc_layout_scalar_valid_range_{start,end} attributes | Tomasz Miąsko | -0/+54 |
| 2021-03-10 | Improve some jsondocck errors | Nixon Enraght-Moony | -2/+22 |
| 2021-03-10 | Add reexport tests | Nixon Enraght-Moony | -0/+92 |
| 2021-03-10 | Auto merge of #82960 - camelid:masked_crates, r=jyn514 | bors | -7/+6 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -53/+77 |
| 2021-03-10 | remove slice linkcheck exceptions | François Mockers | -5/+0 |
| 2021-03-10 | Rollup merge of #82976 - RalfJung:copy-nonoverlapping, r=oli-obk | Dylan DPC | -2/+48 |
| 2021-03-10 | Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514 | Dylan DPC | -5/+3 |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -14/+0 |
| 2021-03-10 | Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichton | Dylan DPC | -1/+1 |
| 2021-03-10 | Rollup merge of #82807 - notriddle:cleanup-js, r=jyn514 | Dylan DPC | -10/+2 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -17/+17 |
| 2021-03-10 | Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis | Dylan DPC | -4/+6 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -4/+428 |
| 2021-03-10 | Fix "run" button position in error index | Guillaume Gomez | -1/+2 |
| 2021-03-10 | fix error message for copy(_nonoverlapping) overflow | Ralf Jung | -2/+48 |
| 2021-03-10 | Auto merge of #82884 - nagisa:nagisa/remove-most-of-sideeffect-inserts, r=nikic | bors | -18/+35 |
| 2021-03-10 | Auto merge of #82967 - RalfJung:copy-nonoverlap, r=oli-obk | bors | -0/+68 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -18/+35 |
| 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 | -2/+21 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -288/+298 |
| 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-09 | 2229: Handle capturing a reference into a repr packed struct | Aman Arora | -0/+326 |
| 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 | -59/+59 |
| 2021-03-10 | Rollup merge of #82938 - oli-obk:tracing_tree_bump, r=Mark-Simulacrum | 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 #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/+1 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -53/+16 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -14/+0 |
| 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 | address pr review comments | katelyn a. martin | -1/+2 |
| 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 | -0/+141 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -2/+124 |
| 2021-03-09 | Rebase fallout. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Fix ui-fulldeps tests. | Camille GILLOT | -3/+5 |
| 2021-03-09 | Bless tests. | Camille GILLOT | -116/+116 |
| 2021-03-09 | Remove hir::Expr::attrs. | Camille GILLOT | -2/+3 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -27/+40 |
| 2021-03-09 | Remove hir::ImplItem::attrs. | Camille GILLOT | -7/+11 |
| 2021-03-09 | Remove hir::TraitItem::attrs. | Camille GILLOT | -7/+12 |