about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-04Rollup merge of #137722 - yotamofek:pr/rustdoc/edition-2024, r=notriddleJubilee-9/+0
2025-03-04Rollup merge of #137634 - tgross35:update-builtins, r=tgross35Jubilee-2/+2
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-200/+560
2025-03-04Adapt `librustdoc` to 2024 edition lifetieme capture rulesYotam Ofek-9/+0
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-600/+549
2025-03-03Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgrbors-112/+296
2025-03-03Rollup merge of #137922 - Zalathar:sharded, r=SparrowLiiMatthias Krüger-70/+60
2025-03-03Rollup merge of #137902 - nnethercote:ast-lexer-TokenKind, r=compiler-errorsMatthias Krüger-336/+366
2025-03-03Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obkMatthias Krüger-73/+25
2025-03-03Rollup merge of #137863 - compiler-errors:unsafe-binder-render, r=oli-obkMatthias Krüger-42/+78
2025-03-03Rollup merge of #137852 - moulins:layout-nonarray-simd-deadcode, r=workingjub...Matthias Krüger-78/+19
2025-03-03Auto merge of #137914 - matthiaskrgr:rollup-phaxe6f, r=matthiaskrgrbors-12/+44
2025-03-03Rollup merge of #137862 - mtoner23:print-help, r=nnethercoteMatthias Krüger-30/+34
2025-03-03Rollup merge of #137741 - cuviper:const_str-raw_entry, r=Mark-SimulacrumMatthias Krüger-31/+25
2025-03-03Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwcoMatthias Krüger-1/+5
2025-03-03Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkovMatthias Krüger-50/+232
2025-03-03Tidy imports in `rustc_data_structures::sync`Zalathar-27/+30
2025-03-03Remove some unnecessary aliases from `rustc_data_structures::sync`Zalathar-35/+22
2025-03-03After introducing the warning in 1.83, now also warn in depsTamme Dittrich-1/+1
2025-03-03Remove leading underscores from parameter names in `Sharded`Zalathar-8/+8
2025-03-03Rollup merge of #137632 - RalfJung:rustdoc-target-features, r=workingjubileeMatthias Krüger-12/+44
2025-03-03Auto merge of #137900 - matthiaskrgr:rollup-rvan5ao, r=matthiaskrgrbors-18/+33
2025-03-03Rename a bitMichael Goulet-20/+10
2025-03-03Fix pretty printing of unsafe bindersMichael Goulet-42/+88
2025-03-02Auto merge of #137704 - nnethercote:opt-empty-prov-range-checks, r=oli-obkbors-10/+60
2025-03-03Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.Nicholas Nethercote-45/+45
2025-03-03Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.Nicholas Nethercote-295/+325
2025-03-02Rollup merge of #137886 - NotLebedev:stable-mir-91, r=oli-obkMatthias Krüger-16/+27
2025-03-02Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubileeMatthias Krüger-1/+3
2025-03-02Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub...Matthias Krüger-1/+3
2025-03-02Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin"Michael Goulet-73/+25
2025-03-02Remove layouting dead code for non-array SIMD types.Moulins-78/+19
2025-03-02Remove duplication in `name`/`trimmed_anem` docsNotLebedev-8/+3
2025-03-02Replace usages of `Context.def_name`NotLebedev-8/+3
2025-03-02Add name and trimmed_name methods to DefIdNotLebedev-0/+21
2025-03-01Update `compiler-builtins` to 0.1.150Trevor Gross-2/+2
2025-03-01ensure we always print all --print options in helpMichael Toner-30/+34
2025-03-02rustc_target: Add msync target feature and enable it on powerpcspe targetsTaiki Endo-1/+3
2025-03-01Rollup merge of #137837 - fee1-dead-contrib:push-pvqvwuvrnwsy, r=compiler-errorsMatthias Krüger-7/+17
2025-03-01Rollup merge of #137830 - LuigiPiucco:incompatible-isa-fix, r=workingjubileeMatthias Krüger-1/+5
2025-03-01Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errorsMatthias Krüger-32/+67
2025-03-01Rollup merge of #137822 - BoxyUwU:query_normalizer_docs, r=compiler-errorsMatthias Krüger-12/+9
2025-03-01Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubileeMatthias Krüger-82/+91
2025-03-01also skip abi_required_features check in rustdocRalf Jung-6/+11
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-50/+232
2025-03-01improve error message and testing of using an unsigned simd maskFolkert de Vries-1/+3
2025-03-01Auto merge of #137848 - matthiaskrgr:rollup-vxtrkis, r=matthiaskrgrbors-240/+251
2025-03-01Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errorsMatthias Krüger-7/+1
2025-03-01Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrennMatthias Krüger-83/+32
2025-03-01Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwUMatthias Krüger-37/+21