about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-17Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiserbors-5/+4
2024-12-17Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhprattbors-313/+258
2024-12-17Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726Jacob Pratt-142/+103
2024-12-17Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxuJacob Pratt-7/+11
2024-12-17Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errorsJacob Pratt-4/+3
2024-12-17Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errorsJacob Pratt-10/+20
2024-12-17Rollup merge of #134368 - ehuss:edition-links, r=jieyouxuJacob Pratt-11/+12
2024-12-17Rollup merge of #134365 - Zalathar:builder, r=nnethercoteJacob Pratt-53/+61
2024-12-17Rollup merge of #134354 - oli-obk:push-nlrxswvpqnuk, r=compiler-errorsJacob Pratt-20/+26
2024-12-17Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomezJacob Pratt-66/+22
2024-12-17`fn member_constraint` to `add_member_constraint`lcnr-4/+4
2024-12-17small refactor to region error handlinglcnr-131/+95
2024-12-17move variable initializationlcnr-7/+4
2024-12-17consistently handle global where-boundslcnr-305/+242
2024-12-17Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxubors-265/+149
2024-12-17Fix `-Z inputs-stats` ordering.Nicholas Nethercote-7/+11
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-66/+22
2024-12-16Stabilize #[coverage] attributeltdk-5/+4
2024-12-17Explain why `build` was renamed to `builder`Zalathar-0/+8
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-53/+53
2024-12-16Fix names of adjust fnsSantiago Pastorino-3/+2
2024-12-16Adjust upvar.rs file pathSantiago Pastorino-1/+1
2024-12-16rustc_borrowck: Suggest changing `&raw const` to `&raw mut` if applicableMartin Nordholts-4/+15
2024-12-16rustc_borrowck: suggest_ampmut(): Inline unneeded local varMartin Nordholts-2/+1
2024-12-16rustc_borrowck: suggest_ampmut(): Just rename some variablesMartin Nordholts-6/+6
2024-12-16Rollup merge of #134386 - oli-obk:some-trait-impl-diff-diagnostic-cleanups, r...Matthias Krüger-52/+43
2024-12-16Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obkMatthias Krüger-7/+25
2024-12-16Rollup merge of #134337 - RalfJung:riscv-target-features, r=workingjubileeMatthias Krüger-5/+72
2024-12-16Rollup merge of #134284 - estebank:issue-74863, r=lcnrMatthias Krüger-8/+95
2024-12-16Rollup merge of #134197 - Enselic:mirror, r=lcnrMatthias Krüger-0/+8
2024-12-16Avoid wrapping fn sig in a fn pointer when we want to just print the sigOli Scherer-13/+13
2024-12-16Deduplicate some pretty printing logicOli Scherer-20/+15
2024-12-16Avoid wrapping a trivially defaultable type in `Option`Oli Scherer-22/+14
2024-12-16Properly name a def id variableOli Scherer-4/+4
2024-12-16Avoid creating a fn sig type just to unwrap it again to get at its signatureOli Scherer-14/+18
2024-12-16Handle fndef rendering together with signature renderingOli Scherer-20/+26
2024-12-16Rollup merge of #134369 - antonok-edm:refering-referring, r=jieyouxuMatthias Krüger-2/+2
2024-12-16Rollup merge of #134357 - Urgau:fn-ptr-134345, r=compiler-errorsMatthias Krüger-34/+59
2024-12-16Rollup merge of #134314 - compiler-errors:default-struct-value-const, r=estebankMatthias Krüger-5/+11
2024-12-16tweak commentsRalf Jung-3/+7
2024-12-15Check for array lengths that aren't actually `usize`Scott McMurray-7/+25
2024-12-15Use links to edition guide for edition migrationsEric Huss-11/+12
2024-12-15spell "referring" correctlyAnton Lazarev-2/+2
2024-12-15Use `span_label` as it looks better when we show pattern missing binding in o...Esteban Küber-22/+5
2024-12-15Use `ErrorGuaranteed` moreEsteban Küber-6/+11
2024-12-15Fix trimmed_def_paths ICE in the function ptr comparison lintUrgau-34/+59
2024-12-15Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkovbors-563/+1006
2024-12-15reject unsound toggling of RISCV target featuresRalf Jung-4/+67
2024-12-15Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxubors-110/+100
2024-12-15Remove some leftover dead codeJonathan Dönszelmann-55/+8