about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-08-01make `PlaceholderConst` not store the type of the constEllen-13/+13
2022-08-01Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddybbors-6/+6
2022-08-01Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgrbors-44/+51
2022-07-31Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrumbors-6/+19
2022-07-31Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil...Matthias Krüger-19/+33
2022-07-31Rollup merge of #99973 - RalfJung:layout-things, r=eddybMatthias Krüger-6/+11
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-4/+7
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-15/+0
2022-07-31Skip unstable fields when suggesting wrapping expression in structsMaybe Waffle-1/+4
2022-07-31Refactor wrap suggestion code (just a bit)Maybe Waffle-23/+17
2022-07-31Suggest wrapping expressions in single-field record variantsMaybe Waffle-13/+30
2022-07-31reorder fields in Laout debug outputRalf Jung-6/+7
2022-07-31Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex...Dylan DPC-6/+10
2022-07-31Rollup merge of #99844 - bjorn3:archive_builder_interface_refactor, r=nagisaDylan DPC-197/+218
2022-07-31Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-deadDylan DPC-18/+8
2022-07-31Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillotDylan DPC-171/+164
2022-07-31Add issue referencebjorn3-1/+1
2022-07-31check 'size multiple of align' for all layoutsRalf Jung-0/+4
2022-07-31use appropriate `HirID` for finding `else_span`Takayuki Maeda-6/+10
2022-07-30Auto merge of #99959 - cuviper:niche-size, r=eddybbors-2/+8
2022-07-30Use LocalDefId for closures moreCameron Steffen-171/+164
2022-07-30Rollup merge of #99956 - est31:fix_llvm_wrapper_warning, r=cuviperMatthias Krüger-0/+2
2022-07-30Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnrMatthias Krüger-4/+14
2022-07-30Rollup merge of #99889 - compiler-errors:cleanup-ti, r=cjgillotMatthias Krüger-36/+18
2022-07-30Fix the size of niche enums with ZST alignmentJosh Stone-2/+8
2022-07-30Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPCbors-151/+104
2022-07-30Also gate AllocatedPointer and AllocAlign definitions by LLVM_VERSION_GEest31-0/+2
2022-07-30Rollup merge of #99903 - gimbles:pub, r=davidtwcoDylan DPC-0/+11
2022-07-30Rollup merge of #99900 - lcnr:hash-stable-fun, r=cjgillotDylan DPC-89/+15
2022-07-30Rollup merge of #99895 - compiler-errors:type-ascription-aint-cast, r=davidtwcoDylan DPC-6/+7
2022-07-30Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errorsDylan DPC-13/+20
2022-07-30Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillotDylan DPC-43/+51
2022-07-30Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkovbors-265/+251
2022-07-30Limit symbols exported from proc macrosbjorn3-6/+6
2022-07-30Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obkbors-13/+18
2022-07-30Auto merge of #99123 - mystor:crossbeam_bridge, r=eddybbors-8/+67
2022-07-30Auto merge of #99925 - JohnTitor:rollup-4bt9ou3, r=JohnTitorbors-138/+134
2022-07-30Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obkYuki Okushi-2/+5
2022-07-30Rollup merge of #99888 - nnethercote:streamline-visitors, r=cjgillotYuki Okushi-88/+6
2022-07-30Rollup merge of #99881 - compiler-errors:issue-99876, r=tmiaskoYuki Okushi-3/+5
2022-07-30Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errorsYuki Okushi-0/+48
2022-07-30Rollup merge of #99518 - dingxiangfei2009:let-else-additional-tests, r=oli-obkYuki Okushi-42/+49
2022-07-30Rollup merge of #99227 - Lokathor:fix-thumbv4t-none-eabi-frame-pointer, r=dav...Yuki Okushi-3/+21
2022-07-29Change enclosing_body_owner to return LocalDefIdMiguel Guarniz-13/+12
2022-07-29Rename local_did to def_idMiguel Guarniz-23/+27
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-41/+46
2022-07-29Auto merge of #99730 - lcnr:bound-vars-anon, r=jackh726bors-138/+246
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-8/+67
2022-07-29Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkovbors-12/+48
2022-07-29Add diagnostic when using public instead of pubGimgim-0/+11