about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-12update graphviz linksminami.yoshihiko-10/+8
2022-05-11Auto merge of #96931 - JohnTitor:rollup-3um8o4j, r=JohnTitorbors-58/+92
2022-05-11Rollup merge of #96925 - c410-f3r:z-errors, r=JohnTitorYuki Okushi-0/+10
2022-05-11Rollup merge of #96916 - matthiaskrgr:simpl_count, r=compiler-errorsYuki Okushi-1/+1
2022-05-11Rollup merge of #96903 - oli-obk:opaque_type_lifetime_constraints, r=compiler...Yuki Okushi-1/+18
2022-05-11Rollup merge of #96900 - GuillaumeGomez:fix-js-error, r=notriddleYuki Okushi-5/+2
2022-05-11Rollup merge of #96896 - JohnTitor:issue-68408, r=compiler-errorsYuki Okushi-0/+22
2022-05-11Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jshaYuki Okushi-8/+37
2022-05-11Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011Yuki Okushi-43/+2
2022-05-11Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkovbors-15/+13
2022-05-11Auto merge of #96375 - jyn514:bootstrap-submodules, r=Mark-Simulacrumbors-0/+12
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-5/+2
2022-05-10Ignore orderMichael Howell-1/+1
2022-05-10Fix running bootstrap tests on a fresh cloneJoshua Nelson-0/+12
2022-05-10Fix issue #95151Caio-0/+10
2022-05-10Auto merge of #96232 - sunfishcode:sunfishcode/io-safety-const-fns, r=joshtri...bors-5/+5
2022-05-10simplify length countMatthias Krüger-1/+1
2022-05-10Auto merge of #96905 - jyn514:revert-96803-faster-assemble, r=Mark-Simulacrumbors-3/+9
2022-05-10rustdoc: clean up method path indexMichael Howell-9/+23
2022-05-10Revert "Make "Assemble stage1 compiler" orders of magnitude faster"Joshua Nelson-3/+9
2022-05-10Auto merge of #96904 - JohnTitor:rollup-f1sz5x0, r=JohnTitorbors-126/+368
2022-05-11Rollup merge of #96882 - jackh726:no-subst, r=oli-obkYuki Okushi-7/+3
2022-05-11Rollup merge of #96879 - notriddle:notriddle/search-ranking, r=GuillaumeGomezYuki Okushi-1/+36
2022-05-11Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplettYuki Okushi-43/+7
2022-05-11Rollup merge of #96849 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-2/+2
2022-05-11Rollup merge of #96725 - nico-abram:win_tid, r=ChrisDentonYuki Okushi-7/+52
2022-05-11Rollup merge of #96717 - BoxyUwU:gats_const_param_types_mismatch_err, r=lcnrYuki Okushi-66/+268
2022-05-10Use lifetimes on type-alias-impl-trait used in function signatures to infer o...Oli Scherer-1/+18
2022-05-10Clean up rustdoc GUI testGuillaume Gomez-2/+1
2022-05-10Remove unused CSS ruleGuillaume Gomez-1/+0
2022-05-10Fix JS error in source code pagesGuillaume Gomez-2/+1
2022-05-10Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwcobors-140/+301
2022-05-10Add regression test for #68408Yuki Okushi-0/+22
2022-05-10Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkovbors-7/+5
2022-05-10Auto merge of #96891 - Dylan-DPC:rollup-echa4wg, r=Dylan-DPCbors-119/+422
2022-05-10Check hidden types for well formedness at the definition site instead of only...Oli Scherer-140/+301
2022-05-10Rollup merge of #96872 - RalfJung:layout-sanity, r=eddybDylan DPC-31/+237
2022-05-10Rollup merge of #96823 - jackh726:params-heuristics-fix, r=estebankDylan DPC-86/+89
2022-05-10Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkovDylan DPC-1/+50
2022-05-10Rollup merge of #96674 - bstrie:vardoc, r=thomccDylan DPC-1/+2
2022-05-10Rollup merge of #93661 - ehuss:add-missing-rustc-arg-docs, r=estebank,Mark-Si...Dylan DPC-0/+44
2022-05-10Expose process main_thread_handle on Windowsunknown-7/+52
2022-05-10Auto merge of #96808 - cjgillot:impossible-trait, r=compiler-errorsbors-0/+14
2022-05-10Auto merge of #96803 - jyn514:faster-assemble, r=Mark-Simulacrumbors-9/+3
2022-05-09Use `FxIndexSet` to avoid sorting fake borrowsAaron Hill-15/+13
2022-05-09rustdoc: correct path to type alias methodsMichael Howell-1/+16
2022-05-10Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errorsbors-20/+69
2022-05-09Auto merge of #96838 - tmiasko:lazy-switch-sources, r=oli-obkbors-10/+11
2022-05-09Don't subst an adt defJack Huey-7/+3
2022-05-09Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillotbors-122/+229