about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-04-02settings.js: add some null checks to buildSettingsPagebinarycat-2/+8
2025-04-02settings.js: refactor settingsBlurHandlerbinarycat-5/+14
2025-04-02settings.js: remove dead code for adding <hr> to settings pagebinarycat-5/+0
2025-04-02settings.js: add new rustdoc.Setting interfacebinarycat-17/+36
2025-04-02Rollup merge of #139211 - RalfJung:interpret-run-for-validation, r=oli-obkMatthias Krüger-1/+1
2025-04-02settings.js: begin typechecking migrationbinarycat-7/+19
2025-04-02Merge from rustcJieyou Xu-4364/+8786
2025-04-02Preparing for merge from rustcJieyou Xu-1/+1
2025-04-02Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=KobzolTakayuki Maeda-15/+1
2025-04-02Rollup merge of #139232 - nnethercote:remove-Map-5, r=ZalatharTakayuki Maeda-32/+26
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-0/+23
2025-04-02Remove unused variables generated in merged doctestsGuillaume Gomez-1/+0
2025-04-02Update to LLVM 20.1.2dianqk-0/+0
2025-04-02Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errorsbors-6/+4
2025-04-02Drop `aux_build` rustc helpersJieyou Xu-15/+1
2025-04-02Remove a function that has no necessary callersOli Scherer-2/+2
2025-04-02Auto merge of #138848 - clubby789:cargo-update, r=Mark-Simulacrumbors-218/+187
2025-04-02Impl `Copy` for `Token` and `TokenKind`.Nicholas Nethercote-7/+7
2025-04-02Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errorsStuart Cook-21/+21
2025-04-02Rollup merge of #139212 - ehuss:update-mdbook, r=Mark-SimulacrumStuart Cook-5/+4
2025-04-02Rollup merge of #139210 - highcloudwind:master, r=aDotInTheVoidStuart Cook-1/+1
2025-04-02Rollup merge of #139208 - futreall:master, r=jieyouxuStuart Cook-1/+1
2025-04-02Rollup merge of #139060 - Shourya742:2025-03-28-replace-commit-with-actual-va...Stuart Cook-1/+26
2025-04-02Rollup merge of #138913 - lolbinarycat:rustdoc-js-less-expect-error-part4, r=...Stuart Cook-83/+122
2025-04-02Move methods from `Map` to `TyCtxt`, part 5.Nicholas Nethercote-32/+26
2025-04-01Update allowed dependenciesclubby789-2/+3
2025-04-01compiler and tools dependenciesclubby789-216/+184
2025-04-01Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...Chayim Refael Friedman-11/+107
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-0/+23
2025-04-01Use the 2024 edition in ./x.py fmtbjorn3-1/+1
2025-04-01Move test-float-parse to the 2024 editionbjorn3-20/+20
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-26/+2
2025-04-01Update mdbook to 0.4.48Eric Huss-5/+4
2025-04-01fix link in netbsd.mdfutreall-1/+1
2025-04-01interpret: add a version of run_for_validation for &selfRalf Jung-1/+1
2025-04-01chore: remove redundant backtickhighcloudwind-1/+1
2025-04-01replace commit placeholder in vendor status with actual commitbit-aloo-1/+26
2025-04-01Merge pull request #19494 from Veykril/push-uzmzppouxuvrLukas Wirth-53/+16
2025-04-01Merge pull request #19496 from Veykril/push-zuwsrswwtzsuLukas Wirth-74/+81
2025-04-01chore: Remove unnecessary `Arc` clonesLukas Wirth-53/+16
2025-04-01chore: Replace some `invoke`s with `invoke_actual` in hir-tyLukas Wirth-74/+81
2025-04-01Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkovbors-2/+5
2025-04-01Decouple trait impls of different traits wrt incrementalOli Scherer-4/+2
2025-04-01Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmeasebors-179/+230
2025-04-01Support metadata version 10 in proc-macro-srvJakub Beránek-2/+2
2025-04-01chore: Disable rust-cache in CILukas Wirth-33/+23
2025-04-01Address review comments.Nicholas Nethercote-12/+19
2025-04-01Merge pull request #19492 from ChayimFriedman2/experimentChayim Refael Friedman-1/+1
2025-04-01Avoid relying on `block_def_map()` needlesslyChayim Refael Friedman-1/+1
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-121/+176