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