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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Annotate some more bugs
Michael Goulet
-5
/
+2
2023-12-10
fix clippy
Deadbeef
-1
/
+2
2023-12-09
s/const_effect/host_effect
Michael Goulet
-5
/
+6
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+2
2023-12-07
Fix const drop checking
Michael Goulet
-3
/
+3
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-28
Add with_opt_const_effect_param helper, simplify
Michael Goulet
-0
/
+17
2023-11-28
Fix PartialEq args when #[const_trait] is enabled
Michael Goulet
-0
/
+34
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-15
/
+16
2023-11-25
Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay
Michael Goulet
-1
/
+1
2023-11-25
is_{some,ok}_and
Michael Goulet
-1
/
+1
2023-11-23
remove unused pub fn
klensy
-16
/
+0
2023-11-14
finish `RegionKind` rename
lcnr
-10
/
+12
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-11-02
only erase param env regions where needed
lcnr
-1
/
+1
2023-11-02
dropck_outlives check generator witness needs_drop
lcnr
-4
/
+6
2023-11-01
Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot
bors
-35
/
+43
2023-10-29
Ignore RPIT duplicated lifetimes in opaque_types_defined_by
Michael Goulet
-1
/
+1
2023-10-27
Abstract over `PatRange` boundary value
Nadrieril
-35
/
+43
2023-10-26
Add hir::GeneratorKind::Gen
Oli Scherer
-0
/
+2
2023-10-20
Rename `CoroutineKind::Gen` to `::Coroutine`
Oli Scherer
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-18
/
+18
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-18
/
+18
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-16
/
+6
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-18
some additional refactor
lcnr
-9
/
+9
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-44
/
+44
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+2
2023-07-06
add helper methods for accessing struct tail
Lukas Markeffsky
-2
/
+2
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-11
/
+11
2023-07-05
Deal with fallout
Boxy
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-2
/
+2
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-1
/
+1
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-44
/
+0
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-32
/
+0
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-06-08
Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkin
Matthias Krüger
-2
/
+2
2023-06-06
remove `has_error_field` helper method
lcnr
-12
/
+0
2023-06-04
Use 128 bits for TypeId hash
Thom Chiovoloni
-2
/
+2
2023-05-31
Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...
bors
-1
/
+21
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-25
Use De Morgan's law to simplify logic
Michael Howell
-6
/
+6
2023-05-25
remove outdated comment from `is_user_visible_dep` docs
Michael Howell
-4
/
+0
2023-05-25
diagnostics: don't crash if an injected crate shows up in suggestions
Michael Howell
-1
/
+4
2023-05-25
diagnostics: exclude indirect private deps from trait impl suggest
Michael Howell
-1
/
+22
2023-05-25
Check that opaque is a defining use, prefer pre-defined opaques
Michael Goulet
-0
/
+36
2023-05-16
Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk
Matthias Krüger
-3
/
+3
[next]