about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-69/+131
2025-06-16middle: print `{Meta,Pointee}Sized` in opaquesDavid Wood-5/+150
2025-06-16trait_sel: print `{Meta,Pointee}Sized` impl headersDavid Wood-16/+252
2025-06-16trait_sel: sort `{Meta,Pointee}Sized` diagnostics lastDavid Wood-10/+17
2025-06-16trait_sel: `MetaSized` bounds in dispatchable checkDavid Wood-8/+15
2025-06-16trait_sel: stash `{Meta,Pointee}Sized` errorsDavid Wood-1/+4
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-40/+40
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-207/+798
2025-06-16lint: don't consider sizedness in upcastable lintDavid Wood-2/+2
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-219/+310
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-172/+616
2025-06-16Auto merge of #142447 - dianqk:llvm-20.1.7, r=nikicbors-0/+0
2025-06-16Merge pull request #2472 from cbloodsworth/fix/tytable_parensBoxy-2/+2
2025-06-16rustdoc: add ways of collapsing all impl blocksbinarycat-6/+22
2025-06-16docs: add link to span_lint in diagnostics.rs. (#15065)Timo-3/+3
2025-06-16docs: add link to span_lint in diagnostics.rs.Chris Bloodsworth-3/+3
2025-06-16add and use generic get_const_int functionManuel Drehwald-7/+4
2025-06-16indicate ppc64 elf abi in e_flagsostylk-1/+19
2025-06-16Remove hanging parenthesis from example signature.Chris Bloodsworth-2/+2
2025-06-16explicitly set llvm_abiname option on existing ppc64 targetsostylk-1/+9
2025-06-16Revert overeager warning for misuse of `--print native-static-libs`Jubilee Young-38/+0
2025-06-16Apply suggestions from code reviewCelina G. Val-230/+1
2025-06-16Fix some unused fields in AST visitorMichael Goulet-2/+2
2025-06-16Auto merge of #142589 - Kobzol:rollup-j90fk2j, r=Kobzolbors-238/+912
2025-06-16Handle same-crate macro for borrowck semicolon suggestionUrgau-120/+65
2025-06-16Rollup merge of #142573 - lcnr:search_graph-3, r=lqdJakub Beránek-17/+6
2025-06-16Rollup merge of #142565 - bjorn3:wasm32_unknown_naked_asm_test, r=RalfJungJakub Beránek-3/+6
2025-06-16Rollup merge of #142562 - tgross35:update-backtrace, r=workingjubileeJakub Beránek-0/+0
2025-06-16Rollup merge of #142554 - nnethercote:fix-PathSource-lifetimes, r=petrochenkovJakub Beránek-33/+33
2025-06-16Rollup merge of #142498 - GrigorenkoPV:as-ptr-refactor, r=jdonszelmannJakub Beránek-13/+41
2025-06-16Rollup merge of #142414 - folkertdev:ignore-nostd-tests, r=jieyouxuJakub Beránek-21/+184
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-17/+105
2025-06-16Rollup merge of #139340 - beetrees:riscv-float-struct-abi, r=workingjubileeJakub Beránek-134/+537
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-12/+28
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-131/+155
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-36/+42
2025-06-16Make sure to propagate result from visit_expr_fieldsMichael Goulet-2/+21
2025-06-16Fold unnecessary visit_struct_field_def in AstValidatorMichael Goulet-18/+2
2025-06-16Merge pull request #2471 from Darksonn/patch-1nora-1/+1
2025-06-16make more CodegenCx function genericManuel Drehwald-2/+2
2025-06-16Merge pull request #20015 from Veykril/push-wsxzsuurqwwrLukas Wirth-8/+92
2025-06-16feat: Insert required parentheses when typing `+` in trait typeLukas Wirth-8/+92
2025-06-16Update booksrustbot-0/+0
2025-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-63/+519
2025-06-16Merge pull request #20014 from Veykril/push-lsqvxunvnrqwLukas Wirth-26/+57
2025-06-16Add comment to prevent having code other than `initSearch` at the end of `sea...Guillaume Gomez-0/+4
2025-06-16feat: Show what cargo metadata is doing in statusLukas Wirth-26/+57
2025-06-16Merge pull request #713 from GuillaumeGomez/fix-warningsantoyo-180/+204
2025-06-16Make the `tempfile` version in `Cargo.toml` matches the one in `Cargo.lock`Guillaume Gomez-1/+1
2025-06-16Rename BorrowFlag type to BorrowCounterNeal-12/+12