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-03-16
Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...
bors
-3
/
+5
2024-03-14
Add compiler support for parsing `f16` and `f128`
Trevor Gross
-3
/
+5
2024-03-14
coverage: Data structures for recording branch info during MIR building
Zalathar
-2
/
+10
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+2
2024-02-09
Don't ICE in ByMoveBody when coroutine is tainted
Michael Goulet
-10
/
+26
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-3
/
+18
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-0
/
+1
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-1
/
+1
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
[next]