about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-28Suggest considering casting fn item as fn pointer in more casesmu001999-6/+44
2025-01-28miri: optimize zeroed allocSpecificProtagonist-30/+59
2025-01-28Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercotebors-12/+4
2025-01-28Edit the inputs to const == val check instead of duplicating logicOli Scherer-32/+34
2025-01-28Make mir dumps more readableOli Scherer-0/+4
2025-01-28Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiserbors-57/+37
2025-01-28Reject unsound toggling of Arm atomics-32 target featureTaiki Endo-0/+5
2025-01-28Implement MIR const trait stability checksDeadbeef-110/+120
2025-01-27Remove -Zinline-in-all-cgus and clean up CGU partitioning testsBen Kimock-12/+4
2025-01-28update commentsRalf Jung-13/+11
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-104/+61
2025-01-28GCI: Don't try to collect mono items inside overly generic free const itemsLeón Orell Valerian Liehr-4/+7
2025-01-28interpret: is_alloc_live: check global allocs lastRalf Jung-2/+4
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-85/+160
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-37/+118
2025-01-27Type level consts can show up in MIR type checkerMichael Goulet-2/+2
2025-01-27Stabilize target_feature_11Caleb Zulawski-21/+10
2025-01-27Adjust compiler for `HashMap::get_many_mut` stabilizationUrgau-2/+1
2025-01-27Flip the `rustc-rayon`/`indexmap` dependency orderJosh Stone-2/+2
2025-01-27Auto merge of #136135 - GuillaumeGomez:rollup-1ik636d, r=GuillaumeGomezbors-186/+215
2025-01-27Trim extra whitespace in fn ptr suggestion spanTyrone Wu-6/+50
2025-01-28Use +secure-plt for powerpc-unknown-linux-gnu{,spe}Taiki Endo-1/+7
2025-01-27Rollup merge of #136118 - oli-obk:push-qsslxsopnrmr, r=ZalatharGuillaume Gomez-21/+33
2025-01-27Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxuGuillaume Gomez-90/+97
2025-01-27Rollup merge of #136082 - Zalathar:iter-nodes, r=oli-obkGuillaume Gomez-23/+18
2025-01-27Rollup merge of #136064 - veluca93:tf11-fntrait-note, r=oli-obkGuillaume Gomez-0/+3
2025-01-27Rollup merge of #136037 - no1wudi:doc, r=jieyouxuGuillaume Gomez-37/+34
2025-01-27Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqdGuillaume Gomez-15/+30
2025-01-27Auto merge of #136098 - jyn514:linker-output, r=saethlinbors-5/+13
2025-01-27Windows x86: Change `i128` to return via the vector ABITrevor Gross-57/+37
2025-01-27Auto merge of #136024 - GuillaumeGomez:cg_gcc-subtree, r=GuillaumeGomezbors-41/+85
2025-01-27Use an operand instead of a place that is always turned into an operandOli Scherer-12/+8
2025-01-27Deduplicate operand creation between scalars, non-scalars and string patternsOli Scherer-8/+11
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-21/+33
2025-01-27Stabilize `const_black_box`Trevor Gross-2/+0
2025-01-27Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmeasebors-58/+175
2025-01-27Auto merge of #135937 - bjorn3:separate_coretests_crate, r=jieyouxu,tgross35bors-56/+11
2025-01-26Downgrade `linker-warnings` to allow-by-defaultjyn-5/+13
2025-01-27Rollup merge of #136097 - yotamofek:check-len-and-index, r=petrochenkovLeón Orell Valerian Liehr-10/+10
2025-01-27Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-codeLeón Orell Valerian Liehr-27/+75
2025-01-27Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercoteLeón Orell Valerian Liehr-21/+90
2025-01-27Remove redundant to_ident_string callsMichael Goulet-18/+14
2025-01-27Use identifiers in diagnostics more oftenMichael Goulet-72/+83
2025-01-27Mark all NuttX targets as tier 3 target and support the standard libraryHuang Qi-37/+34
2025-01-27Add `TooGeneric` variant to `LayoutError` and emit `Unknown` oneFedericoBruzzone-27/+75
2025-01-26Auto merge of #104693 - jhorstmann:use-high-bit-of-mask-for-select, r=working...bors-93/+104
2025-01-26tidy up html structureRémy Rakic-4/+4
2025-01-26add NLL SCCs to polonius MIR dumpRémy Rakic-0/+49
2025-01-26add NLL region graph to the polonius MIR dumpRémy Rakic-1/+83
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-10/+8