index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
instance.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-3
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-22
/
+19
2024-11-07
remove 'platform-intrinsic' ABI leftovers
Ralf Jung
-1
/
+1
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-1
/
+1
2024-10-26
Effects cleanup
Deadbeef
-1
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-1
/
+0
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-13
/
+3
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-2
/
+2
2024-08-13
Use is_lang_item more
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+11
2024-07-12
Gate the type length limit check behind a nightly flag
Michael Goulet
-1
/
+3
2024-07-03
cache type sizes in type-size limit visitor
Rémy Rakic
-3
/
+16
2024-07-02
Instance::resolve -> Instance::try_resolve, and other nits
Michael Goulet
-5
/
+17
2024-07-02
Fix spans
Michael Goulet
-7
/
+14
2024-07-02
Re-implement a type-size based limit
Michael Goulet
-9
/
+73
2024-07-02
Give Instance::expect_resolve a span
Michael Goulet
-5
/
+7
2024-07-02
Miscellaneous renaming
Michael Goulet
-58
/
+62
2024-06-21
Rename a bunch of things
Michael Goulet
-1
/
+1
2024-06-18
Apply suggestions from oli-obk's review
Daria Sukhonina
-24
/
+11
2024-06-18
Make async drop code more consistent with regular drop code
Daria Sukhonina
-3
/
+25
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-102
/
+102
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-5
/
+4
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-3
/
+3
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-1
/
+3
2024-04-18
Fix disabling the export of noop async_drop_in_place_raw
Daria Sukhonina
-1
/
+3
2024-04-17
Use non-exhaustive matches for TyKind
Daria Sukhonina
-2
/
+3
2024-04-16
Add simple async drop glue generation
zetanumbers
-6
/
+23
2024-04-08
CFI: Fix ICE in KCFI non-associated function pointers
Matthew Maurer
-1
/
+4
2024-04-02
CFI: Support function pointers for trait methods
Matthew Maurer
-0
/
+18
2024-04-02
Track reason for creating a `ReifyShim`
Matthew Maurer
-8
/
+40
2024-03-25
Instance is Copy
Michael Goulet
-4
/
+4
2024-03-22
Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix
bors
-0
/
+6
2024-03-20
Add a test
Ben Kimock
-0
/
+6
2024-03-19
Add a few more comments
Michael Goulet
-1
/
+1
2024-03-19
Fix ABI for FnMut/Fn impls for async closures
Michael Goulet
-1
/
+10
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-13
/
+5
2024-03-09
Rollup merge of #122237 - fee1-dead-contrib:rmord, r=compiler-errors
Matthias Krüger
-1
/
+1
2024-03-09
Remove `Ord` from `ClosureKind`
Deadbeef
-1
/
+1
2024-03-07
sync (try_)instantiate_mir_and_normalize_erasing_regions implementation
klensy
-2
/
+4
2024-02-12
Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk
Matthias Krüger
-8
/
+8
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-8
/
+8
2024-02-11
is_closure_like
Michael Goulet
-5
/
+2
2024-02-07
Record coroutine kind in generics
Michael Goulet
-1
/
+8
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-13
/
+13
2024-02-06
More comments, final tweaks
Michael Goulet
-0
/
+7
2024-02-06
Bless tests, add comments
Michael Goulet
-1
/
+4
[next]