about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-26Support opaque_types_defined_by for SyntheticCoroutineBodyMichael Goulet-3/+18
2025-05-26Auto merge of #141567 - jhpratt:rollup-uuhcmci, r=jhprattbors-520/+608
2025-05-26Rollup merge of #141559 - RalfJung:less-rustc_allow_const_fn_unstable, r=comp...Jacob Pratt-247/+41
2025-05-26Rollup merge of #141502 - marcoieni:x86_64-gnu-tools-codebuild, r=KobzolJacob Pratt-1/+1
2025-05-26Rollup merge of #141472 - fluiderson:dev, r=workingjubileeJacob Pratt-2/+2
2025-05-26Rollup merge of #140952 - SimonSapin:ascii_whitespace_definition, r=dtolnayJacob Pratt-1/+3
2025-05-26Rollup merge of #140936 - teor2345:wtf-surrogate-docs, r=workingjubileeJacob Pratt-6/+6
2025-05-26Rollup merge of #140863 - GuillaumeGomez:cleanup-tyalias-render, r=lolbinarycatJacob Pratt-214/+376
2025-05-26Rollup merge of #140539 - nnethercote:simplify-attribute_groups, r=jdonszelmannJacob Pratt-48/+47
2025-05-26Rollup merge of #134696 - ChrisDenton:normalize-lexically, r=workingjubileeJacob Pratt-1/+132
2025-05-26Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubileebors-42/+108
2025-05-25Auto merge of #141557 - bjorn3:sync_cg_clif-2025-05-25, r=bjorn3bors-265/+1112
2025-05-25const-check: stop recommending the use of rustc_allow_const_fn_unstableRalf Jung-247/+41
2025-05-25Update tidy exceptionsbjorn3-0/+2
2025-05-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-265/+1110
2025-05-25Rustup to rustc 1.89.0-nightly (5e16c6620 2025-05-24)bjorn3-1/+1
2025-05-25Sync from rust 5e16c662062fd6dee91f0fe2a1580483488d80cfbjorn3-1/+1
2025-05-25Auto merge of #141545 - GuillaumeGomez:rollup-myrvuqq, r=GuillaumeGomezbors-62/+197
2025-05-25Update to new APIGuillaume Gomez-2/+3
2025-05-25Rollup merge of #141541 - compiler-errors:nits, r=lcnrGuillaume Gomez-5/+6
2025-05-25Rollup merge of #141530 - ranger-ross:unstable-feature-doc-comments, r=UrgauGuillaume Gomez-6/+38
2025-05-25Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errorsGuillaume Gomez-47/+63
2025-05-25Rollup merge of #141508 - xtexx:gh-104200, r=onur-ozkanGuillaume Gomez-1/+18
2025-05-25Rollup merge of #141443 - RalfJung:c-variadic-teach-help, r=workingjubileeGuillaume Gomez-1/+1
2025-05-25Rollup merge of #141413 - est31:cfg_version_env_var, r=jieyouxuGuillaume Gomez-2/+71
2025-05-25Improve codeGuillaume Gomez-49/+50
2025-05-25Add regression test for #140739Guillaume Gomez-0/+42
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-80/+173
2025-05-25Rename the `document_*` argument/field into `is_type_alias`Guillaume Gomez-12/+12
2025-05-25Split `Item::attributes` method into threeGuillaume Gomez-70/+81
2025-05-25Unify rendering of type aliases without ADT itemsGuillaume Gomez-137/+151
2025-05-25Rename `clean::Enum::variants` method into `non_stripped_variants`Guillaume Gomez-3/+3
2025-05-25Auto merge of #141086 - a1phyr:spec_advance_by, r=jhprattbors-5/+31
2025-05-25feat(unstable-book): Added unstable feature doc comments as feature descriptionsRoss Sullivan-6/+38
2025-05-25Comment for not using select_in_new_trait_solverMichael Goulet-0/+1
2025-05-25Don't use relation just to equate regions in responseMichael Goulet-5/+5
2025-05-25Implement normalize lexicallyChris Denton-1/+132
2025-05-25Auto merge of #141529 - jhpratt:rollup-8dle839, r=jhprattbors-232/+229
2025-05-25fix help messageRalf Jung-1/+1
2025-05-25Rollup merge of #141361 - folkertdev:varargs-cfg, r=workingjubileeJacob Pratt-175/+136
2025-05-25Rollup merge of #141108 - PaulDance:fix-extract_if-docs, r=Mark-SimulacrumJacob Pratt-27/+29
2025-05-25Rollup merge of #140950 - clubby789:nonzero-ord-test, r=Mark-SimulacrumJacob Pratt-10/+52
2025-05-25Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomezJacob Pratt-20/+12
2025-05-25bootstrap: clippy: set TESTNAME based on given pathsxtex-1/+18
2025-05-24Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRINGest31-2/+71
2025-05-25improve the `std::fs::create_dir_all` docs related to atomicityFluid-2/+2
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-47/+63
2025-05-24Auto merge of #141518 - GuillaumeGomez:rollup-ivjep2j, r=GuillaumeGomezbors-112/+155
2025-05-24Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errorsGuillaume Gomez-34/+31
2025-05-24Rollup merge of #141505 - RalfJung:catch_unwind, r=NoratriebGuillaume Gomez-28/+28