about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-04-17add a first version of autodiff docsManuel Drehwald-0/+214
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-2/+27
2025-04-17Rollup merge of #139885 - jyn514:doc-rustc-bootstrap, r=NadrierilMatthias Krüger-0/+109
2025-04-17Rollup merge of #139416 - mejrs:metavar, r=tgross35Matthias Krüger-0/+145
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-51/+0
2025-04-17Deduplicate nix codeRoss Smyth-50/+111
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-63/+80
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-25/+27
2025-04-16document RUSTC_BOOTSTRAP, RUSTC_OVERRIDE_VERSION_STRING, and -Z allow-feature...jyn-0/+109
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-21/+15
2025-04-16add an unstable book chapterdianne-0/+64
2025-04-16Update cargoWeihang Lo-1/+2
2025-04-17Rollup merge of #139894 - Kobzol:opt-dist-fixes, r=lqdMatthias Krüger-2/+4
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-0/+23
2025-04-17Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomezMatthias Krüger-46/+63
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-17/+17
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-0/+80
2025-04-17Fix a bug with predicate lowering of associated itemsChayim Refael Friedman-5/+32
2025-04-16Use PGO on macOS x64 and arm64 buildsAlexander Zaitsev-0/+2
2025-04-16Upgrade to `rustc-rayon-core` 0.5.1Josh Stone-3/+0
2025-04-17replaced check_shim with check_shim_abi for env, file, sockets and time relat...geetanshjuneja-82/+405
2025-04-16resolve config include FIXMEonur-ozkan-8/+8
2025-04-16remove old remove_and_create_dir_all and use build_helpers remove_and_create_...bit-aloo-14/+25
2025-04-16add remove_and_create_dir_all in build_helperbit-aloo-0/+6
2025-04-16add retry support to recursive_removebit-aloo-11/+41
2025-04-16Add a warning when combining LLD with external LLVM configJakub Beránek-1/+7
2025-04-16Merge pull request #19605 from ChayimFriedman2/fix-sigChayim Refael Friedman-1/+2
2025-04-16Fix signature of libc memory usage function on LinuxChayim Refael Friedman-1/+2
2025-04-16add semicolon to useWtz_LASR-1/+1
2025-04-16use std-declared intrinsics rather than copying the declarationRalf Jung-106/+50
2025-04-16Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errorsMatthias Krüger-1/+2
2025-04-16Rollup merge of #139884 - rustbot:docs-update, r=ehussMatthias Krüger-0/+10
2025-04-16Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxuMatthias Krüger-16/+31
2025-04-16Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxuMatthias Krüger-1/+15
2025-04-16Merge pull request #19589 from roife/fix-issue-19138Lukas Wirth-0/+66
2025-04-16feat: highlight tail expr when cursor is on labelroifewu-0/+37
2025-04-16Merge pull request #19591 from snprajwal/fix-make-macroLukas Wirth-14/+21
2025-04-16Merge pull request #19590 from roife/fix-issue-19540Lukas Wirth-0/+18
2025-04-16Merge pull request #19597 from Kobzol/arm-ciLukas Wirth-2/+3
2025-04-16fix: use `ast::TokenTree` in `make::expr_macro`Prajwal S N-14/+21
2025-04-16Merge pull request #19596 from roife/sig-help-infoLukas Wirth-13/+154
2025-04-16Merge pull request #19588 from Hmikihiro/ext_func_moduleLukas Wirth-14/+71
2025-04-16Merge pull request #19587 from MatrixFrog/patch-1Lukas Wirth-1/+0
2025-04-16Pin rustc used for the `proc-macro-src` CI jobJakub Beránek-5/+13
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-13/+13
2025-04-16Only delete the lld directory if it existsJakub Beránek-1/+3
2025-04-16Allow disabling `--llvm-shared` in opt-distJakub Beránek-1/+1
2025-04-16Merge pull request #2337 from xizheyin/sync-codeJakub Beránek-0/+14
2025-04-16Remind to update dev branch while behind too many commitsxizheyin-0/+14
2025-04-15rustdoc: Output target feature informationWill Glynn-2/+125