-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Insights: rust-lang/rust
Overview
Could not load contribution data
Please try again later
162 Pull requests merged by 74 people
-
Exclude relnotes-tracking-issue from needs-triage
#132825 merged
Nov 10, 2024 -
Rollup of 6 pull requests
#132831 merged
Nov 10, 2024 -
Additional tests to ensure let is rejected during parsing
#132828 merged
Nov 10, 2024 -
Update grammar in wasm-c-abi's compiler flag documentation
#132824 merged
Nov 10, 2024 -
require const_impl_trait gate for all conditional and trait const calls
#132823 merged
Nov 10, 2024 -
Stabilize s390x inline assembly
#131258 merged
Nov 10, 2024 -
interpret: get_alloc_info: also return mutability
#132801 merged
Nov 10, 2024 -
Emit warning when calling/declaring functions with unavailable vectors.
#132173 merged
Nov 10, 2024 -
Update cargo
#132829 merged
Nov 10, 2024 -
Enforce that raw lifetimes must be valid raw identifiers
#132363 merged
Nov 9, 2024 -
Reject raw lifetime followed by
'
, like regular lifetimes do#132341 merged
Nov 9, 2024 -
Rollup of 7 pull requests
#132815 merged
Nov 9, 2024 -
Make
Ty::primitive_symbol
recognizestr
#132799 merged
Nov 9, 2024 -
Use lld with non-LLVM backends
#132774 merged
Nov 9, 2024 -
use
download-rustc="if-unchanged"
as a global default#132772 merged
Nov 9, 2024 -
add regression test for #90781
#132744 merged
Nov 9, 2024 -
Simplify the internal API for declaring command-line options
#132754 merged
Nov 9, 2024 -
Add discriminators to DILocations when multiple functions are inlined into a single point.
#132613 merged
Nov 9, 2024 -
Subtree sync for rustc_codegen_cranelift
#132807 merged
Nov 9, 2024 -
rustc_target: more target string fixes for LLVM 20
#132785 merged
Nov 9, 2024 -
Use a separate dir for r-a builds consistently in helix config
#132794 merged
Nov 9, 2024 -
Rollup of 5 pull requests
#132800 merged
Nov 9, 2024 -
Add v9, v8plus, and leoncasa target feature to sparc and use v8plus in create_object_file
#132552 merged
Nov 9, 2024 -
pointee_info_at: fix logic for recursing into enums
#132745 merged
Nov 9, 2024 -
try_question_mark_nop: update test for LLVM 20
#132777 merged
Nov 9, 2024 -
Trim and tidy includes in
rustc_llvm
#132584 merged
Nov 9, 2024 -
Don't suggest
.into_iter()
on iterators#132760 merged
Nov 9, 2024 -
use verbose for path separator suggestion
#132780 merged
Nov 9, 2024 -
Get rid of
check_opaque_type_well_formed
#132757 merged
Nov 9, 2024 -
Do not reveal opaques in the param-env, we got lazy norm instead
#132755 merged
Nov 9, 2024 -
update io::Error::into_inner to acknowledge io::Error::other
#132778 merged
Nov 9, 2024 -
Rollup of 5 pull requests
#132798 merged
Nov 9, 2024 -
Make
RustString
an extern type to avoidimproper_ctypes
warnings#132549 merged
Nov 9, 2024 -
Drop "gnu" in the target env for FreeBSD armv6/7
#132764 merged
Nov 9, 2024 -
Clippy subtree update
#132746 merged
Nov 8, 2024 -
[beta] backports
#132733 merged
Nov 8, 2024 -
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functions instead
#132717 merged
Nov 8, 2024 -
Rollup of 5 pull requests
#132762 merged
Nov 8, 2024 -
[StableMIR] A few fixes to pretty printing
#132161 merged
Nov 8, 2024 -
coverage: Extract safe FFI wrapper functions to
llvm_cov
#132452 merged
Nov 8, 2024 -
Initialize channel
Block
s directly on the heap#132738 merged
Nov 8, 2024 -
Simplify FFI calls for
-Ztime-llvm-passes
and-Zprint-codegen-stats
#132590 merged
Nov 8, 2024 -
coverage: Simplify parts of coverage graph creation
#132389 merged
Nov 8, 2024 -
Set "symbol name" in raw-dylib import libraries to the decorated name
#130586 merged
Nov 8, 2024 -
Fix
librustdoc/scrape_examples.rs
formatting#132739 merged
Nov 8, 2024 -
Update test for LLVM 20's new vector splat syntax
#132740 merged
Nov 8, 2024 -
Update mips64 data layout to match LLVM 20 change
#132741 merged
Nov 8, 2024 -
core: move intrinsics.rs into intrinsics folder
#132639 merged
Nov 8, 2024 -
Rollup of 10 pull requests
#132756 merged
Nov 8, 2024 -
[StableMIR] API to retrieve definitions from crates
#132131 merged
Nov 8, 2024 -
Fix #131977 parens mangled in shared mut static lint suggestion
#132095 merged
Nov 8, 2024 -
Add
{ignore,needs}-{rustc,std}-debug-assertions
directive support#131913 merged
Nov 8, 2024 -
Compile
test_num_f128
conditionally onreliable_f128_math
config#132696 merged
Nov 8, 2024 -
bootstrap: Print better message if lock pid isn't available
#132737 merged
Nov 8, 2024 -
Tweak detection of multiple crate versions to be more encompassing
#128849 merged
Nov 8, 2024 -
Basic inline assembly support for SPARC and SPARC64
#132472 merged
Nov 7, 2024 -
remove 'platform-intrinsic' ABI leftovers
#132734 merged
Nov 7, 2024 -
Remove unused intercrate dependencies
#132726 merged
Nov 7, 2024 -
Rollup of 4 pull requests
#132736 merged
Nov 7, 2024 -
Remove fixme comment about clobber_abi on PowerPC
#132638 merged
Nov 7, 2024 -
Make fn_abi_sanity_check a bit stricter
#132729 merged
Nov 7, 2024 -
unpin and update memchr
#132714 merged
Nov 7, 2024 -
fix(x): fix a regex used to find python executable
#132694 merged
Nov 7, 2024 -
Implement
div_ceil
forNonZero<unsigned>
#132665 merged
Nov 7, 2024 -
Add --diagnostic-width to some tests failing after 1a0c5021838
#132707 merged
Nov 7, 2024 -
fix
LazyLock::get
andLazyLock::get_mut
document#132715 merged
Nov 7, 2024 -
chore(issue-template): fix branch name
#132716 merged
Nov 7, 2024 -
Rollup of 6 pull requests
#132722 merged
Nov 7, 2024 -
miri: update ABI compat checks to accept Option-like types
#132057 merged
Nov 7, 2024 -
bootstrap: add quoting support to avoid splitting
#132635 merged
Nov 7, 2024 -
more crash tests
#132710 merged
Nov 7, 2024 -
Inline str::repeat
#132705 merged
Nov 7, 2024 -
Revert using
HEAP
static in Windows alloc#131888 merged
Nov 7, 2024 -
Only disable cache if predicate has opaques within it
#132625 merged
Nov 7, 2024 -
Remove unneeded fields in
scrape_examples::FindCalls
#132698 merged
Nov 6, 2024 -
add note not to re-report crashes from
crashes
tests#132700 merged
Nov 6, 2024 -
Rollup of 3 pull requests
#132703 merged
Nov 6, 2024 -
Fix an extra newline in rendered std doc
#132617 merged
Nov 6, 2024 -
Clean middle generics using paren sugar if trait has
#[rustc_paren_sugar]
#132697 merged
Nov 6, 2024 -
Suggest swapping LHS and RHS when RHS impls
PartialEq<lhs_ty>
#132404 merged
Nov 6, 2024 -
Add new unstable feature
const_eq_ignore_ascii_case
#131721 merged
Nov 6, 2024 -
Tweak E0320 overflow error wording
#132663 merged
Nov 6, 2024 -
make char::is_whitespace unstably const
#132500 merged
Nov 6, 2024 -
Stabilize
UnsafeCell::from_mut
#131261 merged
Nov 6, 2024 -
Remove the
wasm32-wasi
target from rustc#132562 merged
Nov 6, 2024 -
Add a new
wide-arithmetic
feature for WebAssembly#132077 merged
Nov 6, 2024 -
bootstrap/codegen_ssa: ship llvm-strip and use it for -Cstrip
#131405 merged
Nov 6, 2024 -
Rollup of 5 pull requests
#132664 merged
Nov 6, 2024 -
Remove unused errs.rs file
#132660 merged
Nov 6, 2024 -
Do not filter empty lint passes & re-do CTFE pass
#132637 merged
Nov 6, 2024 -
Rollup of 8 pull requests
#132661 merged
Nov 6, 2024 -
Add documentation on
ast::Attribute
#132642 merged
Nov 6, 2024 -
rustc_codegen_llvm: Add a new 'pc' option to branch-protection
#132259 merged
Nov 6, 2024 -
add const_eval_select macro to reduce redundancy
#132571 merged
Nov 6, 2024 -
Properly suggest
E::assoc
when we encounterE::Variant::assoc
#132567 merged
Nov 6, 2024 -
CI: switch 7 linux jobs to free runners
#132409 merged
Nov 6, 2024 -
Suggest fixing typos and let bindings at the same time
#132498 merged
Nov 6, 2024 -
chore(style): sync submodule exclusion list between tidy and rustfmt
#132524 merged
Nov 6, 2024 -
PassWrapper: adapt for new parameter in LLVM
#132600 merged
Nov 5, 2024 -
triagebot: ping wg-const-eval when relevant files change
#132630 merged
Nov 5, 2024 -
[core/fmt] Replace checked slice indexing by unchecked to support panic-free code
#132473 merged
Nov 5, 2024 -
Stabilise
const_char_encode_utf16
.#132153 merged
Nov 5, 2024 -
Rollup of 4 pull requests
#132631 merged
Nov 5, 2024 -
mark some target features as 'forbidden' so they cannot be (un)set with -Ctarget-feature
#129884 merged
Nov 5, 2024 -
Remove unnecessary pub enum glob-imports from
rustc_middle::ty
#132580 merged
Nov 5, 2024 -
More tests for non-exhaustive C-like enums in FFI
#132303 merged
Nov 5, 2024 -
Rollup of 11 pull requests
#132626 merged
Nov 5, 2024 -
docs: fix grammar in doc comment at unix/process.rs
#132609 merged
Nov 5, 2024 -
document
type_implements_trait
#132608 merged
Nov 5, 2024 -
Improve example of
impl Pattern for &[char]
#132606 merged
Nov 5, 2024 -
Improve duplicate derive Copy/Clone diagnostics
#131153 merged
Nov 5, 2024 -
Update books
#132601 merged
Nov 5, 2024 -
Clippy: Move some attribute lints to be early pass (post expansion)
#132598 merged
Nov 5, 2024 -
[rustdoc] Fix
--show-coverage
when JSON output format is used#132596 merged
Nov 5, 2024 -
remove support for extern-block const intrinsics
#132492 merged
Nov 5, 2024 -
Revert "Avoid nested replacement ranges" from #129346.
#132587 merged
Nov 5, 2024 -
fix suggestion for diagnostic error E0027
#132025 merged
Nov 5, 2024 -
Support clobber_abi and vector registers (clobber-only) in PowerPC inline assembly
#131341 merged
Nov 5, 2024 -
Subtree update of
rust-analyzer
#132594 merged
Nov 4, 2024 -
Suggest creating unary tuples when types don't match a trait
#132583 merged
Nov 4, 2024 -
add rustc std workspace crate sources
#132579 merged
Nov 4, 2024 -
No need to instantiate binder in
confirm_async_closure_candidate
#132486 merged
Nov 4, 2024 -
Rollup of 6 pull requests
#132603 merged
Nov 4, 2024 -
find the generic container rather than simply looking up for the assoc with const arg
#132559 merged
Nov 4, 2024 -
Use backticks instead of single quotes for library feature names in diagnostics
#132544 merged
Nov 4, 2024 -
Fix compiler panic with a large number of threads
#132355 merged
Nov 4, 2024 -
Register
~const
preds forDeref
adjustments in HIR typeck#132275 merged
Nov 4, 2024 -
rustc_borrowck
cleanups#132250 merged
Nov 4, 2024 -
Generate correct symbols.o for sparc-unknown-none-elf
#131222 merged
Nov 4, 2024 -
Rollup of 4 pull requests
#132586 merged
Nov 4, 2024 -
remove attribute ids from hir stats (they're simply not needed)
#132576 merged
Nov 4, 2024 -
remove const-support for align_offset and is_aligned
#132423 merged
Nov 4, 2024 -
Reduce dependence on the target name
#132565 merged
Nov 4, 2024 -
Update
compiler-builtins
and enable f128 tests on all non-buggy platforms#132434 merged
Nov 4, 2024 -
Call the target libdir target libdir
#126136 merged
Nov 4, 2024 -
Add bad-reg inline assembly ui test for RISC-V and s390x
#132516 merged
Nov 4, 2024 -
replace manual time convertions with std ones, comptime time format parsing
#132521 merged
Nov 4, 2024 -
Rollup of 6 pull requests
#132581 merged
Nov 4, 2024 -
compiler: Directly use rustc_abi almost everywhere
#132574 merged
Nov 4, 2024 -
Modify
NonZero
documentation to reference the underlying integer type#132563 merged
Nov 4, 2024 -
Remove outdated tidy license fixmes
#132560 merged
Nov 4, 2024 -
Make
std::os::darwin
public#123723 merged
Nov 4, 2024 -
Yeet the
effects
feature, move it ontoconst_trait_impl
#132479 merged
Nov 3, 2024 -
add const_panic macro to make it easier to fall back to non-formatting panic in const
#132542 merged
Nov 3, 2024 -
Implement
From<&mut {slice}>
forBox/Rc/Arc<{slice}>
#129329 merged
Nov 3, 2024 -
Add LowerExp and UpperExp implementations to NonZero
#131377 merged
Nov 3, 2024 -
Docs: added brief colon explanation
#132393 merged
Nov 3, 2024 -
coverage: Regression test for inlining into an uninstrumented crate
#132437 merged
Nov 3, 2024 -
unicode_data.rs: show command for generating file
#132499 merged
Nov 3, 2024 -
better test for const HashMap; remove const_hash leftovers
#132503 merged
Nov 3, 2024 -
stabilize const_arguments_as_str
#132511 merged
Nov 3, 2024 -
NFC add known bug nr to test
#132520 merged
Nov 3, 2024 -
Rollup of 15 pull requests
#132555 merged
Nov 3, 2024 -
make codegen help output more consistent
#132522 merged
Nov 3, 2024 -
Added regression test for generics index out of bounds
#132523 merged
Nov 3, 2024 -
Use
*_opt
typeck results fns to not ICE in fallback suggestion#132528 merged
Nov 3, 2024 -
PassWrapper: adapt for llvm/llvm-project@5445edb5d
#132537 merged
Nov 3, 2024 -
Do not format generic consts
#132540 merged
Nov 3, 2024 -
add and update some crashtests
#132543 merged
Nov 3, 2024 -
compiler: Continue introducing rustc_abi to the compiler
#132550 merged
Nov 3, 2024 -
Port most of
--print=target-cpus
to Rust#132514 merged
Nov 3, 2024 -
PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b
#132419 merged
Nov 3, 2024
61 Pull requests opened by 40 people
-
Add licenses + run `cargo update`
#132556 opened
Nov 3, 2024 -
Querify MonoItem collection
#132566 opened
Nov 3, 2024 -
rustdoc search: allow queries to end in an empty path segment
#132569 opened
Nov 3, 2024 -
Use LLVM's UEFI targets
#132570 opened
Nov 3, 2024 -
Report the `unexpected_cfgs` lint in external macros
#132577 opened
Nov 3, 2024 -
btree: don't leak value if destructor of key panics
#132597 opened
Nov 4, 2024 -
CI: increase timeout from 4h to 6h
#132605 opened
Nov 4, 2024 -
Used pthread name functions returning result for FreeBSD and DragonFly
#132607 opened
Nov 4, 2024 -
Add `AsyncFn*` to to the prelude in all editions
#132611 opened
Nov 4, 2024 -
Gate async fn trait bound modifier on `async_trait_bounds`
#132612 opened
Nov 4, 2024 -
`rustc_borrowck` cleanups, part 2
#132623 opened
Nov 5, 2024 -
cleanup: Remove outdated comment of `thir_body`
#132627 opened
Nov 5, 2024 -
#124141 preliminaries
#132629 opened
Nov 5, 2024 -
Liberate `aarch64-gnu-debug` from the shackles of `--test-args=clang`
#132646 opened
Nov 5, 2024 -
add ./x clippy ci
#132649 opened
Nov 5, 2024 -
Remove attributes from generics in built-in derive macros
#132651 opened
Nov 5, 2024 -
Don't use `maybe_unwrap_block` when checking for macro calls in a block expr
#132653 opened
Nov 5, 2024 -
std: lazily allocate the main thread handle
#132654 opened
Nov 5, 2024 -
AIX: add run-make support
#132657 opened
Nov 5, 2024 -
Detect const in pattern with typo
#132658 opened
Nov 5, 2024 -
bootstrap: why no warnings emitted?
#132659 opened
Nov 5, 2024 -
tweak attributes for const panic macro
#132662 opened
Nov 5, 2024 -
Skip `if-let-rescope` lint unless requested by migration
#132666 opened
Nov 5, 2024 -
Feature gate yield expressions not in 2024
#132668 opened
Nov 6, 2024 -
coverage: Restrict empty-span expansion to only cover `{` and `}`
#132675 opened
Nov 6, 2024 -
CFI: Append debug location to CFI blocks
#132702 opened
Nov 6, 2024 -
Stabilize async closures (RFC 3668)
#132706 opened
Nov 6, 2024 -
Point at `const` definition when used instead of a binding in a `let` statement
#132708 opened
Nov 6, 2024 -
optimize char::to_digit and assert radix is at least 2
#132709 opened
Nov 6, 2024 -
[DRAFT] Generate CGUs in parallel.
#132711 opened
Nov 6, 2024 -
Crater 2024 edition
#132712 opened
Nov 6, 2024 -
Only copy, rename and link `llvm-objcopy` if llvm tools are enabled
#132720 opened
Nov 7, 2024 -
CI: split x86_64-mingw job
#132721 opened
Nov 7, 2024 -
Unify `sysroot_target_{bin,lib}dir` handling
#132723 opened
Nov 7, 2024 -
std: allow after-main use of synchronization primitives
#132730 opened
Nov 7, 2024 -
Use attributes for `dangling_pointers_from_temporaries` lint
#132732 opened
Nov 7, 2024 -
get rid of some false negatives in rustdoc::broken_intra_doc_links
#132748 opened
Nov 7, 2024 -
[AIX] handle libunwind native_libs
#132750 opened
Nov 7, 2024 -
Improve `{BTreeMap,HashMap}::get_key_value` docs.
#132758 opened
Nov 8, 2024 -
Resolve tweaks
#132761 opened
Nov 8, 2024 -
test(configure): cover `parse_args` in `src/bootstrap/configure.py`
#132771 opened
Nov 8, 2024 -
PassWrapper: disable UseOdrIndicator for Asan Win32
#132773 opened
Nov 8, 2024 -
try ColdFuncOpt variants for PGO
#132779 opened
Nov 8, 2024 -
CI: unset NO_DOWNLOAD_CI_LLVM for 2 windows jobs
#132781 opened
Nov 8, 2024 -
improvements on initial sysroot and libdir finding logics
#132782 opened
Nov 8, 2024 -
Unify FnCtxt between AST visitors and make WalkItemKind more straight forward
#132787 opened
Nov 8, 2024 -
add some debug-assertion crash tests
#132789 opened
Nov 8, 2024 -
Add as_slice/into_slice for IoSlice/IoSliceMut.
#132790 opened
Nov 8, 2024 -
rustc: Fail fast when compiling a source file larger than 4 GiB
#132791 opened
Nov 8, 2024 -
[rustdoc] Add new `example` disambiguator for intra-doc links
#132792 opened
Nov 8, 2024 -
Update mdbook to 0.4.42
#132793 opened
Nov 8, 2024 -
Check `use<..>` in RPITIT for refinement
#132795 opened
Nov 9, 2024 -
Use mimalloc in rustc
#132796 opened
Nov 9, 2024 -
Fix broken url
#132803 opened
Nov 9, 2024 -
Do not cache source file for hashing spans.
#132808 opened
Nov 9, 2024 -
Dont suggest `use<impl Trait>` when we have an edition-2024-related borrowck issue
#132816 opened
Nov 9, 2024 -
Recurse into APITs in `impl_trait_overcaptures`
#132817 opened
Nov 9, 2024 -
Add a default implementation for CodegenBackend::link
#132820 opened
Nov 9, 2024 -
Rename `elem_offset` to `element_offset`
#132830 opened
Nov 9, 2024 -
Deny capturing late-bound ty/const params in nested opaques
#132832 opened
Nov 10, 2024 -
Rollup of 2 pull requests
#132840 opened
Nov 10, 2024
121 Issues closed by 29 people
-
Hidden traits missing implementors when documented via `--document-hidden-items`
#90781 closed
Nov 9, 2024 -
Segmentation fault when formatting u128 on aarch64 GNU/Linux
#102196 closed
Nov 9, 2024 -
Request: Support for more vintage operating systems
#132610 closed
Nov 9, 2024 -
rustc can not work on windows 7
#129610 closed
Nov 9, 2024 -
Why does using associated type cause `'a` to be an invariant
#129644 closed
Nov 9, 2024 -
always broken tier 3 targets
#126349 closed
Nov 9, 2024 -
Printing AST in custom callback crashes compiler for stolen value
#123163 closed
Nov 9, 2024 -
`path_statements` doesn't realise that dropping a place expression can assert validity
#120857 closed
Nov 9, 2024 -
Add a rust-toolchain.toml in the root directory
#119684 closed
Nov 9, 2024 -
`Vec::capacity()` docs are wrong for empty types
#119150 closed
Nov 9, 2024 -
Error: the rustc unexpectedly panicked
#115556 closed
Nov 9, 2024 -
rustc ice
#116638 closed
Nov 9, 2024 -
thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value
#90594 closed
Nov 9, 2024 -
Compiler error reported
#93701 closed
Nov 9, 2024 -
ICE broken MIR when updating to 1.56.0 and edition 2021
#90158 closed
Nov 9, 2024 -
[Bug] Create a report for an internal compiler error in rustc
#94701 closed
Nov 9, 2024 -
`rustc --version` hangs on WSL 2 while using GitHub Actions
#95930 closed
Nov 9, 2024 -
ICE: attempted to read from stolen value: rustc_middle::mir::Body
#96219 closed
Nov 9, 2024 -
Random internal compiler error appeared
#96526 closed
Nov 9, 2024 -
internal compiler error
#97344 closed
Nov 9, 2024 -
ICE: called `Option::unwrap()` on a `None` value, compiler/rustc_metadata/src/rmeta/decoder.rs
#100715 closed
Nov 9, 2024 -
'rustc' panicked at 'attempted to read from stolen value
#89178 closed
Nov 9, 2024 -
rustc panicked at 'attempted to read from stolen value'
#89197 closed
Nov 9, 2024 -
Clippy fails to apply fixes
#90184 closed
Nov 9, 2024 -
ICE on compiler\rustc_mir\src\monomorphize\collector.rs:894:93
#90738 closed
Nov 9, 2024 -
rustup update causes clion debugging to fail
#72196 closed
Nov 9, 2024 -
Compiler unexpectedly panics occasionally on Windows
#48700 closed
Nov 9, 2024 -
Is it sound to send an Rc if you are the sole owner?
#122452 closed
Nov 9, 2024 -
rustc offline build
#124967 closed
Nov 9, 2024 -
Error : linking with `cc` failed: exit status: 1 in Rust
#124880 closed
Nov 9, 2024 -
Failed to build `jemallocator` on `arm64e-apple-darwin`
#131884 closed
Nov 9, 2024 -
[Regression] LLVM asserts "conflicting locations for variable" since 1.82
#131944 closed
Nov 9, 2024 -
Crater run with -Zrandomize-layout
#132292 closed
Nov 9, 2024 -
Tracking issue for release notes of #132341: Reject raw lifetime followed by `'`, like regular lifetimes do
#132810 closed
Nov 9, 2024 -
Tracking issue for release notes of #132363: Enforce that raw lifetimes must be valid raw identifiers
#132811 closed
Nov 9, 2024 -
Our 32-bit Sparc handling isn't quite correct yet
#132585 closed
Nov 9, 2024 -
Drop the dereferenceable attribute when a reference is passed in an enum
#131834 closed
Nov 9, 2024 -
bootstrap: consider filtering `compiler` in the `git log` command for download-rustc
#113250 closed
Nov 9, 2024 -
Tracking issue for `-Z profile`
#42524 closed
Nov 9, 2024 -
As of 1.19 it is not possible to accurately measure unit test coverage
#43410 closed
Nov 9, 2024 -
GCNO files contain path which are neither absolute nor relative
#54792 closed
Nov 9, 2024 -
-Z profile fails to produce any .gcno/.gcda files for bench target
#72974 closed
Nov 9, 2024 -
Add the possibility to filter the files to instrument for code coverage
#73696 closed
Nov 9, 2024 -
When profiling generated gcno files can have weird source files
#54791 closed
Nov 8, 2024 -
[ICE]: panicked at compiler/rustc_mir_build/src/build/expr/as_rvalue.rs:210:65
#132768 closed
Nov 8, 2024 -
[ICE]: interpret const eval failure
#132769 closed
Nov 8, 2024 -
no method named `si_pid` found for struct `siginfo_t` for armv7-unknown-linux-uclibceabihf
#118190 closed
Nov 8, 2024 -
Stack overflow for big types in mpsc channels on separate thread
#102246 closed
Nov 8, 2024 -
Free functions and trait methods that return impl Trait capture lifetimes differently (edition 2021)
#132759 closed
Nov 8, 2024 -
in Windows x86, the symbol name generated by `raw-dylib+undecorated` are not as expected
#124958 closed
Nov 8, 2024 -
make compiletest aware whether compiler was built with debug assertions
#123987 closed
Nov 8, 2024 -
Missing parenthesis in `static_mut_refs` diagnostic suggestion
#131977 closed
Nov 8, 2024 -
Crate version mismatch suggestion not being shown for trait not implemented error
#89143 closed
Nov 8, 2024 -
Warning on redundant trait bounds
#102485 closed
Nov 7, 2024 -
Solve the pinned memchr problem
#127890 closed
Nov 7, 2024 -
Cleanup: Use `#[rust_intrinsic]` and nix `rust-intrinsic` et. al
#63585 closed
Nov 7, 2024 -
Regression in code coverage (`-Zprofile`) at some point after `nightly-2021-11-11`
#100125 closed
Nov 7, 2024 -
LLVM 20 changes SPARC alignments, breaking some tests
#131074 closed
Nov 7, 2024 -
windows-gnu thin-lto test linking error regression
#109797 closed
Nov 7, 2024 -
[Link][Win10][MinGW] cannot perform PE operations on non PE output file
#117929 closed
Nov 7, 2024 -
Windows allocator is incompatible with passing heap allocations across DLL libraries with static std
#131468 closed
Nov 7, 2024 -
if let should pre-drop wrt else
#103108 closed
Nov 7, 2024 -
rust 1.82.0 wasm32-unknown-unknown triggers issues with wasm-bindgen >= 0.2.94
#132620 closed
Nov 7, 2024 -
Weird formatting on documentation of "Summary" button
#132564 closed
Nov 6, 2024 -
[ICE]: error performing operation: fully_perform
#132676 closed
Nov 6, 2024 -
UI tests fail with useless diff when reference file has CR LF line endings
#47101 closed
Nov 6, 2024 -
[ICE]: Broken MIR: `Box<dyn …$T…>` is not a subtype of `Box<dyn …$AssocTy…>`: No solution
#132685 closed
Nov 6, 2024 -
[ICE]: `Missing value for constant` with GCE and assoc const
#132690 closed
Nov 6, 2024 -
[ICE]: unexpected ambiguity & error performing operation: fully_perform
#132686 closed
Nov 6, 2024 -
[ICE]: error performing operation: fully_perform
#132691 closed
Nov 6, 2024 -
[ICE]: error performing operation: fully_perform
#132687 closed
Nov 6, 2024 -
[ICE]: error performing operation: fully_perform
#132688 closed
Nov 6, 2024 -
[ICE]: something not fully resolved
#132689 closed
Nov 6, 2024 -
[ICE]: `Missing value for constant` with GCE and offset_of
#132680 closed
Nov 6, 2024 -
Suggest swapping LHS and RHS for `PartialEq`
#130495 closed
Nov 6, 2024 -
[ICE]: TyKind::Error constructed but no error reported
#132681 closed
Nov 6, 2024 -
[ICE]: failure to relate an opaque to itself should result in an error later
#132678 closed
Nov 6, 2024 -
[ICE]: `['?0, &'a/#0 T/#1]` is not fully resolved
#132679 closed
Nov 6, 2024 -
[ICE]: encountered type variable
#132683 closed
Nov 6, 2024 -
[ICE]: `ty::Const::eval` called on a non-valtree-compatible type
#132682 closed
Nov 6, 2024 -
[ICE]: explicit index of non-indexable type
#132692 closed
Nov 6, 2024 -
[ICE]: malformed repr(align(N))
#132693 closed
Nov 6, 2024 -
Hang on GAT/extended code
#132672 closed
Nov 6, 2024 -
Display visibility when using --document-private-items
#68022 closed
Nov 6, 2024 -
[rustdoc] Search results: List exact alias matches before fuzzy ones
#82132 closed
Nov 6, 2024 -
`doc(alias)`: should it be a mapping rather than search terms?
#82000 closed
Nov 6, 2024 -
`todo!` macro does not satisfy type-checker when `impl Trait` is in the return position
#132674 closed
Nov 6, 2024 -
Tracking Issue for `UnsafeCell::from_mut`
#111645 closed
Nov 6, 2024 -
Tracking Issue for XXX
#132670 closed
Nov 6, 2024 -
Implementation: #...
#132671 closed
Nov 6, 2024 -
Missing help message when forgetting to use the `let` keyword
#132483 closed
Nov 6, 2024 -
Docs rs "[+]" ui element does not afford usage clearly
#60255 closed
Nov 6, 2024 -
Tracking Issue for `const_char_encode_utf16`
#130660 closed
Nov 5, 2024 -
UpperHex formatting might panic
#126425 closed
Nov 5, 2024 -
Tracking issue for release notes of #132078: Decide whether blocks inside `asm` goto should default to safe
#132535 closed
Nov 5, 2024 -
RUSTFLAGS=-Awarnings breaks Cargo for any target with an unsupported crate-type
#132632 closed
Nov 5, 2024 -
Drop python 2 support?
#132641 closed
Nov 5, 2024 -
Memory fragmentation
#132634 closed
Nov 5, 2024 -
Tracking Issue for `const_arguments_as_str`
#103900 closed
Nov 5, 2024 -
-Zthreads threads seem to try to allocate memory up front regardless of if it will actually be needed or not
#117638 closed
Nov 5, 2024 -
E0027 suggestion introduces refactoring-hazard
#132008 closed
Nov 5, 2024 -
Disable const-stability checking for intrinsics with fallback MIR?
#122652 closed
Nov 5, 2024 -
Deriving `Clone` and `Copy` twice generates bad diagnostics
#131083 closed
Nov 5, 2024 -
ICE: `expected generic param to be owned by item`
#132534 closed
Nov 4, 2024 -
Tracking Issue for Rust 2024: rustfmt style editions
#123799 closed
Nov 4, 2024 -
stage 1 ui test fails but only once: too big for the current architecture
#53429 closed
Nov 4, 2024 -
Tracking Issue for `const_pointer_is_aligned`
#104203 closed
Nov 4, 2024 -
Tracking Issue for `const_align_offset`
#90962 closed
Nov 4, 2024 -
sparc-unknown-none-elf target broken
#130172 closed
Nov 4, 2024 -
[ICE]: Multiple hangs with specific compiler options
#132591 closed
Nov 4, 2024 -
the compiler unexpectedly panicked. this is a bug.
#132589 closed
Nov 4, 2024 -
Associated type projections don't count for local types in trait impls
#87350 closed
Nov 3, 2024 -
Create `Rc`/`Arc` directly from mut slice
#128885 closed
Nov 3, 2024 -
index out of bounds
#117446 closed
Nov 3, 2024 -
ICE: `node_type: no type for node HirId`
#132517 closed
Nov 3, 2024 -
Tracking Issue for Hashing in const context
#104061 closed
Nov 3, 2024 -
Missing docs on how to run unicode-table-generator
#131640 closed
Nov 3, 2024
75 Issues opened by 46 people
-
All interrupt ABIs should enforce either `()` or `!` as return types
#132841 opened
Nov 10, 2024 -
Directly calling `"msp430-interrupt" fn` should also be invalid
#132839 opened
Nov 10, 2024 -
nightly-2024-11-10 is unavailable
#132838 opened
Nov 10, 2024 -
Most `extern "*-interrupt-*" fn` should enforce 0-arg signatures
#132837 opened
Nov 10, 2024 -
Directly calling a `extern "riscv-interrupt-{m,s}" fn`... compiles?
#132836 opened
Nov 10, 2024 -
`extern "x86-interrupt" fn` allows absurd signatures
#132835 opened
Nov 10, 2024 -
Directly calling `"x86-interrupt" fn` should be invalid
#132834 opened
Nov 10, 2024 -
Stabilize let chains in the 2024 edition
#132833 opened
Nov 10, 2024 -
Using a trait's Associated Type in a different trait's impl declaration crashes
#132826 opened
Nov 9, 2024 -
ICE: `assertion failed: !obligation.predicate.has_escaping_bound_vars()`
#132822 opened
Nov 9, 2024 -
rust_2024_incompatible_pat does not work with macros
#132821 opened
Nov 9, 2024 -
2024 No migration for a particular RPIT scenario (async?)
#132819 opened
Nov 9, 2024 -
Tracking Issue for `io_slice_as_bytes`
#132818 opened
Nov 9, 2024 -
2024 No migration for tail expression temporary drop
#132814 opened
Nov 9, 2024 -
Tracking issue for release notes of #131781: Stabilize Arm64EC inline assembly
#132813 opened
Nov 9, 2024 -
Tracking issue for release notes of #131258: Stabilize s390x inline assembly
#132812 opened
Nov 9, 2024 -
2024 impl_trait_overcaptures false negative, plus bad suggestion in 2024
#132809 opened
Nov 9, 2024 -
Suggestion for "error[E0507]: cannot move out of a shared reference" suggests removing the wrong borrow
#132806 opened
Nov 9, 2024 -
`-Zmir-enable-passes=` has no error handling
#132805 opened
Nov 9, 2024 -
Incorrect expected type for associated type with `specialization`
#132804 opened
Nov 9, 2024 -
Hang: type_alias_impl_trait
#132797 opened
Nov 9, 2024 -
improved help message for rustdoc::broken_intra_doc_links
#132788 opened
Nov 8, 2024 -
Suggest `&*` when appropriate
#132784 opened
Nov 8, 2024 -
Tracking Issue for sparc_target_feature
#132783 opened
Nov 8, 2024 -
module-level `rustfmt::skip` fails with confusing error
#132776 opened
Nov 8, 2024 -
Rustdoc: Very long doc compile times (95%+ taken by render_html)
#132775 opened
Nov 8, 2024 -
[ICE]: maybe try to call `try_normalize_erasing_regions` instead
#132767 opened
Nov 8, 2024 -
[ICE]: cannot convert `'a/#3` to a region vid
#132766 opened
Nov 8, 2024 -
[ICE]: index out of bounds
#132765 opened
Nov 8, 2024 -
`isqrt` treated as a `black_box`
#132763 opened
Nov 8, 2024 -
Compiletest path normalization fails in windows if path is inside a string
#132752 opened
Nov 8, 2024 -
Confusing error message for lifetime mismatch
#132749 opened
Nov 7, 2024 -
ICE building Leptos 0.7.0 release candidate
#132743 opened
Nov 7, 2024 -
Remove support for `extern "rust-intrinsic"` blocks
#132735 opened
Nov 7, 2024 -
Nightly `rustc-dev` can't be used in cross-compilation
#132728 opened
Nov 7, 2024 -
Add a regression test for #132587
#132727 opened
Nov 7, 2024 -
It is unclear how to reproduce "Testing stage2 error-index (x86_64-unknown-linux-gnu)"
#132725 opened
Nov 7, 2024 -
Shipping llvm-strip w/ a symlink breaks when bootstrap compiler doesn't contain any LLVM tools
#132719 opened
Nov 7, 2024 -
cargo-rustdoc: `error: too many file operands` when experimental feature `-w` is passed without parameters
#132718 opened
Nov 7, 2024 -
`dyn AsyncFn` generates many independent errors
#132713 opened
Nov 6, 2024 -
`thread_local!` initialization code panics on some `aarch64-apple-darwin` envs, works on others
#132704 opened
Nov 6, 2024 -
Tracking issue for release notes of #122408: Use futex-based synchronization on Apple platforms
#132701 opened
Nov 6, 2024 -
Incorrect warning about pointer to non_exhaustive ffi struct not being ffi safe
#132699 opened
Nov 6, 2024 -
Suggest swapping the equality when the message `can't compare` occurs
#132695 opened
Nov 6, 2024 -
Rustc fails to compile a program with ThinLTO and split-debuginfo = "packed"
#132677 opened
Nov 6, 2024 -
Hang after encountering overflow errors for huge types
#132673 opened
Nov 6, 2024 -
Double same-bound `where` clause causes failed type inference
#132667 opened
Nov 5, 2024 -
Misparse in for expressions always suggest wrapping with a body, when it might be something else
#132656 opened
Nov 5, 2024 -
Declarative macro expansion results in different outcomes than its manual expansion
#132655 opened
Nov 5, 2024 -
Tracking issue for release notes of #132515: Fix and undeprecate home_dir()
#132650 opened
Nov 5, 2024 -
'Expected <function pointer>, found <function item>' diagnostic could explicitly suggest casting
#132648 opened
Nov 5, 2024 -
Add a `dont-check-error-annotations` to compiletest
#132647 opened
Nov 5, 2024 -
compiletest seems to be generating its own macro backtrace diagnostics?
#132644 opened
Nov 5, 2024 -
LUB coercions works for a function but fails for a closure
#132643 opened
Nov 5, 2024 -
Tracking issue for release notes of #132562: Remove the `wasm32-wasi` target from rustc
#132640 opened
Nov 5, 2024 -
Regression in performance (poor codegen) between 1.81 and 1.82
#132636 opened
Nov 5, 2024 -
Inefficient implementation of `PartialEq` for nested (fieldless) enums
#132628 opened
Nov 5, 2024 -
rustdoc search: trait methods should not show the same as inherent methods
#132622 opened
Nov 5, 2024 -
`std::thread::Thread` grew from one to two pointer sizes
#132619 opened
Nov 4, 2024 -
Some `-Ctarget-feature`s must be restrained on RISCV
#132618 opened
Nov 4, 2024 -
LLVM ERROR: Misplaced debug info with -Cdebuginfo=1 -Zsanitizer=cfi -Clto
#132615 opened
Nov 4, 2024 -
Linking failed with `f16`: `undefined symbol: __floatuntihf` on Ubuntu 20.04
#132614 opened
Nov 4, 2024 -
`rust-lld` is using wrong zlib at runtime
#132604 opened
Nov 4, 2024 -
Use `git diff --no-index` as the default diff in compiletest
#132602 opened
Nov 4, 2024 -
Fix argument splitting in compiletest
#132599 opened
Nov 4, 2024 -
cargo build crash after move common.rs file to subdirectory
#132593 opened
Nov 4, 2024 -
Unwarned Trait recursion causes stack overflow
#132588 opened
Nov 4, 2024 -
Look for available `const`s when typoing pattern
#132582 opened
Nov 4, 2024 -
temporary value dropped while borrowed
#132578 opened
Nov 3, 2024 -
tweak search result order
#132575 opened
Nov 3, 2024 -
Tracking issue for release notes of #129347: #[inline(never)] does not work for async functions
#132573 opened
Nov 3, 2024 -
Exponentially expanding type causes monomorphization in compiler to panic or run "forever"
#132558 opened
Nov 3, 2024 -
Counter in slice iter fails to eliminate bounds check
#132557 opened
Nov 3, 2024
419 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.
-
Reduce false positives of tail-expr-drop-order from consumed values (attempt #2)
#131326 commented on
Nov 9, 2024 • 29 new comments -
Implement `~const Fn` and `~const Destruct` effect goals in the new solver
#132329 commented on
Nov 9, 2024 • 19 new comments -
Allow specifying the ELF TLS ABI
#132480 commented on
Nov 10, 2024 • 14 new comments -
Teach rustc about the Xtensa VaListImpl
#127565 commented on
Nov 6, 2024 • 9 new comments -
Improve VecCache under parallel frontend
#124780 commented on
Nov 10, 2024 • 7 new comments -
Fix and undeprecate home_dir()
#132515 commented on
Nov 5, 2024 • 6 new comments -
Adjust the alignment when passing a niche as a pointer
#131739 commented on
Nov 9, 2024 • 6 new comments -
distinguish overflow and unimplemented in Step::steps_between
#130867 commented on
Nov 8, 2024 • 5 new comments -
Implement file_lock feature
#130999 commented on
Nov 8, 2024 • 5 new comments -
Handle `rustc_resolve` cases of `rustc::potential_query_instability` lint
#131213 commented on
Nov 9, 2024 • 4 new comments -
mark is_val_statically_known intrinsic as stably const-callable
#132449 commented on
Nov 8, 2024 • 4 new comments -
Add lint against (some) interior mutable consts
#132146 commented on
Nov 9, 2024 • 4 new comments -
rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)
#130777 commented on
Nov 3, 2024 • 3 new comments -
Do not suggest borrow that is already there in fully-qualified call
#132469 commented on
Nov 9, 2024 • 3 new comments -
Stop clearing box's drop flags early
#131146 commented on
Nov 8, 2024 • 3 new comments -
Implement `#[cfg]` in `where` clauses
#132388 commented on
Nov 9, 2024 • 3 new comments -
`TypingMode` sure seems like a good idea
#132460 commented on
Nov 8, 2024 • 2 new comments -
unix: Relax escaping in `Debug` impl on `Command`
#132484 commented on
Nov 6, 2024 • 2 new comments -
core: implement `DeterministicRandomSource`
#131607 commented on
Nov 9, 2024 • 2 new comments -
Fix ICE when passing DefId-creating args to legacy_const_generics.
#130443 commented on
Nov 9, 2024 • 2 new comments -
Emit an error for invalid item of instruction_set
#129002 commented on
Nov 10, 2024 • 2 new comments -
Robustify and genericize return-type-notation resolution in `resolve_bound_vars`
#132047 commented on
Nov 8, 2024 • 2 new comments -
Delete the `cfg(not(parallel))` serial compiler
#132282 commented on
Nov 8, 2024 • 1 new comment -
unstable feature usage metrics
#130236 commented on
Nov 5, 2024 • 1 new comment -
borrowck diagnostics: suggest borrowing function inputs in generic positions
#132172 commented on
Nov 7, 2024 • 1 new comment -
Add `armv7a-vex-v5` tier three target
#131530 commented on
Nov 9, 2024 • 1 new comment -
Make asm label blocks safe context
#131544 commented on
Nov 3, 2024 • 1 new comment -
Support s390x z13 vector ABI
#131586 commented on
Nov 10, 2024 • 1 new comment -
Support `clobber_abi` in AVR inline assembly
#131323 commented on
Nov 6, 2024 • 1 new comment -
Use `ConstArgKind::Path` for all single-segment paths, not just params
#131081 commented on
Nov 4, 2024 • 1 new comment -
Prefer `pub(super)` in `unreachable_pub` lint suggestion
#132426 commented on
Nov 5, 2024 • 1 new comment -
Introduce `default_field_values` feature
#129514 commented on
Nov 5, 2024 • 1 new comment -
Do not unify dereferences of shared borrows in GVN
#132461 commented on
Nov 5, 2024 • 1 new comment -
Add more mailmap entries
#132474 commented on
Nov 9, 2024 • 1 new comment -
Provide placeholder generics for traits in "no method found for type parameter" suggestions
#132487 commented on
Nov 3, 2024 • 1 new comment -
Proper support for cross-crate recursive const stability checks
#132541 commented on
Nov 10, 2024 • 1 new comment -
Tracking issue for the `x86-interrupt` calling convention
#40180 commented on
Nov 10, 2024 • 0 new comments -
SIGSEGV during compilation of extern x86-interrupt fn with u128 param
#63018 commented on
Nov 10, 2024 • 0 new comments -
ICE: `used byval ABI for unsized layout`
#124806 commented on
Nov 10, 2024 • 0 new comments -
ICE: `Tried to make Ignore indirect`
#126418 commented on
Nov 10, 2024 • 0 new comments -
Add `String::replace_first` and `String::replace_last`
#97977 commented on
Nov 5, 2024 • 0 new comments -
Add parallel front end robustness test to ui tests
#132051 commented on
Nov 7, 2024 • 0 new comments -
Tracking issue for eRFC 2497, "if- and while-let-chains, take 2"
#53667 commented on
Nov 10, 2024 • 0 new comments -
Tracking Issue for rustc's translatable diagnostics infrastructure
#132181 commented on
Nov 10, 2024 • 0 new comments -
Tracking Issue for `substr_range` and related methods
#126769 commented on
Nov 9, 2024 • 0 new comments -
ICE: `no non-'#[track_caller]' frame found`
#131787 commented on
Nov 9, 2024 • 0 new comments -
`failed to evaluate generic const expr` after adding more fields to struct
#131568 commented on
Nov 9, 2024 • 0 new comments -
Tracking peak total storage use
#129808 commented on
Nov 9, 2024 • 0 new comments -
The compiler is unable to select `PartialOrd` implementation to compare `&[u8]` and `&[u8;32]` if `bytes` crate is imported
#130464 commented on
Nov 9, 2024 • 0 new comments -
Allow disabling ASan instrumentation for globals
#127483 commented on
Nov 5, 2024 • 0 new comments -
Mangle rustc_std_internal_symbols functions
#127173 commented on
Nov 7, 2024 • 0 new comments -
Uplift `clippy::double_neg` lint as `double_negations`
#126604 commented on
Nov 8, 2024 • 0 new comments -
Revert "tidy: validate LLVM component names in tests"
#125949 commented on
Nov 5, 2024 • 0 new comments -
Remove `Nonterminal` and `TokenKind::Interpolated`
#124141 commented on
Nov 10, 2024 • 0 new comments -
Link rustc tools into the correct sysroot
#123384 commented on
Nov 4, 2024 • 0 new comments -
Silence unnecessary "missing `dyn`" errors and tweak E0746 suggestions
#122957 commented on
Nov 4, 2024 • 0 new comments -
Apply dllimport in ThinLTO
#122790 commented on
Nov 4, 2024 • 0 new comments -
Assert that the first `assert!` expression is `bool`
#122661 commented on
Nov 9, 2024 • 0 new comments -
Use futex-based synchronization on Apple platforms
#122408 commented on
Nov 6, 2024 • 0 new comments -
Stop using LLVM struct types for array/pointer offset GEPs
#122325 commented on
Nov 7, 2024 • 0 new comments -
sess: stabilize `-C stack-protector=all`
#121742 commented on
Nov 6, 2024 • 0 new comments -
Report a specialized error when a `'static` obligation comes from an `impl dyn Trait`
#121274 commented on
Nov 4, 2024 • 0 new comments -
Split elided_lifetime_in_paths into tied and untied
#120808 commented on
Nov 6, 2024 • 0 new comments -
Likely unlikely fix
#120370 commented on
Nov 8, 2024 • 0 new comments -
Add Set entry API
#120077 commented on
Nov 9, 2024 • 0 new comments -
Add diagnostic for stack allocations of 1 GB or more
#119798 commented on
Nov 6, 2024 • 0 new comments -
MIR-only rlibs
#119017 commented on
Nov 10, 2024 • 0 new comments -
Add lint against function pointer comparisons
#118833 commented on
Nov 9, 2024 • 0 new comments -
Dummy PR to test coverage test changes in CI
#114917 commented on
Nov 9, 2024 • 0 new comments -
Allow a MIR analysis to perform the state `join` directly
#114900 commented on
Nov 8, 2024 • 0 new comments -
tidy watcher
#114209 commented on
Nov 9, 2024 • 0 new comments -
Make typeck aware of uninhabited types
#108993 commented on
Nov 4, 2024 • 0 new comments -
Implement `fs_native_path`
#108981 commented on
Nov 5, 2024 • 0 new comments -
Implement flatten for `Option<&Option<T>>` and `Option<&mut Option<T>>`
#108671 commented on
Nov 3, 2024 • 0 new comments -
Only preserve DebugInfo in DeadStoreElimination if requested.
#106852 commented on
Nov 9, 2024 • 0 new comments -
Require `type_map::stub` callers to supply file information
#104342 commented on
Nov 7, 2024 • 0 new comments -
rustc 1.82.0 doesn't add LIBPATH when invoking link.exe
#132016 commented on
Nov 9, 2024 • 0 new comments -
ICE: `adding a def'n for node-id NodeId(13) and def kind AnonConst but a previous def'n exists: DefKey`
#131915 commented on
Nov 9, 2024 • 0 new comments -
ICE: `attempt to negate with overflow`
#131849 commented on
Nov 9, 2024 • 0 new comments -
Figure out which target features affect float ABI
#131799 commented on
Nov 9, 2024 • 0 new comments -
fails to compile `rustc_middle` for `i686-pc-windows-gnullvm`
#131786 commented on
Nov 9, 2024 • 0 new comments -
ICE: `underline_start >= 0 && underline_end >= 0`
#131762 commented on
Nov 9, 2024 • 0 new comments -
RPITIT causes incorrect "dropped while still borrowed" error in some cases
#131490 commented on
Nov 9, 2024 • 0 new comments -
Implicit returns and missing semicolons after `return` might cause a different drop order
#131313 commented on
Nov 9, 2024 • 0 new comments -
Implementation of trait "not general enough" in nightly, works fine on stable
#131488 commented on
Nov 9, 2024 • 0 new comments -
rustdoc search: allow combining a type based search with a name based search
#131130 commented on
Nov 9, 2024 • 0 new comments -
ICE with integration test and `generic_const_exprs` interaction
#131054 commented on
Nov 9, 2024 • 0 new comments -
ICE: `invalid pointer unsizing` &str -> str
#131048 commented on
Nov 9, 2024 • 0 new comments -
ICE: `expected wide pointer extra data`
#130970 commented on
Nov 9, 2024 • 0 new comments -
[edition 2024] `missing_unsafe_on_extern` in macros with older editions
#132425 commented on
Nov 9, 2024 • 0 new comments -
Tracking issue for Rust 2024: Match ergonomics rules 1C/2C
#131414 commented on
Nov 9, 2024 • 0 new comments -
ICE: not enough bound vars
#132059 commented on
Nov 9, 2024 • 0 new comments -
Rust fails to optimize away useless unwrap check
#57166 commented on
Nov 9, 2024 • 0 new comments -
Fn[Mut] trait missing lifetime parameter
#80421 commented on
Nov 9, 2024 • 0 new comments -
Diagnostics differ between regular execution and ui tests
#131782 commented on
Nov 9, 2024 • 0 new comments -
Adding statements after implicit return could result in confusing errors
#103684 commented on
Nov 9, 2024 • 0 new comments -
The ABI of float types can be changed by `-Ctarget-feature`
#116344 commented on
Nov 9, 2024 • 0 new comments -
The const-eval interpreter is called on incomplete/invalid/ill-formed code
#124789 commented on
Nov 9, 2024 • 0 new comments -
Async callback argument causes nonsensical error message.
#121093 commented on
Nov 6, 2024 • 0 new comments -
u64::saturating_div is useless
#122821 commented on
Nov 9, 2024 • 0 new comments -
Panic on missing type on `static` item
#130478 commented on
Nov 9, 2024 • 0 new comments -
The target information for `mips64-openwrt-linux-musl` seems wrong
#131165 commented on
Nov 9, 2024 • 0 new comments -
Can we avoid the heap allocation in macOS Mutex/Condvar?
#131005 commented on
Nov 9, 2024 • 0 new comments -
regression: Compiler error with dyn + for<'a>
#132000 commented on
Nov 9, 2024 • 0 new comments -
Tracking issue for release notes of #130628: Finish stabilization of `result_ffi_guarantees`
#131937 commented on
Nov 9, 2024 • 0 new comments -
rustdoc should link to its current version of the rustdoc book
#131971 commented on
Nov 9, 2024 • 0 new comments -
Unreachable post-monomorphization error triggered by `-C link-dead-code`
#131793 commented on
Nov 9, 2024 • 0 new comments -
ambiguous name when glob importing an enum into a block when variant has same name as enum
#131110 commented on
Nov 9, 2024 • 0 new comments -
Miscompilation with release profile, fat lto and target aarch64-linux-android
#131071 commented on
Nov 9, 2024 • 0 new comments -
ICE: Cannot convert erased region to a region VID
#131050 commented on
Nov 9, 2024 • 0 new comments -
"the compiler unexpectedly panicked" in `try_normalize_generic_arg_after_erasing_regions`
#130967 commented on
Nov 9, 2024 • 0 new comments -
[DESIGN BUG] declarative macros lack of neat way to simulate lookahead within rust grammer syntax `const X: Y`
#130928 commented on
Nov 9, 2024 • 0 new comments -
Better type inference with `impl_trait_in_assoc_type` (ITIAT)
#130910 commented on
Nov 9, 2024 • 0 new comments -
Argument with type `impl FnMut` combined with recursion and closures causes inifinite recursion in compiler
#130806 commented on
Nov 9, 2024 • 0 new comments -
Associated type bounds are not equivalent to de-sugared `where` clauses for supertraits and nested associated types
#130805 commented on
Nov 9, 2024 • 0 new comments -
rustc-LLVM ERROR: section size does not fit in a uint32_t
#130760 commented on
Nov 9, 2024 • 0 new comments -
Stabilisation of ARM AES intrinsics missing from 1.72 release notes
#130717 commented on
Nov 9, 2024 • 0 new comments -
Can not disable `reference-types` feature for wasm32 target with `-C linker-plugin-lto` flag
#130604 commented on
Nov 9, 2024 • 0 new comments -
`bind` may incorrectly create a dual-stack socket on some platforms
#130668 commented on
Nov 9, 2024 • 0 new comments -
`#[rustc_default_body_unstable]` silently ignores `implied_by` and `soft`
#130603 commented on
Nov 9, 2024 • 0 new comments -
`Send` bound of trait object make unexpected async block is not general enough error
#130596 commented on
Nov 9, 2024 • 0 new comments -
Creating an immutable temporary object that `Copy`s a mutable reference contained by an immutable object could (?) but doesn't work
#130548 commented on
Nov 9, 2024 • 0 new comments -
Inference failure triggered by null proc macro application to totally unused and irrelevant struct
#130480 commented on
Nov 9, 2024 • 0 new comments -
[WIP] Spiking on `asm!` + pointer as `const`
#132045 commented on
Nov 4, 2024 • 0 new comments -
ci: Enable full `debuginfo-level=2` in `DEPLOY_ALT`
#132010 commented on
Nov 7, 2024 • 0 new comments -
Stabilize const_pin_2
#131904 commented on
Nov 4, 2024 • 0 new comments -
Update TRPL to add new Chapter 17: Async and Await
#131859 commented on
Nov 6, 2024 • 0 new comments -
extend the "if-unchanged" logic for compiler builds
#131831 commented on
Nov 10, 2024 • 0 new comments -
Add support for wasm exception handling to Emscripten target
#131830 commented on
Nov 4, 2024 • 0 new comments -
Support multiple stability attributes on items
#131824 commented on
Nov 10, 2024 • 0 new comments -
Hir attributes
#131808 commented on
Nov 5, 2024 • 0 new comments -
Stabilize unsigned and float variants of `num_midpoint` feature
#131784 commented on
Nov 3, 2024 • 0 new comments -
Stabilize Arm64EC inline assembly
#131781 commented on
Nov 10, 2024 • 0 new comments -
Stabilize `const_atomic_from_ptr`
#131717 commented on
Nov 6, 2024 • 0 new comments -
Stabilize `const_maybe_uninit_write`
#131713 commented on
Nov 6, 2024 • 0 new comments -
use stores of the correct size to set discriminants
#131698 commented on
Nov 5, 2024 • 0 new comments -
lint: change help for pointers to dyn types in FFI
#131669 commented on
Nov 10, 2024 • 0 new comments -
Add post-mono MIR passes to make mono-reachable analysis more accurate
#131650 commented on
Nov 9, 2024 • 0 new comments -
Lint on combining `#[no_mangle]` and `#[export_name]`
#131558 commented on
Nov 6, 2024 • 0 new comments -
Support #[repr(simd)] types in input/output of PowerPC inline assembly
#131551 commented on
Nov 10, 2024 • 0 new comments -
Fix asm goto with outputs and move it to a separate feature gate
#131523 commented on
Nov 3, 2024 • 0 new comments -
macOS: Always pass SDK root when linking with `cc`, and pass it via `SDKROOT` env var
#131477 commented on
Nov 3, 2024 • 0 new comments -
Updated CONTRIBUTING.md
#131469 commented on
Nov 4, 2024 • 0 new comments -
Apple: Re-implement SDK discovery instead of using `xcrun`
#131433 commented on
Nov 3, 2024 • 0 new comments -
Make `Rc<T>::deref` and `Arc<T>::deref` zero-cost
#132553 commented on
Nov 8, 2024 • 0 new comments -
perf experiment: disable large-move-check
#132467 commented on
Nov 4, 2024 • 0 new comments -
Add a test to verify that libstd doesn't use protected symbols
#132432 commented on
Nov 5, 2024 • 0 new comments -
From iterator more tuples
#132431 commented on
Nov 3, 2024 • 0 new comments -
Some more refactorings towards removing driver queries
#132410 commented on
Nov 9, 2024 • 0 new comments -
Make missing_abi lint warn-by-default.
#132397 commented on
Nov 8, 2024 • 0 new comments -
Apple: Fix direct linking with +verbatim
#132394 commented on
Nov 9, 2024 • 0 new comments -
AIX: extend bootstrap is_dylib to support XCOFF format
#132362 commented on
Nov 5, 2024 • 0 new comments -
Improve diagnostics for `HostEffectPredicate` in the new solver
#132345 commented on
Nov 3, 2024 • 0 new comments -
Use CLOCK_BOOTTIME for Instant in Fuchsia/Android
#132331 commented on
Nov 5, 2024 • 0 new comments -
rework winnowing to sensibly handle global where-bounds
#132325 commented on
Nov 9, 2024 • 0 new comments -
compiletest: add `max-llvm-major-version` directive
#132310 commented on
Nov 8, 2024 • 0 new comments -
rustdoc: Treat decl macros like other item kinds when it comes to visibility
#132302 commented on
Nov 5, 2024 • 0 new comments -
fixed wast version was released, remove randomization exemption
#132295 commented on
Nov 3, 2024 • 0 new comments -
Disqualify built-in trait impl if it seems likely to overlap in an unsound way with a blanket impl
#132289 commented on
Nov 5, 2024 • 0 new comments -
Add Extend impls for tuples of arity 1 through 12
#132187 commented on
Nov 3, 2024 • 0 new comments -
Fix powerpc64 big-endian FreeBSD ABI
#132150 commented on
Nov 7, 2024 • 0 new comments -
Arbitrary self types v2: (unused) Receiver trait
#132144 commented on
Nov 9, 2024 • 0 new comments -
ABI compatibility: remove section on target features
#132136 commented on
Nov 10, 2024 • 0 new comments -
Remove `ResultsVisitable`
#132134 commented on
Nov 4, 2024 • 0 new comments -
Remove `P<>` from `visit_`s in ast `MutVisitor`
#132112 commented on
Nov 7, 2024 • 0 new comments -
Stabilize `#[diagnostic::do_not_recommend]`
#132056 commented on
Nov 6, 2024 • 0 new comments -
WIP: Refactor timespec, add regression tests
#128998 commented on
Nov 7, 2024 • 0 new comments -
Unify AST Visitors with a macro like MIR Visitors
#128974 commented on
Nov 7, 2024 • 0 new comments -
Use `insertvalue` and `extractvalue` instead of `memcpy` in CastTarget
#128969 commented on
Nov 6, 2024 • 0 new comments -
Allow inlining drop glue more generally
#128917 commented on
Nov 7, 2024 • 0 new comments -
Add `--doctest-compilation-args` option to add compilation flags to doctest compilation
#128780 commented on
Nov 9, 2024 • 0 new comments -
Add lint for recursive default impls
#128737 commented on
Nov 6, 2024 • 0 new comments -
When annotations needed, look at impls for more accurate suggestions
#128653 commented on
Nov 6, 2024 • 0 new comments -
Improve dead code analysis for structs and traits defined locally
#128637 commented on
Nov 6, 2024 • 0 new comments -
bootstrap: use `internment` instead of hand-rolled interning
#128289 commented on
Nov 5, 2024 • 0 new comments -
feat: add tier-1 platform support for change_time
#128256 commented on
Nov 4, 2024 • 0 new comments -
Rwlock downgrade
#128219 commented on
Nov 9, 2024 • 0 new comments -
std: refactor `pthread`-based synchronization
#128184 commented on
Nov 4, 2024 • 0 new comments -
Suggest using `matches` or adding `==` on `x == a || b || c`
#128159 commented on
Nov 6, 2024 • 0 new comments -
Rework instantiation mode selection in monomorphization
#128118 commented on
Nov 4, 2024 • 0 new comments -
Suggest Replacing Comma with Semicolon in Incorrect Repeat Expressions
#128110 commented on
Nov 4, 2024 • 0 new comments -
[DRAFT] #[contracts::requires(...)]
#128045 commented on
Nov 5, 2024 • 0 new comments -
[crater] Assemble method candidates for numerical infer vars
#128013 commented on
Nov 3, 2024 • 0 new comments -
Reject unconstrained lifetimes in type_of(assoc_ty) instead of during wfcheck of the impl item
#127973 commented on
Nov 3, 2024 • 0 new comments -
collect doc alias as tips during resolution
#127721 commented on
Nov 6, 2024 • 0 new comments -
rustdoc-search: simplify rules for generics and type params
#127589 commented on
Nov 5, 2024 • 0 new comments -
Relocate upvars to Unresumed state and make coroutine prefix trivial
#127522 commented on
Nov 6, 2024 • 0 new comments -
Simplify `LazyAttrTokenStream`
#127516 commented on
Nov 5, 2024 • 0 new comments -
Add `JoinHandle::into_join_future()`.
#131389 commented on
Nov 3, 2024 • 0 new comments -
Weekly `cargo update`
#131311 commented on
Nov 10, 2024 • 0 new comments -
Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target features
#131080 commented on
Nov 9, 2024 • 0 new comments -
Migrate compiler's `&Option<T>` into `Option<&T>`
#130963 commented on
Nov 4, 2024 • 0 new comments -
Infer nounwind and use it in MIR opts
#130909 commented on
Nov 6, 2024 • 0 new comments -
Add environment variable query
#130883 commented on
Nov 4, 2024 • 0 new comments -
coverage: Support match statements in branch coverage
#130744 commented on
Nov 5, 2024 • 0 new comments -
Optimize `is_ascii` for `str` and `[u8]` further
#130733 commented on
Nov 6, 2024 • 0 new comments -
Add `peek_index` to `Enumerate`
#130682 commented on
Nov 9, 2024 • 0 new comments -
Generating a documentation for tests
#130463 commented on
Nov 9, 2024 • 0 new comments -
[WIP] Remove placeholders completely
#130227 commented on
Nov 7, 2024 • 0 new comments -
Stabilize `std::io::ErrorKind::CrossesDevices`
#130209 commented on
Nov 9, 2024 • 0 new comments -
Experiment: add unstable RHS type to Ord, impl PartialOrd<[U]> for [T]
#129870 commented on
Nov 3, 2024 • 0 new comments -
Reduce false positives of tail-expr-drop-order from consumed values
#129864 commented on
Nov 4, 2024 • 0 new comments -
Docs - type guarantees update
#129822 commented on
Nov 7, 2024 • 0 new comments -
add new panel to rustdoc search that shows up when the search bar is focused
#129769 commented on
Nov 3, 2024 • 0 new comments -
Rebuild on changes to the deployment target when compiling Apple targets
#129342 commented on
Nov 9, 2024 • 0 new comments -
Use more CGUs in incremental compilation
#129222 commented on
Nov 9, 2024 • 0 new comments -
Add platform docs for FreeBSD.
#129220 commented on
Nov 8, 2024 • 0 new comments -
Pass end position of span through inline ASM cookie
#129181 commented on
Nov 4, 2024 • 0 new comments -
run-make: Delete `cat-and-grep-sanity-check` and restrict `branch-protection-check-IBT` to stable
#129156 commented on
Nov 7, 2024 • 0 new comments -
Experimental: Add Derive Proc-Macro Caching
#129102 commented on
Nov 9, 2024 • 0 new comments -
Request: rustdoc search filter for `unsafe` items
#59795 commented on
Nov 6, 2024 • 0 new comments -
rustdoc should add repository links automatically
#72475 commented on
Nov 6, 2024 • 0 new comments -
Rust docs should at least have the option of using sans-serif fonts
#52449 commented on
Nov 6, 2024 • 0 new comments -
Show "⚠", "Deprecated" and "Experimental" in docs sidebar for unsafe, deprecated and unstable items
#132108 commented on
Nov 6, 2024 • 0 new comments -
slice methods could be added to the array docs
#62992 commented on
Nov 6, 2024 • 0 new comments -
rustdoc: "Implementations on Foreign Types" does not work bidirectionally for non-std types
#55434 commented on
Nov 6, 2024 • 0 new comments -
`std::fmt` documentation does not explain the colon
#131865 commented on
Nov 6, 2024 • 0 new comments -
Miscompile in the GVN transform
#130853 commented on
Nov 5, 2024 • 0 new comments -
some tier 2 rustc 1.81 hosts cannot bootstrap stable 1.82
#129268 commented on
Nov 5, 2024 • 0 new comments -
How should cfg(target-feature) behave around forbidden target features?
#132351 commented on
Nov 5, 2024 • 0 new comments -
Resolve shorthand projections (`T::A`-style associated type paths) based solely on type, instead of a Def
#22519 commented on
Nov 5, 2024 • 0 new comments -
try_replace, try_swap in RefCell (code included)
#54493 commented on
Nov 5, 2024 • 0 new comments -
"Ghost" methods in rustdoc for cross-crate trait impls
#18717 commented on
Nov 5, 2024 • 0 new comments -
Improve error messages involving type aliases
#17164 commented on
Nov 5, 2024 • 0 new comments -
Tracking Issue for RISC-V Ratified Extensions Intrinsics
#114544 commented on
Nov 5, 2024 • 0 new comments -
`-Zunpretty=expanded` does not preserve hygiene
#13573 commented on
Nov 5, 2024 • 0 new comments -
Tracking issue for release notes of #129884: mark some target features as 'forbidden' so they cannot be (un)set with -Ctarget-feature
#130969 commented on
Nov 5, 2024 • 0 new comments -
LLVM ERROR: Broken module with -Cdebuginfo=2 -Zsanitizer=cfi -Clto
#100783 commented on
Nov 5, 2024 • 0 new comments -
Refactoring attributes in the compiler
#131229 commented on
Nov 5, 2024 • 0 new comments -
Footgun with Rc::assume_init and related methods
#131861 commented on
Nov 5, 2024 • 0 new comments -
Lint control attributes (allow/deny/etc) have no effect on lifetime and const parameters
#61552 commented on
Nov 5, 2024 • 0 new comments -
Tracking Issue for `try_trait_v2`, A new design for the `?` desugaring (RFC#3058)
#84277 commented on
Nov 5, 2024 • 0 new comments -
Tracking issue for release notes of #130183: Bump Unicode to version 16.0.0
#130258 commented on
Nov 5, 2024 • 0 new comments -
Tracking Issue for #![feature(async_iterator)]
#79024 commented on
Nov 5, 2024 • 0 new comments -
Tracking issue for Iterator::partition_in_place
#62543 commented on
Nov 5, 2024 • 0 new comments -
`m68k-unknown-linux-gnu`: can't compile functions with certain return types
#89498 commented on
Nov 5, 2024 • 0 new comments -
Strange error message when trying to call a function that takes a closure that returns a future
#123717 commented on
Nov 6, 2024 • 0 new comments -
Universe errors involving an opaque type results in hallucinations and unused bound vars
#124472 commented on
Nov 6, 2024 • 0 new comments -
async lambda fails to copy a value that is Copy
#127019 commented on
Nov 6, 2024 • 0 new comments -
Elided lifetime changes in `rust_2018_idioms` lint is very noisy and results in dramatically degraded APIs for Bevy
#131725 commented on
Nov 6, 2024 • 0 new comments -
Internal compiler error: find_vtable_types_for_unsizing: invalid coercion
#74451 commented on
Nov 6, 2024 • 0 new comments -
ice: `TyKind::Error constructed but no error reported`
#112201 commented on
Nov 6, 2024 • 0 new comments -
ICE: `failure to relate an opaque to itself should result in an error later on`
#117392 commented on
Nov 6, 2024 • 0 new comments -
ICE: `builtin derive created an unaligned reference`
#120873 commented on
Nov 6, 2024 • 0 new comments -
ICE "... is not fully resolved'" with min_specialization and lifetime param
#103708 commented on
Nov 6, 2024 • 0 new comments -
ICE: unexpected ambiguity
#105299 commented on
Nov 6, 2024 • 0 new comments -
ICE: `error performing operation: fully_perform`
#124189 commented on
Nov 6, 2024 • 0 new comments -
Compilation of curve25519-dalek is extremely slow with certain flags used by cargo-fuzz
#95240 commented on
Nov 6, 2024 • 0 new comments -
ICE: index out of bounds in cg_ssa/src/back/archive.rs
#129557 commented on
Nov 6, 2024 • 0 new comments -
ICE: unexpected const placeholder
#131538 commented on
Nov 6, 2024 • 0 new comments -
rustdoc: ICE: synthetic auto trait impls: `unexpected result when selecting […] obligation`
#91380 commented on
Nov 6, 2024 • 0 new comments -
Tracking Issue for `const_char_classify`
#132241 commented on
Nov 6, 2024 • 0 new comments -
Tracking issue for release notes of #131377: Add LowerExp and UpperExp implementations to NonZero
#132508 commented on
Nov 6, 2024 • 0 new comments -
Rustdoc: prioritize matches with same casing in search results
#69025 commented on
Nov 6, 2024 • 0 new comments -
rustdoc: inconsistency on which items have §
#86384 commented on
Nov 6, 2024 • 0 new comments -
rustdoc output directory structure leaks home directory structure
#18370 commented on
Nov 6, 2024 • 0 new comments -
rustdoc doesn't substitute type parameters
#14072 commented on
Nov 6, 2024 • 0 new comments -
Add the possibility to filter on more than one crate
#86716 commented on
Nov 6, 2024 • 0 new comments -
rustdoc: search URLs should be based off the documentation root
#84319 commented on
Nov 6, 2024 • 0 new comments -
Methods of core trait that have doc aliases are found twice
#81696 commented on
Nov 6, 2024 • 0 new comments -
Rustdoc should index "Methods from Deref" in search results
#63080 commented on
Nov 6, 2024 • 0 new comments -
Vec::iter not found in search in rustdoc
#87128 commented on
Nov 6, 2024 • 0 new comments -
[rustbuild] Support `exclude` in config.toml, not just as a flag
#35678 commented on
Nov 4, 2024 • 0 new comments -
implicit Deref coercion not happening
#109829 commented on
Nov 4, 2024 • 0 new comments -
HashMap: panic in element destructor causes leaks of unrelated elements
#132222 commented on
Nov 4, 2024 • 0 new comments -
Tracking issue for release notes of #123723: Make `std::os::darwin` public
#132505 commented on
Nov 4, 2024 • 0 new comments -
Tracking Issue for Rust 2024: rustfmt change sort to Unicode-aware "non-lowercase before lowercase"
#123802 commented on
Nov 4, 2024 • 0 new comments -
Tracking Issue for Rust 2024: rustfmt use version sort
#123800 commented on
Nov 4, 2024 • 0 new comments -
Tracking issue for incorrect lifetime bound errors in async
#110338 commented on
Nov 4, 2024 • 0 new comments -
Support for pointers with asm_const
#128464 commented on
Nov 3, 2024 • 0 new comments -
Tracking Issue for Rust 2024: rustfmt raw identifier sorting
#124764 commented on
Nov 3, 2024 • 0 new comments -
Scoped thread implicit join doesn't wait for thread locals to be dropped
#116237 commented on
Nov 3, 2024 • 0 new comments -
Tracking Issue for Deprecate target_vendor
#100343 commented on
Nov 3, 2024 • 0 new comments -
Tracking Issue for LocalWaker
#118959 commented on
Nov 3, 2024 • 0 new comments -
ICE: `could not resolve DefId`
#132126 commented on
Nov 3, 2024 • 0 new comments -
ICE: `assertion failed: !obligations.has_infer()` in `rustc_hir_analysis/src/impl_wf_check/min_specialization.rs` with feature `min_specialization`
#126268 commented on
Nov 3, 2024 • 0 new comments -
Tracking issue for RFC 3681: Default field values
#132162 commented on
Nov 3, 2024 • 0 new comments -
#[inline(never)] does not work for async functions
#129347 commented on
Nov 3, 2024 • 0 new comments -
Tracking Issue for `const_collections_with_hasher`
#102575 commented on
Nov 3, 2024 • 0 new comments -
with_exposed_provenance(0).with_addr(addr) is compiled as gep null
#131741 commented on
Nov 3, 2024 • 0 new comments -
Tracking issue for generic const items
#113521 commented on
Nov 3, 2024 • 0 new comments -
Tracking issue for `-Z randomize-layout`
#106764 commented on
Nov 3, 2024 • 0 new comments -
Tracking issue for release notes of #129329: Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>`
#132510 commented on
Nov 3, 2024 • 0 new comments -
No way to disable tests for `*-windows-gnu` but keep them enabled for `*-windows-gnullvm`
#132278 commented on
Nov 3, 2024 • 0 new comments -
rustdoc: hang/OOM with recursive type
#102910 commented on
Nov 3, 2024 • 0 new comments -
Tracking Issue for changing rustc target docs
#120745 commented on
Nov 3, 2024 • 0 new comments -
suggestion in unresolved trait method calls misses crate `as` rename
#52485 commented on
Nov 3, 2024 • 0 new comments -
Handing Ctrl+C in test harness
#83326 commented on
Nov 3, 2024 • 0 new comments -
Explore possible suggestions for `dangling_pointers_from_temporaries` lint
#132283 commented on
Nov 5, 2024 • 0 new comments -
Inlining `-Cinstrument-coverage` code into a uninstrumented crate causes problems
#132436 commented on
Nov 5, 2024 • 0 new comments -
Tracking issue for release notes of #129238: Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local`
#132506 commented on
Nov 5, 2024 • 0 new comments -
Recursive const stability checks do not apply in const items
#132536 commented on
Nov 5, 2024 • 0 new comments -
Tracking issue for future-incompatibility lint `unstable_name_collisions`
#48919 commented on
Nov 5, 2024 • 0 new comments -
RISC-V Extension P intrinsics use invalid instruction format
#129593 commented on
Nov 5, 2024 • 0 new comments -
Migrate parser to the new span combining scheme
#126763 commented on
Nov 4, 2024 • 0 new comments -
Tracking issue for `slice_take`
#62280 commented on
Nov 4, 2024 • 0 new comments -
Syntactically rejecting impl-Trait inside non-final path segments & inside fn ptr types is futile
#132212 commented on
Nov 4, 2024 • 0 new comments -
Failed To Run Custom Build Command For `proc-macro-test v0.0.0` During Windows Compile From Source
#130890 commented on
Nov 4, 2024 • 0 new comments -
TAITs and recursive definitions of closures hang the check and build
#108361 commented on
Nov 4, 2024 • 0 new comments -
Invalid inference in associated types
#116613 commented on
Nov 4, 2024 • 0 new comments -
Make rustc gracefully handle "too many open files"
#97234 commented on
Nov 4, 2024 • 0 new comments -
E0529 wrong infinite suggestion to add `as_deref`
#130243 commented on
Nov 4, 2024 • 0 new comments -
Tracking issue for `Cow::is_borrowed` and `Cow::is_owned`
#65143 commented on
Nov 4, 2024 • 0 new comments -
wasip2 target should not conditionally feature gate stdlib APIs
#130323 commented on
Nov 4, 2024 • 0 new comments -
Cargo suggestion doesn't work with crates having a hyphen in the name
#115841 commented on
Nov 4, 2024 • 0 new comments -
rustc accepts types requiring a greater-than-48-bit address space
#132525 commented on
Nov 4, 2024 • 0 new comments -
Tracking Issue for autodiff
#124509 commented on
Nov 4, 2024 • 0 new comments -
function "in_external_macro” judgment is incorrect
#131993 commented on
Nov 4, 2024 • 0 new comments -
Tracking Issue for `unix_sigpipe`
#97889 commented on
Nov 4, 2024 • 0 new comments -
How do I run a single test of libstd with --nocapture ?
#132592 commented on
Nov 4, 2024 • 0 new comments -
`rustc_codegen_llvm` should mark more of its internal methods as `unsafe`
#131562 commented on
Nov 4, 2024 • 0 new comments -
Issue between `non_local_definitions` and soroban-sdk
#132427 commented on
Nov 4, 2024 • 0 new comments -
Array and Vec's Clone specialization is maybe unsound with conditionally Copy types.
#132442 commented on
Nov 4, 2024 • 0 new comments -
Inconsistent warning for macros that contain `unexpected_cfgs`
#132572 commented on
Nov 4, 2024 • 0 new comments -
ICE: `!base.layout().is_sized()`
#124436 commented on
Nov 9, 2024 • 0 new comments -
Rustdoc generates docs for hidden methods in impls
#36035 commented on
Nov 8, 2024 • 0 new comments -
[ER] Line number for 'stream did not contain valid UTF-8' errors
#76869 commented on
Nov 8, 2024 • 0 new comments -
Unrelated trait bounds prevents generic types to be inferred in function call.
#102939 commented on
Nov 8, 2024 • 0 new comments -
[discussion] `ErrorKind::InvalidFilename` from `io_error_more`
#130192 commented on
Nov 8, 2024 • 0 new comments -
[discussion] `ErrorKind::FilesystemQuotaExceeded` from `io_error_more`
#130190 commented on
Nov 8, 2024 • 0 new comments -
[discussion] `ErrorKind::CrossesDevices` from `io_error_more`
#130191 commented on
Nov 8, 2024 • 0 new comments -
Broken compilation with `&(dyn Trait + '_)`
#103762 commented on
Nov 8, 2024 • 0 new comments -
Excess object in `staticlib` archive eventually causing link error
#125619 commented on
Nov 8, 2024 • 0 new comments -
rustdoc ignores `cargo` and linker settings when compiling doc tests
#125657 commented on
Nov 8, 2024 • 0 new comments -
Clippy attributes have no effect on struct fields
#60681 commented on
Nov 8, 2024 • 0 new comments -
Tracking Issue for enum access in offset_of
#120141 commented on
Nov 8, 2024 • 0 new comments -
WASI unwinding is broken in release
#132416 commented on
Nov 8, 2024 • 0 new comments -
ice: `calling const FnDef errored when it shouldn't`
#117795 commented on
Nov 8, 2024 • 0 new comments -
regression: assertion `left == right` failed for floats
#128898 commented on
Nov 8, 2024 • 0 new comments -
regression: ArArchiveBuilder can no longer handle output to temporary files managed by Python
#131896 commented on
Nov 8, 2024 • 0 new comments -
possible miscompilation on aarch64
#117077 commented on
Nov 8, 2024 • 0 new comments -
LocalKey's methods are incorrectly documented as unstable.
#132440 commented on
Nov 8, 2024 • 0 new comments -
In presence of `impl <T: Trait1> Trait2 for T`, when `X: Trait2` fails, Rust guides you towards satisfying `X: Trait1` instead of `X: Trait2`
#124802 commented on
Nov 8, 2024 • 0 new comments -
[rustdoc] Rustdoc should prevent long file names.
#34023 commented on
Nov 8, 2024 • 0 new comments -
Tracking issue for `const_size_of_val` and `const_align_of_val`
#46571 commented on
Nov 8, 2024 • 0 new comments -
`i686-unknown-freebsd` uses `base.cpu = "pentium4"` but the version in ports patches it to be `base.cpu = "pentiumpro"
#117182 commented on
Nov 8, 2024 • 0 new comments -
Rustdoc doesn't play well with `use ... as _` syntax
#97615 commented on
Nov 8, 2024 • 0 new comments -
rustdoc: missing inherent impls on reexport
#95236 commented on
Nov 8, 2024 • 0 new comments -
Funky rustdoc behavior when `pub use path_to::Trait as _;` for public-in-private item
#92379 commented on
Nov 8, 2024 • 0 new comments -
rustdoc: Don't distinguish structs and tuple structs with only private fields
#38101 commented on
Nov 8, 2024 • 0 new comments -
rustdoc: "All items" page does not show associated items
#93903 commented on
Nov 8, 2024 • 0 new comments -
ICE: `Unsigned value 0x100 does not fit in 8 bits`
#123690 commented on
Nov 9, 2024 • 0 new comments -
ICE: const eval: `ImmTy { .. } input to a fat-to-thin cast´
#130425 commented on
Nov 9, 2024 • 0 new comments -
ICE: interpret const eval failure of `Unevaluated(UnevaluatedConst`
#130687 commented on
Nov 9, 2024 • 0 new comments -
Rust compiler hangs when pretty-printing MIR for a constant
#132122 commented on
Nov 9, 2024 • 0 new comments -
Tracking Issue for asm_experimental_arch
#93335 commented on
Nov 9, 2024 • 0 new comments -
Incremental occasionally causes link failures (in particular when build process is interrupted)
#81280 commented on
Nov 9, 2024 • 0 new comments -
+whole-archive link modifier not behaving as expected on macOS
#110624 commented on
Nov 9, 2024 • 0 new comments -
Tracking Issue for `transmute_generic_consts`
#109929 commented on
Nov 9, 2024 • 0 new comments -
Tracking Issue for `NonZero*::count_ones`
#120287 commented on
Nov 9, 2024 • 0 new comments -
infinite recursion with TAIT and `replace_opaque_types_with_inference_vars` in project
#109268 commented on
Nov 9, 2024 • 0 new comments -
Merge commits break LLVM CI download
#101907 commented on
Nov 9, 2024 • 0 new comments -
Misleading help suggests `Sync` bound when shareable reference is passed across or into await
#129105 commented on
Nov 9, 2024 • 0 new comments -
Using ToSocketAddrs seems to remember EMFILE on the same thread
#47955 commented on
Nov 9, 2024 • 0 new comments -
Can't find `thiserror_impl` crate with `-Z sanitizer`
#132109 commented on
Nov 9, 2024 • 0 new comments -
Coroutine/Future `Send` bounds are too restrictive when taking references to `!Sync` values
#132382 commented on
Nov 9, 2024 • 0 new comments -
stack overflow during debuginfo generation
#121538 commented on
Nov 9, 2024 • 0 new comments -
regression: crate compiles much slower with 1.82
#132064 commented on
Nov 9, 2024 • 0 new comments -
rustdoc: make linking to examples easier and detect dead links
#130493 commented on
Nov 8, 2024 • 0 new comments -
ICE: `duplicate copy of DefId in lctx.children`
#130662 commented on
Nov 8, 2024 • 0 new comments -
ICE: `assertion failed: matches!(owner, hir::MaybeOwner::Phantom)`
#127424 commented on
Nov 8, 2024 • 0 new comments -
ICE: `param types with same index differ in name`
#121983 commented on
Nov 8, 2024 • 0 new comments -
[rustdoc] query symbol docs on the CLI
#96396 commented on
Nov 8, 2024 • 0 new comments -
cargo fix report errors after fixes
#114807 commented on
Nov 8, 2024 • 0 new comments -
Tracking issue for const `<*const T>::is_null`
#74939 commented on
Nov 8, 2024 • 0 new comments -
Synchronization primitives not robust against unwinding
#59614 commented on
Nov 8, 2024 • 0 new comments -
bad rustdoc ux: trait method implementations have their docstrings ommitted in the "implementors" section
#92641 commented on
Nov 8, 2024 • 0 new comments -
Tracking issue for const `Pin` methods
#76654 commented on
Nov 7, 2024 • 0 new comments -
Deduplicate test suites for alternative codegen backends
#128741 commented on
Nov 7, 2024 • 0 new comments -
who tests the tester?
#47606 commented on
Nov 7, 2024 • 0 new comments -
Iterator::sum requires type annotations in seemingly simple cases
#100802 commented on
Nov 7, 2024 • 0 new comments -
Tracking issue for release notes of #128351: Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes
#132188 commented on
Nov 7, 2024 • 0 new comments -
access outside the bounds for given AllocRange
#131046 commented on
Nov 7, 2024 • 0 new comments -
CI: spurious error building LLVM on mingw: `ranlib.exe: could not create temporary file whilst writing archive: no more archived files`
#108227 commented on
Nov 7, 2024 • 0 new comments -
STATUS_HEAP_CORRUPTION in rust-lld with a custom target on x86_64-pc-windows-gnu
#115985 commented on
Nov 7, 2024 • 0 new comments -
Cannot find rsbegin.o/resend.o when compiling from MacOS to windows-gnu
#117548 commented on
Nov 7, 2024 • 0 new comments -
linking with `x86_64-w64-mingw32-gcc` failed: exit code: 1
#118005 commented on
Nov 7, 2024 • 0 new comments -
linking issue on x86_64-pc-windows-gnu target + thinLTO related to static function pointers
#98302 commented on
Nov 7, 2024 • 0 new comments -
Tracking Issue for Parallel Rustc Front-end
#113349 commented on
Nov 7, 2024 • 0 new comments -
Tracking issue for release notes of #130487: Update the minimum external LLVM to 18
#130520 commented on
Nov 7, 2024 • 0 new comments -
Tracking Issue for `sub_ptr` (feature `ptr_sub_ptr`)
#95892 commented on
Nov 6, 2024 • 0 new comments -
ICE: tcx: index out of bounds
#129075 commented on
Nov 6, 2024 • 0 new comments -
Make "variable does not need to be mutable" fix machine applicable
#132324 commented on
Nov 6, 2024 • 0 new comments -
Cross-compilation from LInux to x86_64-apple-darwin fails due to bad "cc" command line params
#112501 commented on
Nov 6, 2024 • 0 new comments -
Tracking issue for RFC 3519: `arbitrary_self_types`
#44874 commented on
Nov 6, 2024 • 0 new comments -
Misleading diagnostic output for typecheck failures that involve type inference
#132165 commented on
Nov 6, 2024 • 0 new comments -
ICE: `region variables should not be hashed`
#131639 commented on
Nov 6, 2024 • 0 new comments -
Normalization can skip WF
#100041 commented on
Nov 6, 2024 • 0 new comments -
ICE: `delay_span_bug`: `error performing ParamEnvAnd`
#103899 commented on
Nov 6, 2024 • 0 new comments -
ICE: 'Ok([Binder {..}, ...) is not fully resolved'
#113846 commented on
Nov 6, 2024 • 0 new comments -
internal compiler error when inferring `_` type for Associated Type bound
#79590 commented on
Nov 6, 2024 • 0 new comments -
async/await: cannot move out of captured variable in an `Fn` closure
#59971 commented on
Nov 6, 2024 • 0 new comments -
Confusing error `captured variable cannot escape FnMut closure body` caused by unnecessary move closure
#119733 commented on
Nov 6, 2024 • 0 new comments -
Rustdoc formatting presents accessibility issues
#59829 commented on
Nov 7, 2024 • 0 new comments -
Provide mechanism for documenting known bugs or shortcomings
#34057 commented on
Nov 7, 2024 • 0 new comments -
Trait implementation docs list methods that can't be called
#32277 commented on
Nov 7, 2024 • 0 new comments -
Rustdoc search box fails accessability guidelines
#31060 commented on
Nov 7, 2024 • 0 new comments -
rustdoc: allow full set of compiler options to be specified
#43031 commented on
Nov 7, 2024 • 0 new comments -
Intra-doc links choose a random method if there are multiple implementations of the same generic trait
#76895 commented on
Nov 7, 2024 • 0 new comments -
stdlib code size increase in nightly-2024-09-01 for aarch64-linux-android
#130320 commented on
Nov 7, 2024 • 0 new comments -
rustdoc: Allow customizing the crate list sidebar.
#16328 commented on
Nov 7, 2024 • 0 new comments -
rustdoc does not warn about broken links if they contain `.` or `[]`
#54191 commented on
Nov 7, 2024 • 0 new comments -
Implementors column on trait page is always empty
#91118 commented on
Nov 7, 2024 • 0 new comments -
using const &str as format "literal"?
#96851 commented on
Nov 7, 2024 • 0 new comments -
Don't include headings in search summary
#91077 commented on
Nov 7, 2024 • 0 new comments -
ICE: `missing binding mode`
#132142 commented on
Nov 7, 2024 • 0 new comments -
ICE with next-solver: thread 'rustc' panicked at compiler\rustc_hir_analysis\src\hir_ty_lowering\mod.rs:1733:65: called `Option::unwrap()` on a `None` value
#132320 commented on
Nov 7, 2024 • 0 new comments -
ICE with next-solver: ExistentialMismatch
#132330 commented on
Nov 7, 2024 • 0 new comments -
ICE with next solver: `errors selecting obligation during MIR typeck: [Ambiguity]`
#132335 commented on
Nov 7, 2024 • 0 new comments -
ICE: malformed `malformed repr(align(N))`
#132391 commented on
Nov 7, 2024 • 0 new comments -
ICE: `internal compiler error[E0391]: cycle detected when computing function signature of impl`
#132430 commented on
Nov 7, 2024 • 0 new comments -
ICE: `escaping bound type during canonicalization`
#132530 commented on
Nov 7, 2024 • 0 new comments -
run-make: vendor cargo dependencies or external dependencies within the tests
#128733 commented on
Nov 7, 2024 • 0 new comments -
Use `rustc` attrs in `dangling_pointers_from_temporaries` lint
#132281 commented on
Nov 7, 2024 • 0 new comments -
nvptx "ptx-kernel" ABI (feature: abi_ptx) uses PassMode::Direct for Aggregates
#117271 commented on
Nov 7, 2024 • 0 new comments -
Inlining causes miscompilation of code that mixes target features
#116573 commented on
Nov 7, 2024 • 0 new comments -
Tracking issue for release notes of #125579: Add `--print host-triple` to print host target triple
#132239 commented on
Nov 7, 2024 • 0 new comments -
Tracking Issue for porting `run-make` tests to use Rust
#121876 commented on
Nov 7, 2024 • 0 new comments -
Tracking issue for release notes of #131477: macOS: Always pass SDK root when linking with `cc`, and pass it via `SDKROOT` env var
#132424 commented on
Nov 7, 2024 • 0 new comments