| Age | Commit message (Expand) | Author | Lines |
| 2024-02-28 | simplify common prim computation | Erik Desjardins | -16/+9 |
| 2024-02-27 | allow using scalarpair with a common prim of ptr/ptr-sized-int | Erik Desjardins | -6/+35 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -14/+13 |
| 2024-02-27 | Rollup merge of #121651 - ShE3py:issue-121647, r=estebank | Matthias Krüger | -4/+2 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -10/+11 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -170/+98 |
| 2024-02-26 | Properly emit `expected ;` on `#[attr] expr` | Lieselotte | -4/+2 |
| 2024-02-26 | Auto merge of #121636 - matthiaskrgr:rollup-1tt2o5n, r=matthiaskrgr | bors | -44/+83 |
| 2024-02-26 | Rollup merge of #121629 - RalfJung:field-shuffle-seed, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-26 | Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obk | Matthias Krüger | -14/+26 |
| 2024-02-26 | Rollup merge of #121617 - compiler-errors:async-closure-kind-check, r=oli-obk | Matthias Krüger | -2/+3 |
| 2024-02-26 | Rollup merge of #121493 - surechen:edit_attribute_only_local, r=lcnr | Matthias Krüger | -18/+44 |
| 2024-02-26 | Rollup merge of #121389 - klensy:llvm-warn-fix, r=nikic | Matthias Krüger | -8/+8 |
| 2024-02-26 | Auto merge of #120586 - ShE3py:exprkind-err, r=fmease | bors | -712/+778 |
| 2024-02-26 | Auto merge of #119106 - lcnr:decrement-universes, r=BoxyUwU | bors | -298/+466 |
| 2024-02-26 | consider placeholders in `fn term_is_fully_unconstrained` | lcnr | -37/+49 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -10/+11 |
| 2024-02-26 | use fulfillment in `Coerce::unify' | lcnr | -11/+15 |
| 2024-02-26 | Do not const pop unions | Gurinder Singh | -14/+26 |
| 2024-02-26 | fix some references to no-longer-existing ReprOptions.layout_seed | Ralf Jung | -2/+2 |
| 2024-02-26 | Rollup merge of #121620 - nnethercote:fix-even-more-121208-fallout, r=lcnr | Guillaume Gomez | -2/+3 |
| 2024-02-26 | Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type... | Guillaume Gomez | -10/+63 |
| 2024-02-26 | always emit `AliasRelate` goals when relating aliases | lcnr | -275/+420 |
| 2024-02-26 | add additional logging | lcnr | -1/+8 |
| 2024-02-26 | separate messages for individual categories | HTGAzureX1212. | -10/+63 |
| 2024-02-26 | Actually use the right closure kind when checking async Fn goals | Michael Goulet | -2/+3 |
| 2024-02-26 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -2/+3 |
| 2024-02-25 | Remove `ast::` & `base::` prefixes from some builtin macros | Lieselotte | -118/+116 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -599/+657 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -22/+32 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -9/+317 |
| 2024-02-25 | Auto merge of #121591 - matthiaskrgr:rollup-8wfhh3v, r=matthiaskrgr | bors | -311/+405 |
| 2024-02-25 | Rollup merge of #121586 - gurry:121532-ice-unwrap-on-none, r=cjgillot | Matthias Krüger | -5/+9 |
| 2024-02-25 | Rollup merge of #121409 - compiler-errors:atb-cycle, r=cjgillot | Matthias Krüger | -8/+22 |
| 2024-02-25 | Rollup merge of #121324 - Nadrieril:unspecialize, r=cjgillot | Matthias Krüger | -15/+21 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -205/+330 |
| 2024-02-25 | Rollup merge of #120805 - RalfJung:const-pat-partial-eq, r=oli-obk | Matthias Krüger | -67/+19 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -11/+4 |
| 2024-02-25 | Cranelift: Don't use raw-dylib in std | Chris Denton | -0/+47 |
| 2024-02-25 | Don't use `unwrap()` in `ArrayIntoIter` lint when typeck fails | Gurinder Singh | -5/+9 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -67/+19 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -5/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -167/+98 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -0/+9 |
| 2024-02-25 | Auto merge of #120650 - clubby789:switchint-const, r=saethlin | bors | -5/+13 |
| 2024-02-24 | Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgr | bors | -163/+253 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2024-02-24 | Rollup merge of #121515 - RalfJung:fallible-promotion, r=oli-obk | Matthias Krüger | -3/+26 |
| 2024-02-24 | Rollup merge of #121374 - Nadrieril:factor-explain, r=matthewjasper | Matthias Krüger | -151/+218 |
| 2024-02-24 | Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr | bors | -58/+78 |