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_monomorphize
/
src
/
polymorphize.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-10-17
mir constants: type traversing bye bye
lcnr
-26
/
+14
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-5
/
+5
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-2
/
+2
2022-09-22
introduce mir::Unevaluated
b-naber
-4
/
+3
2022-09-14
address review again
b-naber
-4
/
+1
2022-09-13
remove visit_const from mir visitors
b-naber
-3
/
+10
2022-09-13
fixes/working version
b-naber
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-8
/
+26
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-1
/
+0
2022-08-26
remove unnecessary comment
Nathan Stocks
-5
/
+0
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-4
/
+12
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-05-10
only_local: always check for misuse
lcnr
-1
/
+1
2022-04-09
Use def_key in `tcx.item_name` when possible.
Camille GILLOT
-1
/
+1
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-5
/
+5
2022-01-15
initial revert
Ellen
-16
/
+8
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-1
/
+1
2021-11-07
Give inline const separate DefKind
Gary Guo
-1
/
+2
2021-10-01
polymorphize: polymorphize shims
David Wood
-30
/
+59
2021-10-01
polymorphize: remove predicate logic
David Wood
-41
/
+0
2021-10-01
polymorphize: don't check foreign items
David Wood
-0
/
+5
2021-09-15
Use explicit log level in tracing instrument macro
Tomasz Miąsko
-10
/
+10
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-0
/
+399