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
/
src
/
librustc_mir
/
monomorphize
Age
Commit message (
Expand
)
Author
Lines
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-11
/
+11
2019-06-06
Rollup merge of #61554 - spastorino:change_visit_api, r=oli-obk
Mazdak Farrokhzad
-12
/
+13
2019-06-06
Implement only visit_place_base for monomorphize/collector
Santiago Pastorino
-12
/
+13
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-30
/
+25
2019-06-02
move codegenunitext to rustc::mir::mono
Mark Mansi
-89
/
+1
2019-06-02
move monoitemext to inherent methods
Mark Mansi
-8
/
+2
2019-06-02
move DefPathBasedNames to ty::print::obsolete
Mark Mansi
-296
/
+7
2019-06-02
remove reexports of mir::mono::{MonoItem,CodegenUnit}
Mark Mansi
-8
/
+5
2019-06-02
move single-use function
Mark Mansi
-45
/
+45
2019-06-02
deduplicate ty::Instance constructors
Mark Mansi
-89
/
+4
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-05-30
rename did -> def_id
Ralf Jung
-7
/
+7
2019-05-30
light refactoring of global AllocMap
Ralf Jung
-4
/
+4
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-2
/
+2
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-1
/
+1
2019-05-25
Fix rebase fallout
Oliver Scherer
-1
/
+1
2019-05-25
Make `ConstValue::Slice` solely take `[u8]` and `str`
Oliver Scherer
-2
/
+2
2019-05-25
Don't use `ty::Const` without immediately interning
Oliver Scherer
-2
/
+2
2019-05-20
Introduce `InternedString::intern`.
Nicholas Nethercote
-2
/
+2
2019-05-06
Clean up `push_const_name`
varkor
-14
/
+26
2019-05-04
rustc: collapse relevant DefPathData variants into TypeNs.
Eduard-Mihai Burtescu
-25
/
+19
2019-05-01
Add `ConstValue::Placeholder`
varkor
-1
/
+1
2019-05-01
Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb
bors
-1
/
+1
2019-04-30
Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank
Mazdak Farrokhzad
-3
/
+2
2019-04-28
Fix lint findings in librustc
flip1995
-2
/
+2
2019-04-26
Remove region from borrow place contexts
Matthew Jasper
-1
/
+1
2019-04-26
Remove BasicBlock parameter from mir visitor methods
Matthew Jasper
-2
/
+1
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-04-25
Update existing usages
varkor
-1
/
+1
2019-04-20
Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk
bors
-4
/
+10
2019-04-18
Add a FIXME to collector
varkor
-0
/
+2
2019-04-18
Add own_requires_monomorphization
varkor
-2
/
+1
2019-04-15
basic refactor. Adding PointerCast enum
Saleem Jaffer
-4
/
+10
2019-04-02
Remove adt_def from PlaceTy and make it a struct
Tyler Mandry
-2
/
+1
2019-04-01
Allow closure to unsafe fn coercion
Taiki Endo
-1
/
+1
2019-03-29
Rename `type_parameters` to `generics` and so on
varkor
-2
/
+2
2019-03-23
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
-3
/
+3
2019-03-20
remove visit_static from librustc::mir
Saleem Jaffer
-8
/
+15
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-62
/
+41
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-3
/
+2
2019-03-15
rustc: move the contents of ty::item_path to ty::print.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc_mir: adjust the type_length_limit diagnostic to be more useful.
Eduard-Mihai Burtescu
-12
/
+26
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-20
/
+18
2019-03-05
Make adjustments for comments
varkor
-7
/
+6
2019-03-05
Take const generics into account when monomorphising
varkor
-22
/
+60
2019-03-02
hir: remove NodeId from Item
ljedrz
-7
/
+8
2019-03-01
hir: remove NodeId from ImplItem
ljedrz
-1
/
+1
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-27
rename Substs to InternalSubsts
csmoe
-6
/
+6
[prev]
[next]