Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 7 pull requests #131215

Merged
merged 20 commits into from
Oct 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
40d413f
Don't give method suggestions when method probe fails due to bad impl…
compiler-errors Sep 29, 2024
486440f
Tweak comments and remove trivial return
compiler-errors Sep 29, 2024
5b1a2b8
TransmuteFrom: Gracefully handle unnormalized types and normalization…
jswrenn Oct 1, 2024
f95bdf4
Remove redundant in_trait from hir::TyKind::OpaqueDef
compiler-errors Oct 3, 2024
cb7e369
Use named fields for OpaqueTyOrigin
compiler-errors Oct 3, 2024
7cd466a
Move in_trait into OpaqueTyOrigin
compiler-errors Oct 3, 2024
6e8573c
Visit in embargo visitor if trait method has body
compiler-errors Oct 3, 2024
3a0ed0c
add direnv to gitignore
Oct 2, 2024
510e262
add nix files to gitignore
Oct 2, 2024
83d0d9f
Handle `rustc_query_impl` cases of `rustc::potential_query_instabilit…
ismailarilik Oct 3, 2024
8e382ba
Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes
Zalathar Oct 3, 2024
d47e388
Avoid emptiness check in `PeekMut::pop`
EFanZh Oct 3, 2024
bc5f952
Remove crashes, add comment
compiler-errors Oct 3, 2024
0d65f12
Rollup merge of #131024 - compiler-errors:deref-sugg, r=estebank
matthiaskrgr Oct 3, 2024
33b4947
Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errors
matthiaskrgr Oct 3, 2024
d3a3ac2
Rollup merge of #131176 - dev-ardi:gitignore, r=Noratrieb
matthiaskrgr Oct 3, 2024
da81f64
Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank
matthiaskrgr Oct 3, 2024
28b64d8
Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxu
matthiaskrgr Oct 3, 2024
6753e07
Rollup merge of #131192 - ismailarilik:handle-potential-query-instabi…
matthiaskrgr Oct 3, 2024
29580e1
Rollup merge of #131197 - EFanZh:avoid-emptyness-check-in-peekmut-pop…
matthiaskrgr Oct 3, 2024
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
Prev Previous commit
Next Next commit
add nix files to gitignore
  • Loading branch information
Orion Gonzalez committed Oct 3, 2024
commit 510e262deb6c5eba94e0aad2f609448271f80264
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ tests/rustdoc-gui/src/**.lock
.envrc
.direnv/

## nix
flake.nix
flake.lock
default.nix

# Before adding new lines, see the comment at the top.
Loading