about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-05-28Merge pull request #4353 from rust-lang/rustup-2025-05-28Ralf Jung-542/+594
2025-05-28Merge pull request #4351 from RalfJung/squash-winRalf Jung-1/+22
2025-05-28Auto merge of #141375 - kraj:kraj/aarch64-musl, r=Mark-Simulacrumbors-2/+1
2025-05-28Reorder `ast::ItemKind::{Struct,Enum,Union}` fields.Nicholas Nethercote-9/+9
2025-05-28feat: Render padding information when hovering on structsShoyu Vanilla-23/+272
2025-05-28Back out "Fix IDE resolution of item macros"Lukas Wirth-14/+0
2025-05-28Drop unnecessay codeLukas Wirth-35/+3
2025-05-28Merge from rustcThe Miri Cronjob Bot-541/+593
2025-05-28fix: Fix IDE layer not resolving some macro callsLukas Wirth-35/+62
2025-05-28Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-28chore: Remove support for `concat_idents!`Trevor Gross-44/+0
2025-05-28Auto merge of #141668 - tgross35:rollup-03gg6lf, r=tgross35bors-493/+538
2025-05-27Disable libunwind cross-architecture unwindingKhem Raj-2/+1
2025-05-27Rollup merge of #141647 - jieyouxu:bump-master-stage0, r=pietroalbiniTrevor Gross-460/+460
2025-05-27Rollup merge of #141591 - marcoieni:fix-llvm-test-coverage, r=KobzolTrevor Gross-2/+2
2025-05-27Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,...Trevor Gross-21/+30
2025-05-27Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomezTrevor Gross-8/+45
2025-05-27Rollup merge of #140367 - folkertdev:asm-cfg, r=nnethercoteTrevor Gross-2/+1
2025-05-28fix: Skip pattern analysis on type mismatchesShoyu Vanilla-0/+17
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-4/+1
2025-05-27make link not inlineTshepang Mbambo-1/+3
2025-05-27Rollup merge of #141645 - klensy:fluent-b, r=jieyouxuMatthias Krüger-1/+1
2025-05-27Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmeaseMatthias Krüger-36/+36
2025-05-27bootstrap: Remove `bin_root` from `PATH`Vadim Petrochenkov-1/+0
2025-05-27CI: Add cargo tests to aarch64-apple-darwinEric Huss-1/+3
2025-05-27Merge pull request #2417 from smanilov/patch-16nora-2/+2
2025-05-27Avoid including text direction codepoints in lint messagesMatthew Jasper-0/+12
2025-05-27Make links in coinduction.md clickableStan Manilov-2/+2
2025-05-27Link to description of opaque typesStan Manilov-1/+1
2025-05-27Do not get proc_macro from the sysroot in rustcbjorn3-1/+2
2025-05-27Auto merge of #141644 - compiler-errors:rollup-gl5hize, r=compiler-errorsbors-6/+16
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-1/+1
2025-05-27rustdoc: linking to a local proc macro no longer warnsbinarycat-8/+28
2025-05-27distcheck: document what distcheck is intended to exerciseJieyou Xu-1/+20
2025-05-27Bump master `stage0` compilerJieyou Xu-460/+460
2025-05-27attempt to fix squash on WindowsRalf Jung-1/+22
2025-05-27Rename unpack to kindMichael Goulet-36/+36
2025-05-27bump fluent-* cratesklensy-1/+1
2025-05-27Rollup merge of #141611 - ehuss:update-mdbook, r=Mark-SimulacrumMichael Goulet-3/+3
2025-05-27Rollup merge of #141596 - tshepang:patch-2, r=UrgauMichael Goulet-2/+2
2025-05-27Rollup merge of #141568 - onur-ozkan:141393-fix, r=KobzolMichael Goulet-0/+8
2025-05-27Rollup merge of #141556 - jeremyd2019:patch-1, r=jieyouxuMichael Goulet-1/+3
2025-05-27Merge pull request #4212 from tiif/setflRalf Jung-8/+262
2025-05-27ci: use ghcr registry for x86_64-gnu-tools jobMarcoIeni-1/+1
2025-05-27Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o...Vincent Esche-1/+1
2025-05-27Support F_GETFL and F_SETFL for fcntltiif-8/+262
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-2/+1
2025-05-27pacify clippyRalf Jung-3/+1
2025-05-27fmtThe Miri Cronjob Bot-2/+8
2025-05-27Merge from rustcThe Miri Cronjob Bot-288/+516