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_middle
/
src
/
thir.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-26
output tree representation for thir-tree
b-naber
-0
/
+1
2023-01-11
Migrate deconstruct_pat.rs
mejrs
-0
/
+7
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+1
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-2
/
+1
2022-10-12
Use `tidy-alphabetical` in the compiler
Nilstrieb
-1
/
+2
2022-10-10
Fix compiler docs
Guillaume Gomez
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-4
/
+0
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-2
/
+2
2022-09-14
address review again
b-naber
-2
/
+2
2022-09-13
Also compute implicit params in THIR.
Camille GILLOT
-3
/
+5
2022-09-13
Compute explicit MIR params on THIR.
Camille GILLOT
-0
/
+25
2022-09-07
Use niche-filling optimization even when multiple variants have data.
Michael Benfield
-4
/
+8
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-11
/
+27
2022-09-02
Use boxed slices in `PatKind`.
Nicholas Nethercote
-10
/
+10
2022-09-02
Box `CanonicalUserTypeAnnotation::CanonicalUserType`.
Nicholas Nethercote
-2
/
+2
2022-09-02
Box `PatKind::Range`.
Nicholas Nethercote
-5
/
+5
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-24
/
+24
2022-08-24
Add some more THIR size assertions.
Nicholas Nethercote
-0
/
+3
2022-08-24
Rename `thir::Adt` as `thir::AdtExpr`.
Nicholas Nethercote
-2
/
+2
2022-08-24
Box `thir::ExprKind::InlineAsm`.
Nicholas Nethercote
-7
/
+10
2022-08-24
Box `thir::ExprKind::Closure`.
Nicholas Nethercote
-8
/
+11
2022-08-24
Store blocks in `Thir`.
Nicholas Nethercote
-3
/
+4
2022-08-24
Box `user_ty` fields in `thir::ExprKind`.
Nicholas Nethercote
-12
/
+12
2022-08-24
Define index types within `thir_with_elements`.
Nicholas Nethercote
-28
/
+13
2022-08-10
Avoid repeating qualifiers on `static_assert_size` calls.
Nicholas Nethercote
-4
/
+4
2022-08-01
Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd
Matthias Krüger
-4
/
+11
2022-08-01
Improve size assertions.
Nicholas Nethercote
-4
/
+11
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-1
/
+2
2022-07-14
Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr
Dylan DPC
-1
/
+0
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-1
/
+0
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-0
/
+3
2022-07-09
review feedback
Ralf Jung
-6
/
+0
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-1
/
+5
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-12
/
+2
2022-06-09
thir: wrap hir id of vars into local var id
Ding Xiang Fei
-3
/
+17
2022-05-23
Fix precise field capture of univariant enums
Tomasz Miąsko
-1
/
+3
2022-05-21
correctly deal with user type ascriptions in pat
lcnr
-41
/
+9
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-3
/
+3
2022-04-20
Make all thir types implement clone
Xavier Denis
-12
/
+12
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-1
/
+2
2022-04-02
rebase and use ty::Const in patterns again
b-naber
-6
/
+2
2022-04-02
do use ty::Const in patterns and abstract consts
b-naber
-4
/
+8
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-8
/
+8
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-23
use NonHirLiteral instead of ScalarLiteral, move pattern related code to pat_...
b-naber
-2
/
+2
2022-03-23
use ParamConst in ExprKind::ConstParam
b-naber
-1
/
+1
2022-03-23
remove thir::Visitor::visit_const
b-naber
-1
/
+0
2022-03-23
change thir to lazily create constants
b-naber
-6
/
+26
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
[next]