| Age | Commit message (Expand) | Author | Lines |
| 2024-12-05 | Avoid fetching the anon const hir node that is already available | Oli Scherer | -16/+10 |
| 2024-12-05 | Merge pull request #18616 from Veykril/push-pkumxswtxspo | Lukas Wirth | -3/+3 |
| 2024-12-05 | Disable `<` typing handler again | Lukas Wirth | -3/+3 |
| 2024-12-05 | skip `setup::Hook` on non-git sources | onur-ozkan | -4/+6 |
| 2024-12-05 | Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmease | bors | -1105/+2289 |
| 2024-12-05 | make SC fences stronger, to be correct wrt C++20 | Ralf Jung | -147/+120 |
| 2024-12-05 | move GlobalState definition further up so the types are mor concentrated at t... | Ralf Jung | -98/+98 |
| 2024-12-05 | extend some comments regarding weak memory emulation | Ralf Jung | -6/+17 |
| 2024-12-05 | Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxu | León Orell Valerian Liehr | -210/+206 |
| 2024-12-05 | Rollup merge of #133890 - kei519:fix-125814, r=compiler-errors | León Orell Valerian Liehr | -0/+19 |
| 2024-12-05 | Rollup merge of #133874 - compiler-errors:fn-sig-binder, r=oli-obk | León Orell Valerian Liehr | -82/+52 |
| 2024-12-05 | Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obk | León Orell Valerian Liehr | -52/+2 |
| 2024-12-05 | Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqd | León Orell Valerian Liehr | -74/+53 |
| 2024-12-05 | Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxu | León Orell Valerian Liehr | -1/+89 |
| 2024-12-05 | Rollup merge of #133761 - rustbot:docs-update, r=ehuss | León Orell Valerian Liehr | -0/+0 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -511/+1117 |
| 2024-12-05 | Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmease | León Orell Valerian Liehr | -1/+127 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -174/+624 |
| 2024-12-05 | Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu" | Jieyou Xu | -210/+206 |
| 2024-12-05 | Move some `BitSet` code blocks to a better place. | Nicholas Nethercote | -105/+105 |
| 2024-12-05 | Auto merge of #133828 - compiler-errors:incr-sad, r=lcnr | bors | -10/+47 |
| 2024-12-05 | Add a new test ui/incoherent-inherent-impls/no-other-unrelated-errors to chec... | kei519 | -0/+19 |
| 2024-12-05 | Update comments on Windows job objects | Chris Denton | -4/+7 |
| 2024-12-05 | Nested job objects are now supported in CI | Chris Denton | -9/+1 |
| 2024-12-05 | Never close a job after the process is assigned | Chris Denton | -13/+9 |
| 2024-12-04 | Improve comments for the default backtrace printer | jyn | -14/+12 |
| 2024-12-05 | Mark all Linux/Android/BSD/Fuchsia as supporting "std" in target-spec metadata | Taiki Endo | -18/+18 |
| 2024-12-05 | Resolve more | Michael Goulet | -49/+49 |
| 2024-12-05 | Expand home_dir docs | Chris Denton | -0/+7 |
| 2024-12-04 | Update edition-guide and reference | Eric Huss | -0/+0 |
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -944/+1541 |
| 2024-12-04 | Exclude additional subtrees in `ruff` config | Jakub Beránek | -0/+6 |
| 2024-12-04 | fn_sig_for_fn_abi should return a ty::FnSig, no need for a binder | Michael Goulet | -82/+52 |
| 2024-12-04 | review comments: reword messages and simplify logic | Esteban Küber | -68/+48 |
| 2024-12-04 | No need to create placeholders for GAT args in confirm_object_candidate | Michael Goulet | -52/+2 |
| 2024-12-04 | fix test | Esteban Küber | -7/+1 |
| 2024-12-04 | Add more context to fall-through "const pattern of non-structural type" error | Esteban Küber | -46/+169 |
| 2024-12-04 | Add context to fall-through "const pattern of non-structural type" error | Esteban Küber | -7/+22 |
| 2024-12-04 | Add additional context for non-sructural type constant used in pattern | Esteban Küber | -175/+343 |
| 2024-12-04 | Reword message for non-structural type constant in pattern | Esteban Küber | -11/+9 |
| 2024-12-04 | Specify type kind of constant that can't be used in patterns | Esteban Küber | -20/+28 |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -24/+57 |
| 2024-12-04 | Point at generic param through which a const is used in a pattern | Esteban Küber | -21/+59 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -54/+109 |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -165/+37 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -43/+365 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -1/+127 |
| 2024-12-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -18/+18 |
| 2024-12-04 | Do not emit empty suggestion | Esteban Küber | -1/+89 |
| 2024-12-04 | Auto merge of #133865 - matthiaskrgr:rollup-9v2f3w4, r=matthiaskrgr | bors | -2161/+1897 |