Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a9322b8
Merge pull request #2835 from jyn514/llm-policy
jyn514 Aug 5, 2026
d620797
Merge ref '969b803cbe1d' from rust-lang/rust
invalid-email-address Aug 10, 2026
4fd4ab2
Merge pull request #2952 from rust-lang/rustc-pull
tshepang Aug 11, 2026
a55f33a
Merge pull request #2955 from RalfJung/derive-diagnostic
tshepang Aug 11, 2026
9092e80
Merge ref 'e64c8a664d9d' from rust-lang/rust
invalid-email-address Aug 11, 2026
da31ac1
Merge pull request #2960 from rust-lang/rustc-pull
tshepang Aug 11, 2026
4e838e9
Merge pull request #2959 from mejrs/attrs
tshepang Aug 13, 2026
895884c
Merge pull request #2942 from blyxyas/feedable-query-mod
tshepang Aug 13, 2026
fc7cf40
Merge pull request #2964 from jyn514/x-fixups
jyn514 Aug 14, 2026
b4e82c5
Merge pull request #2939 from Jamesbarford/chore/rustc_type_ir-macro-…
lcnr Aug 14, 2026
eac4b58
Merge ref '2c39ff499469' from rust-lang/rust
invalid-email-address Aug 17, 2026
cd147f5
Merge pull request #2970 from rust-lang/rustc-pull
tshepang Aug 17, 2026
6f7ab7b
Merge pull request #2947 from Walnut356/di_test
jyn514 Aug 17, 2026
59d9426
Merge pull request #2938 from aland-omed/docs/neovim-workspace-folder…
jyn514 Aug 17, 2026
5eeb90b
Merge ref 'da5114692c9e' from rust-lang/rust
invalid-email-address Aug 24, 2026
3d6db0e
Merge pull request #2981 from rust-lang/rustc-pull
tshepang Aug 24, 2026
0243bab
Merge pull request #2985 from rust-lang/tshepang-patch-1
tshepang Aug 27, 2026
b517f41
Merge pull request #2987 from jyn514/query-touchups
jyn514 Aug 29, 2026
96dab96
Merge pull request #2988 from jyn514/reading-club
jieyouxu Aug 29, 2026
c606921
make -Ctarget-feature warnings more explicitly FCWs
RalfJung Sep 3, 2026
684274b
Rollup merge of #157808 - 1c3t3a:sanitizer-ignorelist, r=rcvalle
JonathanBrouwer Sep 4, 2026
967a9ac
Rollup merge of #160660 - folkertdev:sparc-va-arg, r=saethlin
JonathanBrouwer Sep 4, 2026
9453984
Rollup merge of #162237 - RalfJung:target-feature, r=JohnTitor
JonathanBrouwer Sep 4, 2026
4f19b46
Rollup merge of #160111 - panstromek:generalize-decodable-array, r=mu…
JonathanBrouwer Sep 4, 2026
6420f0c
Rollup merge of #162174 - MusicalNinjaDad:try_is_never, r=nnethercote
JonathanBrouwer Sep 4, 2026
000341b
Rollup merge of #162226 - nnethercote:clean-up-AST-visitor, r=fee1-dead
JonathanBrouwer Sep 4, 2026
7386d0a
Rollup merge of #162281 - tshepang:rdg-sync, r=tshepang
JonathanBrouwer Sep 4, 2026
cbc111e
Auto merge of #162284 - JonathanBrouwer:rollup-xBLkMAP, r=JonathanBro…
bors Sep 4, 2026
1f6e2b2
Auto merge of #161795 - adwinwhite:hidden-is-opaque, r=lcnr
bors Sep 4, 2026
24a2b18
Prepare for merging from rust-lang/rust
Sep 5, 2026
87b9101
Merge ref '0ed41eb4142d' from rust-lang/rust
Sep 5, 2026
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
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a69a63265cfd9e006d43137f98301b8d274ad4c9
0ed41eb4142dda2df61eb1145a312c1a9d62eb56
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
warning: target feature `sse2` must be enabled to ensure that the ABI of the current target can be implemented correctly
|
= note: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #116344 <https://github.com/rust-lang/rust/issues/116344>
= note: for more information, see issue #162235 <https://github.com/rust-lang/rust/issues/162235>

warning: 1 warning emitted

Loading