about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-28Rollup merge of #129712 - randomPoison:trusty-tier-3-fix, r=saethlinJubilee-2/+2
2024-08-28Rollup merge of #129689 - compiler-errors:impl-lifetime, r=michaelwoeristerJubilee-14/+18
2024-08-28Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com...Jubilee-28/+47
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-4/+1
2024-08-28Rollup merge of #129343 - estebank:time-version, r=jieyouxuJubilee-2/+50
2024-08-28Rollup merge of #129170 - artemagvanian:span-to-location, r=celinvalJubilee-0/+16
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-41/+144
2024-08-28Correct trusty targets to be tier 3Nicole LeGare-2/+2
2024-08-28Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwUbors-27/+308
2024-08-28Emit specific message for `time<0.3.35` inference failureEsteban Küber-2/+50
2024-08-29derive(SmartPointer): assume pointee from the single generic and better error...Ding Xiang Fei-28/+47
2024-08-28Move 'tcx lifetime off of impl and onto methodsMichael Goulet-14/+18
2024-08-28Rollup merge of #129686 - Zalathar:source-region, r=compiler-errorsMatthias Krüger-43/+36
2024-08-28Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoeristerMatthias Krüger-30/+40
2024-08-28Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errorsMatthias Krüger-5/+5
2024-08-28Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errorsMatthias Krüger-1/+1
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-45/+24
2024-08-28Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlinMatthias Krüger-1/+11
2024-08-28Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj...Matthias Krüger-0/+1
2024-08-28coverage: Rename `CodeRegion` to `SourceRegion`Zalathar-34/+35
2024-08-28coverage: Simplify some debug loggingZalathar-7/+1
2024-08-28coverage: `CodeRegion` is never stored in an arenaZalathar-2/+0
2024-08-28clarify what term can beOrion Gonzalez-1/+3
2024-08-28clarify a few thingsOrion Gonzalez-4/+9
2024-08-28cleanup make_inputOrion Gonzalez-19/+26
2024-08-28replace is_some() -> unwrap with if letOrion Gonzalez-6/+2
2024-08-28Implement RFC 3525.Luca Versari-27/+308
2024-08-28Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-deadbors-53/+22
2024-08-27Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillotbors-289/+259
2024-08-27Auto merge of #129665 - matthiaskrgr:rollup-hy23k7d, r=matthiaskrgrbors-734/+802
2024-08-27Auto merge of #129513 - cjgillot:fast-source-span, r=petrochenkovbors-5/+13
2024-08-27interpret: add missing alignment check in raw_eqRalf Jung-5/+5
2024-08-27compiler: Remove feature(new_uninit)Jubilee Young-4/+1
2024-08-27Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkovMatthias Krüger-3/+22
2024-08-27Rollup merge of #129648 - nnethercote:unreachable_pub-2, r=UrgauMatthias Krüger-703/+743
2024-08-27Rollup merge of #129635 - compiler-errors:unsafe-blocks, r=spastorinoMatthias Krüger-26/+29
2024-08-27Rollup merge of #129507 - RalfJung:per-fn-const_precise_live_drops, r=wesleyw...Matthias Krüger-2/+8
2024-08-27add repr to the allowlist for naked functions, and test that it worksjdonszelmann-0/+1
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-1/+1
2024-08-27rustc_codegen_llvm: Filter out unavailable LLVM featuresKajetan Puchalski-38/+63
2024-08-27rustc_target: Remove fpmr target featureKajetan Puchalski-2/+6
2024-08-27rustc_target: Add SME aarch64 featuresKajetan Puchalski-0/+26
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-5/+53
2024-08-27ABI compat check: detect unadjusted ABI mismatchesRalf Jung-3/+22
2024-08-27Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=AmanieuTrevor Gross-7/+15
2024-08-27Rollup merge of #129490 - randomPoison:trusty-os-support, r=UrgauTrevor Gross-0/+74
2024-08-27Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxuTrevor Gross-45/+14
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-1/+1
2024-08-27Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubileeTrevor Gross-28/+64
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-4/+51