| Age | Commit message (Expand) | Author | Lines |
| 2021-03-11 | bump Miri | Ralf Jung | -17/+7 |
| 2021-03-11 | Auto merge of #82641 - camelid:lang-item-docs, r=jyn514 | bors | -23/+32 |
| 2021-03-11 | Auto merge of #82964 - Nicholas-Baron:shorten_middle_ty, r=jackh726 | bors | -1240/+1279 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -42/+74 |
| 2021-03-10 | Ignore Vim swap files | Camelid | -0/+2 |
| 2021-03-10 | Update to rustc-rayon 0.3.1 | Josh Stone | -42/+41 |
| 2021-03-11 | Import small cold functions | Tomasz Miąsko | -0/+3 |
| 2021-03-11 | Validate rustc_layout_scalar_valid_range_{start,end} attributes | Tomasz Miąsko | -1/+90 |
| 2021-03-11 | Inline Attribute::has_name | Tomasz Miąsko | -0/+1 |
| 2021-03-10 | Moved more of the capture related types into closure.rs | Nicholas-Baron | -172/+173 |
| 2021-03-10 | Moved more types into upvar.rs (now named closure.rs) | Nicholas-Baron | -169/+170 |
| 2021-03-10 | Moved all Adt* types to adt.rs | Nicholas-Baron | -467/+488 |
| 2021-03-10 | Moved all Assoc* types to assoc.rs. | Nicholas-Baron | -162/+173 |
| 2021-03-10 | Moved types starting with 'Generic' into generics.rs. | Nicholas-Baron | -248/+259 |
| 2021-03-10 | Moved UpVar* types to a separate file. | Nicholas-Baron | -64/+74 |
| 2021-03-10 | Grouped some ungrouped use and mod lines. | Nicholas-Baron | -35/+19 |
| 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 | -104/+228 |
| 2021-03-10 | Remove unnecessary `#[allow(dead_code)]` | Camelid | -1/+0 |
| 2021-03-10 | apply review | François Mockers | -2/+4 |
| 2021-03-10 | Clarify docs | Camelid | -1/+2 |
| 2021-03-10 | remove slice linkcheck exceptions | François Mockers | -5/+0 |
| 2021-03-10 | add back sort_by_key link, allow linter and add comment | François Mockers | -1/+6 |
| 2021-03-10 | Remove `sym::` and `kw::` from generated docs | Camelid | -3/+3 |
| 2021-03-10 | Simplify lower ast block | Cameron Steffen | -20/+6 |
| 2021-03-10 | Fix bug | Camelid | -2/+2 |
| 2021-03-10 | Rollup merge of #82977 - camsteffen:opt-get-insert-def, r=m-ou-se | Dylan DPC | -19/+20 |
| 2021-03-10 | Rollup merge of #82976 - RalfJung:copy-nonoverlapping, r=oli-obk | Dylan DPC | -3/+52 |
| 2021-03-10 | Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514 | Dylan DPC | -5/+3 |
| 2021-03-10 | Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -21/+19 |
| 2021-03-10 | Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichton | Dylan DPC | -5/+7 |
| 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 | -33/+113 |
| 2021-03-10 | Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis | Dylan DPC | -7/+11 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -70/+661 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -2/+5 |
| 2021-03-10 | Auto merge of #6814 - hyd-dev:issue-6486, r=flip1995 | bors | -4/+32 |
| 2021-03-10 | Auto merge of #6794 - camsteffen:needless-borrowed-ref, r=flip1995 | bors | -29/+18 |
| 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 |