about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-05Generate links for methods as wellGuillaume Gomez-19/+39
2021-08-05Ensure that --generate-link-to-definition is only used with HTML output and i...Guillaume Gomez-0/+32
2021-08-05Add an option for the source code link generationGuillaume Gomez-3/+23
2021-08-05Add links on source types to go to definitionGuillaume Gomez-106/+454
2021-08-05Auto merge of #87768 - rust-lang:core-features-cleanup, r=dtolnaybors-61/+60
2021-08-05Auto merge of #87737 - LeSeulArtichaut:unsafeck-less-freeze, r=oli-obkbors-18/+16
2021-08-05Make rustfmt happy.Mara Bos-4/+4
2021-08-05Remove unnecessary #[unstable] from internal macro.Mara Bos-3/+1
2021-08-05Remove unused langauge #![feature]s from core.Mara Bos-3/+0
2021-08-05Remove unused library #![feature]s from core.Mara Bos-5/+0
2021-08-05Sort and categorize lint and feature attributes in core.Mara Bos-57/+66
2021-08-05Auto merge of #87740 - npmccallum:naked_args, r=Amanieubors-0/+155
2021-08-05Auto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514bors-4/+8
2021-08-05Auto merge of #87641 - HackAttack:expand-unknown-option-message, r=wesleywiserbors-10/+13
2021-08-04Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakisbors-593/+560
2021-08-04Disable unused variable lint for naked functionsNathaniel McCallum-71/+6
2021-08-04Add test for naked function unused variables lintNathaniel McCallum-0/+220
2021-08-04Auto merge of #87695 - tmiasko:gep-opaque-pointers, r=nagisabors-46/+110
2021-08-04Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrumbors-2/+3
2021-08-04Fix assertions in `coverage-reports` testAlex Crichton-76/+70
2021-08-04Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*Tomasz Miąsko-3/+16
2021-08-04Prepare inbounds_gep for opaque pointersTomasz Miąsko-22/+61
2021-08-04Prepare gep for opaque pointersTomasz Miąsko-9/+13
2021-08-04Prepare struct_gep for opaque pointersTomasz Miąsko-12/+20
2021-08-04Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-sebors-4/+4
2021-08-04Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitorbors-244/+247
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-244/+247
2021-08-04Auto merge of #87026 - FabianWolff:issue-86948, r=estebankbors-21/+157
2021-08-04Auto merge of #87712 - est31:line-column-1-based, r=petrochenkovbors-4/+85
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-333/+299
2021-08-03Auto merge of #87746 - JohnTitor:rollup-zaapqgl, r=JohnTitorbors-65/+373
2021-08-04Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichautYuki Okushi-22/+151
2021-08-04Rollup merge of #87731 - ehuss:update-cargo, r=ehussYuki Okushi-2/+2
2021-08-04Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=AmanieuYuki Okushi-4/+36
2021-08-04Rollup merge of #87723 - frogtd:patch-3, r=JohnTitorYuki Okushi-1/+1
2021-08-04Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514Yuki Okushi-22/+21
2021-08-04Rollup merge of #87663 - GuillaumeGomez:rustdoc-brace-minus-brace, r=notriddleYuki Okushi-10/+114
2021-08-04Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011Yuki Okushi-4/+8
2021-08-04Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnayYuki Okushi-0/+40
2021-08-03Only compute `is_freeze` for layout-constrained ADTsLéo Lanteri Thauvin-18/+16
2021-08-03Auto merge of #86400 - FabianWolff:issue-85735, r=estebankbors-0/+30
2021-08-03#[inline] slice::advance_byThe8472-2/+3
2021-08-03Remove invalid suggestion involving Fn trait boundFabian Wolff-0/+30
2021-08-03Use a multipart suggestion for the parenthesesFabian Wolff-6/+11
2021-08-03Test dropping union fields moreSmitty-22/+151
2021-08-03Simplify usage of CSS background-imageGuillaume Gomez-24/+57
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-4/+8
2021-08-03Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3bors-93/+1186
2021-08-03Update cargoEric Huss-2/+2
2021-08-03Relax a codegen testAlex Crichton-1/+1