about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-08-26Auto merge of #115211 - spastorino:add-missing-smir-generics-of, r=compiler-e...bors-0/+4
2023-08-25Auto merge of #115221 - compiler-errors:walk-path, r=estebankbors-24/+60
2023-08-25Auto merge of #115202 - ouz-a:more_smir, r=spastorinobors-4/+23
2023-08-25Handle Self in paths tooMichael Goulet-2/+34
2023-08-25Walk through full path in point_at_path_if_possibleMichael Goulet-24/+28
2023-08-25Auto merge of #115184 - saethlin:local-allocated-spans, r=RalfJungbors-5/+18
2023-08-25Add a doc comment for the new hookBen Kimock-0/+3
2023-08-25Record allocation spans inside force_allocationBen Kimock-5/+15
2023-08-25Auto merge of #115158 - Enselic:break-rust-args, r=compiler-errorsbors-48/+54
2023-08-25Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errorsbors-2/+8
2023-08-25Add missing high-level stable_mir::generics_of fnSantiago Pastorino-0/+4
2023-08-25Auto merge of #115093 - Zalathar:smir-coverage, r=cjgillot,oli-obkbors-94/+5
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-202/+304
2023-08-25Rollup merge of #115190 - allaboutevemirolive:push_trailing, r=petrochenkovMatthias Krüger-2/+16
2023-08-25Rollup merge of #115151 - rcvalle:rust-cfi-fix-115150, r=compiler-errorsMatthias Krüger-4/+13
2023-08-25Rollup merge of #115081 - Zoxc:expn-id-decode, r=cjgillotMatthias Krüger-3/+3
2023-08-25Add stable for Constant in smirouz-a-4/+23
2023-08-24Fix CFI: f32 and f64 are encoded incorrectly for cRamon de C Valle-4/+13
2023-08-25Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglobors-78/+411
2023-08-25Auto merge of #114397 - sebastiantoh:issue-85222, r=Nadrierilbors-14/+31
2023-08-25Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkinbors-1/+5
2023-08-24Rollup merge of #115177 - c410-f3r:symbols, r=compiler-errorsWeihang Lo-0/+8
2023-08-24Rollup merge of #115152 - weihanglo:lint-refactor, r=compiler-errorsWeihang Lo-54/+85
2023-08-24Rollup merge of #115084 - ericmarkmartin:add-smir-cx-where-clauses, r=spastorinoWeihang Lo-23/+312
2023-08-24Rollup merge of #114987 - RalfJung:unsound-mmap, r=cjgillotWeihang Lo-1/+6
2023-08-24Add comment to the push_trailing functionallaboutevemirolive-2/+16
2023-08-24Auto merge of #113408 - petrochenkov:bindintern2, r=cjgillotbors-79/+133
2023-08-24Auto merge of #115082 - Zoxc:syntax-context-decode-race, r=cjgillotbors-35/+91
2023-08-24Add symbols for ClippyCaio-0/+8
2023-08-24Only check packed ADT.Camille GILLOT-6/+8
2023-08-24Auto merge of #115147 - estebank:issue-114311, r=davidtwcobors-88/+91
2023-08-24Include compiler flags when you `break rust;`Martin Nordholts-0/+6
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-5/+217
2023-08-24make MIR less verboseRalf Jung-4/+13
2023-08-24cache the terminate block with the last reason that we sawRalf Jung-21/+16
2023-08-24document more things as needing to stay in syncRalf Jung-3/+16
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-200/+285
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-25/+25
2023-08-24resolve: Leave a comment about name bindings for legacy derive helpersVadim Petrochenkov-0/+5
2023-08-24resolve: Make bindings for derive helper attributes uniqueVadim Petrochenkov-28/+25
2023-08-24resolve: Make bindings for crate roots uniqueVadim Petrochenkov-5/+23
2023-08-24resolve: Pre-intern tool module bindingsVadim Petrochenkov-2/+11
2023-08-24resolve: Make bindings from extern prelude uniqueVadim Petrochenkov-19/+38
2023-08-24resolve: Pre-intern builtin name bindingsVadim Petrochenkov-25/+31
2023-08-24Move extra_compiler_flags() to rustc_sessionMartin Nordholts-48/+48
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-5/+217
2023-08-24Auto merge of #114860 - Zoxc:sharded-layout, r=SparrowLiibors-41/+49
2023-08-24Auto merge of #115012 - Zoxc:thir-check-root, r=cjgillotbors-1/+2
2023-08-24refactor: use references to reduce unnecessary clonesWeihang Lo-28/+27
2023-08-24lint: translate `RenamedOrRemovedLint`Weihang Lo-37/+69