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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-6
/
+6
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-13
Ensure valid local_data is set for custom mir building
Gary Guo
-0
/
+1
2022-12-05
Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s...
Will Crichton
-14
/
+6
2022-11-29
Improve spans in custom mir
Jakob Degen
-1
/
+1
2022-11-21
Only declare bindings for if-let guards once per arm
Léo Lanteri Thauvin
-1
/
+1
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+17
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-67
/
+61
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-09-13
Also compute implicit params in THIR.
Camille GILLOT
-79
/
+35
2022-09-13
Compute explicit MIR params on THIR.
Camille GILLOT
-53
/
+12
2022-09-13
Simplify MIR building entry.
Camille GILLOT
-281
/
+250
2022-09-13
Use tcx.hir() utils for spans in MIR building.
Camille GILLOT
-43
/
+16
2022-09-13
Only keep one version of ImplicitSelfKind.
Camille GILLOT
-8
/
+2
2022-09-10
Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser
bors
-9
/
+21
2022-09-10
Remove unused temp.
Camille Gillot
-2
/
+1
2022-09-06
Shrink span for bindings with subpatterns.
Camille GILLOT
-1
/
+1
2022-09-02
Avoid some clones.
Nicholas Nethercote
-1
/
+4
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-2
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-23
Only compute captures once when building MIR.
Camille GILLOT
-9
/
+22
2022-08-22
Fix span for consts in mir builder
Nilstrieb
-3
/
+13
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-2
/
+2
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-3
/
+4
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-1
/
+1
2022-06-28
Do not use a suggestion to change a binding's name to a type
Michael Goulet
-1
/
+5
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-2
/
+2
2022-06-14
rebase
b-naber
-1
/
+2
2022-06-14
address review
b-naber
-1
/
+58
2022-06-14
address review
b-naber
-56
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-54
/
+64
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-2
/
+2
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-7
/
+8
2022-05-25
try to cache region_scope_tree as a query
Ding Xiang Fei
-0
/
+2
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-2
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-0
/
+56
2022-05-14
Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk
bors
-1
/
+1
2022-05-13
Add bound_type_of
Jack Huey
-3
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+3
2022-05-10
only_local: always check for misuse
lcnr
-1
/
+0
2022-05-04
Generate an intermediate temporary for `Drop` constants.
Oli Scherer
-0
/
+12
2022-04-20
Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry
Dylan DPC
-1
/
+4
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-2
/
+2
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-1
/
+4
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+6
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-28
6 - Make more use of `let_chains`
Caio
-8
/
+6
2022-02-19
Adopt let else in more places
est31
-3
/
+2
[next]