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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2021-05-24
Make `thir_check_unsafety` itself responsible for checking gate
LeSeulArtichaut
-9
/
+12
2021-05-24
Add comments about stealing THIR in `mir_build`
LeSeulArtichaut
-0
/
+4
2021-05-24
Replace more "NULL" with "null"
LeSeulArtichaut
-1
/
+1
2021-05-23
Replace Local::new(1) with CAPTURE_STRUCT_LOCAL
Paul Trojahn
-7
/
+4
2021-05-23
support creating mutable allocations from byte slices
Ralf Jung
-2
/
+2
2021-05-22
Handle typeck errors properly
LeSeulArtichaut
-0
/
+8
2021-05-22
Make the THIR unsafeck use the `thir_body` query
LeSeulArtichaut
-24
/
+23
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-20
/
+22
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-825
/
+89
2021-05-21
Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...
Felix S. Klock II
-15
/
+20
2021-05-21
Check for use of mutable/extern statics in THIR unsafeck
LeSeulArtichaut
-6
/
+10
2021-05-21
Check for ptr-to-int casts in const functions in THIR unsafeck
LeSeulArtichaut
-1
/
+17
2021-05-21
Check for initialization of layout-restricted types
LeSeulArtichaut
-1
/
+13
2021-05-20
Check for calls to functions with `#[target_feature]` in THIR unsafeck
LeSeulArtichaut
-4
/
+27
2021-05-20
Check for raw pointer dereference in THIR unsafeck
LeSeulArtichaut
-1
/
+5
2021-05-19
Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis
bors
-709
/
+775
2021-05-19
Adapt the THIR visitor to the vec-stored THIR
LeSeulArtichaut
-95
/
+96
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-614
/
+679
2021-05-17
Remove remnants of BorrowOfPackedField
LeSeulArtichaut
-37
/
+22
2021-05-14
Check for inline assembly in THIR unsafeck
Smitty
-1
/
+3
2021-05-14
Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov
bors
-1
/
+10
2021-05-14
Auto merge of #85195 - Mark-Simulacrum:variant-by-idx, r=petrochenkov
bors
-10
/
+7
2021-05-12
Improve error message for non-exhaustive matches on non-exhaustive enums
Fabian Wolff
-1
/
+10
2021-05-11
Store VariantIdx to distinguish enum variants
Mark Rousskov
-10
/
+7
2021-05-11
Add helper for switching safety contexts
LeSeulArtichaut
-49
/
+72
2021-05-11
Introduce the (WIP) THIR unsafety checker
LeSeulArtichaut
-0
/
+322
2021-05-11
[WIP] Create a `Visitor` for the THIR
LeSeulArtichaut
-0
/
+179
2021-04-24
Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk
bors
-1
/
+0
2021-04-20
Auto merge of #84295 - richkadel:continue-coverage, r=tmandry
bors
-0
/
+15
2021-04-19
fix few typos
klensy
-2
/
+2
2021-04-18
fix feature use in rustc libs
Ralf Jung
-1
/
+0
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-04-13
move new c abi abort behavior behind feature gate
katelyn a. martin
-1
/
+5
2021-04-08
rustc: Add a new `wasm` ABI
Alex Crichton
-0
/
+1
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-6
/
+13
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-6
/
+13
2021-04-02
Reduce size of statements
Roxane
-1
/
+1
2021-04-02
Fix diagnostic issue when using FakeReads in closures
Roxane
-21
/
+17
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-12
/
+14
2021-04-02
Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...
bors
-29
/
+18
2021-04-01
Simplify logical operations CFG
AngelicosPhosphoros
-29
/
+18
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-2
/
+7
2021-03-29
Convert a closure into a method
Oli Scherer
-12
/
+14
2021-03-26
Use iter::zip in compiler/
Josh Stone
-4
/
+6
2021-03-22
Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis
bors
-1
/
+1
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-8
/
+8
2021-03-19
stabilize or_patterns
mark
-1
/
+1
2021-03-18
Replace closures_captures and upvar_capture with closure_min_captures
Jennifer Wills
-1
/
+1
[prev]
[next]