about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-31Always include a position span in rustc_parse_format::ArgumentAlex Macleod-39/+94
2022-07-30Auto merge of #99959 - cuviper:niche-size, r=eddybbors-2/+8
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-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
2022-07-29remove some manual hash stable implslcnr-89/+15
2022-07-29Auto merge of #99892 - JohnTitor:rollup-qi4fem8, r=JohnTitorbors-13/+48
2022-07-29Auto merge of #99667 - ouz-a:some_branch, r=oli-obkbors-28/+22
2022-07-29dont call type ascription 'cast'Michael Goulet-6/+7
2022-07-29optimize bound vars replacement :3lcnr-20/+24
2022-07-29Rollup merge of #99803 - JohnTitor:update-lazy-docs, r=compiler-errorsYuki Okushi-12/+12
2022-07-29Rollup merge of #99686 - vincenzopalazzo:macros/impl_on_ptr, r=compiler-errorsYuki Okushi-1/+36
2022-07-29Document check_region_obligations_and_report_errors, simplify a call to resol...Michael Goulet-7/+11
2022-07-29Adjust an expr span to account for macrosMichael Goulet-2/+5
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-265/+251
2022-07-29Do not allow bad projection term to leak into the type checkerMichael Goulet-4/+14
2022-07-29Remove parent_pat from TopInfoMichael Goulet-36/+18
2022-07-29Remove some late `check_*` functions.Nicholas Nethercote-34/+2
2022-07-29Remove `visit_name` from the AST visitor.Nicholas Nethercote-18/+4
2022-07-29Remove some early `check_*` functions.Nicholas Nethercote-36/+0
2022-07-29check if T is sliceTakayuki Maeda-2/+3
2022-07-29implement `point_at_index_if_possible`Takayuki Maeda-11/+17
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-77/+255
2022-07-29Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviperbors-81/+89
2022-07-29fix ICE when computing codegen_fn_attrs on closure with non-fn parentMichael Goulet-3/+5