about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-08Auto merge of #117716 - GuillaumeGomez:rollup-83gnhll, r=GuillaumeGomezbors-478/+516
2023-11-08Rollup merge of #117702 - davidtwco:target-tier-refactors, r=petrochenkovGuillaume Gomez-475/+479
2023-11-08Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8KiGuillaume Gomez-3/+37
2023-11-08Auto merge of #117560 - lqd:issue-117146, r=matthewjasperbors-13/+14
2023-11-08Auto merge of #117706 - matthiaskrgr:rollup-lscx7dg, r=matthiaskrgrbors-43/+97
2023-11-08Rollup merge of #117698 - nnethercote:space_between-2, r=petrochenkovMatthias Krüger-30/+42
2023-11-08Rollup merge of #117650 - saethlin:inline-me-please, r=davidtwcoMatthias Krüger-13/+55
2023-11-08Auto merge of #117542 - compiler-errors:only-normalize-predicate, r=lcnrbors-2/+8
2023-11-08rustc_target: move file for uniformityDavid Wood-0/+0
2023-11-08targets: move target specs to spec/targetsDavid Wood-26/+26
2023-11-08target: move base specs to spec/baseDavid Wood-449/+453
2023-11-08Clarify `space_between`.Nicholas Nethercote-30/+42
2023-11-08Only use normalize_param_env when normalizing predicate in check_item_boundsMichael Goulet-2/+8
2023-11-08Rollup merge of #117655 - compiler-errors:method-tweaks, r=estebankMatthias Krüger-158/+138
2023-11-08Rollup merge of #117625 - nnethercote:clippy-perf, r=cuviperMatthias Krüger-8/+4
2023-11-08Rollup merge of #116399 - WaffleLapkin:erase_small_things, r=cjgillotMatthias Krüger-6/+16
2023-11-08Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebankMatthias Krüger-19/+71
2023-11-07Add -Zcross-crate-inline-threshold=yesBen Kimock-13/+55
2023-11-08rustc: minor changes suggested by clippy perf lints.Nicholas Nethercote-8/+4
2023-11-07Add an explanation for `transmute_unchecked`Maybe Waffle-0/+9
2023-11-07Rollup merge of #117675 - zmodem:vectorize_h, r=durin42Matthias Krüger-1/+0
2023-11-07Rollup merge of #117616 - RalfJung:unstable-target-features, r=compiler-errorsMatthias Krüger-21/+50
2023-11-07Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmeaseMatthias Krüger-15/+17
2023-11-07llvm-wrapper: Remove include of non-existant Vectorize.hHans Wennborg-1/+0
2023-11-07Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Kibors-0/+46
2023-11-07Auto merge of #117229 - matthewjasper:thir-unsafeck-fixes, r=cjgillotbors-20/+126
2023-11-07Auto merge of #117610 - compiler-errors:object-hmm, r=aliemjaybors-14/+7
2023-11-07Auto merge of #117418 - compiler-errors:better_error_body, r=oli-obkbors-29/+59
2023-11-07Rework print_disambiguation_helpMichael Goulet-73/+53
2023-11-07Yeet MethodCallComponentsMichael Goulet-90/+90
2023-11-07Auto merge of #117006 - estebank:issue-69512, r=compiler-errorsbors-0/+88
2023-11-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+88
2023-11-07Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errorsbors-1/+19
2023-11-06Build a better MIR body when errors are encounteredMichael Goulet-29/+59
2023-11-06Don't instantiate the binder twice when assembling object candidateMichael Goulet-17/+7
2023-11-06Only check predicates for late-bound non-lifetime vars in object candidate as...Michael Goulet-1/+4
2023-11-06Auto merge of #117641 - matthiaskrgr:rollup-f9c12td, r=matthiaskrgrbors-1/+2
2023-11-06Rollup merge of #117637 - lqd:trivial-bounds-with-binder-vars, r=compiler-errorsMatthias Krüger-1/+2
2023-11-06Auto merge of #117292 - estebank:issue-80446, r=davidtwcobors-0/+34
2023-11-06Silence redundant error on typo resulting on binopEsteban Küber-15/+12
2023-11-06Visit patterns in THIR let expressionsMatthew Jasper-9/+2
2023-11-06Add suggestion to THIR unsafe_op_in_unsafe_fn lintMatthew Jasper-10/+121
2023-11-06Recognise thread local statics in THIR unsafeckMatthew Jasper-1/+3
2023-11-06Auto merge of #117603 - HKalbasi:make-feature-additive, r=Nilstriebbors-9/+7
2023-11-06check binders with bound vars for global bounds that don't holdRémy Rakic-1/+2
2023-11-06Auto merge of #117630 - matthiaskrgr:rollup-v0d5p3f, r=matthiaskrgrbors-12/+12
2023-11-06Rollup merge of #117615 - bjorn3:misc_changes, r=davidtwcoMatthias Krüger-11/+11
2023-11-06Rollup merge of #117592 - thomcc:env-span-wrong, r=davidtwcoMatthias Krüger-1/+1
2023-11-06Auto merge of #117578 - compiler-errors:derive-encode-in-rustc_type_ir, r=dav...bors-486/+31
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-21/+50