| Age | Commit message (Expand) | Author | Lines |
| 2023-06-29 | Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti... | Matthias Krüger | -30/+60 |
| 2023-06-29 | Rollup merge of #112929 - oli-obk:what_if_an_impl_item_just_doesnt_wanna_be_i... | Matthias Krüger | -0/+182 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -158/+255 |
| 2023-06-29 | updated list of lints that use msrv | darklyspaced | -1/+1 |
| 2023-06-29 | Avoid cloning `LocalDecls`. | Nicholas Nethercote | -5/+5 |
| 2023-06-29 | Simplify the `bundles` vectors. | Nicholas Nethercote | -6/+6 |
| 2023-06-29 | Use `SmallVec` for the `bundles` vectors. | Nicholas Nethercote | -6/+15 |
| 2023-06-29 | Set capacity of the string passed to `push_item_name`. | Nicholas Nethercote | -2/+2 |
| 2023-06-29 | Remove `SmallStr`. | Nicholas Nethercote | -89/+0 |
| 2023-06-29 | Avoid an unnecessary use of `SmallStr`. | Nicholas Nethercote | -3/+2 |
| 2023-06-29 | Use `partition_point` in `SourceMap::lookup_source_file_idx`. | Nicholas Nethercote | -5/+1 |
| 2023-06-29 | Replace a `lookup_debug_loc` call. | Nicholas Nethercote | -3/+3 |
| 2023-06-29 | Avoid unnecessary line lookup. | Nicholas Nethercote | -2/+2 |
| 2023-06-28 | style-guide: Document newline rules for assignment operators | Josh Triplett | -2/+3 |
| 2023-06-29 | Make the Elaboratable trait take clauses | Michael Goulet | -40/+42 |
| 2023-06-28 | style-guide: Narrow guidance about references and dereferencing | Josh Triplett | -1/+2 |
| 2023-06-28 | Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726 | bors | -101/+142 |
| 2023-06-28 | style-guide: Add an example of formatting a multi-line attribute | Josh Triplett | -0/+5 |
| 2023-06-28 | don't suggest `move` for borrows that aren't closures | Lukas Markeffsky | -13/+41 |
| 2023-06-28 | syle-guide: Clarify let-else further | Josh Triplett | -2/+24 |
| 2023-06-28 | Add release notes for 1.71.0 | Josh Stone | -0/+138 |
| 2023-06-28 | Auto merge of #2936 - Vanille-N:unique, r=RalfJung | bors | -39/+524 |
| 2023-06-28 | Auto merge of #11001 - y21:issue8628, r=Jarcho | bors | -115/+227 |
| 2023-06-29 | Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle | Takayuki Maeda | -1/+1 |
| 2023-06-29 | Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obk | Takayuki Maeda | -4/+19 |
| 2023-06-29 | Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle | Takayuki Maeda | -20/+66 |
| 2023-06-29 | Rollup merge of #113048 - psumbera:solaris-bootstrap-cfgs, r=ozkanonur | Takayuki Maeda | -4/+6 |
| 2023-06-29 | Rollup merge of #112946 - nnethercote:improve-cgu-naming-and-ordering, r=wesl... | Takayuki Maeda | -27/+72 |
| 2023-06-28 | Unique gets special treatment when -Zmiri-unique-is-unique | Neven Villani | -13/+486 |
| 2023-06-28 | Auto merge of #98867 - cjgillot:metaloop, r=oli-obk | bors | -284/+197 |
| 2023-06-28 | Auto merge of #11035 - y21:issue10729, r=Jarcho | bors | -1/+60 |
| 2023-06-28 | allow dead code in the test | y21 | -8/+4 |
| 2023-06-28 | Auto merge of #113120 - Dylan-DPC:rollup-cz4qr3o, r=Dylan-DPC | bors | -309/+230 |
| 2023-06-28 | Auto merge of #2945 - oli-obk:gha_mk_pr, r=RalfJung | bors | -1/+25 |
| 2023-06-28 | Try running a sync automatically | Oli Scherer | -1/+25 |
| 2023-06-28 | Rollup merge of #113111 - BoxyUwU:boxy_t_types_review, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-06-28 | Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri... | Dylan DPC | -7/+5 |
| 2023-06-28 | Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=... | Dylan DPC | -22/+66 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -106/+47 |
| 2023-06-28 | Rollup merge of #112236 - cjgillot:interval-kill, r=davidtwco | Dylan DPC | -51/+43 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -123/+68 |
| 2023-06-28 | rustdoc: Reduce internal function visibility. | Alona Enraght-Moony | -1/+1 |
| 2023-06-28 | remove FIXME and add test | James Dietz | -2/+12 |
| 2023-06-28 | add check for ConstKind::Value(_) | James Dietz | -2/+7 |
| 2023-06-28 | lint in nested bodies if `try` is in outer body | y21 | -5/+53 |
| 2023-06-28 | Auto merge of #11042 - y21:issue10459, r=Manishearth | bors | -5/+32 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -9/+61 |
| 2023-06-28 | move `is_in_trait_method` to utils and rename | y21 | -16/+15 |
| 2023-06-28 | Update GUI tests | Guillaume Gomez | -11/+37 |
| 2023-06-28 | Fix display of long items in search results | Guillaume Gomez | -9/+29 |