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-04-28
Fix lint findings in librustc
flip1995
-2
/
+2
2019-04-26
Update handling of Tuple
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
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-4
/
+4
2019-02-24
Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung
Mazdak Farrokhzad
-1
/
+1
2019-02-16
Reuse the `Pointer` type instead of passing reassembling it at many use sites
Oliver Scherer
-1
/
+1
2019-02-15
Take Const into account in HIR
varkor
-1
/
+4
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-2
/
+2
2019-02-11
Auto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxc
bors
-4
/
+4
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
librustc_mir => 2018
Taiki Endo
-14
/
+14
2019-02-05
mir: partially HirIdify
ljedrz
-4
/
+4
2019-01-27
`ConstValue::ScalarPair` only needs to represent slices
Oliver Scherer
-6
/
+1
2019-01-23
Don't ICE when logging unusual types
Aaron Hill
-25
/
+39
2019-01-15
Querify entry_fn
Igor Matuszewski
-18
/
+10
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-17
/
+23
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-17
/
+23
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-2
/
+2
2019-01-01
Add `unwrap_usize` to `LazyConst`, too
Oliver Scherer
-1
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-36
/
+41
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-22
Fix a comment
bjorn3
-1
/
+1
2018-12-13
Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung
bors
-6
/
+6
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-22
/
+22
2018-12-04
s/alloc_type/alloc_kind/
Oliver Scherer
-2
/
+2
2018-12-04
sort_by_cached_key -> sort_by
Shotaro Yamada
-2
/
+2
2018-12-03
s/AllocType/AllocKind/
Oliver Scherer
-4
/
+4
2018-11-27
Use sort_by_cached_key when key the function is not trivial/free
ljedrz
-1
/
+1
2018-11-25
Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister
Pietro Albini
-26
/
+21
[next]