about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-26Refactor the end of `generate_item_def_id_path`.Nicholas Nethercote-6/+6
2025-05-26Simplify `make_href`.Nicholas Nethercote-3/+4
2025-05-26Avoid `Box` in `href_relative_parts`.Nicholas Nethercote-25/+20
2025-05-26use let-chainsAda Alakbarova-8/+4
2025-05-26use if-letAda Alakbarova-1/+1
2025-05-26use ?Ada Alakbarova-4/+4
2025-05-26exhaustive match instead of returnsAda Alakbarova-18/+11
2025-05-26extend allocbytes with associated typeNia Espera-34/+81
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-25Do not canonicalize in new solver if it has nothing to canonicalizeMichael Goulet-8/+55
2025-05-25Update tidy exceptionsbjorn3-0/+2
2025-05-25Merge branch 'sync_from_rust'bjorn3-0/+0
2025-05-25Fix `manual_find` suggests wrongly when return type needs adjustment (#14892)dswij-1/+62
2025-05-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-265/+1110
2025-05-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-265/+1110
2025-05-26increase perf of charsearcher for single ascii charactersbendn-2/+32
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-25Properly implement `might_be_inside_macro_call()` using semantic information ...Chayim Refael Friedman-85/+125
2025-05-26Add compiler tests for xrayquininer-10/+77
2025-05-25Fix `unused_braces` lint suggestion when encountering attributesUrgau-16/+68
2025-05-25Make UNNECESSARY_TRANSMUTES into a HIR lintMichael Goulet-268/+374
2025-05-25Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lintMichael Goulet-165/+136
2025-05-25hir_body_const_context should take LocalDefIdMichael Goulet-2/+6
2025-05-25Improve `ambiguous_wide_pointer_comparisons` lint compare diagnosticsUrgau-88/+226
2025-05-25Auto merge of #141545 - GuillaumeGomez:rollup-myrvuqq, r=GuillaumeGomezbors-62/+197
2025-05-25Fix IDE resolution of item macrosChayim Refael Friedman-29/+74
2025-05-25Fast path fold_predicate in old canonicalizerMichael Goulet-0/+4
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-25add "Compiler environment variables" section to the unstable bookjyn-2/+10
2025-05-25use the correct path to the functionAda Alakbarova-1/+1
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