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
/
src
/
monomorphize
/
collector.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-1414
/
+0
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-0
/
+1
2021-08-26
add `tcx` to `fn walk`
lcnr
-1
/
+1
2021-07-20
Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre...
Charles Lew
-7
/
+3
2021-07-20
Refactor vtable format.
Charles Lew
-0
/
+4
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+1
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-4
/
+4
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-3
/
+3
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-6
/
+16
2021-06-28
Introduce -Zprofile-closures to evaluate the impact of 2229
Aman Arora
-0
/
+7
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-10
/
+11
2021-05-27
don't trim paths in collector PME message
Rémy Rakic
-4
/
+3
2021-05-25
emit diagnostic after post-monomorphization errors
Rémy Rakic
-2
/
+44
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-3
/
+3
2021-05-13
global_asm! consts do not depend on other items
Amanieu d'Antras
-7
/
+4
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-1
/
+20
2021-05-12
Use () for codegen queries.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-2
/
+2
2021-04-20
Add an attribute to be able to configure the limit
Oli Scherer
-1
/
+6
2021-04-20
Implement a lint that highlights all moves larger than 1000 bytes
Oli Scherer
-0
/
+37
2021-04-02
fix
Mario Carneiro
-1
/
+2
2021-04-02
clarify wording
Mario Carneiro
-3
/
+6
2021-04-02
Monomorphization doc fix
Mario Carneiro
-2
/
+2
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-1
/
+30
2021-03-31
We should never see unevaluated type-level constants after monomorphization u...
Oli Scherer
-1
/
+7
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-1
/
+2
2021-03-20
update `const_eval_resolve`
lcnr
-2
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+1
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-2
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-16
/
+12
2021-02-15
Use an ItemId inside mir::GlobalAsm.
Camille GILLOT
-1
/
+1
2021-01-14
Rollup merge of #80969 - camelid:monomorph-ice-msg, r=nagisa
Mara Bos
-1
/
+1
2021-01-12
Use better ICE message when no MIR is available
Camelid
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-3
/
+3
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-1
/
+1
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+2
2020-11-16
compiler: fold by value
Bastian Kauschke
-2
/
+2
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-5
/
+5
2020-10-10
Use range instead of tuple of ints
Dániel Buga
-9
/
+9
2020-09-21
Let user see the full type of type-length limit error
Kornel Lesiński
-26
/
+40
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-2
/
+4
2020-09-17
Better handling for exponential-sized types in misc places
Valerii Lashmanov
-19
/
+28
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-5
/
+5
2020-08-30
ty: remove obsolete printer
David Wood
-16
/
+8
2020-08-30
mv compiler to compiler/
mark
-0
/
+1242