| Age | Commit message (Expand) | Author | Lines |
| 2022-01-11 | rustc_pass_by_value: handle generic and const type parameters | Mahdi Dibaiee | -16/+74 |
| 2022-01-11 | rustc_pass_by_value: allow types with no parameters on self | Mahdi Dibaiee | -15/+20 |
| 2022-01-10 | rustc_pass_by_value remove dependency on rustc_diagnostic_item | Mahdi Dibaiee | -18/+10 |
| 2022-01-10 | rustc_pass_by_value lint: add test on custom types | Mahdi Dibaiee | -22/+82 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -56/+165 |
| 2022-01-08 | Auto merge of #92639 - pietroalbini:bump-version, r=pietroalbini | bors | -1/+1 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-08 | Auto merge of #92664 - ehuss:rollup-t9yrvk5, r=ehuss | bors | -95/+142 |
| 2022-01-07 | Rollup merge of #92650 - pierwill:patch-2, r=michaelwoerister | Eric Huss | -2/+2 |
| 2022-01-07 | Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht... | Eric Huss | -3/+1 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-07 | Rollup merge of #92600 - asquared31415:float-must-use, r=joshtriplett | Eric Huss | -0/+10 |
| 2022-01-07 | Rollup merge of #92568 - Mark-Simulacrum:non-exhaustive-variant-count, r=the8472 | Eric Huss | -0/+4 |
| 2022-01-07 | Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich... | Eric Huss | -64/+65 |
| 2022-01-07 | Rollup merge of #92336 - dtolnay:printstateself, r=michaelwoerister | Eric Huss | -24/+24 |
| 2022-01-07 | Rollup merge of #84640 - ids1024:u8_from_char, r=m-ou-se | Eric Huss | -0/+30 |
| 2022-01-07 | Implement `TryFrom<char>` for `u8` | Ian Douglas Scott | -0/+30 |
| 2022-01-07 | Consolidate checking for msvc when generating debuginfo | Wesley Wiser | -64/+65 |
| 2022-01-07 | Fix typo in `StableCrateId` docs | pierwill | -2/+2 |
| 2022-01-07 | bump version to 1.60.0 | Pietro Albini | -1/+1 |
| 2022-01-07 | Stabilize `#[feature(available_parallelism)]` | Yoshua Wuyts | -3/+1 |
| 2022-01-06 | Auto merge of #92627 - matthiaskrgr:rollup-xmz0rib, r=matthiaskrgr | bors | -141/+215 |
| 2022-01-06 | Rollup merge of #92620 - steffahn:remove_unused_ExtendDefault_struct, r=Mark-... | Matthias Krüger | -10/+0 |
| 2022-01-06 | Rollup merge of #92607 - petrochenkov:doctrscope2, r=cjgillot | Matthias Krüger | -99/+97 |
| 2022-01-06 | Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-06 | Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikic | Matthias Krüger | -5/+3 |
| 2022-01-06 | Rollup merge of #92504 - dtolnay:wall, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -4/+13 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -8/+89 |
| 2022-01-06 | Rollup merge of #91055 - lcnr:type_of-closures, r=nikomatsakis | Matthias Krüger | -13/+9 |
| 2022-01-06 | Exit nonzero on rustc -Wall | David Tolnay | -1/+1 |
| 2022-01-06 | remove unused ExtendDefault struct | Frank Steffahn | -10/+0 |
| 2022-01-06 | Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr | bors | -155/+353 |
| 2022-01-06 | Create CSS class instead of using inline style for search results | Guillaume Gomez | -2/+6 |
| 2022-01-06 | Auto merge of #89819 - davidtwco:issue-81024-multiple-crates-multiple-dwarves... | bors | -162/+443 |
| 2022-01-06 | Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=... | Matthias Krüger | -30/+119 |
| 2022-01-06 | Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jsha | Matthias Krüger | -13/+19 |
| 2022-01-06 | Rollup merge of #92389 - chordtoll:test-92015, r=Mark-Simulacrum | Matthias Krüger | -0/+18 |
| 2022-01-06 | Rollup merge of #92360 - jackh726:param-heuristics-1, r=davidtwco | Matthias Krüger | -108/+137 |
| 2022-01-06 | Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomez | Matthias Krüger | -1/+46 |
| 2022-01-06 | Rollup merge of #92288 - yescallop:patch-1, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-01-06 | Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomez | Matthias Krüger | -1/+12 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -12/+1 |
| 2022-01-06 | cg: use thorin instead of llvm-dwp | David Wood | -90/+259 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -61/+184 |
| 2022-01-06 | rustc_metadata: Split `fn get_implementations_for_trait` into two functions | Vadim Petrochenkov | -29/+24 |
| 2022-01-06 | rustc_metadata: Make `opt_item_ident` in decoder faster and stricter | Vadim Petrochenkov | -36/+25 |
| 2022-01-06 | add some missing must use to float ops | asquared31415 | -0/+10 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -22/+24 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -12/+24 |