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-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
2020-12-17
Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper
Yuki Okushi
-0
/
+1
2020-12-11
use if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that...
Matthias Krüger
-2
/
+3
2020-12-09
Also generate `StorageDead` in constants
oli
-32
/
+8
2020-12-06
Implement lowering of if-let guards to MIR
LeSeulArtichaut
-0
/
+1
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-16
/
+160
2020-12-04
Use `record_operands_moved` more aggresively
Matthew Jasper
-2
/
+2
2020-12-04
Simplify unscheduling of drops after moves
Matthew Jasper
-30
/
+22
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-10
/
+6
2020-10-21
rustc_mir: support MIR-inlining #[track_caller] functions.
Eduard-Mihai Burtescu
-0
/
+1
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-0
/
+1
2020-10-04
Apply suggestions from review
Aaron Hill
-2
/
+2
2020-10-04
Fix broken link
Aaron Hill
-1
/
+1
2020-10-04
Fix rebase fallout
Aaron Hill
-3
/
+3
[next]