about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-15Use `LLVMSetTailCallKind`Zalathar-28/+3
2025-08-14bootstrap: Remove dependency on xattrJosh Triplett-14/+3
2025-08-14bootstrap: Switch from fd-lock to native locking in stdJosh Triplett-38/+21
2025-08-15std_detect: RISC-V platform guide documentationTsukasa OI-83/+114
2025-08-15refactor: Add tests for case conversionsKarl Meakin-11/+41
2025-08-15refactor: `generate_tests`Karl Meakin-52/+45
2025-08-15refactor: rewrite `ranges_from_set`Karl Meakin-66/+17
2025-08-15refactor: Include size of case conversion tablesKarl Meakin-18/+42
2025-08-15refactor: Include table sizes in comment at top of `unicode_data.rs`Karl Meakin-11/+19
2025-08-14Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`Trevor Gross-3/+3
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-800/+963
2025-08-14rustc_expand: ensure stack in `InvocationCollector::visit_expr`Josh Stone-1/+2
2025-08-14mbe: Handle applying `macro_rules` derivesJosh Triplett-17/+380
2025-08-14use `let-else` to reduce nestingAda Alakbarova-8/+8
2025-08-14replace with `?`Ada Alakbarova-15/+15
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-13/+214
2025-08-14Do not pass duplicated `-L` arguments to merged doctestsJakub Beránek-2/+8
2025-08-14Deduplicate `-L` paths passed to rustcJakub Beránek-10/+21
2025-08-14Rollup merge of #145403 - shepmaster:grammar, r=estebankJakub Beránek-61/+61
2025-08-14Rollup merge of #145401 - estebank:remove-useless-iter, r=compiler-errorsJakub Beránek-2/+2
2025-08-14Rollup merge of #145398 - estebank:use-default-fields-resolver, r=petrochenkovJakub Beránek-30/+17
2025-08-14Rollup merge of #145397 - lcnr:lcnr/rustc-dev-guide-3, r=BoxyUwUJakub Beránek-2/+2
2025-08-14Rollup merge of #145379 - joshtriplett:bootstrap-timings, r=jieyouxuJakub Beránek-12/+47
2025-08-14Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=KobzolJakub Beránek-0/+9
2025-08-14Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxuJakub Beránek-119/+119
2025-08-14Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxuJakub Beránek-412/+560
2025-08-14Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxuJakub Beránek-25/+60
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-8/+10
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-129/+76
2025-08-14Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmannbors-3670/+3443
2025-08-14drive-by: fix typoWaffle Lapkin-1/+1
2025-08-14std: thread: Return error if setting thread stack size failsJens Reidel-1/+12
2025-08-14Update autodiff tests for the new intrinsics implMarcelo Domínguez-221/+152
2025-08-14`unnecessary_operation`: add space between stmts in suggestion (#15432)Timo-11/+12
2025-08-14Fix `match_ref_pats` FP on match scrutinee of never type (#15474)Timo-7/+80
2025-08-14fixed diagnosticKivooeo-1/+93
2025-08-14Adjust error message grammar to be less awkwardJake Goulding-61/+61
2025-08-14Merge pull request #751 from rust-lang/sync_from_rust_2025_08_14antoyo-11/+16
2025-08-14Remove lto inline logicMarcelo Domínguez-79/+1
2025-08-14Remove inlining for autodiff handlingMarcelo Domínguez-19/+21
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-6/+0
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-827/+419
2025-08-14Basic implementation of `autodiff` intrinsicMarcelo Domínguez-245/+284
2025-08-14cleanup: Remove useless `[T].iter().last()`Esteban Küber-2/+2
2025-08-14Update uitestsJonathan Brouwer-2267/+2449
2025-08-14Remove the old target checking logicJonathan Brouwer-1310/+138
2025-08-14Specify the list of allowed targets per attributeJonathan Brouwer-44/+361
2025-08-14Allow attribute parsers to specify a list of allowed targetsJonathan Brouwer-13/+304
2025-08-14Pass the target type down to `parse_attribute_list`Jonathan Brouwer-25/+48
2025-08-14Improved `Target` typeJonathan Brouwer-11/+143