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
Age
Commit message (
Expand
)
Author
Lines
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-4
/
+4
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-18
/
+3
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-6
/
+21
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-2
/
+4
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+2
2024-05-02
Inline & delete `Ty::new_unit`, since it's just a field access
Waffle Lapkin
-2
/
+2
2024-04-02
Fix suggestions for match non-exhaustiveness
Michael Goulet
-1
/
+2
2024-03-22
Ty::new_ref and Ty::new_ptr stop using TypeAndMut
Michael Goulet
-6
/
+2
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-02-24
Add asm label support to THIR
Gary Guo
-2
/
+2
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-0
/
+3
2024-02-15
Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`.
Nicholas Nethercote
-5
/
+7
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-2
/
+11
2024-02-12
Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk
Matthias Krüger
-2
/
+2
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-2
/
+2
2024-02-12
Lowering field access for anonymous adts
Frank King
-5
/
+15
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-2
/
+19
2024-01-16
Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obk
Matthias Krüger
-37
/
+19
2024-01-14
Use zip_eq to enforce that things being zipped have equal sizes
Michael Goulet
-1
/
+2
2024-01-14
Simplify closure_env_ty and closure_env_param
Michael Goulet
-37
/
+19
2024-01-05
Remove `thir::Guard`
Matthew Jasper
-1
/
+1
2024-01-05
Remove `hir::Guard`
Matthew Jasper
-7
/
+2
2023-12-28
Movability doesn't need to be a query anymore
Michael Goulet
-1
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-15
Annotate some more bugs
Michael Goulet
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-04
Don't include destruction scopes in THIR
Matthew Jasper
-23
/
+1
2023-11-26
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Guillaume Gomez
-12
/
+12
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-12
/
+12
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-25
Review comment
Michael Goulet
-20
/
+8
2023-11-25
make sure we still eagerly emit errors
Michael Goulet
-2
/
+4
2023-11-25
Remove mir::Const::from_anon_const
Michael Goulet
-4
/
+22
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-52
/
+45
2023-11-17
rename bound region instantiation
lcnr
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-4
/
+4
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-31
Support enum variants in offset_of!
George Bateman
-1
/
+1
2023-10-30
Some more coroutine renamings
Michael Goulet
-4
/
+9
2023-10-26
Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnr
bors
-19
/
+13
2023-10-25
Use let chains instead of let else
Nilstrieb
-19
/
+13
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-4
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-13
/
+17
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-10
/
+4
2023-09-14
make it more clear which functions create fresh AllocId
Ralf Jung
-1
/
+1
2023-08-15
Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors
Matthias Krüger
-0
/
+1
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-0
/
+1
2023-08-14
Remove unnecessary FIXME
ouz-a
-1
/
+0
[next]