summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src
AgeCommit message (Expand)AuthorLines
2022-05-10only_local: always check for misuselcnr-1/+1
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-2/+3
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-2/+2
2022-05-06Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=AmanieuGuillaume Gomez-6/+3
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-2/+2
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-03Collect function instance used in `global_asm!` sym operandTomasz Miąsko-6/+3
2022-05-02fix most compiler/ doctestsElliot Roberts-2/+3
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-30Also report the call site of PME errors locally.Oli Scherer-6/+4
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-2/+2
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-3/+3
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-60/+55
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-1/+21
2022-04-09move item query inside if stmtMiguel Guarniz-2/+2
2022-04-09Use def_key in `tcx.item_name` when possible.Camille GILLOT-1/+1
2022-04-08remove ItemLikeVisitor impls from monomorphize and rustc_typeck cratesMiguel Guarniz-60/+55
2022-03-31Rollup merge of #95478 - InfRandomness:infrandomness/lint_largemove_note, r=c...Dylan DPC-0/+1
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-3/+3
2022-03-30Remove bad rustdoc trailing backslashYuri Astrakhan-1/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-2/+2
2022-03-30Add note to the lint diagnosticInfRandomness-0/+1
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1
2022-03-27Make fatal DiagnosticBuilder yield neverMichael Goulet-5/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-6/+4
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-3/+3
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+5
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-23Normalize main return type during mono item collection & codegenTomasz Miąsko-1/+4
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-2/+2
2022-02-20Rollup merge of #94146 - est31:let_else, r=cjgillotMatthias Krüger-6/+4
2022-02-19Adopt let else in more placesest31-6/+4
2022-02-18Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obkMatthias Krüger-12/+10
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-7/+3
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-2/+2
2022-02-16Adopt let_else in even more placesest31-7/+3
2022-02-15Overhaul `Const`.Nicholas Nethercote-10/+10
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-12/+10
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-17Change TerminatorKind::Abort to call the panic handler instead ofAmanieu d'Antras-1/+9
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-20/+10
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-2/+1
2022-01-15initial revertEllen-20/+10
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-0/+34
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-3/+2
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-9/+0
2021-12-27Address review commentsWesley Wiser-8/+24