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
/
scope.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-4
/
+4
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-3
/
+3
2023-05-17
`rustc_mir_build`: drive-by-cleaup: replace nested ifs with a `match`
Maybe Waffle
-6
/
+9
2023-05-17
`rustc_mir_build`: drive-by-cleanup: remove some local mutable state
Maybe Waffle
-6
/
+6
2023-05-01
Box AssertKind
Ben Kimock
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Fix new usage of old api
Gary Guo
-2
/
+2
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-04-06
Add `UnwindAction::Terminate`
Gary Guo
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-8
/
+22
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-3
/
+1
2023-03-03
Desugars drop and replace at MIR build
Giacomo Pasini
-7
/
+25
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-05
Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s...
Will Crichton
-18
/
+38
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+6
2022-10-05
fix doc and dedup diverge_cleanup
Ding Xiang Fei
-23
/
+4
2022-09-30
apply suggestion
X
-1
/
+1
2022-09-28
fix unwind drop glue for if-then scopes
Ding Xiang Fei
-5
/
+42
2022-09-16
Merge two arguments into one
Oli Scherer
-2
/
+2
2022-07-21
break out scopes when let-else fails to match
Ding Xiang Fei
-2
/
+2
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-2
/
+2
2022-07-15
Add some tracing instrumentation
Oli Scherer
-2
/
+2
2022-05-28
Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di...
bors
-2
/
+1
2022-05-25
try to cache region_scope_tree as a query
Ding Xiang Fei
-2
/
+1
2022-05-24
Modify MIR building to drop `foo` in `[foo; 0]`
Jakob Degen
-0
/
+1
2022-05-22
factor out the rvalue lifetime rule
Ding Xiang Fei
-1
/
+2
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-21
/
+21
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-8
/
+8
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-2
/
+2
2022-02-25
Enable rustc_pass_by_value for Span
Mark Rousskov
-3
/
+3
2022-01-18
Formally implement let chains
Caio
-1
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-3
/
+4
2021-10-16
Adopt let_else across the compiler
est31
-5
/
+1
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-4
/
+0
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-65
/
+85
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-13
/
+6
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-1
/
+2
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-2
/
+2
2021-04-18
Only generate dummy assign when instrumenting coverage
Rich Kadel
-10
/
+15
2021-04-18
Add coverage to continue statements
Rich Kadel
-0
/
+10
2021-03-09
Make arena allocation for the THIR work
LeSeulArtichaut
-2
/
+2
2021-03-09
Pull `thir::Cx` out of the MIR `Builder`
LeSeulArtichaut
-10
/
+8
2021-03-09
[WIP] Eagerly construct bodies of THIR
LeSeulArtichaut
-4
/
+4
2021-02-05
Run x.py fmt to fix tidy issues
Wesley Wiser
-2
/
+4
2021-02-04
Revert "Simplify unscheduling of drops after moves"
Felix S. Klock II
-13
/
+25
2021-02-04
Revert "Use `record_operands_moved` more aggresively"
Felix S. Klock II
-1
/
+1
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-162
/
+16
2021-02-02
Bump rustfmt version
Mark Rousskov
-7
/
+4
[next]