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_mir_build
/
src
/
build
/
expr
Age
Commit message (
Expand
)
Author
Lines
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-3
/
+2
2022-10-13
Ensure enum cast moves
Gary Guo
-2
/
+2
2022-10-09
Skip chained OpaqueCast when building captures.
Camille GILLOT
-8
/
+7
2022-10-08
Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk
Matthias Krüger
-11
/
+2
2022-10-06
Remove `mir::CastKind::Misc`
ouz-a
-11
/
+2
2022-09-28
fix unwind drop glue for if-then scopes
Ding Xiang Fei
-2
/
+2
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-2
/
+4
2022-09-22
introduce mir::Unevaluated
b-naber
-2
/
+3
2022-09-20
Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank
bors
-52
/
+44
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-11
/
+6
2022-09-16
Only generate `OpaqueCast` for opaque types
Oli Scherer
-0
/
+4
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-5
/
+12
2022-09-16
Merge two arguments into one
Oli Scherer
-49
/
+30
2022-09-14
address review again
b-naber
-11
/
+6
2022-09-12
Call destructors when dyn* object goes out of scope
Eric Holk
-4
/
+1
2022-09-12
dyn* through more typechecking and MIR
Eric Holk
-0
/
+5
2022-09-10
Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser
bors
-114
/
+43
2022-09-02
Box `CanonicalUserTypeAnnotation::CanonicalUserType`.
Nicholas Nethercote
-12
/
+12
2022-08-24
Rename `thir::Adt` as `thir::AdtExpr`.
Nicholas Nethercote
-2
/
+7
2022-08-24
Box `thir::ExprKind::InlineAsm`.
Nicholas Nethercote
-1
/
+1
2022-08-24
Box `thir::ExprKind::Closure`.
Nicholas Nethercote
-1
/
+7
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-10
/
+19
2022-08-24
Box `user_ty` fields in `thir::ExprKind`.
Nicholas Nethercote
-18
/
+18
2022-08-23
Only compute captures once when building MIR.
Camille GILLOT
-114
/
+43
2022-08-23
Remove the symbol from `ast::LitKind::Err`.
Nicholas Nethercote
-1
/
+1
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-11
/
+7
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-59
/
+56
2022-07-15
Allow destructuring opaque types, since the patterns constrain the opaque types
Oli Scherer
-5
/
+28
2022-07-15
Some tracing helpers
Oli Scherer
-0
/
+3
2022-07-15
Pass one argument instead of fetching two fields of it at every call site
Oli Scherer
-47
/
+26
2022-07-15
Add some tracing instrumentation
Oli Scherer
-6
/
+2
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-0
/
+2
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-1
/
+16
2022-06-30
Change enum->int casts to not go through MIR casts.
Oli Scherer
-4
/
+25
2022-06-20
Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisa
bors
-2
/
+22
2022-06-14
Only create scopes for if let
Xavier Denis
-4
/
+20
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-2
/
+57
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-06-10
Actually fix
Xavier Denis
-1
/
+4
2022-06-10
Revert "More minimal changes"
Xavier Denis
-2
/
+3
2022-06-10
More minimal changes
Xavier Denis
-3
/
+2
2022-06-10
Fix `SourceScope` for `if let` bindings.
Xavier Denis
-2
/
+3
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-15
/
+13
2022-06-07
Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman
Dylan DPC
-11
/
+48
2022-06-03
Replace `&Vec<_>`s with `&[_]`s
Maybe Waffle
-2
/
+2
2022-06-02
add cast kind of from_exposed_addr (int-to-ptr casts)
Ralf Jung
-0
/
+3
2022-06-01
rename PointerAddress → PointerExposeAddress
Ralf Jung
-1
/
+1
2022-05-31
Add a pointer to address cast kind
Tomasz Miąsko
-3
/
+12
[next]