about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-22modify commentShunpoco-1/+1
2025-01-22address review: modify matches/mod.rsShunpoco-4/+9
2025-01-21Only assert the `Parser` size on specific archesJosh Stone-2/+3
2025-01-22Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgrbors-25/+31
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-9/+70
2025-01-21remove long-deprecated no-op attributes no_start and crate_idRalf Jung-31/+2
2025-01-21Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errorsMatthias Krüger-0/+6
2025-01-21Rollup merge of #135706 - compiler-errors:elaborate, r=lcnrMatthias Krüger-25/+25
2025-01-21Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrumbors-8/+8
2025-01-21Detect missing fields with default values and suggest `..`Esteban Küber-0/+30
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-441/+116
2025-01-21Move supertrait_def_ids into the elaborate module like all other fnsMichael Goulet-25/+25
2025-01-21add fixme in typoed const pattern lintRémy Rakic-0/+6
2025-01-21remove support for the #[start] attributeRalf Jung-441/+116
2025-01-21bumpt compiler and tools to windows 0.59klensy-8/+8
2025-01-21rustc_resolve: don't open-code `Option::filter`Yotam Ofek-4/+1
2025-01-21rustc_resolve: use `Iterator` combinators instead of `for` loops where applic...Yotam Ofek-26/+12
2025-01-21rustc_resolve: reduce rightwards drift with `let..else` 👉💨Yotam Ofek-381/+387
2025-01-21rustc_resolve: flatten nested `if`sYotam Ofek-229/+198
2025-01-21rustc_resolve: remove unneeded `return`sYotam Ofek-2/+0
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-291/+199
2025-01-21Treat undef bytes as equal to any other byteOli Scherer-2/+35
2025-01-21Also generate undef scalars and scalar pairsOli Scherer-23/+38
2025-01-21use slice patterns for checking for elements of sliceYotam Ofek-5/+6
2025-01-21don't use partial ordering on types that support total orderingYotam Ofek-2/+2
2025-01-21Note that cg_llvm's gimli should match the version used elsewhereZalathar-0/+2
2025-01-21Make our `DIFlags` match `LLVMDIFlags` in the LLVM-C APIZalathar-117/+85
2025-01-20"structural" ruleset: match against the inherited ref when a reference patter...dianne-2/+11
2025-01-20"structural" ruleset: use the "classic" ruleset's diagnostic and fallback for...dianne-27/+31
2025-01-20"structural" ruleset: account for dbm mutability cap in Deref(EatInner) rulesdianne-1/+6
2025-01-20remove Rule 3 from `ref_pat_eat_one_layer_2024`dianne-3/+5
2025-01-20Don't require `--verbose` to show linker stdoutjyn-8/+20
2025-01-20don't ICE when emitting linker errors during `-Z link-only`jyn-21/+37
2025-01-20warn on unused linker_messages warning attributesjyn-0/+34
2025-01-20make it possible to silence linker warnings with a crate-level attributejyn-11/+85
2025-01-20show linker warnings even if it returns 0jyn-3/+31
2025-01-20Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm`Wesley Wiser-2/+2
2025-01-20on s390x, use `PassMode::Direct` for vector typesFolkert de Vries-3/+11
2025-01-20Rollup merge of #135776 - bjorn3:sync_cg_clif-2025-01-20, r=bjorn3Matthias Krüger-5/+12
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-0/+1
2025-01-20Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqdMatthias Krüger-19/+31
2025-01-20handle global trait bounds defining assoc typelcnr-2/+22
2025-01-20remove unnecessary collectionlcnr-19/+6
2025-01-20Auto merge of #135769 - jieyouxu:rollup-3h384pz, r=jieyouxubors-24/+15
2025-01-20work around the `wasm32-unknown-unknown` ABI being brokenFolkert de Vries-8/+39
2025-01-20support wasm inline assembly in naked functionsFolkert de Vries-4/+136
2025-01-20Respect --target in get_backend_from_raw_matchesbjorn3-9/+15
2025-01-20Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-202...bjorn3-5/+12
2025-01-20Auto merge of #135643 - khuey:135332, r=jieyouxubors-52/+35
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-0/+1