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