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
/
build
/
expr
Age
Commit message (
Expand
)
Author
Lines
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-7
/
+9
2022-05-04
Generate an intermediate temporary for `Drop` constants.
Oli Scherer
-30
/
+88
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-7
/
+9
2022-04-20
Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry
Dylan DPC
-4
/
+9
2022-04-16
Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa
bors
-3
/
+9
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-3
/
+9
2022-04-13
couple of clippy::complexity fixes
Matthias Krüger
-6
/
+2
2022-04-08
dont make lit_to_mir_constant a query
b-naber
-1
/
+56
2022-04-02
rebase and use ty::Const in patterns again
b-naber
-61
/
+3
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-3
/
+6
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-4
/
+9
2022-03-23
dont use a query for lit_to_constant
b-naber
-11
/
+8
2022-03-23
use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...
b-naber
-7
/
+6
2022-03-23
use ParamConst in ExprKind::ConstParam
b-naber
-2
/
+4
2022-03-23
remove thir::Visitor::visit_const
b-naber
-13
/
+3
2022-03-23
change thir to lazily create constants
b-naber
-15
/
+137
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+4
2022-03-09
treat all mir::Constant values as ConstantKind::Val
b-naber
-5
/
+5
2022-03-08
treat literals in ExprKind::StaticRef as mir::ConstantKind::Val
b-naber
-2
/
+7
2022-02-28
6 - Make more use of `let_chains`
Caio
-15
/
+13
2022-02-21
Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister
bors
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-20
Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk"
Mark Rousskov
-7
/
+2
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
[prev]
[next]