Celina G. Val
e0b8dd38bc
Simplify rustc_public context handling
...
We no longer need two thread-local variables to store the context.
We used to have two because the conversion logic used to live in a
separate crate from the rest of the business logic.
I'm also removing the Container struct and replacing the
CompilerInterface trait with a struct. This removes the unnecessary
indirection and code duplication. Using a trait would also block us
from adding any generic method to the compiler interface.
2025-10-29 23:31:50 +00:00
Camille Gillot
5dfbf67f94
Replace NullOp::SizeOf and NullOp::AlignOf by lang items.
2025-10-23 00:38:28 +00:00
bors
4d94478977
Auto merge of #147826 - Muscraft:update-typos, r=Noratrieb
...
Update typos
I saw that `typos` was a few versions out of date and figured it would be a good idea to update it. Upgrading to `1.38.1` adds the [July](https://github.com/crate-ci/typos/issues/1331 ), [August](https://github.com/crate-ci/typos/issues/1345 ), and [September](https://github.com/crate-ci/typos/issues/1370 ) dictionary updates. As part of this change, I also sorted the configuration file.
2025-10-22 13:11:47 +00:00
Oli Scherer
ad4bd083f3
Add not-null pointer patterns to pattern types
2025-10-21 11:22:51 +00:00
Scott Schafer
12f6b9697f
chore: Update typos to 1.38.1
2025-10-20 12:20:15 -06:00
Camille Gillot
b7c2b3dc80
Remove StatementKind::Deinit.
2025-10-10 12:57:24 +00:00
bors
4b9c62b4da
Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnr
...
Split Bound index into Canonical and Bound
See [#t-types/trait-system-refactor > perf `async-closures/post-mono-higher-ranked-hang.rs`](https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/perf.20.60async-closures.2Fpost-mono-higher-ranked-hang.2Ers.60/with/541535613 ) for context
Things compile and tests pass, but not sure if this actually solves the perf issue (edit: it does). Opening up this to do a perf (and maybe crater) run.
r? lcnr
2025-10-02 08:09:33 +00:00
jackh726
d1bbd39c59
Split Bound into Canonical and Bound
2025-09-30 12:58:28 -04:00
beepster4096
aa5a21450a
ProjectionElem::Subtype -> CastKind::Subtype
2025-09-26 01:25:26 -07:00
Stuart Cook
540fd20ba6
Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann
...
Clean up `ty::Dynamic`
1. As a follow-up to PR rust-lang/rust#143036 , remove `DynKind` entirely.
2. Inside HIR ty lowering, consolidate modules `dyn_compatibility` and `lint` into `dyn_trait`
* `dyn_compatibility` wasn't about dyn compatibility itself, it's about lowering trait object types
* `lint` contained dyn-Trait-specific diagnostics+lints only
2025-09-18 11:48:51 +10:00
León Orell Valerian Liehr
26f3337d4e
Remove DynKind
2025-09-17 04:46:46 +02:00
Camille Gillot
53b91ea87f
Remove Rvalue::Len.
2025-09-16 22:23:19 +00:00
Cameron Steffen
9615ec7d10
Split AssocContainer::{InherentImpl,TraitImpl}
2025-09-12 15:14:15 -05:00
Cameron Steffen
5590e55b03
Rename AssocItemContainer -> AssocContainer
2025-09-12 15:10:30 -05:00
Guillaume Gomez
07f7d86f36
Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-dead
...
Remove dead code stemming from an old effects desugaring
CC https://github.com/rust-lang/rust/pull/132374 , https://github.com/rust-lang/rust/pull/133443 .
r? fee1-dead
2025-09-02 17:08:58 +02:00
Nicholas Nethercote
301655eafe
Revert introduction of [workspace.dependencies].
...
This was done in #145740 and #145947 . It is causing problems for people
using r-a on anything that uses the rustc-dev rustup package, e.g. Miri,
clippy.
This repository has lots of submodules and subtrees and various
different projects are carved out of pieces of it. It seems like
`[workspace.dependencies]` will just be more trouble than it's worth.
2025-09-02 19:12:54 +10:00
León Orell Valerian Liehr
6fc0cf4288
Remove dead code stemming from an old effects desugaring
2025-09-01 21:39:01 +02:00
Nicholas Nethercote
42359b7026
Add scoped-tls to [workspace.dependencies].
2025-08-28 20:12:16 +10:00
Nicholas Nethercote
c50d2cc807
Add tracing to [workspace.dependencies].
2025-08-27 14:21:19 +10:00
Makai
c44fe70d03
fix missing parenthesis in pretty discriminant
2025-08-09 01:35:50 +08:00
AlexanderPortland
b9e6bd7fe2
derive hash for placeholder automatically
2025-08-07 09:13:02 -07:00
AlexanderPortland
56d5aab31d
make rustc_public types derive Hash
2025-08-06 12:07:02 -07:00
Nicholas Nethercote
704f2ca172
Tidy up Cargo.toml files.
...
- Add some missing `tidy-alphabetical-*` markers.
- Remove some unnecessary blank lines.
2025-07-31 19:58:04 +10:00
Makai
642deb3c8f
remove movability from RigidTy::Coroutine and AggregateKind::Coroutine
2025-07-24 18:26:08 +08:00
Camille GILLOT
0460c92d52
Remove useless lifetime parameter.
2025-07-23 23:54:37 +00:00
Camille GILLOT
9ff071219b
Give an AllocId to ConstValue::Slice.
2025-07-23 23:54:37 +00:00
Makai
4d79328091
use RustcPublic instead of StableMir
2025-07-18 18:49:32 +00:00
Makai
483877a9b2
Update docs in rustc_public
2025-07-18 18:49:12 +00:00
Makai
a1deaa7097
SmirError to Error
2025-07-18 18:49:12 +00:00
Makai
ad0de062b5
use "helper" as a more descriptive name
2025-07-18 18:49:12 +00:00
Makai
7f22e88fab
SmirContainer to Container
2025-07-18 18:49:12 +00:00
Makai
966fc57789
SmirCtxt to CompilerCtxt, SmirInterface to CompilerInterface
...
aaa
2025-07-18 18:49:12 +00:00
Matthias Krüger
35b1f759e7
Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obk
...
Use $crate in macros for rustc_public (aka stable_mir)
This makes `#[macro_use] extern crate rustc_public` unnecessary (which brings all of `rustc_public`'s macros into scope for the entire crate); instead, now you can simply use `rustc_public::run!()`.
2025-07-18 14:49:20 +02:00
Jacob Greenfield
c6e1b21777
Use hygenic macros for stable-mir
2025-07-15 20:47:09 -04:00
tiif
7356ff7517
Implement other logics
2025-07-15 13:48:30 +00:00
Makai
6598c61725
rename stable_mir to rustc_public, and rustc_smir to rustc_public_bridge
2025-07-14 09:25:54 +00:00