about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-03-11bump MiriRalf Jung-17/+7
2021-03-11Auto merge of #82641 - camelid:lang-item-docs, r=jyn514bors-23/+32
2021-03-11Auto merge of #82964 - Nicholas-Baron:shorten_middle_ty, r=jackh726bors-1240/+1279
2021-03-10rustdoc: tweak the search index formatMichael Howell-42/+74
2021-03-10Ignore Vim swap filesCamelid-0/+2
2021-03-10Update to rustc-rayon 0.3.1Josh Stone-42/+41
2021-03-11Import small cold functionsTomasz Miąsko-0/+3
2021-03-11Validate rustc_layout_scalar_valid_range_{start,end} attributesTomasz Miąsko-1/+90
2021-03-11Inline Attribute::has_nameTomasz Miąsko-0/+1
2021-03-10Moved more of the capture related types into closure.rsNicholas-Baron-172/+173
2021-03-10Moved more types into upvar.rs (now named closure.rs)Nicholas-Baron-169/+170
2021-03-10Moved all Adt* types to adt.rsNicholas-Baron-467/+488
2021-03-10Moved all Assoc* types to assoc.rs.Nicholas-Baron-162/+173
2021-03-10Moved types starting with 'Generic' into generics.rs.Nicholas-Baron-248/+259
2021-03-10Moved UpVar* types to a separate file.Nicholas-Baron-64/+74
2021-03-10Grouped some ungrouped use and mod lines.Nicholas-Baron-35/+19
2021-03-10Improve some jsondocck errorsNixon Enraght-Moony-2/+22
2021-03-10Add reexport testsNixon Enraght-Moony-0/+92
2021-03-10Auto merge of #82960 - camelid:masked_crates, r=jyn514bors-7/+6
2021-03-10Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPCbors-104/+228
2021-03-10Remove unnecessary `#[allow(dead_code)]`Camelid-1/+0
2021-03-10apply reviewFrançois Mockers-2/+4
2021-03-10Clarify docsCamelid-1/+2
2021-03-10remove slice linkcheck exceptionsFrançois Mockers-5/+0
2021-03-10add back sort_by_key link, allow linter and add commentFrançois Mockers-1/+6
2021-03-10Remove `sym::` and `kw::` from generated docsCamelid-3/+3
2021-03-10Simplify lower ast blockCameron Steffen-20/+6
2021-03-10Fix bugCamelid-2/+2
2021-03-10Rollup merge of #82977 - camsteffen:opt-get-insert-def, r=m-ou-seDylan DPC-19/+20
2021-03-10Rollup merge of #82976 - RalfJung:copy-nonoverlapping, r=oli-obkDylan DPC-3/+52
2021-03-10Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514Dylan DPC-5/+3
2021-03-10Rollup merge of #82955 - ltoddy:fix/wrong, r=jonas-schievinkDylan DPC-1/+1
2021-03-10Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplettDylan DPC-21/+19
2021-03-10Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichtonDylan DPC-5/+7
2021-03-10Rollup merge of #82807 - notriddle:cleanup-js, r=jyn514Dylan DPC-10/+2
2021-03-10Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakisDylan DPC-33/+113
2021-03-10Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakisDylan DPC-7/+11
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-70/+661
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-2/+5
2021-03-10Auto merge of #6814 - hyd-dev:issue-6486, r=flip1995bors-4/+32
2021-03-10Auto merge of #6794 - camsteffen:needless-borrowed-ref, r=flip1995bors-29/+18
2021-03-10Fix "run" button position in error indexGuillaume Gomez-1/+2
2021-03-10Rename Option::get_or_insert_defaultCameron Steffen-19/+20
2021-03-10fix error message for copy(_nonoverlapping) overflowRalf Jung-3/+52
2021-03-10Auto merge of #82884 - nagisa:nagisa/remove-most-of-sideeffect-inserts, r=nikicbors-87/+52
2021-03-10Auto merge of #82967 - RalfJung:copy-nonoverlap, r=oli-obkbors-7/+76
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-87/+52
2021-03-10add regression testRalf Jung-0/+68
2021-03-10Allow doc alias attributes to use both list and valueGuillaume Gomez-9/+107
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-81/+103