-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Insights: rust-lang/rust
Overview
Could not load contribution data
Please try again later
25 Pull requests merged by 15 people
-
Rollup of 5 pull requests
#140838 merged
May 9, 2025 -
Enable non-leaf Frame Pointers for Arm64 Windows
#140828 merged
May 9, 2025 -
bootstrap: more consistent use of
...
when citing configuration snippets#140817 merged
May 9, 2025 -
Fix
tests/rustdoc-json
triagebot message path#140812 merged
May 9, 2025 -
add signed ints to unn- transmutes to ensure feature parity
#140804 merged
May 9, 2025 -
Use span before macro expansion in lint for-loops-over-falibles
#140801 merged
May 9, 2025 -
Remove
Ident::empty
#140252 merged
May 9, 2025 -
Fix linking statics on Arm64EC
#140176 merged
May 9, 2025 -
Rollup of 8 pull requests
#140818 merged
May 9, 2025 -
Enable triagebot note functionality for rust-lang/rust
#140811 merged
May 9, 2025 -
Add release notes for 1.87.0
#140802 merged
May 9, 2025 -
Make
rustdoc-tempdir-removal
run-make tests work on other platforms than linux#140800 merged
May 9, 2025 -
Improve
-Zremap-path-scope
tests with dependency#140716 merged
May 9, 2025 -
Structurally normalize in range pattern checking in HIR typeck
#140707 merged
May 9, 2025 -
Clarify black_box warning a bit
#140341 merged
May 9, 2025 -
Eliminate
word_and_empty
methods.#140095 merged
May 9, 2025 -
Do not deny warnings in "fast" try builds
#140786 merged
May 8, 2025 -
[win][arm64] Disable std::fs tests that require symlinks
#140759 merged
May 8, 2025 -
Rollup of 5 pull requests
#140797 merged
May 8, 2025 -
[arm64] Pointer auth test should link with C static library statically
#140756 merged
May 8, 2025 -
trait selection: check
&
before suggest remove deref#140736 merged
May 8, 2025 -
[win][arm64] Disable MSVC Linker 'Arm Hazard' warning
#140758 merged
May 8, 2025 -
[win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows
#140755 merged
May 8, 2025 -
make it possible to run in-tree rustfmt with
x run rustfmt
#140732 merged
May 8, 2025
19 Pull requests opened by 16 people
-
Reduce special casing for the panic runtime
#140809 opened
May 8, 2025 -
[beta] Clippy beta backport
#140810 opened
May 8, 2025 -
Support `-Clink-self-contained=+linker` for `ld.lld` linker flavor
#140813 opened
May 8, 2025 -
Use a full cache for erasing regions
#140814 opened
May 8, 2025 -
also export metrics from librustdoc
#140815 opened
May 8, 2025 -
Add regression test for 125877
#140819 opened
May 8, 2025 -
[CRATER] probe fallout of `dyn` overlap
#140824 opened
May 8, 2025 -
Add Range parameter to `BTreeMap::extract_if` and `BTreeSet::extract_if`
#140825 opened
May 8, 2025 -
Do not ICE when reassigning in GatherLocalsVisitor on the bad path
#140827 opened
May 8, 2025 -
make path_statements lint machine applicable for statements with no effect
#140830 opened
May 8, 2025 -
aarch64-linux: Default to FramePointer::NonLeaf
#140832 opened
May 8, 2025 -
move (or remove) some impl Trait tests
#140834 opened
May 9, 2025 -
Disallow `export_name` starting with "llvm."
#140837 opened
May 9, 2025 -
Bump version number to 1.89.0
#140839 opened
May 9, 2025 -
Remove mono item collection strategy override from -Zprint-mono-items
#140842 opened
May 9, 2025 -
Fix `broken-pipe-no-ice` run-make test for rpath-less builds
#140843 opened
May 9, 2025 -
coverage: Detect unused local file IDs to avoid an LLVM assertion
#140847 opened
May 9, 2025 -
Improved error message for top-level or-patterns
#140848 opened
May 9, 2025 -
Add lint detects using `#[export_name]` on generic functions
#140851 opened
May 9, 2025
9 Issues closed by 4 people
-
Lang proposal: `extern "unspecified"` for naked functions with arbitrary ABI
#140566 closed
May 9, 2025 -
Incorrect span in `for_loops_over_fallibles` with macros
#140747 closed
May 9, 2025 -
Async function is incorrectly declared as being !Send even when nothing !Send is held over an await
#140841 closed
May 9, 2025 -
Linking error when compiled to `arm64ec-pc-windows-msvc`
#138541 closed
May 9, 2025 -
"Unused" associated type bounds in `dyn` no longer parameterize the type
#140645 closed
May 9, 2025 -
`@bors try` should not deny warnings
#140753 closed
May 8, 2025 -
ICE:gather_locals
#140785 closed
May 8, 2025 -
Incorrect '&'-reference removal
#140166 closed
May 8, 2025 -
`./x.py fmt --stage 1` does not use stage 1 rustfmt
#140723 closed
May 8, 2025
12 Issues opened by 12 people
-
ICE:rustc panicked at compiler\rustc_mir_transform\src\validate.rs:1560:30
#140850 opened
May 9, 2025 -
Codegen Optimization for Non-Consecutive Enum Match Arms
#140849 opened
May 9, 2025 -
Confusing diagnostics when forgetting to import `rustc_abi` crate
#140840 opened
May 9, 2025 -
"[E0603] unit variant `X` is private. help: import `X` directly" suggests invalid path in private module
#140831 opened
May 8, 2025 -
Tracking Issue for `abi_custom`
#140829 opened
May 8, 2025 -
internal compiler error
#140826 opened
May 8, 2025 -
Attempting to store function callback of a particular incorrect type produces ICE
#140823 opened
May 8, 2025 -
Target features getting erased when using `#[export_name]` with names of LLVM intrinsics
#140822 openedMay 8, 2025 -
Possible regression with rust_panic being mangled
#140821 opened
May 8, 2025 -
Static thread_local! declarations are moved before Drop is called
#140816 opened
May 8, 2025
74 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.
-
Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations
#140792 commented on
May 9, 2025 • 18 new comments -
collect doc alias as tips during resolution
#127721 commented on
May 9, 2025 • 4 new comments -
Note expr being cast when encounter NonScalar cast error
#140787 commented on
May 9, 2025 • 3 new comments -
Add information about group a lint belongs to
#140794 commented on
May 9, 2025 • 2 new comments -
Document MaybeUninit bit validity
#140463 commented on
May 8, 2025 • 2 new comments -
add `extern "custom"` functions
#140770 commented on
May 8, 2025 • 2 new comments -
Simplify `attribute_groups`
#140539 commented on
May 9, 2025 • 2 new comments -
Prefer to suggest stable candidates rather than unstable ones
#140795 commented on
May 9, 2025 • 1 new comment -
deduplicate abort implementations
#139103 commented on
May 8, 2025 • 1 new comment -
[DONT MERGE] externally implementable items
#140010 commented on
May 9, 2025 • 0 new comments -
rustdoc: Replace unstable flag `--doctest-compilation-args` with a simpler one: `--doctest-build-arg`
#139863 commented on
May 9, 2025 • 0 new comments -
Fix `env::ArgsOs` for zkVM
#139849 commented on
May 8, 2025 • 0 new comments -
Finalize repeat expr inference behaviour with inferred repeat counts
#139635 commented on
May 9, 2025 • 0 new comments -
support revealing uses of opaques
#139587 commented on
May 9, 2025 • 0 new comments -
rustdoc: add a handle that makes sidebar resizing more obvious
#139562 commented on
May 9, 2025 • 0 new comments -
Fix derive bounds for fully-qualified field types
#139272 commented on
May 9, 2025 • 0 new comments -
Sanitizers target modificators
#138736 commented on
May 9, 2025 • 0 new comments -
Describe lifetime of call argument temporaries passed indirectly
#138489 commented on
May 9, 2025 • 0 new comments -
Sized Hierarchy: Part I
#137944 commented on
May 9, 2025 • 0 new comments -
Fix linker-plugin-lto only doing thin lto
#136840 commented on
May 9, 2025 • 0 new comments -
aarch64-softfloat: forbid enabling the neon target feature
#135160 commented on
May 8, 2025 • 0 new comments -
Partially stabilize LoongArch target features
#135015 commented on
May 9, 2025 • 0 new comments -
Add Three Codegen Tests
#134626 commented on
May 9, 2025 • 0 new comments -
Experimental cygwin support in rustc
#140154 commented on
May 9, 2025 • 0 new comments -
support revealing uses in HIR typeck
#140497 commented on
May 9, 2025 • 0 new comments -
Emit a warning if the doctest `main` function will not be run
#140527 commented on
May 9, 2025 • 0 new comments -
[beta] [also fit for beta rollup] [HOTFIX] Don't delay a bug on malformed meta items involving interpolated tokens
#140601 commented on
May 9, 2025 • 0 new comments -
Split `autodiff` into `autodiff_forward` and `autodiff_reverse`
#140697 commented on
May 8, 2025 • 0 new comments -
WIP: Add PGO for apple darwin targets
#140699 commented on
May 9, 2025 • 0 new comments -
Update `backtrace` in Cargo.lock
#140705 commented on
May 8, 2025 • 0 new comments -
Clarify &mut-methods' docs on sync::OnceLock
#140715 commented on
May 8, 2025 • 0 new comments -
`-Zindirect-branch-cs-prefix` on top of `-Zretpoline*`
#140740 commented on
May 8, 2025 • 0 new comments -
name resolution for guard patterns
#140746 commented on
May 9, 2025 • 0 new comments -
Add auto-bitcasts between `x86amx` and `i32x256` for AMX intrinsics
#140763 commented on
May 9, 2025 • 0 new comments -
Should `-Cforce-frame-pointers` favor the target or CLI?
#140774 commented on
May 8, 2025 • 0 new comments -
Enable xray support for Mac
#140790 commented on
May 9, 2025 • 0 new comments -
Introduce test results file
#140805 commented on
May 8, 2025 • 0 new comments -
Implement Default for &Option
#140808 commented on
May 8, 2025 • 0 new comments -
Stack overflow when `tls_callback` called on `x86_64-pc-windows-gnu`
#140798 commented on
May 9, 2025 • 0 new comments -
Random stack overflow on windows-gnu
#139070 commented on
May 9, 2025 • 0 new comments -
`tests/codegen/lto-removes-invokes.rs` spuriously fails on `x86_64-pc-windows-gnu`
#139519 commented on
May 9, 2025 • 0 new comments -
Warn when #[export_name] is used with generic functions
#140742 commented on
May 9, 2025 • 0 new comments -
Spurious irrefutable_let_patterns warning with let-chain
#139369 commented on
May 9, 2025 • 0 new comments -
error[E0282]: type annotations needed but should be inferred automatically
#139168 commented on
May 9, 2025 • 0 new comments -
Type inference fails where LUB coercion succeeds
#134121 commented on
May 9, 2025 • 0 new comments -
`PartialOrd` does not mention upfront that it omits reflexivity
#140654 commented on
May 9, 2025 • 0 new comments -
Inference fails when a type using a default also implements Deref.
#27603 commented on
May 9, 2025 • 0 new comments -
ICE: Encountered invalid discriminant while decoding `Option`
#140691 commented on
May 9, 2025 • 0 new comments -
Polymorphic recursion in async fn gives "queries overflow the depth limit" error
#140728 commented on
May 9, 2025 • 0 new comments -
Missing a trait import in doctests suggests importing from `crate::<cratename>`
#140258 commented on
May 9, 2025 • 0 new comments -
Cargo panics on Arch Linux when compiling on exFAT partition
#140806 commented on
May 9, 2025 • 0 new comments -
The NonZero types don't tell LLVM that they're non-zero on get
#49572 commented on
May 8, 2025 • 0 new comments -
Documentation for HashMap's FromIterator with duplicate keys in the iterator
#110260 commented on
May 8, 2025 • 0 new comments -
ICE / Hang found DefPathHash collision between DefPath
#140796 commented on
May 8, 2025 • 0 new comments -
(Reproducible) Found unstable fingerprints for evaluate_obligation(fe6269799238ead4-76dd6f107d00ff42): Ok(EvaluatedToAmbig)
#140793 commented on
May 8, 2025 • 0 new comments -
`fn_cast!` macro
#140803 commented on
May 8, 2025 • 0 new comments -
[DO NOT MERGE] bootstrap with `-Znext-solver=globally`
#133502 commented on
May 9, 2025 • 0 new comments -
Fix linking for symbols starting with ? on i686-pc-windows-msvc
#130808 commented on
May 9, 2025 • 0 new comments -
Add `overflow_checks` intrinsic
#128666 commented on
May 8, 2025 • 0 new comments -
Add `f16` formatting and parsing
#127013 commented on
May 9, 2025 • 0 new comments -
Make create_def a side effect instead of marking the entire query as always red
#115613 commented on
May 8, 2025 • 0 new comments -
[perf] test MCP510
#113382 commented on
May 8, 2025 • 0 new comments -
E0195 diagnostic should take into account GATs, etc
#135350 commented on
May 9, 2025 • 0 new comments -
release builds using rustc 1.86.0 on macOS Ventura (intel) SDK exhibit incorrect behaviour
#140686 commented on
May 9, 2025 • 0 new comments -
Tracking issue for `-Z instrument-xray`
#102921 commented on
May 9, 2025 • 0 new comments -
rustdoc should include aliases in search that only partially matches
#140782 commented on
May 9, 2025 • 0 new comments -
let_chains stabilization followups
#140722 commented on
May 9, 2025 • 0 new comments -
ICE: `primitive read not possible for type`
#131347 commented on
May 9, 2025 • 0 new comments -
regression: crate compiles much slower with 1.82
#132064 commented on
May 9, 2025 • 0 new comments -
rustdoc: type alias does not show the `repr` of the aliased type
#140739 commented on
May 9, 2025 • 0 new comments -
`#[doc(hidden)]` supresses `missing_docs` on `#[doc(inline)]`d reexports
#140784 commented on
May 9, 2025 • 0 new comments -
ICE during stage2 lib rustdoc invocation when remapping build path prefix
#140778 commented on
May 9, 2025 • 0 new comments -
Audit `run-fail` ui tests to see if they need *exact* run stderr/stdout
#134889 commented on
May 9, 2025 • 0 new comments -
Tracking Issue for box_as_ptr
#129090 commented on
May 9, 2025 • 0 new comments