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
2024-01-14
Use zip_eq to enforce that things being zipped have equal sizes
Michael Goulet
-1
/
+1
2024-01-14
Closure body was being built incorrectly on error...
Michael Goulet
-1
/
+2
2024-01-06
Don't populate yield and resume types after the fact
Michael Goulet
-60
/
+60
2024-01-04
Check yield terminator's resume type in borrowck
Michael Goulet
-10
/
+17
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-2
/
+2
2023-12-21
Give temporaries in if let guards correct scopes
Matthew Jasper
-0
/
+8
2023-12-18
Pass THIR ExprIds in MIR building
Matthew Jasper
-8
/
+9
2023-12-15
Annotate some more bugs
Michael Goulet
-2
/
+6
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-26
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Guillaume Gomez
-8
/
+8
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-8
/
+8
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-3
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-07
Build pre-coroutine-transform coroutine body
Michael Goulet
-11
/
+1
2023-11-06
Build a better MIR body when errors are encountered
Michael Goulet
-29
/
+59
2023-10-30
Some more coroutine renamings
Michael Goulet
-4
/
+4
2023-10-25
Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber
bors
-11
/
+15
2023-10-20
s/generator/coroutine/
Oli Scherer
-14
/
+14
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-6
/
+6
2023-10-16
Address review comments
Matthew Jasper
-1
/
+0
2023-10-16
Fix inline const pattern unsafety checking in THIR
Matthew Jasper
-10
/
+15
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-09-21
Prevent promotion of const fn calls in inline consts
Oli Scherer
-2
/
+2
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+0
2023-09-05
Refactor how MIR represents composite debuginfo.
Camille GILLOT
-0
/
+2
2023-08-20
Ensure that THIR unsafety check is done before stealing it. Fixes #111520.
John Kåre Alsaker
-1
/
+2
2023-08-17
Revert "Implement references VarDebugInfo."
Camille GILLOT
-2
/
+0
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-8
/
+7
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-9
/
+7
2023-07-13
Add a cache for `maybe_lint_level_root_bounded`.
Nicholas Nethercote
-0
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-06-19
Remove duplicated comment.
Camille GILLOT
-7
/
+0
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-0
/
+23
2023-06-02
Separate AnonConst from ConstBlock in HIR.
Camille GILLOT
-1
/
+1
2023-05-31
Remove `lit_to_mir_constant` query
Oli Scherer
-1
/
+0
2023-05-13
Implement references VarDebugInfo.
Camille GILLOT
-0
/
+2
2023-04-30
Bail out of MIR construction if `check_match` fails
clubby789
-1
/
+3
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-21
Run `check_match` and `check_liveness` when MIR is built instead of having an...
Oli Scherer
-0
/
+7
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-47
/
+27
2023-04-11
Preserve argument indexes when inlining MIR
David Lattimore
-1
/
+3
2023-04-06
Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb
bors
-0
/
+1
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-0
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-1
/
+2
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-1
/
+2
2023-03-18
address review comments
Joshua Nelson
-11
/
+8
2023-03-14
Wrap the whole LocalInfo in ClearCrossCrate.
Camille GILLOT
-5
/
+5
2023-03-11
Make the check for cache opt-in.
Camille GILLOT
-4
/
+4
[next]