about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2025-05-27Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-27Fix inference of `AsyncFnX` return typeChayim Refael Friedman-11/+81
2025-05-27Reduce `P<T>` to a typedef of `Box<T>`.Nicholas Nethercote-3/+3
2025-05-27Streamline `visibility_print_with_space`.Nicholas Nethercote-41/+37
2025-05-27Streamline `TypeAliasPart::get`.Nicholas Nethercote-17/+16
2025-05-26Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hirChayim Refael Friedman-29/+74
2025-05-26ci: move tests from x86_64-gnu-llvm-19 job to aarch64MarcoIeni-3/+71
2025-05-26diagnostic translations work is on pauseTshepang Mbambo-1/+0
2025-05-26Remove rustdoc askama migration from getting startedAlona Enraght-Moony-1/+0
2025-05-26rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg workUrgau-8/+45