| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | Fix duplicated footnote IDs | Guillaume Gomez | -32/+51 |
| 2024-11-12 | Auto merge of #132843 - RalfJung:mono-time-checks, r=lcnr | bors | -106/+135 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -842/+914 |
| 2024-11-12 | Rollup merge of #132941 - lnicola:sync-from-ra2, r=lnicola | Matthias Krüger | -249/+294 |
| 2024-11-12 | Rollup merge of #132935 - compiler-errors:arg-math, r=nnethercote | Matthias Krüger | -13/+42 |
| 2024-11-12 | Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi... | Matthias Krüger | -569/+434 |
| 2024-11-12 | Rollup merge of #132914 - rcorre:cell-grammar, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-11-12 | Rollup merge of #132895 - scottmcm:generalize-nonnull-from-raw-parts, r=ibrah... | Matthias Krüger | -1/+1 |
| 2024-11-12 | Rollup merge of #132771 - ismailarilik:test/configure/cover-parse-args-in-src... | Matthias Krüger | -0/+47 |
| 2024-11-12 | Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwco | Matthias Krüger | -8/+57 |
| 2024-11-12 | Rollup merge of #132651 - PonasKovas:master, r=fmease | Matthias Krüger | -0/+37 |
| 2024-11-12 | Auto merge of #132940 - matthiaskrgr:rollup-f0czmkq, r=matthiaskrgr | bors | -86/+770 |
| 2024-11-12 | Rollup merge of #132933 - compiler-errors:never-lint-arg-bug, r=WaffleLapkin | Matthias Krüger | -10/+122 |
| 2024-11-12 | Rollup merge of #132929 - cuviper:check-alloc_zeroed, r=tgross35 | Matthias Krüger | -1/+4 |
| 2024-11-12 | Rollup merge of #132869 - lolbinarycat:library-fix-too_long_first_doc_paragra... | Matthias Krüger | -5/+15 |
| 2024-11-12 | Rollup merge of #132847 - RalfJung:addr-dont-expose, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-11-12 | Rollup merge of #132793 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -4/+21 |
| 2024-11-12 | Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errors | Matthias Krüger | -36/+466 |
| 2024-11-12 | Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errors | Matthias Krüger | -5/+1 |
| 2024-11-12 | Rollup merge of #132487 - dianne:include-trait-args-in-suggestion, r=fmease | Matthias Krüger | -21/+137 |
| 2024-11-12 | test(configure): cover `parse_args` in `src/bootstrap/configure.py` | ismailarilik | -0/+47 |
| 2024-11-12 | Make sure that we suggest turbofishing the right type arg | Michael Goulet | -10/+122 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -569/+434 |
| 2024-11-12 | Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgr | bors | -243/+670 |
| 2024-11-12 | Make sure to ignore elided lifetimes when pointing at args for fulfillment er... | Michael Goulet | -13/+42 |
| 2024-11-11 | Check for null in the `alloc_zeroed` example | Josh Stone | -1/+4 |
| 2024-11-11 | Rollup merge of #132916 - fmease:unvac-me, r=fmease | Matthias Krüger | -1/+0 |
| 2024-11-11 | Rollup merge of #132912 - fmease:simplify-gen-param-default-users, r=compiler... | Matthias Krüger | -115/+39 |
| 2024-11-11 | Rollup merge of #132881 - aDotInTheVoid:docs-for-docs, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -72/+22 |
| 2024-11-11 | Rollup merge of #132297 - compiler-errors:check-expr-tweaks, r=lcnr | Matthias Krüger | -53/+63 |
| 2024-11-11 | Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiser | Matthias Krüger | -2/+93 |
| 2024-11-11 | Rollup merge of #120077 - SUPERCILEX:set-entry, r=Amanieu | Matthias Krüger | -0/+449 |
| 2024-11-11 | Provide placeholder generic arguments for traits in "no method found for type... | dianne | -21/+137 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -115/+39 |
| 2024-11-11 | Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgr | bors | -57/+674 |
| 2024-11-11 | remove attributes from generics in built-in derive macros | PonasKovas | -0/+37 |
| 2024-11-11 | Unvacation fmease | León Orell Valerian Liehr | -1/+0 |
| 2024-11-11 | Update grammar in std::cell docs. | Ryan Roden-Corrent | -2/+2 |
| 2024-11-11 | Merge pull request #18503 from SomeoneToIgnore/kb/better-resolve-indexing | Laurențiu Nicola | -16/+34 |
| 2024-11-11 | Auto merge of #132720 - jieyouxu:do-not-strip, r=davidtwco | bors | -3/+7 |
| 2024-11-11 | Update the file hash | Kirill Bulatov | -1/+1 |
| 2024-11-11 | Use completion item indices instead of property matching when searching for t... | Kirill Bulatov | -15/+33 |
| 2024-11-11 | Rollup merge of #132891 - Zalathar:short-opt-groups, r=jieyouxu | Matthias Krüger | -50/+60 |
| 2024-11-11 | Rollup merge of #132873 - onur-ozkan:132867, r=jieyouxu | Matthias Krüger | -1/+18 |
| 2024-11-11 | Rollup merge of #130999 - cberner:flock_pr, r=joboet | Matthias Krüger | -0/+575 |
| 2024-11-11 | Rollup merge of #129627 - dingxiangfei2009:ensure-tail-expr-in-let-block-work... | Matthias Krüger | -6/+21 |
| 2024-11-11 | Feature gate yield expressions not in 2024 | Eric Huss | -8/+57 |
| 2024-11-11 | ensure that tail expr receive lifetime extension | Ding Xiang Fei | -6/+21 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -851/+1980 |