about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2025-06-16Add union with default field values case testJieyou Xu-8/+14
2025-06-16Emit linker timing sectionJakub Beránek-0/+2
2025-06-16Add infrastructure for emitting timing sectionsJakub Beránek-11/+174
2025-06-16Add parsing of `--json=timings`Jakub Beránek-0/+17
2025-06-16Implement `_fmt` on `u128`Guillaume Gomez-94/+107
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-24/+42
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-1/+1
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-134/+537
2025-06-16Fix `-nopt` CI jobsJakub Beránek-10/+2
2025-06-16Test naked asm for wasm32-unknown-unknownbjorn3-3/+6
2025-06-16Use the new --debug flag of abi-cafebjorn3-26/+4
2025-06-16Rustup to rustc 1.89.0-nightly (586ad391f 2025-06-15)bjorn3-1/+1
2025-06-16Sync from rust 586ad391f5ee4519acc7cae340e34673bae762b1bjorn3-4/+0
2025-06-16Fix test descriptionNotLebedev-2/+2
2025-06-16Add test for `AdtDef::discriminant_for_variant` polymorphic over parameterNotLebedev-0/+29
2025-06-16Add test for `AdtDef::discriminant_for_variant`NotLebedev-0/+154
2025-06-16Implement Stable for DiscrNotLebedev-14/+15
2025-06-16Add discriminant_for_variant to CoroutineDefNotLebedev-8/+44
2025-06-16Add discriminant_for_variant to AdtDefNotLebedev-4/+30
2025-06-16Add documentation for `PathBuf`'s `FromIterator` and `Extend` implsYotam Ofek-0/+27
2025-06-16Add documentation on top of `rustc_middle/src/query/mod.rs`xizheyin-4/+60