about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-09tests: Change "fastcall" to "system" in some testsJubilee Young-4/+4
2025-06-09tests: bless unsupported_calling_conventions linting on some fn_ptrsJubilee Young-166/+182
2025-06-09add s390x z17 target featuresFolkert de Vries-0/+15
2025-06-09compiler: Fix reusing same lint on fn ptrs with newly-deprecated ABIsJubilee Young-16/+24
2025-06-09Don't create .msi installer for gnullvm hostsMateusz Mikuła-1/+2
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-107/+386
2025-06-09assert more often in release in ast_loweringJubilee Young-13/+13
2025-06-09assert in release in ast_lowering::itemJubilee Young-5/+5
2025-06-09Specify the behavior of `file!`Ed Page-0/+13
2025-06-09Mark `core::slice::memchr` as `#[doc(hidden)]`Alona Enraght-Moony-0/+1
2025-06-09use correct edition when warning for unsafe attributesFolkert de Vries-1/+57
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-71/+143
2025-06-09native-lib: update readme (to mention folders in header)Ralf Jung-10/+12
2025-06-09native_lib: skip to next .so if function was in dependency of the firstRalf Jung-12/+13
2025-06-10platform-support.md: Mention specific Linux kernel version or laterTeoh Han Hui-19/+19
2025-06-09core::ptr: deduplicate more method docsbinarycat-126/+68
2025-06-09Auto merge of #142253 - tgross35:rollup-img49op, r=tgross35bors-71/+153
2025-06-09Merge pull request #19930 from regexident/dyn-semantics-take-twoDavid Barsky-2/+18
2025-06-09Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubileeTrevor Gross-6/+4
2025-06-09Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkovTrevor Gross-1/+27
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-1/+1
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-34/+98
2025-06-09Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnayTrevor Gross-5/+19
2025-06-09Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35Trevor Gross-25/+5
2025-06-09Apply nested goals certainty to InspectGoals for normalizes-toMichael Goulet-94/+154
2025-06-09Merge pull request #4376 from yoctocell/tb-interior-mut-flagRalf Jung-35/+154
2025-06-09Initialize the execution context in parse_inner, start using dry run from the...bit-aloo-28/+29
2025-06-09Add `-Zmiri-tree-borrows-no-precise-interior-mut` flagXinglu Chen-35/+154
2025-06-09Auto merge of #142241 - Kobzol:disable-ci-rustc-on-ci, r=jieyouxubors-3/+5
2025-06-09remove execution context from flag module and correct the command invocation ...bit-aloo-25/+19
2025-06-09update dry_run value in exec_ctx and start forwarding exec_ctx verbose method...bit-aloo-13/+5
2025-06-09move all commands to new execution contextbit-aloo-174/+20
2025-06-09move all config command invocation to new execution context invocationbit-aloo-23/+32
2025-06-09moved git command to new exec contextbit-aloo-8/+3
2025-06-09move all download.rs method to new execution context command invocationbit-aloo-34/+13
2025-06-09covert uname to new extext methodbit-aloo-14/+8
2025-06-09moved curl to use new execution_contextbit-aloo-8/+10
2025-06-09moved sanity command to exec contextbit-aloo-2/+5
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-39/+10
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-93/+244
2025-06-09Add ParseMode::Diagnostic unit testsmejrs-0/+42
2025-06-09Introduce ParseMode::diagnostic and fix multiline spansmejrs-95/+188
2025-06-09rename Parser's lifetime to `'input`mejrs-29/+29
2025-06-09change FormatString::parse to only return the first errormejrs-68/+40
2025-06-09implement Default for FormatSpecmejrs-52/+10
2025-06-09refactor matching and if let chainsmejrs-46/+37
2025-06-09Move the "missing closing brace" error creation to one placemejrs-21/+15
2025-06-09rustc_parse_format: introduce `peek` and `peek_ahead`mejrs-28/+36
2025-06-09Add test for flailing diagnostic spansmejrs-0/+114
2025-06-09transmutability: shift abstraction boundaryJack Wrenn-357/+385