| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -45/+382 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -237/+189 |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -0/+26 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -0/+4 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -0/+45 |
| 2023-08-08 | add'l test | Michael Goulet | -0/+15 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -0/+19 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -0/+11 |
| 2023-08-08 | Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obk | bors | -0/+21 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -48/+47 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -0/+79 |
| 2023-08-08 | Rollup merge of #114413 - CohenArthur:warn-macro-export-decl-macros, r=cjgillot | Matthias Krüger | -0/+25 |
| 2023-08-07 | check_attrs: Warn when #[macro_export] is used on macros 2.0 | Arthur Cohen | -0/+25 |
| 2023-08-07 | Resolve target type of coercion | Michael Goulet | -48/+47 |
| 2023-08-07 | Fix stack-protector.rs on LLVM 17 | Nikita Popov | -0/+2 |
| 2023-08-07 | Fix ICE | Deadbeef | -33/+4 |
| 2023-08-07 | Auto merge of #114585 - matthiaskrgr:rollup-h26pvus, r=matthiaskrgr | bors | -194/+58 |
| 2023-08-07 | Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk | Matthias Krüger | -188/+32 |
| 2023-08-07 | Rollup merge of #114196 - compiler-errors:bubble-pls, r=lcnr | Matthias Krüger | -0/+20 |
| 2023-08-07 | Rollup merge of #113568 - ferrocene:pa-spurious-weak-lang-item-2, r=b-naber | Matthias Krüger | -6/+6 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -0/+79 |
| 2023-08-07 | change test to use `if black_box(false)` | Pietro Albini | -14/+6 |
| 2023-08-07 | Auto merge of #113902 - Enselic:lint-recursive-drop, r=oli-obk | bors | -0/+55 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -188/+32 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -2/+158 |
| 2023-08-07 | Rollup merge of #114230 - workingjubilee:codegen-tests-that-nest, r=Mark-Simu... | Matthias Krüger | -178/+0 |
| 2023-08-07 | Rollup merge of #114229 - workingjubilee:nest-sanitizer-dir, r=Mark-Simulacrum | Matthias Krüger | -54/+54 |
| 2023-08-07 | Rollup merge of #114093 - Enselic:stdin-unknown-mod, r=Mark-Simulacrum | Matthias Krüger | -0/+26 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -2/+158 |
| 2023-08-07 | Rollup merge of #114558 - Enselic:lifetime-diagnostic-fixed, r=cjgillot | Matthias Krüger | -3/+1 |
| 2023-08-07 | Rollup merge of #114543 - RalfJung:test-96944, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2023-08-06 | Auto merge of #114553 - matthiaskrgr:rollup-5yddunv, r=matthiaskrgr | bors | -3/+3 |
| 2023-08-06 | add testcase that hits valtree_into_mplace with a custom DST | Ralf Jung | -0/+21 |
| 2023-08-06 | Remove FIXME about NLL diagnostic that is already improved | Martin Nordholts | -3/+1 |
| 2023-08-06 | Rollup merge of #114537 - GuillaumeGomez:migrate-gui-test-color-29, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-08-06 | bless tests | Deadbeef | -240/+221 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -1/+1 |
| 2023-08-06 | add test for issue #111353 | Ralf Jung | -0/+7 |
| 2023-08-06 | add test for issue #96944 | Ralf Jung | -0/+26 |
| 2023-08-06 | don't replace opaque types under binders with infer vars | Ali MJ Al-Nasrawy | -30/+26 |
| 2023-08-06 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -3/+3 |
| 2023-08-06 | Rollup merge of #114509 - GuillaumeGomez:migrate-gui-test-color-28, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-08-06 | Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,... | Matthias Krüger | -0/+10 |
| 2023-08-06 | Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil... | Matthias Krüger | -5/+0 |
| 2023-08-06 | Auto merge of #114476 - Urgau:missing-dep-file-112898, r=oli-obk | bors | -0/+10 |
| 2023-08-05 | Avoid invalid NaN lint machine-applicable suggestion in const context | Urgau | -5/+0 |
| 2023-08-05 | Auto merge of #114143 - Enselic:rename-issue-100605, r=eholk | bors | -13/+15 |
| 2023-08-05 | Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs | Martin Nordholts | -13/+15 |
| 2023-08-05 | Auto merge of #114514 - matthiaskrgr:rollup-1rv4f3h, r=matthiaskrgr | bors | -0/+15 |
| 2023-08-05 | Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naber | Matthias Krüger | -0/+15 |