about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-05[AIX] Remove AixLinker's debuginfo() implementationKai Luo-10/+1
2024-03-05Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwcobors-639/+609
2024-03-05Adjust `Diag::new` signature.Nicholas Nethercote-1/+1
2024-03-05Rename `DiagnosticMetadata` as `DiagMetadata`.Nicholas Nethercote-92/+86
2024-03-05Rename `StructuredDiagnostic` as `StructuredDiag`.Nicholas Nethercote-12/+10
2024-03-05Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.Nicholas Nethercote-113/+105
2024-03-05Rename `DiagnosticExt` as `DiagExt`.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMode` as `DiagMode`.Nicholas Nethercote-22/+19
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-57/+55
2024-03-05Rename `SubdiagnosticMessage` as `SubdiagMessage`.Nicholas Nethercote-85/+83
2024-03-05Fix some out-of-date comments.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-261/+253
2024-03-05Disable `tests/ui-fulldeps/internal-lints/diagnostics.rs` on stage 1.Nicholas Nethercote-7/+8
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-51/+207
2024-03-04Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgrbors-889/+900
2024-03-04Rollup merge of #121994 - wesleywiser:update_musl_version_docs, r=ehussMatthias Krüger-23/+23
2024-03-04Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkinMatthias Krüger-2/+2
2024-03-04Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiserMatthias Krüger-718/+665
2024-03-04Rollup merge of #121968 - roblabla:fix-win7, r=jhprattMatthias Krüger-1/+1
2024-03-04Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingju...Matthias Krüger-3/+3
2024-03-04Rollup merge of #121928 - Zalathar:then-else-args, r=NadrierilMatthias Krüger-66/+72
2024-03-04Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=...Matthias Krüger-32/+58
2024-03-04Rollup merge of #121703 - compiler-errors:new, r=lcnrMatthias Krüger-35/+53
2024-03-04Rollup merge of #121683 - fortanix:raoul/lvi_fixes, r=cuviperMatthias Krüger-4/+18
2024-03-04Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnrMatthias Krüger-5/+5
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-687/+653
2024-03-04Update platform-support.md with supported musl versionWesley Wiser-23/+23
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-125/+213
2024-03-04make `intrinsic` query legal for any `DefId`Oli Scherer-11/+11
2024-03-04Remove some depgraph edges on the HIR by invoking the intrinsic query instead...Oli Scherer-6/+5
2024-03-04Avoid some boolean argument footgunsOli Scherer-10/+26
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-8/+131
2024-03-04Return a struct from `query intrinsic` to be able to add another field in the...Oli Scherer-26/+33
2024-03-04Add `is_intrinsic` helperOli Scherer-4/+15
2024-03-04Allow a way to add constructors for rustc_type_ir typesMichael Goulet-35/+53
2024-03-04Fix comment in Atomic{Ptr,Bool}::as_ptr.Janggun Lee-2/+2
2024-03-04Fix LVI tests after making frame pointers easily enableableRaoul Strackx-4/+18
2024-03-04include feedback from workingjubilee Jonas Pleyer-2/+2
2024-03-04Don't run test_get_os_named_thread on win7roblabla-1/+1
2024-03-04Auto merge of #121964 - matthiaskrgr:rollup-rtcju5m, r=matthiaskrgrbors-37/+180
2024-03-04Extract an arguments struct for `Builder::then_else_break`Zalathar-66/+72
2024-03-04Rollup merge of #121927 - Zoxc:print-no-query, r=estebankMatthias Krüger-20/+23
2024-03-04Rollup merge of #121912 - fmease:diag-method-chains-gat, r=compiler-errors,es...Matthias Krüger-16/+63
2024-03-04Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...Matthias Krüger-1/+94
2024-03-04Rename a misnamed `Session` parameter.Nicholas Nethercote-4/+4
2024-03-04Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi...bors-49/+160
2024-03-04Move `sess` function and use it more.Nicholas Nethercote-10/+8
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-25/+11
2024-03-04Tweak `parse_asm_args`.Nicholas Nethercote-6/+3
2024-03-04Auto merge of #120585 - Amanieu:ohos-tier2, r=Kobzolbors-4/+124