| Age | Commit message (Expand) | Author | Lines |
| 2024-08-06 | On trait bound mismatch, detect multiple crate versions in dep tree | Esteban Küber | -39/+124 |
| 2024-08-06 | Maintain highlighting in `note` and `help` even when they have a span | Esteban Küber | -2/+26 |
| 2024-08-06 | Auto merge of #128245 - Oneirical:total-linkage-ownage, r=jieyouxu | bors | -36/+63 |
| 2024-08-06 | Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwco | bors | -14/+34 |
| 2024-08-06 | On short error format, append primary span label to message | Esteban Küber | -14/+34 |
| 2024-08-06 | Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelix | bors | -30/+38 |
| 2024-08-06 | Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr | bors | -265/+295 |
| 2024-08-05 | Auto merge of #128707 - matthiaskrgr:rollup-63klywk, r=matthiaskrgr | bors | -63/+222 |
| 2024-08-05 | Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errors | Matthias Krüger | -41/+49 |
| 2024-08-05 | Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkin | Matthias Krüger | -17/+9 |
| 2024-08-05 | Rollup merge of #128688 - RalfJung:custom-mir-tail-calls, r=compiler-errors | Matthias Krüger | -0/+54 |
| 2024-08-05 | Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnr | Matthias Krüger | -2/+47 |
| 2024-08-05 | Rollup merge of #122049 - Amanieu:riscv64-musl-tier2, r=Mark-Simulacrum | Matthias Krüger | -3/+63 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -41/+49 |
| 2024-08-05 | Auto merge of #128699 - RalfJung:miri-sync, r=RalfJung | bors | -626/+981 |
| 2024-08-05 | update lockfile | Ralf Jung | -2/+3 |
| 2024-08-05 | Normalize when equating dyn tails in MIR borrowck | Michael Goulet | -17/+9 |
| 2024-08-05 | Auto merge of #3789 - RalfJung:deps, r=RalfJung | bors | -310/+300 |
| 2024-08-05 | bump dependencies | Ralf Jung | -307/+297 |
| 2024-08-05 | Auto merge of #3790 - RalfJung:ui-test-folder, r=RalfJung | bors | -1/+1 |
| 2024-08-05 | use a Miri-specific folder for ui tests | Ralf Jung | -1/+1 |
| 2024-08-05 | Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgr | bors | -61/+56 |
| 2024-08-05 | bump rustc-build-sysroot dependency | Ralf Jung | -3/+3 |
| 2024-08-05 | Rollup merge of #128686 - onur-ozkan:unnecessary-type-cast, r=Kobzol | Matthias Krüger | -2/+1 |
| 2024-08-05 | Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-08-05 | Rollup merge of #128631 - onur-ozkan:hotfix, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2024-08-05 | Rollup merge of #128559 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -22/+17 |
| 2024-08-05 | Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid | Matthias Krüger | -29/+20 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+54 |
| 2024-08-05 | fix the invalid argument type in `helpers::get_closest_merge_base_commit` | onur-ozkan | -2/+1 |
| 2024-08-05 | Don't re-elaborated already elaborated caller bounds in method probe | Michael Goulet | -22/+17 |
| 2024-08-05 | Auto merge of #124336 - compiler-errors:super-outlives, r=lcnr | bors | -15/+132 |
| 2024-08-05 | rewrite cdylib-dylib-linkage to rmake | Oneirical | -36/+63 |
| 2024-08-05 | Elaborate supertraits in dyn candidates | Michael Goulet | -6/+15 |
| 2024-08-05 | Enforce supertrait outlives obligations hold when confirming impl | Michael Goulet | -12/+120 |
| 2024-08-05 | Auto merge of #127095 - Oneirical:testiary-education, r=jieyouxu | bors | -76/+138 |
| 2024-08-05 | rustdoc-json: discard non-local inherent impls | schvv31n | -29/+20 |
| 2024-08-05 | Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichton | bors | -1/+64 |
| 2024-08-05 | Auto merge of #3786 - RalfJung:rustup, r=RalfJung | bors | -1068/+1995 |
| 2024-08-05 | fmt | Ralf Jung | -1/+4 |
| 2024-08-05 | Merge from rustc | Ralf Jung | -1067/+1991 |
| 2024-08-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-08-05 | `OperandRef` already had a `Debug` impl | Mahmoud Mazouz | -1/+1 |
| 2024-08-05 | Auto merge of #128673 - matthiaskrgr:rollup-gtvpkm7, r=matthiaskrgr | bors | -422/+489 |
| 2024-08-05 | Rollup merge of #128660 - matthiaskrgr:niceice, r=compiler-errors | Matthias Krüger | -0/+87 |
| 2024-08-05 | Rollup merge of #128630 - bvanjoi:resolve-comment, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-08-05 | Rollup merge of #128619 - glandium:last_chunk, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-08-05 | Rollup merge of #128611 - ChrisDenton:cygpath, r=jieyouxu | Matthias Krüger | -47/+5 |
| 2024-08-05 | Rollup merge of #128609 - swenson:smaller-faster-dragon, r=Amanieu | Matthias Krüger | -23/+26 |
| 2024-08-05 | Rollup merge of #128607 - ChrisDenton:visibility, r=jieyouxu | Matthias Krüger | -44/+32 |