about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/polymorphize.rs
AgeCommit message (Expand)AuthorLines
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-10-17mir constants: type traversing bye byelcnr-26/+14
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-5/+5
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+2
2022-09-22introduce mir::Unevaluatedb-naber-4/+3
2022-09-14address review againb-naber-4/+1
2022-09-13remove visit_const from mir visitorsb-naber-3/+10
2022-09-13fixes/working versionb-naber-1/+1
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-8/+26
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+1
2022-09-01tracing::instrument cleanupOli Scherer-1/+0
2022-08-26remove unnecessary commentNathan Stocks-5/+0
2022-08-25rebased: convert rustc_monomorphize errors to SessionDiagnosticNathan Stocks-4/+12
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-2/+2
2022-06-08Folding revamp.Nicholas Nethercote-1/+1
2022-05-10only_local: always check for misuselcnr-1/+1
2022-04-09Use def_key in `tcx.item_name` when possible.Camille GILLOT-1/+1
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-1/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-5/+5
2022-01-15initial revertEllen-16/+8
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-1/+1
2021-11-07Give inline const separate DefKindGary Guo-1/+2
2021-10-01polymorphize: polymorphize shimsDavid Wood-30/+59
2021-10-01polymorphize: remove predicate logicDavid Wood-41/+0
2021-10-01polymorphize: don't check foreign itemsDavid Wood-0/+5
2021-09-15Use explicit log level in tracing instrument macroTomasz Miąsko-10/+10
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+399