-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Insights: rust-lang/rust
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
1.88.0 Rust 1.88.0
published
Jun 26, 2025
176 Pull requests merged by 74 people
-
evaluate_goal
avoid unnecessary step#142774 merged
Jun 26, 2025 -
Add edition checks for some tests that had divergent output
#142255 merged
Jun 26, 2025 -
Enforce in bootstrap that build must have stage at least 1
#142581 merged
Jun 26, 2025 -
Turn
stdarch
into a Josh subtree#141899 merged
Jun 26, 2025 -
Rollup of 7 pull requests
#143026 merged
Jun 26, 2025 -
Make
Sub
,Mul
,Div
andRem
const_traits
#143000 merged
Jun 26, 2025 -
Convert some ABI tests to use
extern "rust-invalid"
#142992 merged
Jun 26, 2025 -
Check CoerceUnsized impl validity before coercing
#142976 merged
Jun 26, 2025 -
Add PrintTAFn flag for targeted type analysis printing
#142809 merged
Jun 26, 2025 -
Add runtime check to avoid overwrite arg in
Diag
#142724 merged
Jun 26, 2025 -
tests/ui
: A New Order [8/N]#142200 merged
Jun 26, 2025 -
Withdraw the claim
extern "C-cmse-nonsecure-*"
always matchesextern "C"
#142146 merged
Jun 26, 2025 -
Encode hir attributes cross-crate properly
#142777 merged
Jun 25, 2025 -
Remove dead instructions in terminate blocks
#142879 merged
Jun 25, 2025 -
Leave from CopyProp early when there are no replacements
#142870 merged
Jun 25, 2025 -
Apply
impl_super_outlives
optimization to new trait solver#142746 merged
Jun 25, 2025 -
[beta] update cargo and reference
#142991 merged
Jun 25, 2025 -
Avoid a bitcast FFI call in transmuting
#142768 merged
Jun 25, 2025 -
Port
#[track_caller]
to the new attribute system#142825 merged
Jun 25, 2025 -
Enable short-ice for Windows
#142844 merged
Jun 25, 2025 -
Error on invalid signatures for interrupt ABIs
#142633 merged
Jun 25, 2025 -
Tweak
-Zmacro-stats
measurement.#142934 merged
Jun 25, 2025 -
Couple of test suite fixes for cg_clif
#142955 merged
Jun 25, 2025 -
Add
#[loop_match]
for improved DFA codegen#138780 merged
Jun 25, 2025 -
rustdoc: Don't mark
#[target_feature]
functions as ⚠#142977 merged
Jun 25, 2025 -
Windows: make
read_dir
stop iterating after the first error is encountered#142453 merged
Jun 25, 2025 -
Implement parsing of pinned borrows
#135731 merged
Jun 25, 2025 -
Rollup of 15 pull requests
#142997 merged
Jun 25, 2025 -
Update cargo
#142993 merged
Jun 25, 2025 -
Update wasm-component-ld to 0.5.14
#142988 merged
Jun 25, 2025 -
Taint body on invalid call ABI
#142983 merged
Jun 25, 2025 -
Reduce mismatched-lifetime-syntaxes suggestions to MaybeIncorrect
#142980 merged
Jun 25, 2025 -
Corrected spelling mistake in c_str.rs
#142982 merged
Jun 25, 2025 -
update to literal-escaper 0.0.4 for better API without
unreachable
and faster string parsing#140999 merged
Jun 25, 2025 -
Add impl_trait_in_bindings tests from #61773
#142883 merged
Jun 25, 2025 -
mbe: Clean up code with non-optional
NonterminalKind
#142657 merged
Jun 25, 2025 -
Also emit suggestions for usages in the
non_upper_case_globals
lint#142645 merged
Jun 25, 2025 -
Lazy init diagnostics-only local_names in borrowck
#142882 merged
Jun 25, 2025 -
Rollup of 9 pull requests
#142979 merged
Jun 25, 2025 -
Emit a single error when importing a path with
_
#142805 merged
Jun 25, 2025 -
rustc_session: Add a structure for keeping both explicit and default sysroots
#142799 merged
Jun 25, 2025 -
Don't include current rustc version string in feature removed help
#142943 merged
Jun 25, 2025 -
Add a missing mailmap entry
#142972 merged
Jun 25, 2025 -
[RTE-497] Ignore
c-link-to-rust-va-list-fn
test on SGX platform#142965 merged
Jun 25, 2025 -
Subtree sync for rustc_codegen_cranelift
#142959 merged
Jun 24, 2025 -
Allow comparisons between
CStr
,CString
, andCow<CStr>
.#137268 merged
Jun 24, 2025 -
Stats output tweaks
#142944 merged
Jun 24, 2025 -
[win][aarch64] Fix linking statics on Arm64EC, take 2
#142742 merged
Jun 24, 2025 -
Enable reproducible-build-2 for Windows MSVC
#142843 merged
Jun 24, 2025 -
rustdoc-json: Add test for
#[cold]
#142919 merged
Jun 24, 2025 -
Rollup of 7 pull requests
#142962 merged
Jun 24, 2025 -
rustdoc-json: Add test for
#[optimize(..)]
#142916 merged
Jun 24, 2025 -
Remove the deprecated unstable
concat_idents!
macro#142704 merged
Jun 24, 2025 -
Set MSG_NOSIGNAL for UnixStream
#140005 merged
Jun 24, 2025 -
compiletest: Improve diagnostics for line annotation mismatches
#140622 merged
Jun 24, 2025 -
Add note about
str::split
handling of no matches.#142779 merged
Jun 24, 2025 -
Port
#[rustc_skip_during_method_dispatch]
to the new attribute system#142695 merged
Jun 24, 2025 -
Fix hang in --print=file-names in bootstrap
#142928 merged
Jun 24, 2025 -
Rollup of 9 pull requests
#142956 merged
Jun 24, 2025 -
phantom_variance_markers: fix identifier usage in macro
#142894 merged
Jun 24, 2025 -
Simplify root goal API of solver a bit
#142933 merged
Jun 24, 2025 -
rustdoc-json: Keep empty generic args if parenthesized
#142932 merged
Jun 24, 2025 -
Fixes firefox copy paste issue
#142354 merged
Jun 24, 2025 -
Account for beta revisions when normalizing versions
#142930 merged
Jun 24, 2025 -
std: sys: random: uefi: Provide rdrand based fallback
#141324 merged
Jun 24, 2025 -
Move error code explanation removal check into tidy
#142827 merged
Jun 24, 2025 -
Rollup of 9 pull requests
#142929 merged
Jun 24, 2025 -
fix
-Zmin-function-alignment
on functions without attributes#142923 merged
Jun 24, 2025 -
Fix comment on NoMangle
#142922 merged
Jun 24, 2025 -
Reject unsupported
extern "{abi}"
s consistently in all positions#142134 merged
Jun 24, 2025 -
Don't suggest changing a method inside a expansion
#142873 merged
Jun 24, 2025 -
Change
core::iter::Fuse
'sDefault
impl to do what its docs say it does#140985 merged
Jun 24, 2025 -
Add codegen timing section
#142784 merged
Jun 24, 2025 -
Fix install-template.sh for Solaris tr
#142908 merged
Jun 24, 2025 -
[beta] Prepare Rust 1.89.0
#142920 merged
Jun 24, 2025 -
[stable] Prepare Rust 1.88.0 release
#142918 merged
Jun 23, 2025 -
Subtree update of
rust-analyzer
#142907 merged
Jun 23, 2025 -
Make
PartialEq
aconst_trait
#142822 merged
Jun 23, 2025 -
rework
#[naked]
attribute parser#142493 merged
Jun 23, 2025 -
bootstrap.example.toml: use less contextual format
#142636 merged
Jun 23, 2025 -
Fix ICE on debug builds where lints are delayed on the crate root
#142892 merged
Jun 23, 2025 -
notify me when rdg is touched
#142904 merged
Jun 23, 2025 -
Rollup of 5 pull requests
#142906 merged
Jun 23, 2025 -
Bump the version number to 1.90.0
#142792 merged
Jun 23, 2025 -
Port
#[no_mangle]
to new attribute parsing infrastructure#142823 merged
Jun 23, 2025 -
1.88.0 release notes
#142828 merged
Jun 23, 2025 -
centralize
-Zmin-function-alignment
logic#142854 merged
Jun 23, 2025 -
Check rustdoc-json-types FORMAT_VERSION is correctly updated
#142875 merged
Jun 23, 2025 -
Document subdirectories of UI tests with README files
#141597 merged
Jun 23, 2025 -
Rollup of 5 pull requests
#142901 merged
Jun 23, 2025 -
Update cargo
#142898 merged
Jun 23, 2025 -
Let String pass #[track_caller] to its Vec calls
#142728 merged
Jun 23, 2025 -
Skip no-op drop glue
#142508 merged
Jun 22, 2025 -
Merge unboxed trait object error suggestion into regular dyn incompat error
#142458 merged
Jun 22, 2025 -
Add a warning to LateContext::get_def_path
#142593 merged
Jun 22, 2025 -
Port
#[must_use]
to new attribute parsing infrastructure#142780 merged
Jun 22, 2025 -
Add DesugaringKind::FormatLiteral
#142594 merged
Jun 22, 2025 -
Clean-up
FnCtxt::is_destruct_assignment_desugaring
#142740 merged
Jun 22, 2025 -
Add a few inline directives in rustc_serialize.
#142856 merged
Jun 22, 2025 -
Rollup of 10 pull requests
#142878 merged
Jun 22, 2025 -
Document why tidy checks if
eslint
is installed vianpm
#142877 merged
Jun 22, 2025 -
Don't fail to parse a struct if a semicolon is used to separate fields
#142798 merged
Jun 22, 2025 -
cranelift: fix target feature name typo: "fxsr"
#142874 merged
Jun 22, 2025 -
remove few allow(dead_code)
#142868 merged
Jun 22, 2025 -
completely deduplicate
Visitor
andMutVisitor
#142706 merged
Jun 22, 2025 -
improve search graph docs, reset
encountered_overflow
between reruns#142617 merged
Jun 22, 2025 -
remove asm_goto feature annotation, for it is now stabilized
#142850 merged
Jun 22, 2025 -
Port
#[rustc_pub_transparent]
to the new attribute system#142600 merged
Jun 22, 2025 -
rustdoc_json: conversion cleanups
#142747 merged
Jun 22, 2025 -
Pass -Cpanic=abort for the panic_abort crate
#140254 merged
Jun 22, 2025 -
All HIR attributes are outer
#142776 merged
Jun 22, 2025 -
integer docs: remove extraneous text
#142800 merged
Jun 22, 2025 -
Rollup of 10 pull requests
#142864 merged
Jun 22, 2025 -
Notify me on tidy changes
#142860 merged
Jun 22, 2025 -
Enable textrel-on-minimal-lib for Windows
#142845 merged
Jun 22, 2025 -
Enable fmt-write-bloat for Windows
#142841 merged
Jun 22, 2025 -
Preserve caches in a call to shrink_to_fit
#142675 merged
Jun 22, 2025 -
forward the bootstrap
runner
torun-make
#141856 merged
Jun 22, 2025 -
Avoid a few more allocations in
write_shared.rs
#142667 merged
Jun 22, 2025 -
Only traverse reachable blocks in JumpThreading.
#142546 merged
Jun 21, 2025 -
Improve diagnostics for
concat_bytes!
with C string literals#142698 merged
Jun 21, 2025 -
Port
#[may_dangle]
to the new attribute system#142539 merged
Jun 21, 2025 -
Rollup of 3 pull requests
#142826 merged
Jun 21, 2025 -
expand: Remove some unnecessary generic parameters
#142690 merged
Jun 21, 2025 -
Use gen blocks in the compiler instead of
from_coroutine
#142801 merged
Jun 21, 2025 -
rustdoc_json: improve handling of generic args
#142502 merged
Jun 21, 2025 -
Rename
LayoutS
toLayoutData
in comments#142804 merged
Jun 21, 2025 -
error on calls to ABIs that cannot be called
#142597 merged
Jun 21, 2025 -
fix(linkcheck): Build using the lockfile
#142785 merged
Jun 21, 2025 -
Add diagnostic items for Clippy
#142787 merged
Jun 21, 2025 -
add doc(alias("AsciiChar")) to core::ascii::Char
#142788 merged
Jun 21, 2025 -
Rollup of 7 pull requests
#142817 merged
Jun 21, 2025 -
Marks ADT live if it appears in pattern
#142485 merged
Jun 21, 2025 -
Insert parentheses around binary operation with attribute
#142476 merged
Jun 21, 2025 -
Reason about borrowed classes in CopyProp.
#142571 merged
Jun 21, 2025 -
Bringing
rustc_rayon_core
in tree asrustc_thread_pool
#142384 merged
Jun 21, 2025 -
Add CI check to ensure that rustdoc JSON
FORMAT_VERSION
is correctly updated#142677 merged
Jun 21, 2025 -
Make
Clone
aconst_trait
#142756 merged
Jun 21, 2025 -
Rollup of 8 pull requests
#142814 merged
Jun 21, 2025 -
rustc_target: document public AbiMap-related fn and variants
#142765 merged
Jun 21, 2025 -
Adjust
with_generic_param_rib
.#142716 merged
Jun 21, 2025 -
[beta] backports
#142791 merged
Jun 21, 2025 -
Add
trim_prefix
andtrim_suffix
methods for bothslice
andstr
types.#142331 merged
Jun 21, 2025 -
rustdoc: Remove
FormatRenderer::cache
#142755 merged
Jun 21, 2025 -
Rework #[cold] attribute parser
#142491 merged
Jun 21, 2025 -
Fix missing docs in
rustc_attr_parsing
#142494 merged
Jun 21, 2025 -
Better template for
#[repr]
attributes#142495 merged
Jun 21, 2025 -
Fix random failure when JS code is executed when the whole file was not read yet
#142497 merged
Jun 21, 2025 -
Ensure copy* intrinsics also perform the static self-init checks
#142575 merged
Jun 21, 2025 -
mbe: Refactor transcription
#142713 merged
Jun 21, 2025 -
Refactor Translator
#142650 merged
Jun 21, 2025 -
Rollup of 9 pull requests
#142794 merged
Jun 21, 2025 -
add issue template for rustdoc
#142736 merged
Jun 20, 2025 -
rustc-dev-guide subtree update
#142743 merged
Jun 20, 2025 -
Make sure to rebuild rustdoc if
src/rustdoc-json-types
is changed#142758 merged
Jun 20, 2025 -
Add a mailmap entry for y21
#142744 merged
Jun 20, 2025 -
Add config builder for bootstrap tests
#142629 merged
Jun 20, 2025 -
correct template for
#[align]
attribute#142715 merged
Jun 20, 2025 -
Some symbol and PathRoot cleanups
#142767 merged
Jun 20, 2025 -
remove equivalent new method on context
#142769 merged
Jun 20, 2025 -
Rollup of 10 pull requests
#142795 merged
Jun 20, 2025 -
Convert
ilog(10)
toilog10()
#142764 merged
Jun 20, 2025 -
De-dup common code from
ExternalCrate
methods#142720 merged
Jun 20, 2025 -
[perf] Cache the canonical *instantiation* of param-envs
#142316 merged
Jun 20, 2025 -
Implement send_signal for unix child processes
#141990 merged
Jun 20, 2025 -
add comment to
src/bootstrap/build.rs
#142714 merged
Jun 20, 2025 -
Reduce uses of
hir_crate
.#142687 merged
Jun 20, 2025 -
vec_deque/fmt/vec tests: remove static mut
#142668 merged
Jun 20, 2025 -
Update library dependencies
#142753 merged
Jun 20, 2025 -
rewrite
optimize
attribute to use new attribute parsing infrastructure#138291 merged
Jun 20, 2025 -
Extract some shared code from codegen backend target feature handling
#140920 merged
Jun 20, 2025 -
Update books
#142699 merged
Jun 20, 2025 -
Rollup of 8 pull requests
#142770 merged
Jun 20, 2025 -
Use jemalloc for Clippy
#142286 merged
Jun 20, 2025 -
Use a distinct
ToString
implementation foru128
andi128
#142294 merged
Jun 20, 2025 -
Allow storing
format_args!()
in variable#140748 merged
Jun 19, 2025
103 Pull requests opened by 64 people
-
docs(fs): Touch up grammar on lock api
#142760 opened
Jun 20, 2025 -
Introduce debuginfo to statements in MIR
#142771 opened
Jun 20, 2025 -
rustc_target: Begin unifying Arch enum
#142775 opened
Jun 20, 2025 -
feat(build): centralize LLVM_VERSION
#142786 opened
Jun 20, 2025 -
Make TypeId const comparable
#142789 opened
Jun 20, 2025 -
Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques
#142802 opened
Jun 20, 2025 -
Normalize before computing ConstArgHasType goal in new solver
#142806 opened
Jun 20, 2025 -
libtest: expose --fail-fast as an unstable command-line option
#142807 opened
Jun 20, 2025 -
Rehome tests in `tests/ui/` to accurate subdirectories
#142808 opened
Jun 20, 2025 -
Do not ICE on generic const expr referencing missing ty param
#142810 opened
Jun 20, 2025 -
mbe: Inline functions in `transcribe` that are only called once
#142815 opened
Jun 21, 2025 -
Add caching layer to bootstrap
#142816 opened
Jun 21, 2025 -
Port `#[used]` to new attribute parsing infrastructure
#142818 opened
Jun 21, 2025 -
Compute jump threading opportunities in a single pass
#142821 opened
Jun 21, 2025 -
Stabilize `-Cmin-function-alignment`
#142824 opened
Jun 21, 2025 -
Make lowering incremental, take 3/N
#142830 opened
Jun 21, 2025 -
Add OperandValue::Uninit to improve lowering of MaybeUninit::uninit
#142837 opened
Jun 21, 2025 -
Stop backends from needing to support nullary intrinsics
#142839 opened
Jun 21, 2025 -
nicer autodiff error handling
#142842 opened
Jun 21, 2025 -
Misc. cleanups to `librustdoc`s "clean" fns
#142848 opened
Jun 21, 2025 -
Add `Write` implementation for `[MaybeUninit<u8>]`
#142849 opened
Jun 21, 2025 -
Weekly `cargo update`
#142857 opened
Jun 22, 2025 -
Change search "not found" links
#142867 opened
Jun 22, 2025 -
Use `join_with_double_colon` in `write_shared.rs`.
#142869 opened
Jun 22, 2025 -
Trivial improve doc for transpose
#142871 opened
Jun 22, 2025 -
Ensure the `read_to_end` buffer always has enough room to fit a single UTF-8 code point
#142872 opened
Jun 22, 2025 -
Port `#[target_feature]` to new attribute parsing infrastructure
#142876 opened
Jun 22, 2025 -
JumpThreading: compute place and value indices on-demand
#142881 opened
Jun 22, 2025 -
StableMIR: Add method to retrieve body of coroutine
#142884 opened
Jun 22, 2025 -
core: Add `BorrowedCursor::with_unfilled_buf`
#142885 opened
Jun 22, 2025 -
ci: aarch64-gnu: Stop skipping `panic_abort_doc_tests`
#142886 opened
Jun 22, 2025 -
"set by Rusts options"
#142889 opened
Jun 22, 2025 -
MIR inliner maintains unused var_debug_info
#142890 opened
Jun 22, 2025 -
Stop collecting unmentioned constants
#142893 opened
Jun 22, 2025 -
rustdoc_json: more conversion cleanups
#142896 opened
Jun 23, 2025 -
Move all LLVM externs into the rustc_llvm crate
#142897 opened
Jun 23, 2025 -
Only inherit local hash for paths
#142903 opened
Jun 23, 2025 -
Lazy-ify some markdown rendering
#142910 opened
Jun 23, 2025 -
Remove support for dynamic allocas
#142911 opened
Jun 23, 2025 -
Enable DestinationPropagation by default
#142915 opened
Jun 23, 2025 -
Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attrib…
#142921 opened
Jun 23, 2025 -
tidy: move rustdoc js stuff into a tidy extra check
#142924 opened
Jun 23, 2025 -
Rewrite `.gitattributes` CRLF ui tests into run-make tests
#142925 opened
Jun 23, 2025 -
Add note to `find_const_ty_from_env`
#142927 opened
Jun 23, 2025 -
rustdoc-json: Structured attributes
#142936 opened
Jun 23, 2025 -
implement std::fs::set_permissions_nofollow on unix
#142938 opened
Jun 24, 2025 -
Shallowly bail from `coerce_unsized` more
#142941 opened
Jun 24, 2025 -
rustdoc_json: Intern filenames
#142945 opened
Jun 24, 2025 -
Fix stack overflow when macro_rules! macros shadow builtin attributes or types
#142946 opened
Jun 24, 2025 -
mbe: Rework diagnostics for metavariable expressions.
#142950 opened
Jun 24, 2025 -
`proven_via` into query response
#142953 opened
Jun 24, 2025 -
std: mention other methods that normalize a path in `normalize_lexically` doc
#142957 opened
Jun 24, 2025 -
replace dead reference code-index.md
#142958 opened
Jun 24, 2025 -
Move `scalar_to_backend` to ssa
#142960 opened
Jun 24, 2025 -
Skip unnecessary components in x64 try builds
#142963 opened
Jun 24, 2025 -
Attribute rework: a parser for single attributes without arguments
#142964 opened
Jun 24, 2025 -
Fix RwLock::try_write documentation for WouldBlock condition
#142967 opened
Jun 24, 2025 -
Extend dead code analysis of impls and impl items to non-ADTs
#142968 opened
Jun 24, 2025 -
[perf] Fast path for coercions of TY == TY
#142973 opened
Jun 24, 2025 -
Update stage0 to 1.89.0-beta.1
#142974 opened
Jun 24, 2025 -
mbe: Rework the `concat` metavariable expression
#142975 opened
Jun 24, 2025 -
Add new self-profiling event to cheaply aggregate query cache hit counts
#142978 opened
Jun 24, 2025 -
Make missing lifetime suggestion verbose
#142981 opened
Jun 24, 2025 -
Port `#[export_name]` to the new attribute parsing infrastructure
#142986 opened
Jun 24, 2025 -
rustdoc: show attributes on enum variants
#142987 opened
Jun 24, 2025 -
Rename run always
#143001 opened
Jun 25, 2025 -
tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok)
#143002 opened
Jun 25, 2025 -
Update std and test to newest crates.io versions
#143004 opened
Jun 25, 2025 -
Update `browser-ui-test` version to `0.20.7`
#143010 opened
Jun 25, 2025 -
Make lint `ambiguous_glob_imports` deny-by-default and report-in-deps
#143011 opened
Jun 25, 2025 -
Split exported_symbols for generic and non-generic symbols
#143013 opened
Jun 25, 2025 -
Don't suggest rewriting call if resolution was invalid
#143014 opened
Jun 25, 2025 -
Add `sym::macro_pin` diagnostic item for `core::pin::pin!()`
#143015 opened
Jun 25, 2025 -
Ensure -V --verbose processes both codegen_backend and codegen-backend
#143019 opened
Jun 25, 2025 -
codegen_fn_attrs: make comment more precise
#143020 opened
Jun 25, 2025 -
emit `StorageLive` and schedule `StorageDead` for `let`-`else`'s bindings after matching
#143028 opened
Jun 25, 2025 -
GCI: Imply outlives-bounds on free (generic) const items
#143029 opened
Jun 25, 2025 -
Fix suggestion spans inside macros for the `unused_must_use` lint
#143030 opened
Jun 25, 2025 -
Add windows-gnullvm hosts to the manifest
#143031 opened
Jun 25, 2025 -
Expand const-stabilized API links in relnotes
#143033 opened
Jun 26, 2025 -
Only work-steal in the main loop for rustc_thread_pool
#143035 opened
Jun 26, 2025 -
Remove support for `dyn*` from the compiler
#143036 opened
Jun 26, 2025 -
Make named asm_labels lint not trigger on hexagon register spans
#143037 opened
Jun 26, 2025 -
avoid suggesting traits from private dependencies
#143038 opened
Jun 26, 2025 -
Quick fix for #143000
#143040 opened
Jun 26, 2025 -
Remove cache for citool
#143041 opened
Jun 26, 2025 -
const validation: properly ignore zero-sized UnsafeCell
#143046 opened
Jun 26, 2025 -
Enforce in bootstrap that check must have stage at least 1
#143048 opened
Jun 26, 2025 -
Add tracing to `validate_operand`
#143051 opened
Jun 26, 2025 -
Fix Windows bootstrap panic on invalid symlink removal (issue #143045)
#143052 opened
Jun 26, 2025 -
Add `relnotes-api-list` in-tree tool
#143053 opened
Jun 26, 2025 -
search graph: improve rebasing and add forced ambiguity support
#143054 opened
Jun 26, 2025 -
Move an ACE test out of the GCI directory
#143056 opened
Jun 26, 2025 -
Rollup of 8 pull requests
#143057 opened
Jun 26, 2025 -
Fix 1.88 relnotes
#143059 opened
Jun 26, 2025 -
Only args in main diag are saved and restored without removing the newly added ones
#143060 opened
Jun 26, 2025 -
explain `ImportData::imported_module`
#143063 opened
Jun 26, 2025 -
Clippy subtree update
#143064 opened
Jun 26, 2025 -
Improve recovery when users write `where:`
#143065 opened
Jun 26, 2025 -
Use let chains in the new solver
#143066 opened
Jun 26, 2025 -
Tracking issue number for `iter_macro`
#143067 opened
Jun 26, 2025 -
[beta] stage0 bump to 1.88.0
#143068 opened
Jun 26, 2025 -
Add fast-path for accessing the current thread id
#143069 opened
Jun 26, 2025
91 Issues closed by 20 people
-
`cargo fix` doesn't apply fixes it suggests
#142998 closed
Jun 26, 2025 -
ICE: `unsize_into: invalid conversion` in `rustc_const_eval/src/interpret/cast.rs`
#126269 closed
Jun 26, 2025 -
ICE: `invalid pointer unsizing &i32 -> i32`
#138265 closed
Jun 26, 2025 -
ICE: `invalid pointer unsizing` &str -> str
#131048 closed
Jun 26, 2025 -
ICE: `assertion failed: self.let_source != LetSource::None`
#134217 closed
Jun 26, 2025 -
ICE: `assertion left == right failed` in `rustc_const_eval/src/interpret/cast.rs unsize_into`
#126982 closed
Jun 26, 2025 -
`where Self: Sized` on trait method doesn't work as expected when implementing for unsized types.
#57900 closed
Jun 25, 2025 -
assertion failed: key as usize != KEY_SENTVAL in DragonFly BSD
#112180 closed
Jun 25, 2025 -
Type inference regression in 1.86 stable, due to unstable ByteStr
#139542 closed
Jun 25, 2025 -
All interrupt ABIs should enforce either `()` or `!` as return types
#132841 closed
Jun 25, 2025 -
ICE `None` abi map
#142969 closed
Jun 25, 2025 -
ReadDir on Windows can return error infinitely when run on removable path
#142411 closed
Jun 25, 2025 -
rustdoc: safe functions with `#[target_feature]` are marked as unsafe (⚠) on index page
#142952 closed
Jun 25, 2025 -
ICE: `can't get the span of an arbitrary parsed attribute`
#142783 closed
Jun 25, 2025 -
Leading underscore in path makes rust suggest to add a crate named `_` with edition >= 2018
#142662 closed
Jun 25, 2025 -
`impl_trait_in_bindings` and pick-constraint region bounds
#61773 closed
Jun 25, 2025 -
Fix for `non_upper_case_globals` should replace all usages
#124061 closed
Jun 25, 2025 -
Misoptimization around asm mul+div
#99830 closed
Jun 24, 2025 -
`unreachable_patterns` lint due to `min_exhaustive_patterns`
#129031 closed
Jun 24, 2025 -
Performance issues: Two examples of Rust programs significantly slower than their C++ versions
#141476 closed
Jun 24, 2025 -
Linking error when compiled to `arm64ec-pc-windows-msvc`
#138541 closed
Jun 24, 2025 -
Tracking issue for `concat_idents`
#29599 closed
Jun 24, 2025 -
Tracking Issue for allowing comparisons between `CStr`, `CString`, and `Cow<CStr>`.
#137265 closed
Jun 24, 2025 -
UnixStream doesn't set MSG_NOSIGNAL as UnixDatagram
#139956 closed
Jun 24, 2025 -
track the version and PR in which a nightly feature was removed
#141619 closed
Jun 24, 2025 -
Copying and pasting from rustdoc code view leaves blank lines
#141464 closed
Jun 24, 2025 -
Interactive cross compilation hangs
#142926 closed
Jun 24, 2025 -
str::split does not clarify what happens when there is no match
#142734 closed
Jun 24, 2025 -
compiletest "not found errors" output is badly formatted
#140940 closed
Jun 24, 2025 -
Missing `use std::fmt::Write;` with `write!`: rustc suggests editing the sysroot
#139830 closed
Jun 24, 2025 -
ICE: abi_map: `None`
#142107 closed
Jun 24, 2025 -
ICE: `Architecture x86_64 does not support GpuKernel calling convention`
#138738 closed
Jun 24, 2025 -
ICE: `internal compiler error[E0391]: cycle detected when computing function signature of impl`
#132430 closed
Jun 24, 2025 -
The `check_abi` function in typeck is not called for ABIs in trait declarations
#86232 closed
Jun 24, 2025 -
`HashMap::new()` panics inside UEFI environments that don't support RNG protocol
#138252 closed
Jun 24, 2025 -
Temporary lifetime extension applies to the last expression of a `for` loop body, causing unnecessary errors
#118544 closed
Jun 23, 2025 -
`unnameable_types` lint emits incorrect visibility syntax
#126241 closed
Jun 23, 2025 -
regression: `Atomic` is ambiguous
#142427 closed
Jun 23, 2025 -
Broken inner inline attribute causes ICE
#142891 closed
Jun 23, 2025 -
Should warn when calling blanket implementation of a method rather than our own
#61930 closed
Jun 23, 2025 -
regression: thread 'rustc' panicked, assertion `left != right` failed
#142425 closed
Jun 22, 2025 -
deadlock detected
#120749 closed
Jun 22, 2025 -
[mir-opt] SRoA away the tuple in `match (a, b)`
#139739 closed
Jun 22, 2025 -
Tracking issue for release notes of #136160: Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`
#139073 closed
Jun 22, 2025 -
Tracking issue for release notes of #119220: Uplift `clippy::invalid_null_ptr_usage` lint
#138638 closed
Jun 22, 2025 -
Tracking issue for release notes of #137869: Demote i686-pc-windows-gnu to Tier 2
#141593 closed
Jun 22, 2025 -
Tracking issue for release notes of #139764: Consistent trait bounds for ExtractIf Debug impls
#140995 closed
Jun 22, 2025 -
Tracking issue for release notes of #140514: Stabilize proc_macro::Span::{file, local_file}.
#140905 closed
Jun 22, 2025 -
Tracking issue for release notes of #134273: de-stabilize bench attribute
#140629 closed
Jun 22, 2025 -
Tracking issue for release notes of #124141: Remove `Nonterminal` and `TokenKind::Interpolated` (part 2)
#140488 closed
Jun 22, 2025 -
Tracking issue for release notes of #137280: stabilize ptr::swap_nonoverlapping in const
#140416 closed
Jun 22, 2025 -
Tracking issue for release notes of #139865: Stabilize proc_macro::Span::{start,end,line,column}.
#140300 closed
Jun 22, 2025 -
Tracking issue for release notes of #139224: fix(test): Expose '--no-capture' in favor of `--nocapture`
#140296 closed
Jun 22, 2025 -
Tracking issue for release notes of #137096: Stabilize flags for doctest cross compilation
#140270 closed
Jun 22, 2025 -
Tracking issue for release notes of #139646: check types of const param defaults
#140183 closed
Jun 22, 2025 -
Tracking issue for release notes of #139042: Do not remove trivial `SwitchInt` in analysis MIR
#140045 closed
Jun 22, 2025 -
Tracking issue for release notes of #139309: make abi_unsupported_vector_types a hard error
#140046 closed
Jun 22, 2025 -
Tracking issue for release notes of #139535: Implement `Default` for raw pointers
#140014 closed
Jun 22, 2025 -
Tracking issue for release notes of #139483: f*::NAN: guarantee that this is a quiet NaN
#139986 closed
Jun 22, 2025 -
Tracking issue for release notes of #132833: Stabilize let chains in the 2024 edition
#139951 closed
Jun 22, 2025 -
Tracking issue for release notes of #134446: Stabilize the `cell_update` feature
#139925 closed
Jun 22, 2025 -
Tracking issue for release notes of #136926: Stabilize `-Zdwarf-version` as `-Cdwarf-version`
#139747 closed
Jun 22, 2025 -
Tracking issue for release notes of #138632: Stabilize `cfg_boolean_literals`
#139565 closed
Jun 22, 2025 -
Tracking issue for release notes of #134213: Stabilize `naked_functions`
#139428 closed
Jun 22, 2025 -
Tracking issue for release notes of #139275: Update the minimum external LLVM to 19
#139454 closed
Jun 22, 2025 -
Tracking issue for release notes of #136877: Fix missing const for inherent pointer `replace` methods
#139413 closed
Jun 22, 2025 -
Tracking issue for release notes of #137928: stabilize const_cell
#139115 closed
Jun 22, 2025 -
rustc 1.89.0-nightly: `rustc interrupted by SIGILL`
#142880 closed
Jun 22, 2025 -
`ast::mut_visit::MutVisitor` and `ast::visit::Visitor` do not have corresponding methods for all their methods
#127615 closed
Jun 22, 2025 -
ICE: hir: explicit panic
#142649 closed
Jun 22, 2025 -
Directly calling `"msp430-interrupt" fn` should also be invalid
#132839 closed
Jun 21, 2025 -
Directly calling `extern "riscv-interrupt-{m,s}" fn`... compiles?
#132836 closed
Jun 21, 2025 -
Directly calling `"x86-interrupt" fn` should be invalid
#132834 closed
Jun 21, 2025 -
ICE: jump threading: 2 != 1
#131451 closed
Jun 21, 2025 -
strip = "symbols" doesn't work when cross-compiling from linux to macOS
#114411 closed
Jun 21, 2025 -
Draft release notes for 1.88.0
#141598 closed
Jun 21, 2025 -
A different case of "implementation of `FnOnce` is not general enough"
#129291 closed
Jun 21, 2025 -
inconsistent exit code on ICE
#130105 closed
Jun 21, 2025 -
CopyProp doesn't always respect Tree Borrows
#141122 closed
Jun 21, 2025 -
dead_code false positive introduced in rustc 1.78.0-nightly (8ace7ea1f 2024-02-07)
#120770 closed
Jun 21, 2025 -
std::ptr::copy() can read from uninitialized statics (unsound)
#142532 closed
Jun 21, 2025 -
bootstrap: Chaning `src/rustdoc-json-types` doesn't rebuild `rustdoc`
#142738 closed
Jun 20, 2025 -
Integer `to_string` is slow
#135543 closed
Jun 20, 2025 -
When should `cfg(target_feature = "backchain")` (s390x target feature) be enabled?
#142412 closed
Jun 20, 2025 -
rustdoc: Some sort of rendering optimization is needed for large source files
#142060 closed
Jun 19, 2025 -
Allow storing `format_args!` in a let binding
#92698 closed
Jun 19, 2025 -
On Windows a `static` address changes when copied into another `static` across a module boundary
#127518 closed
Jun 19, 2025
75 Issues opened by 57 people
-
Tracking issue for release notes of #140772: {aarch64,x86_64}-pc-windows-gnullvm: build host tools
#143062 opened
Jun 26, 2025 -
Slow indirect function calls with 16-byte by-pointer enum argument
#143050 opened
Jun 26, 2025 -
`std::sync::poison` documentation typo
#143049 opened
Jun 26, 2025 -
const-eval can construct uninhabited values via recursive static initialization
#143047 opened
Jun 26, 2025 -
Compiler panics on `fs::remove_dir(&host)
#143045 opened
Jun 26, 2025 -
Performance issue for x test tidy
#143032 opened
Jun 25, 2025 -
Bounds check not elided for `slice::split_at` after loop
#143027 opened
Jun 25, 2025 -
`unused_must_use` triggers inside macro where suggestion does not make sense
#143025 opened
Jun 25, 2025 -
Crash when compiling to m68k
#143024 opened
Jun 25, 2025 -
Incorrect help suggestion on a syntax error in the where part of an enum
#143023 opened
Jun 25, 2025 -
Higher-ranked lifetimes captured by `impl Trait` result in too many errors in 2024 edition
#143022 opened
Jun 25, 2025 -
"avoid using named labels" mis-identifies inst operand as label
#143021 opened
Jun 25, 2025 -
rustc hangs when resolving recursive trait impls with undeclared generic types
#143018 opened
Jun 25, 2025 -
Tracking issue to remove `TyKind::CoroutineWitness` from the type system
#143017 opened
Jun 25, 2025 -
iter::zip changes vectorization behaviour even if value is unused
#143016 opened
Jun 25, 2025 -
should_panic in doctests accepts crashes, aborts, std::process::exit
#143009 opened
Jun 25, 2025 -
Weird error message when trying to use a private constructor in a method
#143008 opened
Jun 25, 2025 -
Rare ICE in cstore_impl.rs with proc macro
#143005 opened
Jun 25, 2025 -
Cannot Use NoOp Procedural Macro as Custom Inner Attribute
#143003 opened
Jun 25, 2025 -
Tracking Issue for `macro_named_capture_groups`
#142999 opened
Jun 25, 2025 -
enable-llvm-link-shared produces static llvm
#142994 opened
Jun 25, 2025 -
new non-determinism introduced recently
#142989 opened
Jun 24, 2025 -
Doctest line numbers should be corrected to the failing line, not the start of the test
#142985 opened
Jun 24, 2025 -
Report doctest line numbers in a clickable format
#142984 opened
Jun 24, 2025 -
"expected fn item, found a different fn item" for [(f, "f"), (g, "g")] even though [f, g] infers fine
#142970 opened
Jun 24, 2025 -
Document that programmer can't use generic NonZero
#142966 opened
Jun 24, 2025 -
Applying `do_not_recommend` to tuple implementations causes them to not be decomposed in diagnostics
#142961 opened
Jun 24, 2025 -
`Slice::contains` produces worse output than `.iter().any`
#142954 opened
Jun 24, 2025 -
Missed optimization: re-checking enum variants after `std::mem::replace` is not eliminated (somtimes)
#142951 opened
Jun 24, 2025 -
ICE: `Could not send CguMessage to main thread`
#142949 opened
Jun 24, 2025 -
`{UnsafeCell,Cell}::from_mut` on `&mut [T; 0]` then unsize-coerced in consteval reports UB in safe code
#142948 opened
Jun 24, 2025 -
Change `NonNull::{as_ref, as_mut}` to take `self` rather than `&self` in a future edition
#142947 opened
Jun 24, 2025 -
Tracking issue for release notes of #140005: Set MSG_NOSIGNAL for UnixStream
#142939 opened
Jun 24, 2025 -
normalize_lexically should mention other functions that do basic normalization
#142931 opened
Jun 23, 2025 -
Support different paths remapping for different scopes
#142917 opened
Jun 23, 2025 -
Worse perf with NonZero
#142914 opened
Jun 23, 2025 -
ICE: ` region parameter out of range when instantiating args`
#142913 opened
Jun 23, 2025 -
std::io::Write panics when write calls return negative values with larger absolute value than 4095.
#142909 opened
Jun 23, 2025 -
A package-lock.json for eslint?
#142902 opened
Jun 23, 2025 -
size_of_val is allowed on an uninitialized static
#142900 opened
Jun 23, 2025 -
Consider separate lints for "hierarchical" unused lints (or some way to opt-out)
#142899 opened
Jun 23, 2025 -
Error E0311 help suggests adding an explicit lifetime bound on unknown `anon` type
#142887 opened
Jun 22, 2025 -
ICE with `-Znext-solver=globally`: `index out of bounds`
#142866 opened
Jun 22, 2025 -
rustc on NixOS produces SIGBUS: access to undefined memory
#142865 opened
Jun 22, 2025 -
rustc hangs when resolving trait impl with invalid type parameters
#142863 opened
Jun 22, 2025 -
FR: Add a `--fail-fast` option to libtest
#142859 opened
Jun 22, 2025 -
error: failed to build archive failed to map object file: memory map must have a non-zero length
#142858 opened
Jun 22, 2025 -
`run-make`: cross-compiling C to `android` fails
#142855 opened
Jun 21, 2025 -
"conflicting implementations of trait" for two distinct types
#142853 opened
Jun 21, 2025 -
RwLock::try_write should say that it fails with WouldBlock if there's a shared lock
#142852 opened
Jun 21, 2025 -
`io::stdin().read_to_end()` drops a byte on certain Unicode input (Windows only)
#142847 opened
Jun 21, 2025 -
Compile-time resource exhaustion from type complexity via recursive generic traits
#142840 opened
Jun 21, 2025 -
A path towards erroring on nonsense attributes
#142838 opened
Jun 21, 2025 -
Warn or error on duplicate attributes
#142836 opened
Jun 21, 2025 -
rustdoc HTML shouldn't rely on HIR pretty-printing for attributes
#142835 opened
Jun 21, 2025 -
rustc hangs in misc_checking_1
#142834 opened
Jun 21, 2025 -
compiler gets stuck on recursive impl with duplicated for<'a> Trait bounds
#142832 opened
Jun 21, 2025 -
Tracking issue for release notes of #142134: Reject unsupported `extern "{abi}"`s consistently in all positions
#142831 opened
Jun 21, 2025 -
ICE:Failed to normalize std::option::Option<Alias(Projection, AliasTy
#142829 opened
Jun 21, 2025 -
`-L` and `-o` rustc arguments can be used unintuitively
#142812 opened
Jun 20, 2025 -
invalid syntax in "consider further restricting this bound" when there is already a bound present
#142803 opened
Jun 20, 2025 -
Inaccurate diagnostic when using associated type as a value
#142797 opened
Jun 20, 2025 -
RUSTFLAGS="-Zautodiff=Enable" should enable fat-lto
#142796 opened
Jun 20, 2025 -
rustdoc: items in deprecated modules should count as deprecated for search ranking
#142793 opened
Jun 20, 2025 -
Closure argument type ambiguity errors when the outer call has wrong number of arguments
#142790 opened
Jun 20, 2025 -
rustdoc ui doesn't show associated types for folded summaries of trait implementations
#142782 opened
Jun 20, 2025 -
ICE: rustc_query_system: dep_graph: assertion failed (dep node index out of range)
#142778 opened
Jun 20, 2025 -
ICE: `unelided lifetime in signature`
#142773 opened
Jun 20, 2025 -
Trying to move a `&mut` out of a `static` gives confusing error
#142772 opened
Jun 20, 2025 -
`super let` with `&mut [T; 0]` in `const` has inconsistent borrow-checking behavior
#142766 opened
Jun 20, 2025 -
Tracking issue for release notes of #126043: Tracking Issue for `mixed_integer_ops_unsigned_sub`
#142761 opened
Jun 20, 2025 -
Tracking Issue for `const` `Clone`
#142757 opened
Jun 19, 2025 -
Cannot build `rustc` from master branch on Windows 10
#142754 opened
Jun 19, 2025 -
Linux release builds fail with undefined symbol errors on rust 1.87
#142752 opened
Jun 19, 2025
260 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
suggest declaring modules when file found but module not defined
#142730 commented on
Jun 26, 2025 • 18 new comments -
Remove fewer Storage calls in CopyProp and GVN
#142531 commented on
Jun 25, 2025 • 11 new comments -
Implement unstable trait impl
#140399 commented on
Jun 25, 2025 • 9 new comments -
GCI: Don't evaluate the initializer of free const items that have trivially unsatisfied predicates
#142293 commented on
Jun 26, 2025 • 9 new comments -
Prevent ABI changes affect EnzymeAD
#142544 commented on
Jun 26, 2025 • 8 new comments -
Refactor resolve_ident_in_module to use scopes
#142547 commented on
Jun 25, 2025 • 7 new comments -
New const traits syntax
#139858 commented on
Jun 26, 2025 • 7 new comments -
Refactor StableMIR
#140643 commented on
Jun 26, 2025 • 5 new comments -
Print thread ID in panic message
#115746 commented on
Jun 26, 2025 • 5 new comments -
rustdoc search: rank aliases lower than exact matches
#142653 commented on
Jun 20, 2025 • 5 new comments -
Unify `CoroutineWitness` sooner in typeck, and stall coroutine obligations based off of `TypingEnv`
#141762 commented on
Jun 26, 2025 • 5 new comments -
Implement `int_format_into` feature
#142098 commented on
Jun 23, 2025 • 4 new comments -
Distinguish delim kind to decide whether to emit unexpected closing delimiter
#138554 commented on
Jun 26, 2025 • 3 new comments -
[lib] In-place initialization infrastructure
#142518 commented on
Jun 20, 2025 • 3 new comments -
Reduce special casing for the panic runtime
#140809 commented on
Jun 26, 2025 • 3 new comments -
rustdoc search: prefer stable items in search results
#141658 commented on
Jun 24, 2025 • 3 new comments -
[rustdoc] Do not emit redundant_explicit_links lint if the doc comment comes from expansion
#141648 commented on
Jun 25, 2025 • 3 new comments -
Do not include NUL-terminator in computed length
#142708 commented on
Jun 23, 2025 • 3 new comments -
More robustly deal with relaxed bounds and improve their diagnostics
#142693 commented on
Jun 21, 2025 • 2 new comments -
Fix unuseful span in type error in some format_args!() invocations
#140916 commented on
Jun 21, 2025 • 2 new comments -
Put negative implementors first and apply same ordering logic to foreign implementors
#142380 commented on
Jun 26, 2025 • 2 new comments -
Update `MaybeUninitializedPlaces` and `MaybeInitializedPlaces` for `otherwise`
#142707 commented on
Jun 26, 2025 • 2 new comments -
[perf] Compute hard errors without diagnostics in impl_intersection_has_impossible_obligation
#142647 commented on
Jun 25, 2025 • 2 new comments -
Use the .drectve section for exporting symbols from dlls on Windows
#142568 commented on
Jun 26, 2025 • 2 new comments -
const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns
#140942 commented on
Jun 26, 2025 • 2 new comments -
Add test cases for namespaced crates
#142437 commented on
Jun 23, 2025 • 2 new comments -
gpu offload host code generation
#142097 commented on
Jun 26, 2025 • 2 new comments -
Split elided_lifetime_in_paths into finer-grained lints
#120808 commented on
Jun 24, 2025 • 2 new comments -
Allow volatile access to non-Rust memory, including address 0
#141260 commented on
Jun 26, 2025 • 2 new comments -
Report infer ty errors during hir ty lowering
#142420 commented on
Jun 26, 2025 • 1 new comment -
add track_caller attribute to map_err and ok_or/_else
#142093 commented on
Jun 24, 2025 • 1 new comment -
`rustdoc-json-types`: Intern `Type`s to deduplicate and flatten
#142327 commented on
Jun 24, 2025 • 1 new comment -
Change one `FxHashMap` to `FxIndexMap` in librustdoc
#138871 commented on
Jun 20, 2025 • 1 new comment -
print proc res for failed case in comp test
#141977 commented on
Jun 21, 2025 • 1 new comment -
make RefCell unstably const
#137843 commented on
Jun 26, 2025 • 1 new comment -
Specialize sleep_until implementation for unix (except mac)
#141829 commented on
Jun 25, 2025 • 1 new comment -
Document fully-qualified syntax in `as`' keyword doc
#142670 commented on
Jun 25, 2025 • 1 new comment -
Detect more cases of unused_parens around types
#142237 commented on
Jun 22, 2025 • 1 new comment -
Make metadata a workproduct and reuse it
#114669 commented on
Jun 26, 2025 • 1 new comment -
Add tracing in Miri for tcx.`layout_of` calls
#142721 commented on
Jun 26, 2025 • 1 new comment -
wasm: rm static mut
#142727 commented on
Jun 20, 2025 • 1 new comment -
Rustdoc js: even more typechecking improvements
#142270 commented on
Jun 26, 2025 • 1 new comment -
Perform unused assignment and unused variables lints on MIR.
#142390 commented on
Jun 25, 2025 • 1 new comment -
Add an aarch64-msvc build running on ARM64 Windows
#140136 commented on
Jun 23, 2025 • 0 new comments -
Implement pin-project in pattern matching for `&pin mut|const T`
#139751 commented on
Jun 25, 2025 • 0 new comments -
Support mcdc analysis for pattern matching
#124278 commented on
Jun 24, 2025 • 0 new comments -
Document that mpmc channels deliver an item to one receiver.
#140158 commented on
Jun 24, 2025 • 0 new comments -
Stabilize `fn_align`: `#[align(N)]` on functions
#140261 commented on
Jun 22, 2025 • 0 new comments -
Use lld by default on `x86_64-unknown-linux-gnu` stable
#140525 commented on
Jun 25, 2025 • 0 new comments -
Split up the `unknown_or_malformed_diagnostic_attributes` lint
#140717 commented on
Jun 26, 2025 • 0 new comments -
Region inference: Use outlives-static constraints in constraint search
#140737 commented on
Jun 25, 2025 • 0 new comments -
Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)`, `i1xN` and `x86amx`
#140763 commented on
Jun 25, 2025 • 0 new comments -
[DO NOT MERGE] build Enzyme as archive
#140799 commented on
Jun 26, 2025 • 0 new comments -
`impl PartialEq<{str,String}> for {Path,PathBuf}`
#140956 commented on
Jun 26, 2025 • 0 new comments -
compiletest: add option for automatically adding annotations
#141033 commented on
Jun 24, 2025 • 0 new comments -
Suggest cloning `Arc` moved into closure
#124595 commented on
Jun 26, 2025 • 0 new comments -
Experimental: Add Derive Proc-Macro Caching
#129102 commented on
Jun 20, 2025 • 0 new comments -
Properly deduce object lifetime defaults in projections & trait refs
#129543 commented on
Jun 26, 2025 • 0 new comments -
Remove precise placeholder tracking from region inference
#130227 commented on
Jun 26, 2025 • 0 new comments -
Suggest adding missing braces in `const` block pattern
#130751 commented on
Jun 19, 2025 • 0 new comments -
Warn about C-style octal literals
#131309 commented on
Jun 23, 2025 • 0 new comments -
Support multiple stability attributes on items
#131824 commented on
Jun 24, 2025 • 0 new comments -
Stabilize `derive(CoercePointee)`
#133820 commented on
Jun 26, 2025 • 0 new comments -
[WIP] Use weak linkage instead of compiler generated shims
#134522 commented on
Jun 26, 2025 • 0 new comments -
lint ImproperCTypes: overhaul (take 2 of "better handling of indirections")
#134697 commented on
Jun 23, 2025 • 0 new comments -
Document the behaviour of RUST_MIN_STACK=0
#135178 commented on
Jun 24, 2025 • 0 new comments -
Implement `push_mut`
#135975 commented on
Jun 26, 2025 • 0 new comments -
Specialize `Iterator::eq{_by}` for `TrustedLen` iterators
#137122 commented on
Jun 26, 2025 • 0 new comments -
fix for issue 132802: x86 code in `wasm32-unknown-unknown` binaries
#137457 commented on
Jun 24, 2025 • 0 new comments -
bootstrap: allow to set clippy.toml for x.py clippy
#137785 commented on
Jun 26, 2025 • 0 new comments -
Fix split index calculation in `check_type_alias_where_clause_location`
#138037 commented on
Jun 24, 2025 • 0 new comments -
add nvptx_target_feature
#138689 commented on
Jun 22, 2025 • 0 new comments -
linker: Move native library search from linker to rustc
#138753 commented on
Jun 23, 2025 • 0 new comments -
Allow `enum` and `union` literals to also create SSA values
#138759 commented on
Jun 25, 2025 • 0 new comments -
Implement RFC 3631: add rustdoc doc_cfg features
#138907 commented on
Jun 23, 2025 • 0 new comments -
Extend `QueryStability` to handle `IntoIterator` implementations
#139345 commented on
Jun 26, 2025 • 0 new comments -
Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::cmp`
#139357 commented on
Jun 25, 2025 • 0 new comments -
Explicitly export core and std macros
#139493 commented on
Jun 25, 2025 • 0 new comments -
dirfd: preliminary unix and windows implementations
#139514 commented on
Jun 23, 2025 • 0 new comments -
Simplify `ObligationCauseCode::IfExpression`
#139594 commented on
Jun 26, 2025 • 0 new comments -
Do not run per-module late lints if they can be all skipped
#139597 commented on
Jun 23, 2025 • 0 new comments -
Remove `Symbol` from `Named` variant of `BoundRegionKind`/`LateParamRegionKind`
#139598 commented on
Jun 25, 2025 • 0 new comments -
install docs for each target in different directory
#142478 commented on
Jun 25, 2025 • 0 new comments -
Add armv7-unknown-linux-musleabihf host tools to CI
#142538 commented on
Jun 22, 2025 • 0 new comments -
small iter.intersperse.fold() optimization
#142549 commented on
Jun 26, 2025 • 0 new comments -
Allow `#[must_use]` on associated types to warn on unused values in generic contexts
#142590 commented on
Jun 26, 2025 • 0 new comments -
Do not suggest compatible variants inside macro
#142611 commented on
Jun 23, 2025 • 0 new comments -
Move placeholder error handling to before region inference
#142623 commented on
Jun 25, 2025 • 0 new comments -
Only compute recursive callees once.
#142625 commented on
Jun 25, 2025 • 0 new comments -
Remove some glob imports from the type system
#142637 commented on
Jun 26, 2025 • 0 new comments -
error out when `repr(align)` exceeds COFF limit
#142638 commented on
Jun 23, 2025 • 0 new comments -
Implement autodiff using intrinsics
#142640 commented on
Jun 24, 2025 • 0 new comments -
Generate symbols.o for proc-macros too
#142641 commented on
Jun 24, 2025 • 0 new comments -
rustdoc-json: Postcard output
#142642 commented on
Jun 19, 2025 • 0 new comments -
Show the offset, length and memory of uninit read errors
#142673 commented on
Jun 23, 2025 • 0 new comments -
Misc cleanups of `generic_arg_infer` related HIR logic
#142678 commented on
Jun 25, 2025 • 0 new comments -
Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")]`
#142681 commented on
Jun 20, 2025 • 0 new comments -
Update bundled musl to 1.2.5
#142682 commented on
Jun 25, 2025 • 0 new comments -
Skip debug dep node code in non-incremental mode
#142686 commented on
Jun 23, 2025 • 0 new comments -
Offload device1
#142696 commented on
Jun 26, 2025 • 0 new comments -
Remove incorrect comments in `Weak`
#142700 commented on
Jun 25, 2025 • 0 new comments -
hir_analysis: add missing sizedness bounds
#142712 commented on
Jun 23, 2025 • 0 new comments -
[crater] Add `impl From<f16> for f32`
#142723 commented on
Jun 22, 2025 • 0 new comments -
Add lint rule for `#[deprecated]` on re-exports (rebase)
#142731 commented on
Jun 25, 2025 • 0 new comments -
Canonicalize input ty/ct infer/placeholder in the root universe
#142732 commented on
Jun 24, 2025 • 0 new comments -
lazily reevaluate nested goals
#142735 commented on
Jun 26, 2025 • 0 new comments -
Fix unsoundness in some tests
#142741 commented on
Jun 21, 2025 • 0 new comments -
make `tidy-alphabetical` use a natural sort
#141311 commented on
Jun 26, 2025 • 0 new comments -
rustc_const_eval: Expose APIs for signalling foreign accesses to memory
#141391 commented on
Jun 19, 2025 • 0 new comments -
Allow `&raw [mut | const]` for union field in safe
#141469 commented on
Jun 26, 2025 • 0 new comments -
rustdoc: add ways of collapsing all impl blocks
#141663 commented on
Jun 23, 2025 • 0 new comments -
Insert checks for enum discriminants when debug assertions are enabled
#141759 commented on
Jun 24, 2025 • 0 new comments -
Stabilize `#[cfg(version(...))]`, take 2
#141766 commented on
Jun 26, 2025 • 0 new comments -
compiler: use FramePointer::NonLeaf on illumos
#141798 commented on
Jun 26, 2025 • 0 new comments -
make rust-analyzer use a dedicated build directory
#141839 commented on
Jun 26, 2025 • 0 new comments -
Introduce `ByteSymbol`
#141875 commented on
Jun 26, 2025 • 0 new comments -
Stabilize `feature(more_qualified_paths)`
#141922 commented on
Jun 24, 2025 • 0 new comments -
[PERF] Rework unsizing coercions in new solver
#141926 commented on
Jun 26, 2025 • 0 new comments -
Doc: clarify priority of lint level sources
#142021 commented on
Jun 20, 2025 • 0 new comments -
Start moving wf checking away from HIR
#142030 commented on
Jun 26, 2025 • 0 new comments -
Check definitions of arguments before suggest move expr out of loop
#142189 commented on
Jun 25, 2025 • 0 new comments -
`rustc_const_eval`: respect `target.min_global_align`
#142198 commented on
Jun 25, 2025 • 0 new comments -
Fast path for WF goals in new solver
#142223 commented on
Jun 26, 2025 • 0 new comments -
Remove deadlock detection for benchmarking
#142247 commented on
Jun 21, 2025 • 0 new comments -
tests: Do not run afoul of asm.validity.non-exhaustive in input-stats
#142285 commented on
Jun 25, 2025 • 0 new comments -
tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test
#142304 commented on
Jun 23, 2025 • 0 new comments -
Don't fold in Instantiate when there's nothing to fold
#142317 commented on
Jun 26, 2025 • 0 new comments -
Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins`
#142323 commented on
Jun 24, 2025 • 0 new comments -
Don't give APITs names with macro expansion placeholder fragments in it
#142393 commented on
Jun 25, 2025 • 0 new comments -
Add note when inherent impl for a alias type defined outside of the crate
#142415 commented on
Jun 23, 2025 • 0 new comments -
`tests/ui`: A New Order [13/N]
#142429 commented on
Jun 24, 2025 • 0 new comments -
Add new `doc(attribute = "...")` attribute
#142472 commented on
Jun 23, 2025 • 0 new comments -
Triage ignored tests by given them reasons or fixing them
#13745 commented on
Jun 23, 2025 • 0 new comments -
track renamed and removed library feature gates
#141617 commented on
Jun 23, 2025 • 0 new comments -
Wrong error on wrapping arithmetic with -Zmir-opt-level=2
#82646 commented on
Jun 23, 2025 • 0 new comments -
Tracking Issue for Parallel Rustc Front-end
#113349 commented on
Jun 23, 2025 • 0 new comments -
In-band lifetimes: Lint against single-use lifetime names
#44752 commented on
Jun 23, 2025 • 0 new comments -
The ABI of float types can be changed by `-Ctarget-feature`
#116344 commented on
Jun 23, 2025 • 0 new comments -
Diagnostic suggestions sometimes incorrectly point to external crates
#88514 commented on
Jun 22, 2025 • 0 new comments -
Tracking implementation for MC/DC
#124144 commented on
Jun 22, 2025 • 0 new comments -
MC/DC LLVM 19 intrinsics changes
#126672 commented on
Jun 22, 2025 • 0 new comments -
SIGILL when compiling `cc` with `-C instrument-coverage` `-Z coverage-options=mcdc`
#140677 commented on
Jun 22, 2025 • 0 new comments -
`#[target_feature]` mismatch on unsafe trait fn vs its impl causes sneaky UB
#139368 commented on
Jun 22, 2025 • 0 new comments -
ci: git `Unknown option: -C`
#142534 commented on
Jun 22, 2025 • 0 new comments -
Forbidding lints doesn't really work in macros
#110613 commented on
Jun 22, 2025 • 0 new comments -
Error building rustc on M2 chip MacBook
#142349 commented on
Jun 22, 2025 • 0 new comments -
run-make: audit the `ignore-{windows,msvc,windows-msvc}` tests
#128602 commented on
Jun 22, 2025 • 0 new comments -
`extern "x86-interrupt" fn` allows absurd signatures
#132835 commented on
Jun 21, 2025 • 0 new comments -
Generic associated types break lifetime checks
#97515 commented on
Jun 24, 2025 • 0 new comments -
Tracking Issue for Aarch64 neon FEAT_LUT
#138050 commented on
Jun 24, 2025 • 0 new comments -
Tracking issue for release notes of #140985: Change `core::iter::Fuse`'s `Default` impl to do what its docs say it does
#142463 commented on
Jun 24, 2025 • 0 new comments -
jsondocck: replace JSONPath with jq as json query language.
#142479 commented on
Jun 24, 2025 • 0 new comments -
Tracking Issue for ui test suite improvements
#133895 commented on
Jun 24, 2025 • 0 new comments -
Tracking issue for release notes of #111137: Tracking Issue for AVX512 intrinsics
#141629 commented on
Jun 23, 2025 • 0 new comments -
Tracking Issue for std::fs::set_permissions_nofollow
#141607 commented on
Jun 23, 2025 • 0 new comments -
Tracking issue for trait aliases
#41517 commented on
Jun 23, 2025 • 0 new comments -
Make E0277 on `Sized` its own error code with more focused explanation
#130359 commented on
Jun 23, 2025 • 0 new comments -
Suggestions when a single-field enum variant pattern is needed
#94942 commented on
Jun 23, 2025 • 0 new comments -
rustdoc: Invalid automatic link
#142456 commented on
Jun 23, 2025 • 0 new comments -
Tracking issue for pin ergonomics
#130494 commented on
Jun 23, 2025 • 0 new comments -
Crater runs for 1.88
#141588 commented on
Jun 23, 2025 • 0 new comments -
Tracking Issue for `ptr::Alignment` type
#102070 commented on
Jun 23, 2025 • 0 new comments -
Tracking issue for LinkedList cursors
#58533 commented on
Jun 23, 2025 • 0 new comments -
ICE: `expected SIMD field to have definite array size`
#137291 commented on
Jun 23, 2025 • 0 new comments -
Meta tracking issue for `const fn`
#57563 commented on
Jun 20, 2025 • 0 new comments -
`div_ceil` does not yield optimal code for unsigned const divisor
#142348 commented on
Jun 20, 2025 • 0 new comments -
Redundant memset in convolution kernel
#142469 commented on
Jun 20, 2025 • 0 new comments -
sysroot spans still not printed, when remap-path-prefix is set with a custom path
#74786 commented on
Jun 20, 2025 • 0 new comments -
Tracking issue for RFC 2045: improving `#[target_feature]`
#44839 commented on
Jun 20, 2025 • 0 new comments -
Tracking Issue for `VecDeque::pop_front_if` & `VecDeque::pop_back_if`
#135889 commented on
Jun 20, 2025 • 0 new comments -
Tracking Issue for #138068: Add `Result::map_or_default` and `Option::map_or_default`
#138099 commented on
Jun 20, 2025 • 0 new comments -
False positive `dead_code` lint when type is only used via destructuring
#132874 commented on
Jun 20, 2025 • 0 new comments -
Regression: false negative lint dead_code: dead code is not detected for struct if it implements FromStr
#142541 commented on
Jun 20, 2025 • 0 new comments -
ICE `error performing operation: fully_perform`
#140123 commented on
Jun 20, 2025 • 0 new comments -
Tracking Issue for `mpmc`
#126840 commented on
Jun 20, 2025 • 0 new comments -
Implementors column on trait page is always empty
#91118 commented on
Jun 20, 2025 • 0 new comments -
rustdoc-json: Structured representation of attributes
#141358 commented on
Jun 20, 2025 • 0 new comments -
Drop is called for match wildcards even when all matched variants have no Drop
#142705 commented on
Jun 20, 2025 • 0 new comments -
Remove crates.io `compiler-builtins` from the library workspace
#142265 commented on
Jun 19, 2025 • 0 new comments -
Tracking issue for release notes of #140748: Allow storing `format_args!()` in variable
#142227 commented on
Jun 19, 2025 • 0 new comments -
Cross-compiling from x86_64-linux to aarch64-darwin produces a broken (stripped) dylib
#141913 commented on
Jun 21, 2025 • 0 new comments -
Creating a nested MaybeUninit array unnecessarily calls memset
#139355 commented on
Jun 21, 2025 • 0 new comments -
rustdoc: Consider eliminating edition sensitivity around RPIT capturing
#135453 commented on
Jun 21, 2025 • 0 new comments -
`std::process::exit` is not thread-safe in combination with C code calling `exit`
#126600 commented on
Jun 21, 2025 • 0 new comments -
alloc_error_handler can be an `unsafe fn` which is then unsoundly invoked
#134225 commented on
Jun 21, 2025 • 0 new comments -
where bounds not properly inherited?
#88048 commented on
Jun 21, 2025 • 0 new comments -
consider bannig empty `panic`/`unreachable`/ `bug`s from rustc codebase
#118955 commented on
Jun 21, 2025 • 0 new comments -
link.exe crashed during compilation
#141626 commented on
Jun 21, 2025 • 0 new comments -
Tracking Issue for `str::trim_prefix`, `str::trim_suffix`, `slice::trim_prefix` and `slice::trim_suffix`
#142312 commented on
Jun 21, 2025 • 0 new comments -
Tracking issue for promoting `!` to a type (RFC 1216)
#35121 commented on
Jun 21, 2025 • 0 new comments -
Tracking issue for release notes of #142575: Ensure copy* intrinsics also perform the static self-init checks
#142576 commented on
Jun 21, 2025 • 0 new comments -
MSVC on x86-32 Windows fails to align variables to their required alignment
#112480 commented on
Jun 20, 2025 • 0 new comments -
ICE:`None` in compiler\rustc_middle\src\ty\sty.rs
#142709 commented on
Jun 20, 2025 • 0 new comments -
[ICE]: `None` in compiler/rustc_middle/src/ty/sty.rs
#129882 commented on
Jun 20, 2025 • 0 new comments -
`match` on uninhabited type does not trigger UB in Miri
#142394 commented on
Jun 20, 2025 • 0 new comments -
E0308 doesn't provide a help message in loops when using `let-else`
#142602 commented on
Jun 20, 2025 • 0 new comments -
A dep graph node (mir_drops_elaborated_and_const_checked) does not have an unique index
#141540 commented on
Jun 26, 2025 • 0 new comments -
`./x test library/std` fails with library profile
#142505 commented on
Jun 26, 2025 • 0 new comments -
Tracking Issue for `const_ref_cell`
#137844 commented on
Jun 26, 2025 • 0 new comments -
Tracking Issue for `const_slice_make_iter`
#137737 commented on
Jun 26, 2025 • 0 new comments -
Imports from private std dependency `object` shouldn't be suggested
#138191 commented on
Jun 26, 2025 • 0 new comments -
rustc suggest adding an import of `compiler_builtins`
#142676 commented on
Jun 25, 2025 • 0 new comments -
Confusing errors from type (mis-)inference
#102163 commented on
Jun 25, 2025 • 0 new comments -
ICE: `Got a scalar pair where a scalar was expected`
#121363 commented on
Jun 25, 2025 • 0 new comments -
Decision: Use the condition name `rust_version` for RFC 2523
#142651 commented on
Jun 25, 2025 • 0 new comments -
Tracking issue for RFC 3681: Default field values
#132162 commented on
Jun 25, 2025 • 0 new comments -
`TcpListener::accept` not retrying transient errors is a footgun
#142557 commented on
Jun 25, 2025 • 0 new comments -
Tracking issue: Attribute refactor
#131229 commented on
Jun 25, 2025 • 0 new comments -
Tracking Issue for duration_constructors_lite
#140881 commented on
Jun 25, 2025 • 0 new comments -
hang in fulfill due to exponential blowup
#110544 commented on
Jun 25, 2025 • 0 new comments -
rustc hangs / infinite loop on small example with generic_const_exprs and specialization
#126609 commented on
Jun 25, 2025 • 0 new comments -
`sys::thread_local::key::tests::destructors` fails under x86 Windows 7
#141300 commented on
Jun 25, 2025 • 0 new comments -
test
#124078 commented on
Jun 25, 2025 • 0 new comments -
sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets
#123617 commented on
Jun 26, 2025 • 0 new comments -
rustdoc: hide `#[repr]` if it isn't part of the public ABI
#116882 commented on
Jun 21, 2025 • 0 new comments -
[perf] test MCP510
#113382 commented on
Jun 21, 2025 • 0 new comments -
Report allocation errors as panics, second attempt
#112331 commented on
Jun 26, 2025 • 0 new comments -
[do not merge] CI experiments
#112049 commented on
Jun 26, 2025 • 0 new comments -
[WIP] Add support for custom allocator for `String`
#101551 commented on
Jun 20, 2025 • 0 new comments -
Tracking Issue for `mixed_integer_ops_unsigned_sub`
#126043 commented on
Jun 26, 2025 • 0 new comments -
Tracking Issue for `unsigned_signed_diff`
#126041 commented on
Jun 26, 2025 • 0 new comments -
Tracking Issue for `breakpoint` feature (`core::arch::breakpoint`)
#133724 commented on
Jun 26, 2025 • 0 new comments -
`x test tidy` can be faster
#141074 commented on
Jun 26, 2025 • 0 new comments -
dbg! prints can tear in multi-threading code
#136703 commented on
Jun 26, 2025 • 0 new comments -
E0529 wrong infinite suggestion to add `as_deref`
#130243 commented on
Jun 26, 2025 • 0 new comments -
ICE: `DefId::expect_local DefId isn't local`
#133808 commented on
Jun 26, 2025 • 0 new comments -
Writing to a static is somehow allowed while initializing that same static
#142404 commented on
Jun 26, 2025 • 0 new comments -
[codegen] unnecessary panicking branch in `foo().await` (vs equivalent `FutureImpl.await`)
#71093 commented on
Jun 26, 2025 • 0 new comments -
let_chains stabilization followups
#140722 commented on
Jun 25, 2025 • 0 new comments -
Consider folkertdev's `c_variadic` proposal
#141524 commented on
Jun 25, 2025 • 0 new comments -
Tracking issue for `impl Trait` in `const` and `static` items and `let` bindings
#63065 commented on
Jun 25, 2025 • 0 new comments -
Tuple-struct constructor visibility leads to inconsistency in pattern matching
#76494 commented on
Jun 24, 2025 • 0 new comments -
Tracking Issue for AVX512 intrinsics
#111137 commented on
Jun 24, 2025 • 0 new comments -
rustdoc doesn't render `#[non_exhaustive]` on enum variants
#142599 commented on
Jun 24, 2025 • 0 new comments -
`adt_sized_constraint` called on non-struct type
#135287 commented on
Jun 24, 2025 • 0 new comments -
error: internal compiler error: compiler/rustc_infer/src/infer/lexical_region_resolve/mod.rs:486:17: cannot relate region: LUB('{erased}, '{erased})
#127033 commented on
Jun 24, 2025 • 0 new comments -
(Reproducible) Found unstable fingerprints for evaluate_obligation(fe6269799238ead4-76dd6f107d00ff42): Ok(EvaluatedToAmbig)
#140793 commented on
Jun 24, 2025 • 0 new comments -
Official binaries for `wasm32-unknown-unknown` (and potentially other WASM platforms?) contain code for the wrong architecture
#132802 commented on
Jun 24, 2025 • 0 new comments -
Tracking issue for release notes of #137268: Allow comparisons between `CStr`, `CString`, and `Cow<CStr>`.
#142049 commented on
Jun 24, 2025 • 0 new comments -
Add SIMD operations that use f16 and f128
#125440 commented on
Jun 24, 2025 • 0 new comments -
Tracking Issue for `ambiguous_glob_imports` lint
#114095 commented on
Jun 24, 2025 • 0 new comments -
Tracking Issue for `UniqueRc`/`UniqueArc`
#112566 commented on
Jun 24, 2025 • 0 new comments -
Tracking issue for error source iterators
#58520 commented on
Jun 24, 2025 • 0 new comments -
rustc_session: be more precise about -Z plt=yes on x86-64?
#141720 commented on
Jun 24, 2025 • 0 new comments -
fluent diagnostics can easily overwrite each others' fields/args
#142031 commented on
Jun 25, 2025 • 0 new comments -
Performance regression in tight loop since rust 1.25
#53340 commented on
Jun 25, 2025 • 0 new comments -
`cargo test` performance regression on Windows on version 1.75.0
#119560 commented on
Jun 25, 2025 • 0 new comments -
Missing AsMut<[T;N]> for [T;N]
#129849 commented on
Jun 25, 2025 • 0 new comments -
[QNX] Failure to link with std on QNX 8.0
#142726 commented on
Jun 25, 2025 • 0 new comments -
Name change cargo check fail
#132375 commented on
Jun 25, 2025 • 0 new comments -
[ICE]: Both stable and nightly crash at `compiler/rustc_const_eval/src/interpret/operand.rs:84:42` on the invalid code under `opt-level=3`
#135128 commented on
Jun 25, 2025 • 0 new comments -
Tracking Issue for trim-paths RFC 3127
#111540 commented on
Jun 25, 2025 • 0 new comments -
Port backtrace-rs test-crates to rustc repo
#122899 commented on
Jun 25, 2025 • 0 new comments -
Duplicate diagnostics when using `--message-format json` with `--all-targets`/`--bins --tests`
#143007 commented on
Jun 25, 2025 • 0 new comments -
Tracking Issue for `core_float_math`
#137578 commented on
Jun 25, 2025 • 0 new comments -
Tracking issue for the `x86-interrupt` calling convention
#40180 commented on
Jun 25, 2025 • 0 new comments -
`RUST_BACKTRACE=full` loop with `-Cpanic=abort` on `aarch64-unknown-linux-gnu`
#123733 commented on
Jun 25, 2025 • 0 new comments -
`-C force-frame-pointers=yes` not respected by `-Z build-std` or `opt-level = "z"` on `riscv32imc-unknown-none-elf`
#136198 commented on
Jun 25, 2025 • 0 new comments -
Failed to capture backtrace when compiling with `--remap-path-prefix=${PWD}=` on `aarch64-apple-darwin`
#135853 commented on
Jun 25, 2025 • 0 new comments -
download-rustc appears broken under CI conditions
#142244 commented on
Jun 25, 2025 • 0 new comments