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
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-3053
/
+0
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-0
/
+1
2021-08-26
review
lcnr
-4
/
+4
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-4
/
+4
2021-08-26
add `tcx` to `fn walk`
lcnr
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-8
/
+8
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-3
/
+11
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-5
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-5
/
+1
2021-07-25
clippy:: append_instead_of_extend
Matthias Krüger
-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
/
+81
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
-16
/
+16
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
-10
/
+8
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
2021-05-12
Use () in reachable_set.
Camille GILLOT
-5
/
+7
2021-05-09
Add primary marker on codegen unit to take charge of main_wrapper for non-loc...
Charles Lew
-2
/
+4
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-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-2
/
+37
2021-03-31
Cleanups and comments
Jack Huey
-3
/
+1
2021-03-31
Some rebinds and dummys
Jack Huey
-3
/
+5
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-30
Run LLVM coverage instrumentation passes before optimization passes
Amanieu d'Antras
-7
/
+1
2021-03-25
Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry
bors
-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
-4
/
+4
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-1
/
+7
2021-03-18
Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser
Dylan DPC
-0
/
+25
2021-03-15
Functions inlined into reachable functions are reachable
Tomasz Miąsko
-0
/
+25
2021-03-12
Prepare mir::Constant for ty::Const only supporting valtrees
Oli Scherer
-1
/
+1
2021-03-04
Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs
Oli Scherer
-9
/
+39
2021-03-04
Spread tracing instrumentation into the polymorphization logic
Oli Scherer
-33
/
+27
[next]