about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-04-15feat: highlight tail expression in labeled blockroifewu-0/+29
2025-04-15compiletest: Add an experimental new executor to replace libtestZalathar-12/+452
2025-04-15compiletest: Extract libtest-specific executor code to a submoduleZalathar-103/+113
2025-04-15Use a constant for unstable features needed by compiletestZalathar-7/+14
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-13/+13
2025-04-15Remove some `kw::Empty` uses in rustdoc.Nicholas Nethercote-16/+19
2025-04-15fix: `Extract into function include inline variable in fmt macroHayashi Mikihiro-14/+71
2025-04-14Remove incorrect doc commentTyler Breisacher-1/+0
2025-04-14ci: add runners for vanilla LLVM 20Josh Stone-0/+94
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-13/+13
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-2/+2
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-2/+2
2025-04-14Fix grammar of --test-runtool-arg help textEric Huss-1/+1
2025-04-14Rollup merge of #139813 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-14/+42
2025-04-14Rollup merge of #139757 - ognevny:opt-dist-hostllvm, r=KobzolMatthias Krüger-1/+3
2025-04-14Rollup merge of #139807 - Kobzol:post-merge-report-wording, r=marcoieniMatthias Krüger-11/+15
2025-04-14Rollup merge of #139804 - WaffleLapkin:real, r=jieyouxuMatthias Krüger-1/+1
2025-04-14Merge pull request #19583 from Kobzol/revert-19582-ci-pgoLukas Wirth-2/+0
2025-04-14Do not enable PGO in combination with zigbuildJakub Beránek-2/+0
2025-04-14Merge pull request #19568 from snprajwal/destructure-struct-editorLukas Wirth-99/+76
2025-04-14Disable some r-a tests in bootstrap.Mara Bos-0/+2
2025-04-14Merge pull request #19572 from snprajwal/expand-rest-patternLukas Wirth-53/+66
2025-04-14Merge pull request #19582 from Kobzol/ci-pgoLukas Wirth-9/+104
2025-04-14Improve wording of post-merge reportJakub Beránek-11/+15
2025-04-14use `realpath` in `bootstrap.py` when creating build-dirWaffle Lapkin-1/+1
2025-04-14Expose Pointer to/from AllocId conversion functions, make some arguments opti...Patrick-6-49/+62
2025-04-14Merge pull request #19569 from snprajwal/fixmesLukas Wirth-75/+79
2025-04-14Merge pull request #19578 from clouds56-contrib/drive-letterLukas Wirth-12/+35
2025-04-14Merge pull request #19521 from snprajwal/ciLukas Wirth-4/+16
2025-04-14Merge pull request #19579 from ChayimFriedman2/cyclic-closureLukas Wirth-7/+65
2025-04-14Use PGO for x64 and aarch64 Linux builds on CIJakub Beránek-3/+6
2025-04-14Add `xdist dist --pgo` command to build Rust Analyzer with PGO optimizationsJakub Beránek-6/+98
2025-04-14Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhprattbors-434/+410
2025-04-14Merge pull request #2333 from rust-lang/convetions-chapt-cleaningTshepang Mbambo-32/+33
2025-04-14clean "Coding conventions" chapterTshepang Mbambo-32/+33
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-27/+25
2025-04-14Use `Symbol` in `LateContext::get_associated_type`.Nicholas Nethercote-8/+8
2025-04-14Prevent panics when there is a cyclic dependency between closuresChayim Refael Friedman-7/+65
2025-04-13Rollup merge of #139695 - jieyouxu:compiletest-utf8path, r=KobzolJacob Pratt-434/+410
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-7/+7
2025-04-14fix formatClouds Flowing-2/+8
2025-04-14add normalizeDriveLetterClouds Flowing-12/+29
2025-04-14Ignore errors from rustfmt which may trigger error notificationyukang-1/+5
2025-04-14Documentation fixes.Nicholas Nethercote-25/+19
2025-04-14Remove rustc_on_unimplemented on impl testsmejrs-1/+0
2025-04-13Merge pull request #2334 from rust-lang/consistency许杰友 Jieyou Xu (Joe)-45/+44
2025-04-13tests: document `-A {unused,internal_features}` ui test mode presetsJieyou Xu-0/+23
2025-04-13rustdoc-gui-test: pass a `camino::Utf8PathBuf` to `compiletest`Jieyou Xu-1/+6
2025-04-13compiletest: consistently use `{Utf8Path,Utf8PathBuf}`Jieyou Xu-433/+403
2025-04-13compiletest: add `camino` for UTF-8 path handlingJieyou Xu-0/+1