| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -0/+35 |
| 2025-01-07 | Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla... | Matthias Krüger | -0/+40 |
| 2025-01-07 | Rollup merge of #135149 - compiler-errors:mangle, r=oli-obk | Matthias Krüger | -0/+38 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -29/+10 |
| 2025-01-07 | Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, r=BoxyUwU | Matthias Krüger | -75/+52 |
| 2025-01-07 | warn about broken simd not only on structs but also enums and unions when we ... | Matthias Krüger | -8/+66 |
| 2025-01-07 | arm: add unstable soft-float target feature | Ralf Jung | -0/+1 |
| 2025-01-07 | Update tests. | Mara Bos | -125/+177 |
| 2025-01-07 | Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obk | Guillaume Gomez | -15/+15 |
| 2025-01-07 | Rollup merge of #135174 - xingxue-ibm:reproducible-build-aix, r=jieyouxu | Guillaume Gomez | -3/+44 |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -23/+3 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -4/+28 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -2/+2 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -0/+58 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -0/+92 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -8/+29 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -0/+91 |
| 2025-01-06 | Transmute from NonNull to pointer when elaborating a box deref (MCP807) | Scott McMurray | -15/+15 |
| 2025-01-07 | Make sure to use Receiver trait when extracting object method candidate | Michael Goulet | -0/+33 |
| 2025-01-06 | only avoid blaming assignments from argument patterns | dianne | -34/+27 |
| 2025-01-06 | point out unblamed constraints from `Copy`/`Sized` bounds in region errors | dianne | -1/+7 |
| 2025-01-06 | make outlives constraints from pointer comparisons less boring | dianne | -15/+15 |
| 2025-01-06 | make outlives constraints from generic arguments less boring | dianne | -1/+1 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -98/+121 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -57/+63 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming constraints from MIR generated by desu... | dianne | -32/+28 |
| 2025-01-06 | `best_blame_constraint`: add a special case to recover object lifetime defaul... | dianne | -37/+30 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -465/+581 |
| 2025-01-06 | rustdoc: Fix mismatched capitalization in sidebar | Noah Lev | -2/+2 |
| 2025-01-06 | Replace the random substring of a linker argument with a placeholder and null... | Xing Xue | -3/+44 |
| 2025-01-06 | Rollup merge of #135153 - crystalstall:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -0/+63 |
| 2025-01-06 | Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnr | Matthias Krüger | -2/+22 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -0/+2 |
| 2025-01-06 | rustdoc: use stable paths as preferred canonical paths | Michael Howell | -0/+40 |
| 2025-01-06 | Suggest to replace tuple constructor through projection | Michael Goulet | -0/+58 |
| 2025-01-06 | Recurse on GAT where clauses in fulfillment error proof tree visitor | Michael Goulet | -18/+14 |
| 2025-01-06 | Normalize each signature input/output in typeck_with_fallback with its own span | Michael Goulet | -75/+52 |
| 2025-01-06 | Don't ice on bad transmute in typeck in new solver | Michael Goulet | -0/+92 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -8/+33 |
| 2025-01-06 | add test from #125718 | Martin Zacho | -0/+18 |
| 2025-01-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -0/+6 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -4/+28 |
| 2025-01-06 | Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r=the8472 | bors | -36/+38 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+91 |
| 2025-01-06 | improve diagnostics for const eval query overflow | Martin Zacho | -4/+14 |
| 2025-01-06 | Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgr | bors | -9/+13 |
| 2025-01-06 | depth limit eval_to_const_value_raw | Martin Zacho | -1/+1 |
| 2025-01-06 | chore: remove redundant words in comment | crystalstall | -1/+1 |
| 2025-01-06 | Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukang | Matthias Krüger | -9/+13 |