about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-08-10Update `RustcBook` doc stepJakub Beránek-14/+26
2025-08-10Update `Reference` doc stepJakub Beránek-15/+56
2025-08-10Fix staging for `doc compiler`Jakub Beránek-34/+35
2025-08-10Forbid documenting anything on stage 0Jakub Beránek-34/+25
2025-08-10Constify remaining operatorsltdk-6/+3
2025-08-10Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxubors-217/+291
2025-08-10cargo updategithub-actions-22/+22
2025-08-09Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercotebors-89/+84
2025-08-09Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" els...Josh Triplett-2/+2
2025-08-09Apply suggestions from code reviewjyn-3/+3
2025-08-09add review commentsbit-aloo-44/+11
2025-08-09Override custom Cargo `build-dir` in bootstrapJakub Beránek-0/+9
2025-08-09Stabilize featureKivooeo-12/+0
2025-08-09remove `P`Deadbeef-89/+84
2025-08-09extend download context and change functions to directly use thatbit-aloo-227/+130
2025-08-09Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillotStuart Cook-1/+1
2025-08-09Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycatStuart Cook-0/+7
2025-08-09Rollup merge of #145083 - Kobzol:fix-cargo-cross-build, r=jieyouxuStuart Cook-2/+22
2025-08-09Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxuStuart Cook-0/+1
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-1/+37
2025-08-09invoke functions from methodsbit-aloo-204/+28
2025-08-09add read_file_by_commit function and invoke from parse_innerbit-aloo-2/+27
2025-08-09add ci_llvm_root function and invoke from parse_innerbit-aloo-1/+11
2025-08-09add git_info function and invoke from parse_innerbit-aloo-10/+14
2025-08-09add is_system_llvm function and invoke from parse_innerbit-aloo-1/+33
2025-08-09Use new public libtest `ERROR_EXIT_CODE` constant in rustdocGuillaume Gomez-3/+1
2025-08-09Rank doc aliases lower than equivalently matched itemsGuillaume Gomez-0/+7
2025-08-08Reduce indirect assoc parent queriesCameron Steffen-1/+1
2025-08-08Auto merge of #145126 - tgross35:rollup-6w87usd, r=tgross35bors-22/+39
2025-08-08Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkovTrevor Gross-1/+1
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-16/+11
2025-08-08[win][arm64ec] Add '/machine:arm64ec' when linking LLVM as Arm64ECDaniel Paoliello-0/+7
2025-08-08bootstrap: `x.py dist rustc-src` should keep LLVM's siphashAleksey Kliger-0/+14
2025-08-08add parse_download_ci_llvm function and invoke from parse_innerbit-aloo-7/+248
2025-08-08mbe: In error messages, don't assume attributes are always proc macrosJosh Triplett-1/+1
2025-08-08Revert "Rollup merge of #143906 - LorrensP-2158466:miri-float-nondet-foreign-...Jakub Beránek-513/+312
2025-08-08add download_ci_rustc_commit function and invoke from parse_innerbit-aloo-1/+128
2025-08-08rustdoc search: add performance note about searchIndexUnstable checkbinarycat-0/+6
2025-08-08rustdoc: IndexItem::{stability -> is_unstable}binarycat-11/+5
2025-08-08switch polonius compare-mode to polonius=nextRémy Rakic-1/+1
2025-08-08Improve error output when a command fails in bootstrapJakub Beránek-82/+83
2025-08-08Add target_env = "macabi" and target_env = "sim"Mads Marquart-5/+27
2025-08-08Bless snapshot testsJakub Beránek-0/+2
2025-08-08Review remarksJakub Beránek-25/+22
2025-08-08Clarify the behavior of `rust.codegen-backends`Jakub Beránek-11/+20
2025-08-08Refactor `dist::CraneliftCodegenBackend`Jakub Beránek-51/+84
2025-08-08Split CodegenBackend step into two and handle stamp sysroot copy explicitlyJakub Beránek-148/+181
2025-08-08Build host library when cross-compiling `ToolTarget` toolsJakub Beránek-2/+7
2025-08-08Add snapshot test for cross-compilation cargo buildJakub Beránek-0/+15
2025-08-08Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalatharbors-963/+1056