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
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-2
/
+3
2024-01-06
Don't populate yield and resume types after the fact
Michael Goulet
-5
/
+5
2023-12-18
Pass THIR ExprIds in MIR building
Matthew Jasper
-2
/
+2
2023-12-09
Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot
bors
-21
/
+0
2023-12-08
coverage: Use `SpanMarker` to mark `continue` expressions.
Zalathar
-16
/
+8
2023-12-04
Don't include destruction scopes in THIR
Matthew Jasper
-21
/
+0
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-36
/
+36
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-7
/
+7
2023-10-04
Remove mir::LocalDecl::internal.
Camille GILLOT
-1
/
+1
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-2
/
+2
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-7
/
+7
2023-07-13
Add a cache for `maybe_lint_level_root_bounded`.
Nicholas Nethercote
-10
/
+37
2023-07-12
Move `maybe_lint_level_root_bounded`.
Nicholas Nethercote
-3
/
+24
2023-07-12
Shorten some overlong comment lines.
Nicholas Nethercote
-6
/
+7
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+2
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
[next]