about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-11bump MiriRalf Jung-17/+7
2021-03-10rustdoc: tweak the search index formatMichael Howell-42/+74
2021-03-11Validate rustc_layout_scalar_valid_range_{start,end} attributesTomasz Miąsko-0/+54
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-53/+77
2021-03-10remove slice linkcheck exceptionsFrançois Mockers-5/+0
2021-03-10Rollup merge of #82976 - RalfJung:copy-nonoverlapping, r=oli-obkDylan DPC-2/+48
2021-03-10Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514Dylan DPC-5/+3
2021-03-10Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplettDylan DPC-14/+0
2021-03-10Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichtonDylan DPC-1/+1
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-17/+17
2021-03-10Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakisDylan DPC-4/+6
2021-03-10Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieubors-4/+428
2021-03-10Fix "run" button position in error indexGuillaume Gomez-1/+2
2021-03-10fix error message for copy(_nonoverlapping) overflowRalf Jung-2/+48
2021-03-10Auto merge of #82884 - nagisa:nagisa/remove-most-of-sideeffect-inserts, r=nikicbors-18/+35
2021-03-10Auto merge of #82967 - RalfJung:copy-nonoverlap, r=oli-obkbors-0/+68
2021-03-10Remove the -Zinsert-sideeffectSimonas Kazlauskas-18/+35
2021-03-10add regression testRalf Jung-0/+68
2021-03-10Allow doc alias attributes to use both list and valueGuillaume Gomez-2/+21
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-288/+298
2021-03-10Add spirv extension handling in compiletestErin Power-0/+2
2021-03-09Simplify some of the rendering code in the indexMichael Howell-5/+1
2021-03-09Remove `masked_crates` from `clean::Crate`Camelid-7/+6
2021-03-092229: Handle capturing a reference into a repr packed structAman Arora-0/+326
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+2
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-59/+59
2021-03-10Rollup merge of #82938 - oli-obk:tracing_tree_bump, r=Mark-SimulacrumYuki Okushi-1/+1
2021-03-10Rollup merge of #82908 - lnicola:rust-analyzer-2021-03-08, r=jonas-schievinkYuki Okushi-16/+16
2021-03-10Rollup merge of #82802 - jyn514:build-rustdoc-fullmake, r=Mark-SimulacrumYuki Okushi-1/+1
2021-03-10Rollup merge of #82733 - Yn0ga:master, r=estebankYuki Okushi-0/+1
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-53/+16
2021-03-09Do not attempt to unlock envlock in child process after a fork.The8472-14/+0
2021-03-09Add test to ensure the attributes position when js is disabledGuillaume Gomez-0/+10
2021-03-09Fix typoGuillaume Gomez-1/+1
2021-03-09Fix CSS issues when javascript is disabledGuillaume Gomez-0/+10
2021-03-09address pr review commentskatelyn a. martin-1/+2
2021-03-09add integration tests, unwind across FFI boundarykatelyn a. martin-6/+166
2021-03-09implement unwinding abi's (RFC 2945)katelyn a. martin-0/+141
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-2/+124
2021-03-09Rebase fallout.Camille GILLOT-1/+1
2021-03-09Fix ui-fulldeps tests.Camille GILLOT-3/+5
2021-03-09Bless tests.Camille GILLOT-116/+116
2021-03-09Remove hir::Expr::attrs.Camille GILLOT-2/+3
2021-03-09Remove hir::Item::attrs.Camille GILLOT-27/+40
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-7/+11
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-7/+12