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
/
expr
Age
Commit message (
Expand
)
Author
Lines
2022-02-15
use AllocId and Ty in ExprKind::StaticRef and delay ConstValue construction
b-naber
-5
/
+5
2022-02-15
use ConstantKind::Val in StaticRef
b-naber
-1
/
+6
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-18
Formally implement let chains
Caio
-13
/
+3
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-39
/
+2
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-4
/
+3
2022-01-13
Auto merge of #89861 - nbdd0121:closure, r=wesleywiser
bors
-1
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-39
/
+2
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-4
/
+1
2022-01-07
Remove span from UpvarCapture::ByValue
Gary Guo
-1
/
+1
2021-12-22
Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`
Aaron Hill
-1
/
+1
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-0
/
+4
2021-10-16
Adopt let_else across the compiler
est31
-4
/
+2
2021-10-08
clippy::complexity fixes
Matthias Krüger
-2
/
+2
2021-09-29
Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk
Eric Huss
-3
/
+6
2021-09-28
Add unit assignment to MIR for `asm!()`
Fabian Wolff
-3
/
+6
2021-09-25
Use Rvalue::ShallowInitBox for box expression
Gary Guo
-2
/
+53
2021-09-16
Add `ConstraintCategory::Usage` for handling aggregate construction
Aaron Hill
-16
/
+36
2021-09-09
Rename `(un)signed` to `(un)signed_int`
Andreas Liljeqvist
-1
/
+1
2021-09-09
Move `unsigned_max` etc into `Size` again
Andreas Liljeqvist
-3
/
+2
2021-09-05
Change scope of temporaries in match guards
Matthew Jasper
-1
/
+1
2021-09-02
Bless 32bit MIR opt tests
Matthew Jasper
-1
/
+1
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-8
/
+32
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-18
Remove box syntax from rustc_mir_build
est31
-28
/
+34
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-24
/
+45
2021-07-10
Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck
Fabian Wolff
-1
/
+1
2021-06-27
fixup! Editon 2021 enables precise capture
Aman Arora
-2
/
+1
2021-06-27
Editon 2021 enables precise capture
Aman Arora
-1
/
+11
2021-06-13
Box `ExprKind::Adt`
LeSeulArtichaut
-1
/
+8
2021-05-27
Remove feature gate
Roxane
-19
/
+15
2021-05-27
Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...
Dylan DPC
-15
/
+20
2021-05-25
Rollup merge of #85605 - ptrojahn:closure_struct, r=matthewjasper
Guillaume Gomez
-4
/
+2
2021-05-23
Replace Local::new(1) with CAPTURE_STRUCT_LOCAL
Paul Trojahn
-4
/
+2
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-7
/
+7
2021-05-22
Move THIR structure definitions to `rustc_middle`
LeSeulArtichaut
-10
/
+9
2021-05-21
Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...
Felix S. Klock II
-15
/
+20
2021-05-19
Store THIR in `IndexVec`s instead of an `Arena`
LeSeulArtichaut
-89
/
+149
2021-04-19
fix few typos
klensy
-2
/
+2
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-3
/
+5
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-3
/
+5
2021-04-02
Fix diagnostic issue when using FakeReads in closures
Roxane
-18
/
+14
2021-04-01
Simplify logical operations CFG
AngelicosPhosphoros
-29
/
+18
2021-03-26
Use iter::zip in compiler/
Josh Stone
-4
/
+5
2021-03-16
Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper
bors
-7
/
+9
2021-03-16
Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis
bors
-28
/
+92
2021-03-15
Fix error after rebase
Roxane
-4
/
+3
2021-03-15
Add comments with examples and tests
Roxane
-33
/
+53
[next]