about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-07Rollup merge of #137957 - Noratrieb:no, r=wesleywiserJacob Pratt-11/+9
2025-03-07Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehussJacob Pratt-2/+29
2025-03-07Rollup merge of #137363 - workingjubilee:untangle-x86-abi-impl, r=jieyouxuJacob Pratt-23/+89
2025-03-07Rollup merge of #137337 - dalvescb:master, r=petrochenkovJacob Pratt-3/+3
2025-03-07Make some invalid codegen attr errors structured/translatableEsteban Küber-84/+160
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-65/+0
2025-03-08Add `unreachable_pub` to the default lints for `compiler/` crates.Nicholas Nethercote-15/+15
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+215
2025-03-08Remove `[lints.rust]` section from `rustc_builtin_macros`.Nicholas Nethercote-4/+0
2025-03-08Remove `[lints.rust]` section from `rustc_type_ir`.Nicholas Nethercote-3/+0
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-74/+64
2025-03-07remove clonesMatthias Krüger-19/+10
2025-03-07Fully test the alloc crate through alloctestsbjorn3-3/+3
2025-03-07Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obkMatthias Krüger-34/+12
2025-03-07Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercoteMatthias Krüger-2/+61
2025-03-07Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorinoMatthias Krüger-67/+70
2025-03-07Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwcoMatthias Krüger-367/+335
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-52/+523
2025-03-07Make trimming logic work on more than one span at a timeEsteban Küber-12/+25
2025-03-07Fix multiline span start special caseEsteban Küber-1/+1
2025-03-07Fix rustdoc testEsteban Küber-0/+3
2025-03-07Refactor `emitter` to better account for unicode chars when trimmingEsteban Küber-78/+99
2025-03-07On long spans, trim the middle of them to make them fit in the terminal widthEsteban Küber-0/+37
2025-03-07Remove highlighting of spans on `-Zteach`Esteban Küber-12/+0
2025-03-07Delay bug for negative auto trait rather than ICEingMichael Goulet-1/+4
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-66/+69
2025-03-07Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgrbors-138/+79
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-21/+30
2025-03-07Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.Nicholas Nethercote-53/+47
2025-03-07Rollup merge of #138111 - estebank:use-dfv, r=nnethercoteMatthias Krüger-47/+35
2025-03-07Rollup merge of #138073 - tmiasko:inline-asm-critical-edges, r=bjorn3Matthias Krüger-17/+44
2025-03-07Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errorsMatthias Krüger-74/+0
2025-03-07Rollup merge of #138125 - thaliaarchi:defer-alloc-printf-suggestion, r=compil...Matthias Krüger-9/+11
2025-03-07Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwUMatthias Krüger-18/+30
2025-03-07Factor out repeated `visit_id` calls.Nicholas Nethercote-17/+2
2025-03-07Move `visit_id` calls.Nicholas Nethercote-20/+13
2025-03-06rename Triple to TargetZequan Wu-3/+3
2025-03-06Use `trunc nuw`+`br` for 0/1 branches even in optimized buildsScott McMurray-0/+34
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-48/+72
2025-03-06setTargetTriple now accepts Triple rather than stringZequan Wu-0/+4
2025-03-06Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errorsbors-521/+719
2025-03-06Simplify printf and shell format suggestionsThalia Archibald-9/+11
2025-03-06Make feature flag incompleteSantiago Pastorino-1/+1
2025-03-06Add some code commentsSantiago Pastorino-1/+11
2025-03-06Make captures in ByUse context be always ty::UpvarCapture::ByUseSantiago Pastorino-17/+33
2025-03-06Parse and allow const use closuresSantiago Pastorino-3/+3
2025-03-06Give a better error message on async use in edition 2015Santiago Pastorino-8/+24
2025-03-06Change feature flag error to be ergonomic clones are experimentalSantiago Pastorino-1/+1
2025-03-06Account for UseCloned on expr_use_visitorSantiago Pastorino-2/+98
2025-03-06Add a code example as comment in init_capture_kind_for_placeSantiago Pastorino-0/+19