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
/
thir
/
cx
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-04
Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot
bors
-4
/
+2
2023-03-03
Don't call `temporary_scope` twice.
Nicholas Nethercote
-4
/
+2
2023-03-02
Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors
Matthias Krüger
-1
/
+31
2023-03-02
Restrict `#[rustc_box]` to `Box::new` calls
clubby789
-1
/
+31
2023-02-27
Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk
bors
-2
/
+3
2023-02-26
Access upvars through a query.
Camille GILLOT
-2
/
+3
2023-02-25
Add ErrorGuaranteed to HIR ExprKind::Err
Michael Goulet
-1
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2022-12-04
drive-by: move field_index to typeck results
Michael Goulet
-2
/
+2
2022-11-24
Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser
bors
-7
/
+5
2022-11-21
Reduce the amount of passed-around arguments that will get merged into one la...
Oli Scherer
-8
/
+9
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-7
/
+5
2022-11-13
Store a LocalDefId in hir::AnonConst.
Camille GILLOT
-7
/
+5
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-3
/
+1
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-5
/
+11
2022-10-14
Make dyn* cast into a coercion
Michael Goulet
-0
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-1
/
+1
2022-09-16
Merge two arguments into one
Oli Scherer
-0
/
+4
2022-09-05
refactor: remove unnecessary variables
Takayuki Maeda
-1
/
+2
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-3
/
+6
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+1
2022-08-24
Rename `thir::Adt` as `thir::AdtExpr`.
Nicholas Nethercote
-4
/
+4
2022-08-24
Box `thir::ExprKind::InlineAsm`.
Nicholas Nethercote
-2
/
+2
2022-08-24
Box `thir::ExprKind::Closure`.
Nicholas Nethercote
-1
/
+7
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-5
/
+5
2022-08-24
Box `user_ty` fields in `thir::ExprKind`.
Nicholas Nethercote
-13
/
+17
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-0
/
+1
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-4
/
+0
2022-07-15
Add some tracing instrumentation
Oli Scherer
-0
/
+4
2022-07-09
review feedback
Ralf Jung
-2
/
+2
2022-07-05
Prefer trace level instrumentation for the new noisy instrument attributes
Oli Scherer
-2
/
+2
2022-06-29
Some tracing cleanups
Oli Scherer
-2
/
+3
2022-06-25
Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnr
Matthias Krüger
-92
/
+94
2022-06-24
fmt
b-naber
-8
/
+6
2022-06-24
address review
b-naber
-14
/
+14
2022-06-24
small refactor
b-naber
-95
/
+96
2022-06-24
use correct substs in enum discriminant hack
b-naber
-1
/
+4
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-1
/
+1
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-1
/
+1
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-2
/
+5
2022-05-23
Fix precise field capture of univariant enums
Tomasz Miąsko
-8
/
+6
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-8
/
+20
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-05-09
use hir::Let in hir::Guard
SparrowLii
-2
/
+2
2022-05-06
`mirror_expr` cleanup
lcnr
-21
/
+16
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-85
/
+46
2022-04-02
try to evaluate in from_opt_const_arg_anon_const
b-naber
-2
/
+5
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-2
/
+3
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-2
/
+2
2022-03-23
use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...
b-naber
-1
/
+1
[next]