about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2025-06-16Two changes: Have BorrowError & BorrowMutError derive Debug and addNeal-24/+18
2025-06-16Add lint for broken doc links (#13696)Jason Newcomb-7/+229
2025-06-16Port `#[rustc_as_ptr]` to the new attribute systemPavel Grigorenko-13/+41
2025-06-16Dont suggest converting `///` to regular comment when it appears after missin...xizheyin-17/+105
2025-06-16Use stage 1 for building docsAlice Ryhl-1/+1
2025-06-16Update tempfile dependencyGuillaume Gomez-7/+43
2025-06-16Fix clippy lintsGuillaume Gomez-156/+142
2025-06-16aux: add `{Meta,Pointee}Sized` to minicoreDavid Wood-2/+15
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-220/+907
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-1/+253
2025-06-16Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzolbors-203/+693
2025-06-16Reason about borrowed classes in CopyProp.Camille GILLOT-31/+33
2025-06-16Run clippy correctly, run it on `build_system` as well and run it earlierGuillaume Gomez-9/+12
2025-06-16Add test.Camille GILLOT-0/+76
2025-06-16Fix warnings when not using the `master` featureGuillaume Gomez-3/+4
2025-06-16Format goto_type_definitionLaurențiu Nicola-4/+2
2025-06-16Add comment.Camille GILLOT-0/+3
2025-06-16Rollup merge of #142566 - Kobzol:ci-nopt-fix, r=jieyouxuJakub Beránek-10/+2
2025-06-16Rollup merge of #142561 - nnethercote:fix-njn-comment, r=chenyukangJakub Beránek-1/+2
2025-06-16Rollup merge of #142530 - fee1-dead-contrib:push-klusvwusyqvq, r=compiler-errorsJakub Beránek-20/+12
2025-06-16Rollup merge of #142528 - fee1-dead-contrib:push-rlxklunqkwmv, r=RalfJungJakub Beránek-2/+2
2025-06-16Rollup merge of #142450 - xizheyin:rustc-query-doc, r=SparrowLiiJakub Beránek-4/+60
2025-06-16Rollup merge of #142431 - Kobzol:bootstrap-snapshot-tests, r=jieyouxuJakub Beránek-20/+158
2025-06-16Rollup merge of #142416 - Kobzol:bootstrap-cleanup-2, r=jieyouxuJakub Beránek-106/+97
2025-06-16Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35Jakub Beránek-1/+20
2025-06-16Rollup merge of #142236 - yotamofek:pr/std/pathbuf-extend-docs, r=tgross35Jakub Beránek-0/+27
2025-06-16Rollup merge of #142125 - cberner:file_lock_stable, r=ChrisDentonJakub Beránek-17/+11
2025-06-16Rollup merge of #142082 - xizheyin:rustc_attr_data_structures, r=jdonszelmannJakub Beránek-14/+48
2025-06-16Rollup merge of #141639 - NotLebedev:stable-mir-93, r=oli-obkJakub Beránek-8/+254
2025-06-16Fix warningsGuillaume Gomez-4/+2
2025-06-16update to literal-escaper 0.0.4 for better API without `unreachable` and fast...Marijn Schouten-165/+137
2025-06-16candidate_is_applicable to methodlcnr-17/+6
2025-06-16Bless unicode testMark Rousskov-1/+1
2025-06-16Auto merge of #142556 - RalfJung:miri-sync, r=RalfJungbors-1013/+882
2025-06-16Extend num tests on `usize` and `isize` as wellGuillaume Gomez-0/+4
2025-06-16Specialize `ToString` implementation on `u128` and `i128`Guillaume Gomez-15/+14