Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
db3ac9e
Auto merge of #147675 - lnicola:sync-from-ra, r=lnicola
bors Oct 14, 2025
cb4338c
Rollup merge of #146187 - clarfonthey:const-drop-in-place, r=oli-obk
matthiaskrgr Oct 14, 2025
5dbc7d2
Rollup merge of #147526 - bjorn3:alloc_shim_weak_shape, r=petrochenko…
matthiaskrgr Oct 14, 2025
a284987
Auto merge of #147692 - matthiaskrgr:rollup-bqhlwyw, r=matthiaskrgr
bors Oct 14, 2025
95535b7
Auto merge of #143548 - Diggsey:db-limit-extern-crate-usage, r=oli-obk
bors Oct 15, 2025
ded0753
Auto merge of #146221 - camsteffen:ast-boxes, r=cjgillot
bors Oct 16, 2025
d5cbb11
Auto merge of #147644 - cjgillot:bitsetvec, r=jackh726
bors Oct 16, 2025
13ecee9
Auto merge of #147508 - nnethercote:TaskDeps-improvements, r=saethlin
bors Oct 17, 2025
1a2e9bc
Auto merge of #147660 - notriddle:stringdex-002, r=GuillaumeGomez
bors Oct 17, 2025
a6b6060
Auto merge of #142540 - cjgillot:renumber-cfg, r=fee1-dead
bors Oct 17, 2025
eedae76
Auto merge of #146913 - camsteffen:refactor-lint-syntax, r=fee1-dead
bors Oct 18, 2025
661c9a8
Auto merge of #147698 - Kobzol:lld-target, r=jieyouxu
bors Oct 19, 2025
77509ca
Auto merge of #142696 - ZuseZ4:offload-device1, r=oli-obk
bors Oct 20, 2025
36b7816
Auto merge of #147476 - ehuss:cold-attribute-test, r=chenyukang
bors Oct 21, 2025
e436704
Auto merge of #148163 - lnicola:sync-from-ra, r=lnicola
bors Oct 27, 2025
d0f64a7
Auto merge of #148040 - saethlin:trivial-consts, r=oli-obk
bors Oct 27, 2025
826077c
Auto merge of #148035 - bjorn3:check_skip_codegen_crate, r=madsmtm
bors Oct 27, 2025
2867baa
Auto merge of #147083 - dianne:non-extended-indices, r=matthewjasper
bors Oct 28, 2025
13a7987
Auto merge of #146186 - dpaoliello:cc, r=jieyouxu
bors Oct 28, 2025
fec84fb
Auto merge of #148093 - Azzybana:master, r=nnethercote
bors Oct 29, 2025
0efb2e9
Auto merge of #148157 - nnethercote:undo-chain, r=saethlin
bors Oct 31, 2025
9a0fa09
Auto merge of #144420 - Qelxiros:smart_pointer_try_map, r=joboet
bors Oct 31, 2025
cabc77d
Auto merge of #147784 - nxsaken:div_exact_return_option, r=dtolnay
bors Nov 2, 2025
f0ff861
Generalize branch references to HEAD
Kobzol Nov 2, 2025
fa4b841
Rollup merge of #146573 - Randl:const-range, r=Mark-Simulacrum
matthiaskrgr Nov 2, 2025
efb02eb
Rollup merge of #146699 - heiher:is-ascii-lsx, r=Mark-Simulacrum
matthiaskrgr Nov 2, 2025
ad414af
Rollup merge of #148026 - joboet:dont-leak-thread-closure, r=Mark-Sim…
matthiaskrgr Nov 2, 2025
c109749
Rollup merge of #148135 - hax0kartik:fix-vx-unix-sock, r=Mark-Simulacrum
matthiaskrgr Nov 2, 2025
6474a0e
Rollup merge of #148395 - Kobzol:generalize-branch-references, r=marc…
matthiaskrgr Nov 2, 2025
1f22f52
Rollup merge of #148405 - Kivooeo:static-span, r=JonathanBrouwer
matthiaskrgr Nov 2, 2025
3214048
Auto merge of #148412 - matthiaskrgr:rollup-59a302x, r=matthiaskrgr
bors Nov 2, 2025
8af9cda
Prepare for merging from rust-lang/rust
invalid-email-address Nov 3, 2025
ae9f97c
Merge ref 'c5dabe8cf798' from rust-lang/rust
invalid-email-address Nov 3, 2025
c00e22d
Fix test URL
lnicola Nov 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ macro_rules! m2 { () => ( ${invalid()} ) }

#[test]
fn test_rustc_issue_57597() {
// <https://github.com/rust-lang/rust/blob/master/tests/ui/issues/issue-57597.rs>
// <https://github.com/rust-lang/rust/blob/ec2cc76/tests/ui/macros/issue-57597.rs>
check(
r#"
macro_rules! m0 { ($($($i:ident)?)+) => {}; }
Expand Down
4 changes: 2 additions & 2 deletions crates/ide-db/src/generated/lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7511,7 +7511,7 @@ Most lang items are defined by `core`, but if you're trying to build
an executable without the `std` crate, you might run into the need
for lang item definitions.

[personality]: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/personality/gcc.rs
[personality]: https://github.com/rust-lang/rust/blob/HEAD/library/std/src/sys/personality/gcc.rs

## Example: Implementing a `Box`

Expand Down Expand Up @@ -7586,7 +7586,7 @@ return a valid pointer, and so needs to do the check internally.

An up-to-date list of all language items can be found [here] in the compiler code.

[here]: https://github.com/rust-lang/rust/blob/master/compiler/rustc_hir/src/lang_items.rs
[here]: https://github.com/rust-lang/rust/blob/HEAD/compiler/rustc_hir/src/lang_items.rs
"##,
default_severity: Severity::Allow,
warn_since: None,
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/non_cargo_based_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface ProjectJson {
/// It should point to the directory where std,
/// core, and friends can be found:
///
/// https://github.com/rust-lang/rust/tree/master/library.
/// https://github.com/rust-lang/rust/tree/HEAD/library.
///
/// If provided, rust-analyzer automatically adds
/// dependencies on sysroot crates. Conversely,
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fb24b04b096a980bffd80154f6aba22fd07cb3d9
c5dabe8cf798123087d094f06417f5a767ca73e8