about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-07-31Auto merge of #99529 - Milo123459:stage-1-test, r=jyn514bors-1/+50
2022-07-30Auto merge of #99959 - cuviper:niche-size, r=eddybbors-0/+469
2022-07-30dont run stage1 tests in prMilo-4/+1
2022-07-30add to full test-suiteMilo-0/+5
2022-07-30Rollup merge of #99962 - Mark-Simulacrum:detect-ci-artifact-channel, r=jyn514Matthias Krüger-6/+13
2022-07-30Rollup merge of #99950 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCMatthias Krüger-38/+30
2022-07-30Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnrMatthias Krüger-6/+41
2022-07-30Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,...Matthias Krüger-2/+28
2022-07-30Rollup merge of #99650 - jyn514:keep-stage-check, r=Mark-SimulacrumMatthias Krüger-9/+0
2022-07-30Discover channel for artifact downloadMark Rousskov-6/+13
2022-07-30Test another enum niche with multiple ZST alignmentsJosh Stone-3/+132
2022-07-30Fix the size of niche enums with ZST alignmentJosh Stone-0/+340
2022-07-30Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPCbors-144/+228
2022-07-30Update src/librustdoc/passes/html_tags.rsMichael Howell-1/+1
2022-07-30Remove Clean trait implementation for hir::VariantDataGuillaume Gomez-19/+13
2022-07-30Remove Clean trait implementation for ty::VariantDefGuillaume Gomez-20/+18
2022-07-30Rollup merge of #99903 - gimbles:pub, r=davidtwcoDylan DPC-0/+29
2022-07-30Rollup merge of #99895 - compiler-errors:type-ascription-aint-cast, r=davidtwcoDylan DPC-73/+73
2022-07-30Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errorsDylan DPC-63/+119
2022-07-30Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillotDylan DPC-8/+7
2022-07-30Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkovbors-42/+66
2022-07-30Auto merge of #99868 - yaahc:rustc-perf-bump, r=Mark-Simulacrumbors-4/+4
2022-07-30Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obkbors-0/+27
2022-07-30Auto merge of #99768 - klensy:bump-deps-07-22, r=Mark-Simulacrumbors-2/+6
2022-07-30Auto merge of #99123 - mystor:crossbeam_bridge, r=eddybbors-0/+1
2022-07-30Auto merge of #99925 - JohnTitor:rollup-4bt9ou3, r=JohnTitorbors-52/+495
2022-07-29Don't give a hard error for `x check --keep-stage 0`Joshua Nelson-9/+0
2022-07-30Rollup merge of #99904 - GuillaumeGomez:cleanup-html-whitespace, r=notriddleYuki Okushi-19/+21
2022-07-30Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obkYuki Okushi-1/+17
2022-07-30Rollup merge of #99881 - compiler-errors:issue-99876, r=tmiaskoYuki Okushi-0/+9
2022-07-30Rollup merge of #99831 - djkoloski:add_fuchsia_target_documentation, r=tmandryYuki Okushi-0/+296
2022-07-30Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errorsYuki Okushi-32/+63
2022-07-30Rollup merge of #99518 - dingxiangfei2009:let-else-additional-tests, r=oli-obkYuki Okushi-0/+89
2022-07-29Avoid ICE when fetching LocalDefIdMiguel Guarniz-1/+2
2022-07-29Change enclosing_body_owner to return LocalDefIdMiguel Guarniz-1/+1
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-6/+4
2022-07-29Auto merge of #99730 - lcnr:bound-vars-anon, r=jackh726bors-0/+14
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-0/+1
2022-07-29Auto merge of #99577 - est31:remove_box_librustdoc, r=jshabors-64/+67
2022-07-29Statically ensure the size of ItemKindest31-0/+4
2022-07-29Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItemest31-16/+16
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-37/+37
2022-07-29Remove box_syntax feature gate from librustdocest31-1/+0
2022-07-29Remove box syntax from doctest.rsest31-2/+2
2022-07-29Remove box syntax from Box<rustdoc::clean::types::ItemKind> constructionest31-8/+8
2022-07-29Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkovbors-8/+67
2022-07-29Add diagnostic when using public instead of pubGimgim-0/+29
2022-07-29Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrumbors-13/+17
2022-07-29Remove unwanted extra white space characters from HTMLGuillaume Gomez-19/+21