summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-29Don't trigger `unused_qualifications` on global paths许杰友 Jieyou Xu (Joe)-0/+7
2024-04-28Cranelift: Revert raw-dylib for Windows futex APIsChris Denton-0/+37
2024-04-22Stop using HirId for fn-like parentsMichael Goulet-34/+21
2024-04-18Silence unused_imports lint for redundant importsMichael Goulet-1/+3
2024-04-11Revert "remove `pred_known_to_hold_modulo_regions`"Rémy Rakic-3/+47
2024-04-11Check def id before calling match_projection_projectionsMichael Goulet-0/+3
2024-04-11Only inspect user-written predicates for privacy concernsOli Scherer-5/+6
2024-04-11fix attribute validation on associated items in traitsgvozdvmozgu-0/+1
2024-04-04Make sure to insert Sized bound first into clauses listMichael Goulet-2/+8
2024-04-04Don't inherit codegen attrs from parent staticMichael Goulet-1/+7
2024-04-04Fix f16 and f128 feature gates in editions other than 2015Trevor Gross-0/+2
2024-03-28Make `#[diagnostic::on_unimplemented]` format string parsing more robustGeorg Semmler-54/+144
2024-03-28do not eat nested exprs result in format args visitorRémy Rakic-2/+1
2024-03-17branch 1.78: replace-version-placeholderMark Rousskov-11/+11
2024-03-16Merge commit '4cf4ffc6ba514f171b3f52d1c731063e4fc45be3' into sync_cg_clif-202...bjorn3-30/+83
2024-03-16Auto merge of #122309 - g-yziquel:issue-122262, r=saethlinbors-2/+8
2024-03-16Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiaskobors-41/+82
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-15/+146
2024-03-15Issue 122262: MAP_PRIVATE for more reliability on virtualised filesystems.Guillaume Yziquel-2/+8
2024-03-15Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgrbors-71/+262
2024-03-15Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errorsMatthias Krüger-21/+21
2024-03-15Rollup merge of #122543 - WaffleLapkin:never-flags, r=compiler-errorsMatthias Krüger-34/+111
2024-03-15Rollup merge of #122254 - estebank:issue-48677, r=oli-obkMatthias Krüger-16/+130
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-20/+8
2024-03-15Safe Transmute: lowercase diagnosticsJack Wrenn-4/+4
2024-03-15Add `rustc_never_type_mode = "no_fallback"`Maybe Waffle-3/+18
2024-03-15Add `rustc_never_type_mode` crate-level attribute to allow experimentingMaybe Waffle-34/+96
2024-03-15Safe Transmute: Use 'not yet supported', not 'unspecified' in errorsJack Wrenn-17/+17
2024-03-15Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomezbors-250/+139
2024-03-15Rollup merge of #122530 - klensy:as_str, r=fee1-deadGuillaume Gomez-3/+4
2024-03-15Rollup merge of #122513 - petrochenkov:somehir4, r=fmeaseGuillaume Gomez-159/+107
2024-03-15Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=NadrierilGuillaume Gomez-88/+28
2024-03-15Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiserbors-0/+9
2024-03-15Rollup merge of #122527 - fmease:clean-up-hir-ty-lowering, r=compiler-errorsMatthias Krüger-208/+142
2024-03-15Rollup merge of #122526 - Zalathar:thir-expr-docs, r=oli-obkMatthias Krüger-1/+12
2024-03-15Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obkMatthias Krüger-0/+2
2024-03-15Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errorsMatthias Krüger-1/+1
2024-03-15Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obkMatthias Krüger-5/+11
2024-03-15Rollup merge of #122174 - notriddle:master, r=TaKO8KiMatthias Krüger-10/+50
2024-03-15Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoeristerMatthias Krüger-10/+21
2024-03-15less symbols interner locksklensy-3/+4
2024-03-15Clean up AstConvLeón Orell Valerian Liehr-208/+142
2024-03-15Docs for `thir::ExprKind::Use` and `thir::ExprKind::Let`Zalathar-1/+12
2024-03-15Auto merge of #122517 - petrochenkov:bodihash, r=oli-obkbors-20/+38
2024-03-14Ensure RPITITs are created before def-id freezingMichael Goulet-0/+2
2024-03-15Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgrbors-313/+734
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-5/+11
2024-03-14Fill in HIR hash for associated opaque typesVadim Petrochenkov-20/+38
2024-03-14Pass the correct DefId when suggesting writing the aliased Self type out许杰友 Jieyou Xu (Joe)-1/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-159/+107