-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Insights: rust-lang/rust
Overview
Could not load contribution data
Please try again later
171 Pull requests merged by 79 people
-
Use
Wunused-crate-dependencies
for the compiler#137930 merged
Mar 20, 2025 -
Portable SIMD subtree update
#138687 merged
Mar 20, 2025 -
Rollup of 7 pull requests
#138714 merged
Mar 20, 2025 -
Remove E0773 "A builtin-macro was defined more than once."
#138613 merged
Mar 20, 2025 -
Fix next solver handling of shallow trait impl check
#138594 merged
Mar 20, 2025 -
If a label is placed on the block of a loop instead of the header, suggest moving it to the header.
#138589 merged
Mar 20, 2025 -
core/slice: Mark some
split_off
variants unstably const#138540 merged
Mar 20, 2025 -
mir_build: consider privacy when checking for irrefutable patterns
#138001 merged
Mar 20, 2025 -
Implement default methods for
io::Empty
andio::Sink
#137051 merged
Mar 20, 2025 -
MaybeUninit
inherent slice methods part 2#135394 merged
Mar 20, 2025 -
Represent diagnostic side effects as dep nodes
#122156 merged
Mar 19, 2025 -
CI: mirror alpine and centos images to ghcr
#138658 merged
Mar 19, 2025 -
Remove double nesting in post-merge workflow
#138656 merged
Mar 19, 2025 -
coverage: Don't store a body span in
FunctionCoverageInfo
#138659 merged
Mar 19, 2025 -
rustc-dev-guide sync
#138655 merged
Mar 19, 2025 -
Remove the regex dependency from coretests
#138654 merged
Mar 19, 2025 -
Revert: Add *_value methods to proc_macro lib
#138661 merged
Mar 19, 2025 -
Remove existing AFIDT implementation
#138670 merged
Mar 19, 2025 -
Various codegen_llvm cleanups
#138674 merged
Mar 19, 2025 -
use then in docs for
fuse
to enhance readability#138684 merged
Mar 19, 2025 -
clarify BufRead::{fill_buf, consume} docs
#136177 merged
Mar 19, 2025 -
Rollup of 10 pull requests
#138693 merged
Mar 19, 2025 -
Leave a breadcrumb towards bootstrap config documentation in
bootstrap.toml
#138080 merged
Mar 19, 2025 -
exit: document interaction with C
#136320 merged
Mar 19, 2025 -
Rollup of 7 pull requests
#138653 merged
Mar 19, 2025 -
Add
#[cfg(test)]
for Transition in dfa inrustc_transmute
#138644 merged
Mar 19, 2025 -
Unvacation myself
#138642 merged
Mar 19, 2025 -
Implement
read_buf
for Hermit#138301 merged
Mar 19, 2025 -
Extract
for_each_immediate_subpat
from THIR pattern visitors#138635 merged
Mar 19, 2025 -
rustdoc-json: Add tests for
#[repr(...)]
#138569 merged
Mar 19, 2025 -
Temporarily disable Fuchsia test job to unblock queue
#138690 merged
Mar 19, 2025 -
uefi: fs: Implement exists
#135368 merged
Mar 18, 2025 -
Rollup of 7 pull requests
#138630 merged
Mar 18, 2025 -
Flatten
if
s inrustc_codegen_ssa
#138619 merged
Mar 18, 2025 -
Only use
DIST_TRY_BUILD
for try jobs that were not selected explicitly#138533 merged
Mar 18, 2025 -
Fix ICE: attempted to remap an already remapped filename
#138556 merged
Mar 18, 2025 -
Move
hir::Item::ident
intohir::ItemKind
.#138384 merged
Mar 18, 2025 -
Store test diffs in job summaries and improve analysis formatting
#138531 merged
Mar 18, 2025 -
rustc_target: Add target feature constraints for LoongArch
#138608 merged
Mar 18, 2025 -
Clarify "owned data" in E0515.md
#138508 merged
Mar 18, 2025 -
Mangle rustc_std_internal_symbols functions
#127173 merged
Mar 18, 2025 -
Install licenses into
share/doc/rust/licenses
#138412 merged
Mar 17, 2025 -
Rollup of 7 pull requests
#138611 merged
Mar 17, 2025 -
rustdoc-json: Don't also include
#[deprecated]
inItem::attrs
#138577 merged
Mar 17, 2025 -
Avoid double lowering of idents
#138588 merged
Mar 17, 2025 -
Stabilize
asm_goto
feature gate#133870 merged
Mar 17, 2025 -
Emit function declarations for functions with
#[linkage="extern_weak"]
#138349 merged
Mar 17, 2025 -
mir_build: Avoid some useless work when visiting "primary" bindings
#137465 merged
Mar 17, 2025 -
Denote
ControlFlow
as#[must_use]
#137449 merged
Mar 17, 2025 -
change config.toml to bootstrap.toml
#137081 merged
Mar 17, 2025 -
Document
#![register_tool]
#138586 merged
Mar 17, 2025 -
Stablize anonymous pipe
#137793 merged
Mar 17, 2025 -
Add
*_value
methods to proc_macro lib#136355 merged
Mar 17, 2025 -
Add std support to cygwin target
#137621 merged
Mar 17, 2025 -
std: Mention clone-on-write mutation in Arc<T>
#138341 merged
Mar 17, 2025 -
Flatten and simplify some control flow 🫓
#138590 merged
Mar 17, 2025 -
update change entry for #137147
#138592 merged
Mar 17, 2025 -
Rollup of 9 pull requests
#138595 merged
Mar 17, 2025 -
Update Rust Foundation links in Readme
#138584 merged
Mar 17, 2025 -
Improve upvar analysis for deref of child capture
#138517 merged
Mar 17, 2025 -
Use
strip_{prefix|suffix}
instead of{starts|ends}_with
+indexing#138566 merged
Mar 17, 2025 -
doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmove
#136359 merged
Mar 17, 2025 -
document capacity for ZST as example
#136293 merged
Mar 17, 2025 -
Rollup of 5 pull requests
#138583 merged
Mar 17, 2025 -
Make
_Unwind_Action
a type alias, not enum#138573 merged
Mar 17, 2025 -
refactor
notable_traits_button
to use iterator combinators instead of for loop#136816 merged
Mar 17, 2025 -
Misc print request handling cleanups + a centralized test for print request stability gating
#138552 merged
Mar 17, 2025 -
Add
From<{integer}>
forf16
/f128
impls#138363 merged
Mar 17, 2025 -
Promote ohos targets to tier2 with host tools.
#137011 merged
Mar 16, 2025 -
Optimize multi-char string patterns
#138537 merged
Mar 16, 2025 -
Rollup of 4 pull requests
#138551 merged
Mar 16, 2025 -
Fix the OperandRef type for NullOp::{UbChecks,ContractChecks}
#138549 merged
Mar 16, 2025 -
core: Make
Debug
impl of raw pointers print metadata if present#135080 merged
Mar 16, 2025 -
libstd: rustdoc: correct note on fds 0/1/2 pre-main
#137492 merged
Mar 16, 2025 -
fix doc path in std::fmt macro
#137538 merged
Mar 16, 2025 -
[beta] backports
#138525 merged
Mar 16, 2025 -
added some new test to check for result and options opt
#137278 merged
Mar 16, 2025 -
Add missing doc for intrinsic (Fix PR135334)
#138309 merged
Mar 16, 2025 -
Add RTN support to rustdoc
#137956 merged
Mar 16, 2025 -
Use lit span when suggesting suffix lit cast
#138484 merged
Mar 16, 2025 -
Properly escape regexes in Python scripts
#137968 merged
Mar 16, 2025 -
Add codegen test for #129795
#138472 merged
Mar 16, 2025 -
Clean up some tests in tests/ui
#138471 merged
Mar 16, 2025 -
linkchecker: bump html5ever
#138465 merged
Mar 16, 2025 -
Rollup of 16 pull requests
#138548 merged
Mar 16, 2025 -
doc: clarify that consume can be called after BufReader::peek
#137890 merged
Mar 16, 2025 -
Remove
#[cfg(not(test))]
gates incore
#138082 merged
Mar 16, 2025 -
Don't drop
Rvalue::WrapUnsafeBinder
during GVN#137864 merged
Mar 16, 2025 -
Add exclude to config.toml
#137147 merged
Mar 16, 2025 -
Expand
CloneToUninit
documentation.#133055 merged
Mar 16, 2025 -
debug-assert that the size_hint is well-formed in
collect
#138329 merged
Mar 16, 2025 -
expose
is_s390x_feature_detected!
fromstd::arch
#138275 merged
Mar 16, 2025 -
Expand and organize
offset_of!
documentation.#138323 merged
Mar 16, 2025 -
Fix Ptr inconsistency in {Rc,Arc}
#138303 merged
Mar 16, 2025 -
Update sccache to 0.10.0
#137665 merged
Mar 16, 2025 -
[stable] Release 1.85.1
#138521 merged
Mar 15, 2025 -
Mark myself as unavailable for reviews temporarily
#138524 merged
Mar 15, 2025 -
feat: check ARG_MAX on Unix platforms
#138439 merged
Mar 15, 2025 -
Enforce type of const param correctly in MIR typeck
#138283 merged
Mar 15, 2025 -
Rollup of 5 pull requests
#138532 merged
Mar 15, 2025 -
Remove fake borrows of refs that are converted into non-refs in
MakeByMoveBody
#138514 merged
Mar 15, 2025 -
resolve: Avoid some unstable iteration
#138502 merged
Mar 15, 2025 -
Use
rustc_type_ir
directly less in the codebase#138464 merged
Mar 15, 2025 -
Do not suggest using
-Zmacro-backtrace
for builtin macros#138379 merged
Mar 15, 2025 -
Rollup of 9 pull requests
#138523 merged
Mar 15, 2025 -
Fix typo in hir lowering lint diag
#138518 merged
Mar 15, 2025 -
Make
Parser::parse_expr_cond
public#138511 merged
Mar 15, 2025 -
Mirror NetBSD sources
#138507 merged
Mar 15, 2025 -
Improve post-merge workflow
#138454 merged
Mar 15, 2025 -
rustc_target: Add target features for LoongArch v1.1
#138056 merged
Mar 15, 2025 -
Pass struct field HirId when check_expr_struct_fields
#138460 merged
Mar 15, 2025 -
Build GCC on CI with GCC, not Clang
#138451 merged
Mar 15, 2025 -
Refactor is_snake_case.
#138474 merged
Mar 15, 2025 -
Fix HIR printing of parameters
#138482 merged
Mar 15, 2025 -
Update cargo
#138519 merged
Mar 15, 2025 -
remove must_use from <*const T>::expose_provenance
#138353 merged
Mar 14, 2025 -
Rollup of 9 pull requests
#138506 merged
Mar 14, 2025 -
Deny impls for
BikeshedGuaranteedNoDrop
#138477 merged
Mar 14, 2025 -
Take a break from reviews
#138495 merged
Mar 14, 2025 -
Provide helpful diagnostics for shebang lookalikes
#137619 merged
Mar 14, 2025 -
Pass
CI_JOB_DOC_URL
to Docker#138487 merged
Mar 14, 2025 -
remove comment regarding a removed test directive
#138469 merged
Mar 14, 2025 -
Remove
RUN_CHECK_WITH_PARALLEL_QUERIES
#138452 merged
Mar 14, 2025 -
Display valid crate types in error message for --crate-type flag
#134720 merged
Mar 14, 2025 -
Rustc dev guide subtree update
#138485 merged
Mar 14, 2025 -
uefi: helpers: Add DevicePathNode abstractions
#137424 merged
Mar 14, 2025 -
Overhaul examples for PermissionsExt
#136001 merged
Mar 14, 2025 -
Remove myself from libs review
#138466 merged
Mar 14, 2025 -
Remove an outdated line from a test comment
#138461 merged
Mar 14, 2025 -
Reword incorrect documentation about SocketAddr having varying layout
#136230 merged
Mar 14, 2025 -
Sync Fuchsia target spec with clang Fuchsia driver
#136892 merged
Mar 14, 2025 -
Remove usage of legacy scheme paths on RedoxOS
#138457 merged
Mar 14, 2025 -
Add documentation URL to selected jobs
#136911 merged
Mar 14, 2025 -
Improve HashMap docs for const and static initializers
#137870 merged
Mar 14, 2025 -
EUV: fix place of deref pattern's interior's scrutinee
#138442 merged
Mar 14, 2025 -
update error message
#138441 merged
Mar 14, 2025 -
Add
src/tools/x
to the main workspace#138179 merged
Mar 14, 2025 -
Enable metrics and verbose tests in PR CI
#138396 merged
Mar 14, 2025 -
atomic intrinsics: clarify which types are supported and (if applicable) what happens with provenance
#138398 merged
Mar 14, 2025 -
use
expect
instead ofallow
#138389 merged
Mar 14, 2025 -
Rollup of 16 pull requests
#138480 merged
Mar 14, 2025 -
Visit
PatField
when collecting lint levels#138434 merged
Mar 14, 2025 -
fix: remove the check of lld not supporting @response-file
#138432 merged
Mar 14, 2025 -
Allow more top-down inlining for single-BB callees
#138157 merged
Mar 14, 2025 -
Don't
alloca
just to look at a discriminant#138391 merged
Mar 14, 2025 -
Add an opt-out in pretty printing for RTN rendering
#138126 merged
Mar 13, 2025 -
Fix RISC-V VxWorks LLVM target triples
#138427 merged
Mar 13, 2025 -
Don't emit error within cast function, propagate it as a
CastError
#138423 merged
Mar 13, 2025 -
Adapt to LLVM dropping CfiFunctionIndex::begin()/end()
#138420 merged
Mar 13, 2025 -
minor interpreter cleanups
#138417 merged
Mar 13, 2025 -
Update mdbook to 0.4.47
#138406 merged
Mar 13, 2025 -
Remove
feature = "hash_raw_entry"
#138425 merged
Mar 13, 2025 -
Delegation: allow foreign fns
reuse
#138399 merged
Mar 13, 2025 -
Rollup of 8 pull requests
#138459 merged
Mar 13, 2025 -
Add a .bss-like scheme for encoded const allocs
#137152 merged
Mar 13, 2025 -
Enable
f16
tests forpowf
#138343 merged
Mar 13, 2025 -
Update compiletest's
has_asm_support
to match rustc#138371 merged
Mar 13, 2025 -
bump libc to 0.2.171 to fix xous
#138356 merged
Mar 13, 2025 -
Cleanup sysroot locating a bit
#138404 merged
Mar 13, 2025 -
make precise capturing args in rustdoc Json typed
#138109 merged
Mar 13, 2025 -
attempt to support
BinaryFormat::Xcoff
innaked_asm!
#137816 merged
Mar 13, 2025 -
Rollup of 6 pull requests
#138450 merged
Mar 13, 2025 -
Add libstd support for Trusty targets
#136842 merged
Mar 13, 2025 -
remove deprecated tool
rls
#126856 merged
Mar 13, 2025 -
rustdoc-json: Refractor and document Id's
#133981 merged
Mar 13, 2025 -
Implement
read_buf
and vectored read/write for SGX stdio#137355 merged
Mar 13, 2025 -
Rollup of 8 pull requests
#138448 merged
Mar 13, 2025 -
Update the standard library to Rust 2024
#138162 merged
Mar 13, 2025 -
metadata: Ignore sysroot when doing the manual native lib search in rustc
#138273 merged
Mar 13, 2025 -
naked functions: on windows emit
.endef
without the symbol name#138346 merged
Mar 13, 2025 -
Simulate OOM for the
try_oom_error
test#138370 merged
Mar 13, 2025
112 Pull requests opened by 72 people
-
`librustdoc`: more `impl fmt::Display`
#138455 opened
Mar 13, 2025 -
Fix struct_tail_raw argument order and ObligationCause usage
#138456 opened
Mar 13, 2025 -
type privacy: Check constructor types in tuple struct patterns
#138458 opened
Mar 13, 2025 -
Dedup `&mut *` reborrow suggestion in loops
#138462 opened
Mar 13, 2025 -
feat: add `succinct-zkvm` os and target
#138463 opened
Mar 13, 2025 -
rustdoc js: add nonnull helper and typecheck src-script.js
#138468 opened
Mar 13, 2025 -
Test interaction between RFC 2229 migration and use closures
#138470 opened
Mar 13, 2025 -
Implement `feature(precise_capturing_of_types)`
#138473 opened
Mar 14, 2025 -
Remove `NtExpr` and `NtLiteral`
#138478 opened
Mar 14, 2025 -
Target modifiers fix for bool flags without value
#138483 opened
Mar 14, 2025 -
Describe lifetime of call argument temporaries passed indirectly
#138489 opened
Mar 14, 2025 -
Forward `stream_position` in `Arc<File>` as well
#138490 opened
Mar 14, 2025 -
remove `feature(inline_const_pat)`
#138492 opened
Mar 14, 2025 -
Implement Deref<Target=ByteStr> for CStr
#138498 opened
Mar 14, 2025 -
borrowck typeck children together with their root
#138499 opened
Mar 14, 2025 -
Avoid wrapping constant allocations in packed structs when not necessary
#138503 opened
Mar 14, 2025 -
Nul terminate rust string literals
#138504 opened
Mar 14, 2025 -
Add test to ensure no index out of bounds panic (#135474)
#138509 opened
Mar 14, 2025 -
expand: Leave traces when expanding `cfg_attr` attributes
#138515 opened
Mar 14, 2025 -
shared-generics: Do not share instantiations that contain local-only types
#138522 opened
Mar 14, 2025 -
deref patterns: implement implicit deref patterns
#138528 opened
Mar 15, 2025 -
Suggest `crate` keyword when unresolved path contains current crate's name
#138529 opened
Mar 15, 2025 -
Cleanup `LangString::parse`
#138535 opened
Mar 15, 2025 -
stable_mir: Add `MutMirVisitor`
#138536 opened
Mar 15, 2025 -
Make performance description of String::insert_str more precise
#138538 opened
Mar 15, 2025 -
Move coercion hack from `coerce_unsized` to `check_cast`
#138542 opened
Mar 15, 2025 -
Add MIR pre-codegen tests to track #138544
#138545 opened
Mar 15, 2025 -
Add integer to string formatting tests
#138546 opened
Mar 15, 2025 -
Fix build err autodiff libs
#138553 opened
Mar 16, 2025 -
[Lexer] Remove spurious unexpected delimiter error by matching remain…
#138554 opened
Mar 16, 2025 -
Implement guaranteed tail calls with the become keyword in the LLVM backend
#138555 opened
Mar 16, 2025 -
Rwlock try upgrade
#138560 opened
Mar 16, 2025 -
Optimize slice Iter::nth
#138562 opened
Mar 16, 2025 -
add `naked_functions_target_feature` unstable feature
#138570 opened
Mar 16, 2025 -
rustdoc: be more strict about "Methods from Deref"
#138574 opened
Mar 16, 2025 -
resolve: Avoid some unstable iteration 2
#138580 opened
Mar 16, 2025 -
Abort in deadlock handler if we fail to get a query map
#138581 opened
Mar 16, 2025 -
Don't require `alloca`s for consuming simple enums
#138582 opened
Mar 16, 2025 -
Refactor git change detection in bootstrap
#138591 opened
Mar 17, 2025 -
[do not merge] beta test for git change detection (#138591)
#138597 opened
Mar 17, 2025 -
avoid overflow when generating debuginfo for expanding recursive types
#138599 opened
Mar 17, 2025 -
add FCW to warn about wasm ABI transition
#138601 opened
Mar 17, 2025 -
Slim `rustc_parse_format` dependencies down
#138602 opened
Mar 17, 2025 -
Report line number of test when should_panic test failed
#138603 opened
Mar 17, 2025 -
Clean up librustdoc::html::render to be better encapsulated
#138605 opened
Mar 17, 2025 -
Fix missing rustfmt in msi installer - cont
#138606 opened
Mar 17, 2025 -
Add stack overflow handler for cygwin
#138609 opened
Mar 17, 2025 -
impl !PartialOrd for HirId
#138610 opened
Mar 17, 2025 -
Support using const pointers in asm `const` operand
#138618 opened
Mar 17, 2025 -
[bootstrap] Use llvm_runtimes for compiler-rt
#138623 opened
Mar 17, 2025 -
Add mipsel maintainer
#138624 opened
Mar 17, 2025 -
Autodiff cleanups
#138627 opened
Mar 17, 2025 -
Add more ergonomic clone tests
#138628 opened
Mar 17, 2025 -
Only use the new node hashmap for anonymous nodes
#138629 opened
Mar 17, 2025 -
Update test for SGX now implementing `read_buf`
#138631 opened
Mar 18, 2025 -
Stabilize `cfg_boolean_literals`
#138632 opened
Mar 18, 2025 -
Lower to a memset(undef) when Rvalue::Repeat repeats uninit
#138634 opened
Mar 18, 2025 -
Clean UI tests 2 of n
#138639 opened
Mar 18, 2025 -
Add unstable `--print=supported-crate-types` option
#138641 opened
Mar 18, 2025 -
[do not merge] Preparation for LLD stabilization
#138645 opened
Mar 18, 2025 -
Optimize `io::Write::write_fmt` for constant strings
#138650 opened
Mar 18, 2025 -
Reintroduce remote-test support in run-make tests
#138652 opened
Mar 18, 2025 -
Implement some basics in UEFI fs
#138662 opened
Mar 18, 2025 -
std: uefi: fs: Implement mkdir
#138667 opened
Mar 18, 2025 -
tests: accept some noise from LLVM 21 in symbols-all-mangled
#138669 opened
Mar 18, 2025 -
Fix `FileType` `PartialEq` implementation on Windows
#138671 opened
Mar 18, 2025 -
Avoiding calling queries when collecting active queries
#138672 opened
Mar 18, 2025 -
Fix build failure on Trusty
#138673 opened
Mar 18, 2025 -
Add release notes for 1.85.1
#138675 opened
Mar 18, 2025 -
Implement overflow for infinite implied lifetime bounds
#138676 opened
Mar 18, 2025 -
Add a new `mismatched_elided_lifetime_styles` lint
#138677 opened
Mar 18, 2025 -
rustc_resolve: fix instability in lib.rmeta contents
#138678 opened
Mar 18, 2025 -
Issue-125323: ICE non-ADT in struct pattern when long time constant evaluation is in for loop
#138679 opened
Mar 18, 2025 -
Allow drivers to supply a list of extra symbols to intern
#138682 opened
Mar 19, 2025 -
Cache fuchsia checkout in a docker layer
#138683 opened
Mar 19, 2025 -
Use `Option<Ident>` for lowered param names.
#138685 opened
Mar 19, 2025 -
Update Fuchsia toolchain, SDK, and checkout
#138686 opened
Mar 19, 2025 -
add nvptx_target_feature
#138689 opened
Mar 19, 2025 -
Reject `{true,false}` as revision names
#138692 opened
Mar 19, 2025 -
Fix: add ohos target notes
#138694 opened
Mar 19, 2025 -
Update to LLVM 20.1.1
#138695 opened
Mar 19, 2025 -
build dist for x86_64-pc-solaris and sparcv9-sun-solaris
#138699 opened
Mar 19, 2025 -
Suggest `-Whelp` when pass `--print lints` to rustc
#138700 opened
Mar 19, 2025 -
Make default_codegen_backend serializable
#138701 opened
Mar 19, 2025 -
Allow spawning threads after TLS destruction
#138702 opened
Mar 19, 2025 -
chore: remove redundant words in comment
#138703 opened
Mar 19, 2025 -
Simplify CI LLVM checks in bootstrap
#138704 opened
Mar 19, 2025 -
[perf] Decouple directly accessing a HIR owner from ast lowering
#138705 opened
Mar 19, 2025 -
Improve bootstrap git modified path handling
#138706 opened
Mar 19, 2025 -
[tentative] Revert "Convert `ShardedHashMap` to use `hashbrown::HashTable`"
#138708 opened
Mar 19, 2025 -
Update GCC submodule
#138709 opened
Mar 19, 2025 -
resolve: Support imports of associated types and glob imports from traits
#138712 opened
Mar 19, 2025 -
interpret memory access hooks: also pass through the Pointer used for the access
#138713 opened
Mar 19, 2025 -
Add an attribute that makes the spans from a macro edition 2021, and fix pin on edition 2024 with it
#138717 opened
Mar 19, 2025 -
merge opaque types defined in nested bodies
#138719 opened
Mar 19, 2025 -
Specify a concrete stack size in channel tests
#138720 opened
Mar 19, 2025 -
Use explicit cpu in some asm and codegen tests.
#138721 opened
Mar 19, 2025 -
Check attrs: Don't try to retrieve the name of list stems
#138724 opened
Mar 19, 2025 -
Do not rely on `type_var_origin` in `OrphanCheckErr::NonLocalInputType`
#138727 opened
Mar 20, 2025 -
Update `compiler-builtins` to 0.1.152
#138728 opened
Mar 20, 2025 -
Clean up `FnCtxt::resolve_coroutine_interiors`
#138729 opened
Mar 20, 2025 -
coverage: Add LLVM plumbing for expansion regions
#138731 opened
Mar 20, 2025 -
Use `def_path_str` for def id arg in `UnsupportedOpInfo`
#138732 opened
Mar 20, 2025 -
Rollup of 15 pull requests
#138733 opened
Mar 20, 2025 -
Remove `llvm` and `llvms` triagebot ping aliases for `icebreakers-llvm` ping group
#138735 opened
Mar 20, 2025 -
Sanitizers target modificators
#138736 opened
Mar 20, 2025 -
uefi: Update r-efi
#138737 opened
Mar 20, 2025 -
A MIR pass simplifying trivial enum uses, and other temporary locals
#138739 opened
Mar 20, 2025 -
Move `ast::Item::ident` into `ast::ItemKind`
#138740 opened
Mar 20, 2025 -
rustc_target: Add more RISC-V vector-related features and use zvl*b target features in vector ABI check
#138742 opened
Mar 20, 2025 -
bootstrap: add `--ci` flag
#138743 opened
Mar 20, 2025 -
Add methods to TCP and UDP sockets to modify hop limit (refresh of #94678)
#138744 opened
Mar 20, 2025
76 Issues closed by 24 people
-
Tracking Issue for "Encryption library"
#138734 closed
Mar 20, 2025 -
Performance regression of x86-64-specific SIMD intrinsics
#138725 closed
Mar 20, 2025 -
"block label not supported here" when the label is in the wrong place
#138585 closed
Mar 20, 2025 -
Privately uninhabited types can affect how pattern matches are borrow-checked
#137999 closed
Mar 20, 2025 -
The status/purpose of the `i586-pc-windows-msvc` target is unclear
#137244 closed
Mar 20, 2025 -
std::os::windows::fs::symlink_file appears to incorrectly handle absolute paths
#138688 closed
Mar 19, 2025 -
ICE: `assertion failed: !eps.is_empty()`
#137895 closed
Mar 19, 2025 -
ICE: expected binder to have 2 projections, but it has 1
#137706 closed
Mar 19, 2025 -
ICE: `expected async fn in trait to return an RPITIT`
#136286 closed
Mar 19, 2025 -
Documentation for BufRead is confusing
#85394 closed
Mar 19, 2025 -
regression processing c-style doc comments in proc macros between 1.46 and 1.47
#80545 closed
Mar 19, 2025 -
Don't redirect doc.rust-lang.org to www.rust-lang.org/learn
#77537 closed
Mar 19, 2025 -
"error occurred: unknown target" when trying to add a new target
#135271 closed
Mar 18, 2025 -
bootstrap is broken for all custom targets on rust-1.85.0_beta
#137064 closed
Mar 18, 2025 -
rustdoc fails when building rust 1.85.0 for ARM targets
#137366 closed
Mar 18, 2025 -
Backport: Merged doctests unused in stable edition 2024
#138418 closed
Mar 18, 2025 -
Doctest merging doesn't work at all on stable
#137898 closed
Mar 18, 2025 -
Illegal instruction `mcr` on ARM926EJ-S
#138666 closed
Mar 18, 2025 -
Cross-compile for Android meets linker error
#138488 closed
Mar 18, 2025 -
[LoongArch] SIMD intrinsics not fully inlined in caller with target feature globally enabled
#133281 closed
Mar 18, 2025 -
E0515 searching internet for the phrase "owned value" does not give helpful results
#62071 closed
Mar 18, 2025 -
ICE: `rustdoc`: attempted to remap an already remapped filename
#138520 closed
Mar 18, 2025 -
`compiler-builtins` test no longer passing on `ppc64le`
#88520 closed
Mar 17, 2025 -
rustdoc-json: Don't include `#[deprecated]` in `Item::attrs`, as it's already in `Item::deprecation`
#138378 closed
Mar 17, 2025 -
1.85.0 Build fails with LLVM 20: PassWrapper.cpp: error: void value not ignored as it ought to be
#138615 closed
Mar 17, 2025 -
compiler-builtins CI fails on powerpc64
#99853 closed
Mar 17, 2025 -
rename config.toml to bootstrap.toml
#126875 closed
Mar 17, 2025 -
[std::char] Add MAX_UTF8_LEN and MAX_UTF16_LEN
#45795 closed
Mar 17, 2025 -
rustdoc search: setting HTMLDialogElement.open directly is not reccomended
#138316 closed
Mar 17, 2025 -
mention Arc::make_mut alongside Mutex
#138322 closed
Mar 17, 2025 -
Tracking Issue for anonymous pipe API
#127154 closed
Mar 17, 2025 -
Const promotion regression: "temporary value dropped while borrowed"
#138600 closed
Mar 17, 2025 -
rustc interrupted by SIGSEGV, unexpectedly overflowed its stack
#138561 closed
Mar 17, 2025 -
std personality _Unwind_Action should not be a enum
#138558 closed
Mar 17, 2025 -
Infinite loop when trying to fill a Vector of MaybeUninit<SomeZeroSizedType>
#80747 closed
Mar 17, 2025 -
Trusty std doesn't build
#138571 closed
Mar 16, 2025 -
Broken doc links for standard library formatting macros
#137519 closed
Mar 16, 2025 -
Debug implementation of fat pointers doesn't show metadata
#128684 closed
Mar 16, 2025 -
What does "before-main stdio file descriptors are not guaranteed to be open on unix platforms" mean?
#137490 closed
Mar 16, 2025 -
Behavior of panicking Drop::drop is not properly documented
#60611 closed
Mar 16, 2025 -
Suboptimal Assembly Output from a Modulo on a Power of Two
#129795 closed
Mar 16, 2025 -
Integer literal type suggestions do not account for parentheses
#138392 closed
Mar 16, 2025 -
`size_hint` can be malformed from `rustc_middle::mir::traversal::Postorder`
#137919 closed
Mar 16, 2025 -
assertion hit in GVN with unsafe binder
#137846 closed
Mar 16, 2025 -
[rustbuild] Support `exclude` in config.toml, not just as a flag
#35678 closed
Mar 16, 2025 -
ICE in type-checking ... assert_receiver_is_total_eq
#138543 closed
Mar 16, 2025 -
docs for extend_from_slice say extend isnt specialized for slice yet
#53185 closed
Mar 15, 2025 -
by_move_body.rs:275:21: There should be at least a single deref for an upvar local initialization, found []
#138501 closed
Mar 15, 2025 -
A way to configure always using @argfile for linker invocations
#138421 closed
Mar 15, 2025 -
Expect doesn't work on struct field
#138319 closed
Mar 15, 2025 -
cargo clippy failed to apply fixes
#112502 closed
Mar 15, 2025 -
Provide a more helpful diagnostic on "shebang lookalikes" (and soon "frontmatter lookalikes" too)
#137249 closed
Mar 14, 2025 -
rustc --crate-type flag should display valid values
#70183 closed
Mar 14, 2025 -
Need access to OS specific `PATH_SEPARATOR`
#138505 closed
Mar 14, 2025 -
`std::Pin` documentation missing example
#58882 closed
Mar 14, 2025 -
regression: ICE: thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/decoder.rs:1501:75
#134715 closed
Mar 14, 2025 -
ICE: `explicit index of non-indexable type`
#125059 closed
Mar 14, 2025 -
allow(unused_variables) doesn't work on struct field bindings in patterns
#138428 closed
Mar 14, 2025 -
Hashmap section on const/static construction should mention `LazyLock` as a way to resolve problems mentioned.
#137566 closed
Mar 14, 2025 -
Documentation for PermissionsExt::set_mode should link to set_permissions
#91707 closed
Mar 14, 2025 -
`Range<usize>::next` should fully MIR-inline
#130590 closed
Mar 14, 2025 -
MIR inliner, despite running, doesn't always inline trivial things like `i32::le`
#138136 closed
Mar 14, 2025 -
Stop forcing an `alloc` just because something looked at the discriminant
#137503 closed
Mar 14, 2025 -
Crater run for `unit_bindings`
#136882 closed
Mar 13, 2025 -
Tracking issue for HashMap::raw_entry
#56167 closed
Mar 13, 2025 -
Delegation: It's impossible to `reuse` foreign fns
#127412 closed
Mar 13, 2025 -
Big static array causes rlib to bloat in size
#136519 closed
Mar 13, 2025 -
Case for Xcoff not handled in `prefix_and_suffix`
#137219 closed
Mar 13, 2025 -
rustdoc-json: Precise capturing JSON is untyped
#137616 closed
Mar 13, 2025 -
regression: ICE in rustc_codegen_ssa/src/mir/rvalue.rs:104:55:
#137892 closed
Mar 13, 2025 -
naked_functions: invalid instruction mnemonic <function name> on an .endef line
#138320 closed
Mar 13, 2025 -
`assert_eq!` fails with `const { .. }` in Rust 2024
#133081 closed
Mar 13, 2025 -
rustdoc-json: Document why Id can't just be DefId
#133780 closed
Mar 13, 2025 -
ICE: Broken MIR while testing type compatibility
#134383 closed
Mar 13, 2025 -
Add Dark Mode & Instagram Handle on Socials
#138447 closed
Mar 13, 2025
71 Issues opened by 49 people
-
"does not live long enough" errors due to moving into match block should be more helpful
#138741 opened
Mar 20, 2025 -
ICE: `Architecture x86_64 does not support GpuKernel calling convention`
#138738 opened
Mar 20, 2025 -
Constant value evaluation failure prints debug representation
#138730 opened
Mar 20, 2025 -
ICE: `no name for HirId`
#138723 opened
Mar 19, 2025 -
[msys2] can not compile Rust 1.85.1 with LLVM20 and GCC (all required changes are backported)
#138722 opened
Mar 19, 2025 -
`pin!()` macro cannot be expressed in Rust 2024
#138718 opened
Mar 19, 2025 -
Conditional compilation: E0747 and E0107 on generics and lifetime
#138716 opened
Mar 19, 2025 -
`import_trait_associated_functions` is not very compatible with `min_generic_const_args`
#138711 opened
Mar 19, 2025 -
ICE: rustc panicked at compiler\rustc_middle\src\mir\interpret\queries.rs:104:13
#138710 opened
Mar 19, 2025 -
error performing operation: fully_perform in ascribe_user_type
#138707 opened
Mar 19, 2025 -
rustc book: Outdated parameters for `--print`
#138698 opened
Mar 19, 2025 -
rustdoc: indicate when a trait has non-defaulted hidden items
#138697 opened
Mar 19, 2025 -
std::thread::spawn: thread-local storage panics
#138696 opened
Mar 19, 2025 -
Fuchsia CI is failing
#138691 opened
Mar 19, 2025 -
Failure to link rust dependency with LTO-enabled C FFI code built with GCC
#138681 opened
Mar 19, 2025 -
Inconsistent behavior in FileType comparisons on Windows
#138668 opened
Mar 18, 2025 -
rustc stuck during assoc normalization
#138665 opened
Mar 18, 2025 -
Optimize `const` pattern guards for `StructuralEq` types
#138664 opened
Mar 18, 2025 -
Compiletest should reject `true` and `false` as revision names
#138663 opened
Mar 18, 2025 -
ICE:rustc panicked at compiler\rustc_const_eval\src\interpret\eval_context.rs:555:33
#138660 opened
Mar 18, 2025 -
feature adt_const_params does not work with &'static str anymore
#138657 opened
Mar 18, 2025 -
Dist tools should receive some degree of smoke tests
#138649 opened
Mar 18, 2025 -
Dist compilers should receive some degree of smoke tests
#138648 opened
Mar 18, 2025 -
rustc-dev component is broken by missing literal-escaper
#138647 opened
Mar 18, 2025 -
test `rustc-dev` dist component on CI
#138646 opened
Mar 18, 2025 -
There should be a way to run specific run-make tests
#138643 opened
Mar 18, 2025 -
Tracking Issue for `--print=supported-crate-types`
#138640 opened
Mar 18, 2025 -
Tracking issue for release notes of #119220: Uplift `clippy::invalid_null_ptr_usage` lint
#138638 opened
Mar 18, 2025 -
unresolved import consider importing this struct through its public re-export instead (not a public re-export)
#138626 opened
Mar 17, 2025 -
Missed optimization when using const-blocks for MaybeUninit arrays
#138625 opened
Mar 17, 2025 -
TAIT: allow using '_ to reference the current lifetime
#138620 opened
Mar 17, 2025 -
rustdoc::formats::Cache does not contain enough data to unwrap type aliases
#138617 opened
Mar 17, 2025 -
f16 and f128 have non-trivial ABI requirements on some targets
#138616 opened
Mar 17, 2025 -
Some type aliases are not formatted as links in fields
#138614 opened
Mar 17, 2025 -
Suggest `-Whelp` if `--print=lints` is specified
#138612 opened
Mar 17, 2025 -
rustdoc incorrectly prints APIT in `AliasTy::new`
#138604 opened
Mar 17, 2025 -
pin macro no longer lifetime extends argument
#138596 opened
Mar 17, 2025 -
Inline assembly: semicolon comments ignored
#138587 opened
Mar 17, 2025 -
Can't infer both sides of a Result when using ?
#138579 opened
Mar 16, 2025 -
rustdoc: sidebar generation code duplicates logic
#138576 opened
Mar 16, 2025 -
rustdoc::clean::types::Type::is_doc_subtype_of has outdated example, and arguments are flipped
#138572 opened
Mar 16, 2025 -
Tracking Issue for `naked_functions_target_feature`
#138568 opened
Mar 16, 2025 -
cleanup rustdoc::html::render to be better encapsulated.
#138567 opened
Mar 16, 2025 -
triagebot: D-* labels should imply A-diagnostics
#138565 opened
Mar 16, 2025 -
ICE using `repr(align(…))` type as trait object receiver (arbitrary `self`-type)
#138564 opened
Mar 16, 2025 -
Linking LLVM in-tree as a shared library fails on macOS but not on Linux
#138563 opened
Mar 16, 2025 -
Tracking Issue for `rwlock-try-upgrade`
#138559 opened
Mar 16, 2025 -
rustc crashes with SIGSEGV when compiling a 1000 nested inline const blocks.
#138547 opened
Mar 15, 2025 -
Links in an exported proc-macro seem to always be broken without `cargo doc` warning about it?
#138575 opened
Mar 15, 2025 -
Simple `Option` use, like in `checked_sub`, should optimize out fully in MIR
#138544 opened
Mar 15, 2025 -
Linking error when compiled to `arm64ec-pc-windows-msvc`
#138541 opened
Mar 15, 2025 -
Tracking Issue for `const_split_off_first_last`
#138539 opened
Mar 15, 2025 -
ICE: unpretty dies because of invalid repr
#138534 opened
Mar 15, 2025 -
`impl Fn(T)` argument type is not infered from return type
#138530 opened
Mar 15, 2025 -
Stabilize Style Guide Entry for Precise Capture Syntax
#138527 opened
Mar 15, 2025 -
rust-lld on NixOS can't link the program if the target dir lives on a path with spaces in it
#138513 opened
Mar 14, 2025 -
SIGSEGV on aarch64 when running on Podman 5.4
#138512 opened
Mar 14, 2025 -
ICE: `can't get the span of an arbitrary parsed attribute: Parsed(Repr([(ReprEmpty.. `
#138510 opened
Mar 14, 2025 -
Removing trailing zeros of a NonZero
#138497 opened
Mar 14, 2025 -
self-referencial struct: mutable borrow not dropped?
#138496 opened
Mar 14, 2025 -
NetBSD archive servers are down
#138493 opened
Mar 14, 2025 -
`rustdoc --test` does not respect `-Zcrate-attr`
#138491 opened
Mar 14, 2025 -
Compiling to Apple's `arm64e` got linking error!
#138481 opened
Mar 14, 2025 -
lld linker error on mips64[el] linux targets.
#138479 opened
Mar 14, 2025 -
E0599 message misleads by framing inapplicable methods as "not found" in the "current scope"
#138476 opened
Mar 14, 2025 -
More principled tempdir usage by and between rustc, rustdoc and compiletest
#138475 opened
Mar 14, 2025 -
src-script.js: make srcIndex into a parameter instead of a global variable
#138467 opened
Mar 13, 2025 -
Some sanitizers should be target modifiers
#138453 opened
Mar 13, 2025
304 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.
-
Sized Hierarchy
#137944 commented on
Mar 20, 2025 • 37 new comments -
Initial support for dynamically linked crates
#134767 commented on
Mar 19, 2025 • 29 new comments -
Document `From::from` impls
#137330 commented on
Mar 17, 2025 • 27 new comments -
redesign stage 0 std
#119899 commented on
Mar 18, 2025 • 20 new comments -
Functionality for `int_format_into` for integer types
#138338 commented on
Mar 20, 2025 • 13 new comments -
KCFI: Add KCFI arity indicator support
#138368 commented on
Mar 16, 2025 • 10 new comments -
Unnecessary references lint
#138230 commented on
Mar 18, 2025 • 10 new comments -
Enable Non-determinism of float operations in Miri and change std tests
#138062 commented on
Mar 19, 2025 • 10 new comments -
fix pthread-based tls on apple targets
#137897 commented on
Mar 19, 2025 • 10 new comments -
Fix code suggestion for local enum patterns in non-exhaustive matches
#137783 commented on
Mar 19, 2025 • 9 new comments -
Implement a lint for implicit autoref of raw pointer dereference - take 2
#123239 commented on
Mar 17, 2025 • 9 new comments -
Add support for postfix yield expressions
#138435 commented on
Mar 19, 2025 • 8 new comments -
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
#136083 commented on
Mar 19, 2025 • 8 new comments -
-Zc-char-type=unsigned|signed|default flag for c_char->u8/i8 selection override
#138290 commented on
Mar 17, 2025 • 7 new comments -
Prefer built-in sized impls (and only sized impls) for rigid types always
#138176 commented on
Mar 18, 2025 • 6 new comments -
Start using pattern types in libcore
#136006 commented on
Mar 16, 2025 • 6 new comments -
Remove duplicate impl of string unescape from parse_format
#137995 commented on
Mar 20, 2025 • 6 new comments -
uefi: Add OwnedEvent abstraction
#138236 commented on
Mar 18, 2025 • 5 new comments -
Enable contracts for const functions
#138374 commented on
Mar 20, 2025 • 5 new comments -
Remove placeholders completely
#130227 commented on
Mar 19, 2025 • 5 new comments -
Add `iter` macro
#137725 commented on
Mar 20, 2025 • 5 new comments -
Add contracts for all functions in `Alignment`
#136578 commented on
Mar 19, 2025 • 5 new comments -
Add `explicit_extern_abis` Feature and Enforce Explicit ABIs
#135340 commented on
Mar 18, 2025 • 5 new comments -
ports the compiler test cases to new rust_intrinsic format
#138364 commented on
Mar 18, 2025 • 4 new comments -
Document results of non-positive logarithms
#137357 commented on
Mar 19, 2025 • 4 new comments -
Try enabling precondition checks on ptr::{read,write}
#129498 commented on
Mar 17, 2025 • 4 new comments -
simd intrinsics with mask: accept unsigned integer masks, and fix some of the errors
#137953 commented on
Mar 19, 2025 • 3 new comments -
Fix `PostBorrowckAnalysis` for old solver
#135899 commented on
Mar 19, 2025 • 3 new comments -
Uplift `clippy::invalid_null_ptr_usage` lint as `invalid_null_arguments`
#119220 commented on
Mar 18, 2025 • 3 new comments -
Add `f16` formatting and parsing
#127013 commented on
Mar 16, 2025 • 3 new comments -
Reduce FormattingOptions to 64 bits
#136974 commented on
Mar 20, 2025 • 3 new comments -
stop specializing on `Copy`
#135634 commented on
Mar 17, 2025 • 2 new comments -
Simplify `PartialOrd` on tuples containing primitives
#138135 commented on
Mar 19, 2025 • 2 new comments -
tests: adjust expectation for f128 abi on Windows
#138182 commented on
Mar 18, 2025 • 2 new comments -
Demote i686-pc-windows-gnu to Tier 2
#137869 commented on
Mar 17, 2025 • 2 new comments -
libstd: init(): dup() subsequent /dev/nulls instead of opening them again
#137494 commented on
Mar 15, 2025 • 2 new comments -
Introduce `-Zsplit-metadata` to split metadata out of rlibs/dylibs
#137535 commented on
Mar 14, 2025 • 2 new comments -
Optimize `ToString` implementation for integers
#136264 commented on
Mar 15, 2025 • 2 new comments -
Extend the alignment check to borrows
#137940 commented on
Mar 17, 2025 • 2 new comments -
Implement parsing of pinned borrows
#135731 commented on
Mar 16, 2025 • 2 new comments -
stabilize ptr::swap_nonoverlapping in const
#137280 commented on
Mar 19, 2025 • 1 new comment -
Ensure `swap_nonoverlapping` is really always untyped
#137412 commented on
Mar 15, 2025 • 1 new comment -
Add minimal x86_64-unknown-lynxos_178-elf support.
#138011 commented on
Mar 14, 2025 • 1 new comment -
Ensure constants are WF before calling into CTFE
#137972 commented on
Mar 16, 2025 • 1 new comment -
remove invalid workspaceFolder prefix from the zed rust-analyzer config
#138085 commented on
Mar 17, 2025 • 1 new comment -
Initial `UnsafePinned` implementation [Part 1: Libs]
#137043 commented on
Mar 19, 2025 • 1 new comment -
Do not suggest borrow that is already there in fully-qualified call
#132469 commented on
Mar 13, 2025 • 1 new comment -
[bootstrap] Distribute split debuginfo if present
#138321 commented on
Mar 18, 2025 • 1 new comment -
update doc for Vec::into_boxed_slice
#137546 commented on
Mar 18, 2025 • 1 new comment -
Add option to include submodules from vendoring
#137583 commented on
Mar 17, 2025 • 1 new comment -
Implement `Random` for array
#136732 commented on
Mar 20, 2025 • 1 new comment -
Add a deterministic constructor for `RandomState`
#135578 commented on
Mar 20, 2025 • 0 new comments -
Add support for excluding tests via config.toml
#135538 commented on
Mar 19, 2025 • 0 new comments -
Move coroutine upvars into locals for better memory economy
#135527 commented on
Mar 19, 2025 • 0 new comments -
Check empty SIMD vector in inline asm
#135295 commented on
Mar 19, 2025 • 0 new comments -
Add unstable option to nul-terminate location strings
#135240 commented on
Mar 18, 2025 • 0 new comments -
Tweak output of missing lifetime on associated type
#135602 commented on
Mar 18, 2025 • 0 new comments -
Parse `pin`ned local variable declarations
#135631 commented on
Mar 20, 2025 • 0 new comments -
x86-retpoline flag (target modifier) to enable retpoline-related target features
#135927 commented on
Mar 13, 2025 • 0 new comments -
Remove unused trait BoundedSize
#136040 commented on
Mar 18, 2025 • 0 new comments -
Weekly `cargo update`
#136077 commented on
Mar 16, 2025 • 0 new comments -
Test interaction between RFC 2229 migration and `use` closures
#138101 commented on
Mar 13, 2025 • 0 new comments -
Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`
#136160 commented on
Mar 19, 2025 • 0 new comments -
Create `Atomic<T>` type alias (rebase)
#136316 commented on
Mar 16, 2025 • 0 new comments -
Improve handling of rustdoc lints when used with raw doc fragments.
#136400 commented on
Mar 13, 2025 • 0 new comments -
Lazy-chunk Symbol interner
#136401 commented on
Mar 15, 2025 • 0 new comments -
Expose algebraic floating point intrinsics
#136457 commented on
Mar 13, 2025 • 0 new comments -
docs: Add documentation for BPF targets
#135107 commented on
Mar 18, 2025 • 0 new comments -
setup typos check in CI
#134006 commented on
Mar 18, 2025 • 0 new comments -
Consider fields to be inhabited if they are unstable
#133889 commented on
Mar 19, 2025 • 0 new comments -
Replace evaluated `cfg_attr` in AST with a placeholder attribute for accurate span tracking
#133823 commented on
Mar 14, 2025 • 0 new comments -
Stabilize `derive(CoercePointee)`
#133820 commented on
Mar 16, 2025 • 0 new comments -
[IT'S NOT TIME YET] Disarm `time` 💣 (diagnostics)
#133245 commented on
Mar 15, 2025 • 0 new comments -
Stabilize let chains in the 2024 edition
#132833 commented on
Mar 17, 2025 • 0 new comments -
Invalidate all dereferences when encountering non-local assignments
#132527 commented on
Mar 20, 2025 • 0 new comments -
Add lint against (some) interior mutable consts
#132146 commented on
Mar 16, 2025 • 0 new comments -
Add lint rule for `#[deprecated]` on re-exports
#132038 commented on
Mar 18, 2025 • 0 new comments -
rustdoc: allow searches to match against both type and name
#131852 commented on
Mar 18, 2025 • 0 new comments -
Infer nounwind and use it in MIR opts
#130909 commented on
Mar 14, 2025 • 0 new comments -
Generating a documentation for tests
#130463 commented on
Mar 18, 2025 • 0 new comments -
hygiene: Ensure uniqueness of `SyntaxContextData`s
#130324 commented on
Mar 16, 2025 • 0 new comments -
perform less decoding if it has the same syntax context
#129827 commented on
Mar 16, 2025 • 0 new comments -
Add some track_caller info to precondition panics
#129658 commented on
Mar 17, 2025 • 0 new comments -
Perform ThinLTO on x86_64-pc-windows-msvc dist builder
#128947 commented on
Mar 18, 2025 • 0 new comments -
Add Location::file_with_nul
#135054 commented on
Mar 19, 2025 • 0 new comments -
Add provider-style API to `Context`
#135051 commented on
Mar 17, 2025 • 0 new comments -
Add experimental Iterator::contains
#135018 commented on
Mar 16, 2025 • 0 new comments -
Partially stabilize LoongArch target features
#135015 commented on
Mar 19, 2025 • 0 new comments -
Consider parent aliases of rigid nested projections for outlives bounds
#135008 commented on
Mar 14, 2025 • 0 new comments -
Include arguments to the precondition check in failure messages
#134938 commented on
Mar 14, 2025 • 0 new comments -
Look at proc-macro attributes when encountering unknown attribute
#134841 commented on
Mar 15, 2025 • 0 new comments -
Tracking Issue for `vec_deque_iter_as_slices`
#133253 commented on
Mar 14, 2025 • 0 new comments -
Implementation of `sync_nonpoison` and `nonpoison_mutex`
#134663 commented on
Mar 19, 2025 • 0 new comments -
Reduce precedence of expressions that have an outer attr
#134661 commented on
Mar 13, 2025 • 0 new comments -
Add Three Codegen Tests
#134626 commented on
Mar 18, 2025 • 0 new comments -
Stabilize the `cell_update` feature
#134446 commented on
Mar 18, 2025 • 0 new comments -
de-stabilize bench attribute
#134273 commented on
Mar 19, 2025 • 0 new comments -
Add a new lint that warns for pointers to stack memory
#134218 commented on
Mar 16, 2025 • 0 new comments -
Stabilize `naked_functions`
#134213 commented on
Mar 13, 2025 • 0 new comments -
Do partial SsaLocals analysis in unoptimized builds
#134051 commented on
Mar 18, 2025 • 0 new comments -
stabilize const_cell
#137928 commented on
Mar 19, 2025 • 0 new comments -
[rustdoc] Allow to link to current crate
#137935 commented on
Mar 16, 2025 • 0 new comments -
Review of Reference change regarding receivers and object safety
#127251 commented on
Mar 13, 2025 • 0 new comments -
Clarify MaybeUninit docs
#138005 commented on
Mar 20, 2025 • 0 new comments -
Added `Clone` implementation for `ChunkBy`
#138016 commented on
Mar 18, 2025 • 0 new comments -
Tighten up assignment operator representations.
#138017 commented on
Mar 19, 2025 • 0 new comments -
rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.
#138018 commented on
Mar 19, 2025 • 0 new comments -
Allow optimizing out `panic_bounds_check` in Unicode checks.
#138024 commented on
Mar 17, 2025 • 0 new comments -
regression: literal out of range
#137893 commented on
Mar 13, 2025 • 0 new comments -
[WIP] Enable automatic cross-compilation in run-make tests
#138066 commented on
Mar 13, 2025 • 0 new comments -
Stabilize `#![feature(precise_capturing_in_traits)]`
#138128 commented on
Mar 18, 2025 • 0 new comments -
Win: Fix std::fs::rename failing on Windows Server by attempting the non-atomic rename first
#138133 commented on
Mar 19, 2025 • 0 new comments -
Separate the unescape functions but avoid duplicating code
#138163 commented on
Mar 19, 2025 • 0 new comments -
Tracking issue for release notes of #138162: Update the standard library to Rust 2024
#138375 commented on
Mar 13, 2025 • 0 new comments -
Add `#[repr(u128)]`/`#[repr(i128)]` enums to `improper_ctypes_definitions`
#138282 commented on
Mar 20, 2025 • 0 new comments -
Stop putting `Assume`s in MIR for every `enum`-`as` cast
#138297 commented on
Mar 15, 2025 • 0 new comments -
fix usage of `autodiff` macro with inner functions
#138314 commented on
Mar 15, 2025 • 0 new comments -
Improve `-Z crate-attr` diagnostics
#138336 commented on
Mar 16, 2025 • 0 new comments -
Compiler does not recognize the reserve-r9 target feature
#129558 commented on
Mar 13, 2025 • 0 new comments -
Tracking Issue for target modifiers
#136966 commented on
Mar 13, 2025 • 0 new comments -
ci: add runners for vanilla LLVM 20
#138380 commented on
Mar 17, 2025 • 0 new comments -
Implement `SliceIndex` for `ByteStr`
#138381 commented on
Mar 15, 2025 • 0 new comments -
Download GCC from CI on test builders
#138395 commented on
Mar 16, 2025 • 0 new comments -
Couple mir building cleanups
#138410 commented on
Mar 19, 2025 • 0 new comments -
Test out a more lock-free hash map
#138419 commented on
Mar 14, 2025 • 0 new comments -
Stabilize return type notation (RFC 3654)
#138424 commented on
Mar 17, 2025 • 0 new comments -
Fix `armv7-sony-vita-newlibeabihf` LLVM target triple
#138426 commented on
Mar 13, 2025 • 0 new comments -
Fix `x86_64-unknown-illumos` LLVM target triple
#138429 commented on
Mar 13, 2025 • 0 new comments -
Fix `uclibc` LLVM target triples
#138431 commented on
Mar 14, 2025 • 0 new comments -
Some valid IPv4 addresses are not parsed by Ipv4Addr::from_str()
#90199 commented on
Mar 13, 2025 • 0 new comments -
ci: move x86_64-msvc-ext jobs to windows 2025
#136478 commented on
Mar 15, 2025 • 0 new comments -
cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 2)
#136632 commented on
Mar 19, 2025 • 0 new comments -
Provide optional `Read`/`Write` methods for stdio
#136769 commented on
Mar 18, 2025 • 0 new comments -
[WIP] Forbid object lifetime changing pointer casts
#136776 commented on
Mar 19, 2025 • 0 new comments -
Fix linker-plugin-lto only doing thin lto
#136840 commented on
Mar 19, 2025 • 0 new comments -
Add checking for unnecessary delims in closure body
#136906 commented on
Mar 19, 2025 • 0 new comments -
Add missing trait implementations for ScopedJoinHandle
#136912 commented on
Mar 18, 2025 • 0 new comments -
Stabilize `-Zdwarf-version` as `-Cdwarf-version`
#136926 commented on
Mar 13, 2025 • 0 new comments -
std: move process implementations to `sys`
#136929 commented on
Mar 17, 2025 • 0 new comments -
Use the new solver in the `impossible_predicates`
#136988 commented on
Mar 19, 2025 • 0 new comments -
Implement initial version of `cfg(accessible(..))`
#137113 commented on
Mar 19, 2025 • 0 new comments -
use triomphe::Arc for InternedObligationCauseCode instead of Arc
#137135 commented on
Mar 17, 2025 • 0 new comments -
Make skip_whitespace do a single pass (with bytes)
#137275 commented on
Mar 18, 2025 • 0 new comments -
Tracking Issue for c-char-type
#138446 commented on
Mar 13, 2025 • 0 new comments -
Tag all format-like macros with `#[clippy::format_args]`
#137364 commented on
Mar 18, 2025 • 0 new comments -
Remove deserializing/reserializing toml from configure.py
#137408 commented on
Mar 17, 2025 • 0 new comments -
Add as_ascii_unchecked() methods to char, u8, and str
#137432 commented on
Mar 13, 2025 • 0 new comments -
add `core::intrinsics::simd::{simd_extract_dyn, simd_insert_dyn}`
#137447 commented on
Mar 18, 2025 • 0 new comments -
fix for issue 132802: x86 code in `wasm32-unknown-unknown` binaries
#137457 commented on
Mar 16, 2025 • 0 new comments -
Stabilize `assert_matches` and move it to `core::macros`
#137487 commented on
Mar 20, 2025 • 0 new comments -
fix download-llvm logic for subtree sync branches
#137593 commented on
Mar 17, 2025 • 0 new comments -
Deprecate the unstable `concat_idents!`
#137653 commented on
Mar 18, 2025 • 0 new comments -
[nothing to see here] this is probably a bad idea but I'm curious
#137702 commented on
Mar 14, 2025 • 0 new comments -
Don't attempt to export compiler-builtins symbols from rust dylibs
#137736 commented on
Mar 14, 2025 • 0 new comments -
Make slice iterator constructors unstably const
#137738 commented on
Mar 18, 2025 • 0 new comments -
rustdoc reproducibility issue due to nondeterministic anon.llvm.<hash>
#126976 commented on
Mar 13, 2025 • 0 new comments -
Use `BinOp::Cmp` for `iNN::signum`
#137835 commented on
Mar 19, 2025 • 0 new comments -
Create personality stub function for no_std panic=abort crates
#137854 commented on
Mar 18, 2025 • 0 new comments -
update outdated doc with new example
#137889 commented on
Mar 14, 2025 • 0 new comments -
Suggestion: make string/slice more efficient with match
#39525 commented on
Mar 13, 2025 • 0 new comments -
Tracking Issue for `stdarch_s390x`
#135681 commented on
Mar 16, 2025 • 0 new comments -
add a note if a type implements a trait with the same name as the required trait
#133123 commented on
Mar 16, 2025 • 0 new comments -
out of memory
#124901 commented on
Mar 16, 2025 • 0 new comments -
rustdoc: `Methods from Deref<Target = T<U>>` is imprecise (contains false positives)
#24686 commented on
Mar 16, 2025 • 0 new comments -
Tracking Issue for `debug_closure_helpers`
#117729 commented on
Mar 16, 2025 • 0 new comments -
Type inference with generics sometimes does not work with type annotation on the variable
#96159 commented on
Mar 16, 2025 • 0 new comments -
Too conservative lifetime check in match arm with if condition.
#137878 commented on
Mar 16, 2025 • 0 new comments -
Can't compile the use of `impl AsyncFn` within a spawned thread
#138207 commented on
Mar 16, 2025 • 0 new comments -
std::process::Command sometimes ignores PATH env variable on Windows
#122660 commented on
Mar 16, 2025 • 0 new comments -
Tracking issue for release notes of #135080: core: Make `Debug` impl of raw pointers print metadata if present
#137430 commented on
Mar 16, 2025 • 0 new comments -
Tracking Issue for algebraic floating point methods
#136469 commented on
Mar 16, 2025 • 0 new comments -
Tests marked as should_panic should report the line number of the test
#137405 commented on
Mar 16, 2025 • 0 new comments -
support for bootstrapping on linux with `target = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]`
#75154 commented on
Mar 16, 2025 • 0 new comments -
Windows Defender goes nuts when running rustdoc on some projects
#36277 commented on
Mar 16, 2025 • 0 new comments -
trim-paths = "all" causes rustdoc ICE
#137929 commented on
Mar 16, 2025 • 0 new comments -
Tracking Issue for -Z crate-attr
#138287 commented on
Mar 16, 2025 • 0 new comments -
Add function to make paths absolute, which is different from canonicalization
#59117 commented on
Mar 15, 2025 • 0 new comments -
Tracking Issue for #![feature(async_iterator)]
#79024 commented on
Mar 15, 2025 • 0 new comments -
Tracking issue for release notes of #137449: Denote `ControlFlow` as `#[must_use]`
#138188 commented on
Mar 17, 2025 • 0 new comments -
Const generic expressions fail to error at anonymous const (?)
#137659 commented on
Mar 17, 2025 • 0 new comments -
Mutex/Once/OnceLock aren't guaranteed to have atomic acquire/release semantics
#126239 commented on
Mar 17, 2025 • 0 new comments -
rustdoc support for per-parameter documentation
#57525 commented on
Mar 17, 2025 • 0 new comments -
I/O safety forbids the "pass FD via env var" pattern (e.g., jobserver)
#116059 commented on
Mar 17, 2025 • 0 new comments -
Tuple field names in debuginfo are prefixed with `__`.
#106009 commented on
Mar 17, 2025 • 0 new comments -
Distinguish between fenced and indented code blocks in error message
#64162 commented on
Mar 17, 2025 • 0 new comments -
rustdoc "Aliased Type" view is wrong
#120404 commented on
Mar 17, 2025 • 0 new comments -
Tracking Issue for `f16` and `f128` float types
#116909 commented on
Mar 17, 2025 • 0 new comments -
x86-32 "f16" ABI needs SSE, incompatible with i586 targets
#131819 commented on
Mar 17, 2025 • 0 new comments -
Make untracked incr. comp. information inaccessible
#90317 commented on
Mar 17, 2025 • 0 new comments -
s390x vector facilities support
#130869 commented on
Mar 17, 2025 • 0 new comments -
ICE: `only 'variances_of' returns '&[ty::Variance]'`
#127971 commented on
Mar 17, 2025 • 0 new comments -
`#![windows_subsystem = "windows"]` hides cargo test output
#67159 commented on
Mar 17, 2025 • 0 new comments -
Nested recursive enum with ManuallyDrop causes thread 'rustc' to overflow its stack
#135093 commented on
Mar 17, 2025 • 0 new comments -
ICE: `index out of bounds: the len is 0 but the index is 18446744073709551615`
#137588 commented on
Mar 17, 2025 • 0 new comments -
RISC-V intrinsics with one or more target features are not inlined
#137293 commented on
Mar 17, 2025 • 0 new comments -
derives: parallel compiler makes builds irreproducible
#129094 commented on
Mar 16, 2025 • 0 new comments -
Move the compiler flags in the unstable book to the rustc book
#59679 commented on
Mar 14, 2025 • 0 new comments -
Associated constants in traits can not be used in const generics
#60551 commented on
Mar 14, 2025 • 0 new comments -
Mention editions when emitting 2015 exclusive errors
#61914 commented on
Mar 14, 2025 • 0 new comments -
ArrayChunks::into_remainder does not return None when there is no remainder
#116000 commented on
Mar 14, 2025 • 0 new comments -
use `evaluate_obligation` to decide when to do unsized coercions
#50753 commented on
Mar 14, 2025 • 0 new comments -
Tracking Issue for inline const patterns (RFC 2920)
#76001 commented on
Mar 14, 2025 • 0 new comments -
Bootstrap regression in 1.71.0
#114338 commented on
Mar 14, 2025 • 0 new comments -
unsafe_op_in_unsafe_fn causes unnecessary unsafe warnings
#132856 commented on
Mar 14, 2025 • 0 new comments -
"This generic parameter must be used with a generic lifetime parameter" on RPIT with precise capturing
#135152 commented on
Mar 14, 2025 • 0 new comments -
Use `name.namespace.html` as the canonical URL, not `kind.name.html`
#55160 commented on
Mar 14, 2025 • 0 new comments -
Provide a way to interpolate crate version in html_root_url
#42300 commented on
Mar 14, 2025 • 0 new comments -
diagnostics should prefer naming items through the extern prelude instead of doc-hidden type aliases
#127011 commented on
Mar 14, 2025 • 0 new comments -
ICE: `assertion failed: layout.is_sized()`
#137186 commented on
Mar 14, 2025 • 0 new comments -
Tracking Issue for ui test suite improvements
#133895 commented on
Mar 14, 2025 • 0 new comments -
for loop in closure is not unrolled and not vectorlized correctly
#120189 commented on
Mar 14, 2025 • 0 new comments -
Tracking Issue for complex generic constants: `feature(generic_const_exprs)`
#76560 commented on
Mar 14, 2025 • 0 new comments -
Failed analysis of index dominance
#80075 commented on
Mar 14, 2025 • 0 new comments -
ICE: codegenprepare pass segfaults
#138235 commented on
Mar 14, 2025 • 0 new comments -
Derive `PartialOrd` via `Ord` when deriving both on a concrete type
#137459 commented on
Mar 15, 2025 • 0 new comments -
Should `Option<u128>` use a smaller (maybe usize) tag?
#138332 commented on
Mar 15, 2025 • 0 new comments -
Blanket impls cause bloated search results in rustdoc
#138251 commented on
Mar 15, 2025 • 0 new comments -
AddressSanitizer detects a stack-use-after-scope in Chain::new when optimizations are enabled
#98454 commented on
Mar 15, 2025 • 0 new comments -
Better handling of missing closing or opening delimiters, well distinct by type of delimiter
#138401 commented on
Mar 15, 2025 • 0 new comments -
1.27.0 Compiler Options: no-redzone option (Is the explanation backwards?)
#51663 commented on
Mar 15, 2025 • 0 new comments -
Document expected relationships between FromIterator, Default, and Extend
#58659 commented on
Mar 15, 2025 • 0 new comments -
Clarify docs around what libcore users must declare
#57255 commented on
Mar 15, 2025 • 0 new comments -
add a disclaimer to the net::ip methods that are susceptible to change
#60239 commented on
Mar 15, 2025 • 0 new comments -
Using std::io::{Read, Write, Cursor} in a nostd environment
#48331 commented on
Mar 15, 2025 • 0 new comments -
Tracking Issue for slice::array_chunks
#74985 commented on
Mar 15, 2025 • 0 new comments -
Add FileCheck annotations to MIR-opt tests
#116971 commented on
Mar 15, 2025 • 0 new comments -
Test Coverage: cannot find uncovered lines and regions
#137524 commented on
Mar 15, 2025 • 0 new comments -
ICE: `broken MIR in DropGlue` `Transmute is not supported in non-runtime phase Analysis(PostCleanup)`
#137243 commented on
Mar 15, 2025 • 0 new comments -
Tracking Issue for ByteStr/ByteString
#134915 commented on
Mar 15, 2025 • 0 new comments -
'+fpmr' is not a recognized feature for this target
#137924 commented on
Mar 14, 2025 • 0 new comments -
Does `[T]::array_chunks` really need to be an iterator?
#76354 commented on
Mar 14, 2025 • 0 new comments -
precondition_check functions can survive MonoReachable
#131578 commented on
Mar 14, 2025 • 0 new comments -
Double panic on MSVC no longer prints abort message
#123470 commented on
Mar 20, 2025 • 0 new comments -
Importing libraries leads to fully qualified types being shown unnecessarily
#113933 commented on
Mar 20, 2025 • 0 new comments -
Tracking Issue for Contracts
#128044 commented on
Mar 20, 2025 • 0 new comments -
Diagnostic for const with slice type should suggest converting to array type
#102390 commented on
Mar 20, 2025 • 0 new comments -
Trying to return `c_void` should suggest to return `()` instead
#100972 commented on
Mar 20, 2025 • 0 new comments -
`$val.$i` should suggest using a `tt` metavariable for `$i`
#94766 commented on
Mar 20, 2025 • 0 new comments -
rustc should suggest a cast from anonymous function type to function pointer
#91258 commented on
Mar 20, 2025 • 0 new comments -
Error when failing to find macro should suggest `pub(crate)`
#121773 commented on
Mar 20, 2025 • 0 new comments -
Parse error on let followed by a block should suggest likely alternatives if-let or let-else
#107806 commented on
Mar 20, 2025 • 0 new comments -
Tracking Issue for directory handles
#120426 commented on
Mar 20, 2025 • 0 new comments -
E0596 error should suggest adding mut rather than a type signature
#133939 commented on
Mar 20, 2025 • 0 new comments -
Cell::swap(&cell_t, &mut t) should suggest Cell::from_mut not Cell::replace(...)
#128587 commented on
Mar 20, 2025 • 0 new comments -
`..` should be suggested when attempting to ignore a private enum variant with `_`
#135903 commented on
Mar 20, 2025 • 0 new comments -
E0433 and E0599 should suggest correct type when it is known
#137148 commented on
Mar 20, 2025 • 0 new comments -
When using the crate name as a path instead of crate:: rustc should probably suggest using crate:: instead
#138312 commented on
Mar 20, 2025 • 0 new comments -
E0277 incorrect suggested `where` bound when type is impl Trait argument
#86488 commented on
Mar 20, 2025 • 0 new comments -
unreachable pub item from portable-simd with target_feature = "avx512f"
#138054 commented on
Mar 20, 2025 • 0 new comments -
Tracking Issue for uefi-std
#100499 commented on
Mar 20, 2025 • 0 new comments -
Stop considering moved-out locals when computing auto traits for generators (rebased)
#128846 commented on
Mar 19, 2025 • 0 new comments -
Improve dead code analysis for structs and traits defined locally
#128637 commented on
Mar 18, 2025 • 0 new comments -
privacy: normalize associated types before visiting
#126076 commented on
Mar 14, 2025 • 0 new comments -
Optimize `Seek::stream_len` impl for `File`
#125087 commented on
Mar 14, 2025 • 0 new comments -
Remove `Nonterminal` and `TokenKind::Interpolated`
#124141 commented on
Mar 20, 2025 • 0 new comments -
"macabi" is not an "ABI" in the same sense as e.g. "gnueabihf"
#133331 commented on
Mar 14, 2025 • 0 new comments -
Split elided_lifetime_in_paths into tied and untied
#120808 commented on
Mar 19, 2025 • 0 new comments -
Expand assumes to the other unchecked slice ops
#120762 commented on
Mar 14, 2025 • 0 new comments -
lint/tidy check imports of rustc_type_ir and rustc_middle
#138449 commented on
Mar 14, 2025 • 0 new comments -
Create the previous dep graph index on a background thread
#116375 commented on
Mar 13, 2025 • 0 new comments -
Optimize hash map operations in the query system
#115747 commented on
Mar 19, 2025 • 0 new comments -
[WIP] Support param bounds on non-lifetime binders
#115362 commented on
Mar 20, 2025 • 0 new comments -
[do not merge] CI experiments
#112049 commented on
Mar 17, 2025 • 0 new comments -
Unsatisfied trait bound on fn item should suggest `as fn()` if it is satisfied for fn pointer
#99922 commented on
Mar 20, 2025 • 0 new comments -
Performance regression: rustc failed to optimize specific x86-64 SIMD intrinsics after 1.75.0
#124216 commented on
Mar 20, 2025 • 0 new comments -
infinite recursion with TAIT and `replace_opaque_types_with_inference_vars` in project
#109268 commented on
Mar 20, 2025 • 0 new comments -
error[E0275]: overflow evaluating the requirement `&_: IntoIterator` does not show a line number
#118476 commented on
Mar 20, 2025 • 0 new comments -
Split `run-make` into two test suites: fast-path that don't need to build cargo and a slow-path that builds cargo
#134109 commented on
Mar 20, 2025 • 0 new comments -
Lint on `black_box`ing ZSTs
#137658 commented on
Mar 19, 2025 • 0 new comments -
Enable `f16` and `f128` in assembly on platforms that support it
#125398 commented on
Mar 19, 2025 • 0 new comments -
MIR passes do not take into account if an operation is convergent
#137086 commented on
Mar 18, 2025 • 0 new comments -
Segmentation fault when thread using dynamically loaded Rust library exits
#91979 commented on
Mar 18, 2025 • 0 new comments -
rustdoc regression: intra-doc link links to wrong item
#136777 commented on
Mar 18, 2025 • 0 new comments -
Program Hangs when Using Associated Types in Structs with Trait Bounds
#115407 commented on
Mar 18, 2025 • 0 new comments -
Compiler hangs on some types threading lifetimes through a carrier trait
#102966 commented on
Mar 18, 2025 • 0 new comments -
Debug impls of ExtractIf have inconsistent trait bounds
#137654 commented on
Mar 18, 2025 • 0 new comments -
Add one more "late metadata"/"digest" file to rlib archives
#138243 commented on
Mar 18, 2025 • 0 new comments -
ICE: dead: `non-ADT in struct pattern`
#125323 commented on
Mar 18, 2025 • 0 new comments -
Tracking issue for better testing for dist artifacts
#136822 commented on
Mar 18, 2025 • 0 new comments -
Figure out which target features are required/incompatible for which ABI
#131799 commented on
Mar 18, 2025 • 0 new comments -
Tracking issue for RFC 3695: Allow boolean literals as cfg predicates
#131204 commented on
Mar 18, 2025 • 0 new comments -
Tracking issue for speeding up rustc via its build configuration
#103595 commented on
Mar 18, 2025 • 0 new comments -
Support "zippered" macOS binaries
#131216 commented on
Mar 18, 2025 • 0 new comments -
Tracking Issue for perma-unstable `wasm-c-abi` flag
#122532 commented on
Mar 18, 2025 • 0 new comments -
Request for `tune-cpu` code generation option to be promoted to stable
#127961 commented on
Mar 17, 2025 • 0 new comments -
Tracking issue for release notes of #133870: Stabilize `asm_goto` feature gate
#134860 commented on
Mar 17, 2025 • 0 new comments -
Regarding isqrt performance
#137786 commented on
Mar 20, 2025 • 0 new comments -
Tracking issue for optional `io::Read`/`io::Write` methods
#136756 commented on
Mar 20, 2025 • 0 new comments -
Tracking Issue for explicit-endian String::from_utf16
#116258 commented on
Mar 20, 2025 • 0 new comments -
Tracking Issue for NVPTX shared memory
#135516 commented on
Mar 19, 2025 • 0 new comments -
Too much `kw::Empty` usage
#137978 commented on
Mar 19, 2025 • 0 new comments -
one type is more general than the other: note: expected reference `&_` found reference `&_` (note: the lifetime requirement is introduced here: [arrow points at nothing])
#137258 commented on
Mar 19, 2025 • 0 new comments -
Contract cannot be applied to `const` functions
#136925 commented on
Mar 19, 2025 • 0 new comments -
Support for ARMv8.3+ targets
#73628 commented on
Mar 19, 2025 • 0 new comments -
Tracking issue: 32bit x86 targets without SSE2 have unsound floating point behavior
#114479 commented on
Mar 19, 2025 • 0 new comments -
Tracking Issue for NEON intrinsics on 32-bit ARM
#111800 commented on
Mar 19, 2025 • 0 new comments -
32-bit ARM NEON intrinsics are unsound due to subnormal flushing
#129880 commented on
Mar 19, 2025 • 0 new comments -
Tracking Issue for thread spawn hooks
#132951 commented on
Mar 19, 2025 • 0 new comments -
iOS binaries crash with latest nightly
#138212 commented on
Mar 19, 2025 • 0 new comments -
Tracking Issue for `core::clone::CloneToUninit` trait
#126799 commented on
Mar 19, 2025 • 0 new comments -
Tracking Issue for `core::mem::copy`
#98262 commented on
Mar 19, 2025 • 0 new comments -
CI llvm related issue when trying to cross compile for Solaris
#137997 commented on
Mar 19, 2025 • 0 new comments -
Missed optimization: big immutable locals are not promoted to constants
#136218 commented on
Mar 19, 2025 • 0 new comments -
included range in for loop gives more assembly code than excluded range
#102462 commented on
Mar 19, 2025 • 0 new comments