| Age | Commit message (Expand) | Author | Lines |
| 2021-08-05 | Generate links for methods as well | Guillaume Gomez | -19/+39 |
| 2021-08-05 | Ensure that --generate-link-to-definition is only used with HTML output and i... | Guillaume Gomez | -0/+32 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -3/+23 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -106/+454 |
| 2021-08-05 | Auto merge of #87768 - rust-lang:core-features-cleanup, r=dtolnay | bors | -61/+60 |
| 2021-08-05 | Auto merge of #87737 - LeSeulArtichaut:unsafeck-less-freeze, r=oli-obk | bors | -18/+16 |
| 2021-08-05 | Make rustfmt happy. | Mara Bos | -4/+4 |
| 2021-08-05 | Remove unnecessary #[unstable] from internal macro. | Mara Bos | -3/+1 |
| 2021-08-05 | Remove unused langauge #![feature]s from core. | Mara Bos | -3/+0 |
| 2021-08-05 | Remove unused library #![feature]s from core. | Mara Bos | -5/+0 |
| 2021-08-05 | Sort and categorize lint and feature attributes in core. | Mara Bos | -57/+66 |
| 2021-08-05 | Auto merge of #87740 - npmccallum:naked_args, r=Amanieu | bors | -0/+155 |
| 2021-08-05 | Auto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514 | bors | -4/+8 |
| 2021-08-05 | Auto merge of #87641 - HackAttack:expand-unknown-option-message, r=wesleywiser | bors | -10/+13 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -593/+560 |
| 2021-08-04 | Disable unused variable lint for naked functions | Nathaniel McCallum | -71/+6 |
| 2021-08-04 | Add test for naked function unused variables lint | Nathaniel McCallum | -0/+220 |
| 2021-08-04 | Auto merge of #87695 - tmiasko:gep-opaque-pointers, r=nagisa | bors | -46/+110 |
| 2021-08-04 | Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrum | bors | -2/+3 |
| 2021-08-04 | Fix assertions in `coverage-reports` test | Alex Crichton | -76/+70 |
| 2021-08-04 | Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2* | Tomasz Miąsko | -3/+16 |
| 2021-08-04 | Prepare inbounds_gep for opaque pointers | Tomasz Miąsko | -22/+61 |
| 2021-08-04 | Prepare gep for opaque pointers | Tomasz Miąsko | -9/+13 |
| 2021-08-04 | Prepare struct_gep for opaque pointers | Tomasz Miąsko | -12/+20 |
| 2021-08-04 | Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se | bors | -4/+4 |
| 2021-08-04 | Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitor | bors | -244/+247 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -244/+247 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -21/+157 |
| 2021-08-04 | Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov | bors | -4/+85 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -333/+299 |
| 2021-08-03 | Auto merge of #87746 - JohnTitor:rollup-zaapqgl, r=JohnTitor | bors | -65/+373 |
| 2021-08-04 | Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichaut | Yuki Okushi | -22/+151 |
| 2021-08-04 | Rollup merge of #87731 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -2/+2 |
| 2021-08-04 | Rollup merge of #87729 - adamgemmell:dev/deprecate-crypto, r=Amanieu | Yuki Okushi | -4/+36 |
| 2021-08-04 | Rollup merge of #87723 - frogtd:patch-3, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-08-04 | Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 | Yuki Okushi | -22/+21 |
| 2021-08-04 | Rollup merge of #87663 - GuillaumeGomez:rustdoc-brace-minus-brace, r=notriddle | Yuki Okushi | -10/+114 |
| 2021-08-04 | Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011 | Yuki Okushi | -4/+8 |
| 2021-08-04 | Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnay | Yuki Okushi | -0/+40 |
| 2021-08-03 | Only compute `is_freeze` for layout-constrained ADTs | Léo Lanteri Thauvin | -18/+16 |
| 2021-08-03 | Auto merge of #86400 - FabianWolff:issue-85735, r=estebank | bors | -0/+30 |
| 2021-08-03 | #[inline] slice::advance_by | The8472 | -2/+3 |
| 2021-08-03 | Remove invalid suggestion involving Fn trait bound | Fabian Wolff | -0/+30 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -6/+11 |
| 2021-08-03 | Test dropping union fields more | Smitty | -22/+151 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -24/+57 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -4/+8 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -93/+1186 |
| 2021-08-03 | Update cargo | Eric Huss | -2/+2 |
| 2021-08-03 | Relax a codegen test | Alex Crichton | -1/+1 |