Commit graph

  • 00d0402523 gitmodules: Update URL to llvm-project repo target/squiid Christoph Heiss 2023-08-02 11:31:14 +0200
  • 7c4d02eb6d
    deps: Add custom libc for squiid target Christoph Heiss 2023-01-28 13:03:01 +0100
  • aaa8fb6197
    tools: Add squiid target Christoph Heiss 2022-07-09 17:38:05 +0200
  • 9270463e45
    library: os: Add initial squiid target layer Christoph Heiss 2022-07-09 16:47:58 +0200
  • 31f1b59264
    compiler: target: Add squiid target Christoph Heiss 2023-01-28 12:59:43 +0100
  • 7d4df2d30e Auto merge of #107386 - flip1995:clippyup, r=Manishearth bors 2023-01-27 21:20:39 +0000
  • c71062a324
    Update Cargo.lock Philipp Krones 2023-01-27 21:09:23 +0100
  • 1dd773175a
    Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup Philipp Krones 2023-01-27 21:09:08 +0100
  • 1480cea393 Auto merge of #10242 - flip1995:rustup, r=flip1995 bors 2023-01-27 19:31:37 +0000
  • 6f9c70a201
    Bump Clippy version -> 0.1.69 Philipp Krones 2023-01-27 20:27:00 +0100
  • 1f403e9ab9
    Bump nightly version -> 2023-01-27 Philipp Krones 2023-01-27 20:26:48 +0100
  • 2bc2431fd1
    Merge remote-tracking branch 'upstream/master' into rustup Philipp Krones 2023-01-27 20:21:37 +0100
  • ef982929c0 Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor bors 2023-01-27 17:49:56 +0000
  • c64f4c41f7
    Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all_import_attributes, r=notriddle Yuki Okushi 2023-01-28 00:23:16 +0900
  • 85dc93b4d3
    Rollup merge of #107352 - sameo:topic/E0587, r=JohnTitor Yuki Okushi 2023-01-28 00:23:15 +0900
  • b247253edd
    Rollup merge of #107347 - tshepang:rightward-drift, r=Nilstrieb Yuki Okushi 2023-01-28 00:23:15 +0900
  • 1e0cf727c3
    Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68 Yuki Okushi 2023-01-28 00:23:14 +0900
  • d62f6fdff9
    Rollup merge of #107321 - lcnr:comment, r=compiler-errors Yuki Okushi 2023-01-28 00:23:14 +0900
  • 9ec7492862
    Rollup merge of #107316 - ChrisDenton:snap, r=oli-obk Yuki Okushi 2023-01-28 00:23:13 +0900
  • 04dfde4ea2
    Rollup merge of #107234 - Rattenkrieg:bootstrap-fix-is_ci_llvm_available, r=albertlarsan68 Yuki Okushi 2023-01-28 00:23:13 +0900
  • bed113de49
    Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r=Nilstrieb Yuki Okushi 2023-01-28 00:23:12 +0900
  • 1163279c3a
    Rollup merge of #106806 - m-ou-se:format-args-flags, r=oli-obk Yuki Okushi 2023-01-28 00:23:11 +0900
  • 7919ef0ec5 Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr bors 2023-01-27 15:02:44 +0000
  • 54e929bdde Auto merge of #10237 - cstyles:fix-docs-for-suspicious_xor_used_as_pow, r=Jarcho bors 2023-01-27 14:02:23 +0000
  • 1b64e16643 Add regression test for #107350 Guillaume Gomez 2023-01-27 12:10:05 +0100
  • b8c44fa414 Fix infinite loop in rustdoc get_all_import_attributes function Guillaume Gomez 2023-01-27 12:09:50 +0100
  • 21cf9dbc85 Destructure format_options in make_format_spec. Mara Bos 2023-01-27 11:43:38 +0100
  • 706132d409 compiler: Fix E0587 explanation Samuel Ortiz 2023-01-27 10:58:58 +0100
  • 6874f4e3fc Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez bors 2023-01-27 09:01:05 +0000
  • be69002dd7 Update clippy for restructured format flags fields. Mara Bos 2023-01-13 13:56:51 +0100
  • 0abf8a0617 Replace format flags u32 by enums and bools. Mara Bos 2023-01-13 13:32:49 +0100
  • 9ef8407610 Revisit fix_is_ci_llvm_available logic; read build triple from toml Sergey Prytkov 2023-01-23 21:03:06 +0300
  • 18890f05f6 Auto merge of #107343 - JohnTitor:rollup-s6l94aj, r=JohnTitor bors 2023-01-27 06:10:19 +0000
  • cce452d8c8 reduce rightward-drift Tshepang Mbambo 2023-01-27 07:52:44 +0200
  • 17a2e1fef3
    Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=GuillaumeGomez Yuki Okushi 2023-01-27 12:57:57 +0900
  • aac937a37c
    Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez Yuki Okushi 2023-01-27 12:57:56 +0900
  • d68b5a42e2
    Rollup merge of #107284 - notriddle:notriddle/plus, r=jsha Yuki Okushi 2023-01-27 12:57:56 +0900
  • 5683915ca4
    Rollup merge of #107279 - compiler-errors:new-solver-evaluate, r=lcnr Yuki Okushi 2023-01-27 12:57:55 +0900
  • 145241402d
    Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomez Yuki Okushi 2023-01-27 12:57:55 +0900
  • eb5e63e3f0
    Rollup merge of #107171 - petrochenkov:encattrs, r=cjgillot Yuki Okushi 2023-01-27 12:57:54 +0900
  • bf321ece1e
    Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett Yuki Okushi 2023-01-27 12:57:54 +0900
  • 4b4aeae359
    Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu Yuki Okushi 2023-01-27 12:57:53 +0900
  • dc1216bc06 fixup new usages of fn_sig, bound_fn_sig after rebasing Kyle Matsuda 2023-01-26 20:33:27 -0700
  • 4a7d0e9754 add method_substs to CallKind Kyle Matsuda 2023-01-20 15:17:01 -0700
  • a969c194d8 fix up subst_identity vs skip_binder; add some FIXMEs as identified in review Kyle Matsuda 2023-01-19 12:52:52 -0700
  • ab40ba2fb1 add EarlyBinder::no_bound_vars Kyle Matsuda 2023-01-19 12:09:01 -0700
  • c2414dfaa4 change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata Kyle Matsuda 2023-01-18 16:52:47 -0700
  • db137ba7d4 Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco bors 2023-01-27 03:25:16 +0000
  • e982971ff2 replace usages of fn_sig query with bound_fn_sig Kyle Matsuda 2023-01-18 15:43:20 -0700
  • a1a01c19f1 Fix docs for suspicious_xor_used_as_pow lint Collin Styles 2023-01-26 16:44:44 -0800
  • a2d002afe7 Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3 bors 2023-01-27 00:03:09 +0000
  • d7948c843d Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov bors 2023-01-26 20:32:28 +0000
  • 9b5a2a4a48 Use new solver during selection Michael Goulet 2023-01-24 21:43:21 +0000
  • 97f8189614 rustdoc: remove mostly-unused CSS classes import/module-item Michael Howell 2023-01-26 12:50:14 -0700
  • 51df99f3c2 rustdoc: use smarter encoding for playground URL Michael Howell 2023-01-24 15:39:59 -0700
  • b5e3e600d9 Auto merge of #10232 - xFrednet:changelog-1-67, r=Alexendoo bors 2023-01-26 16:32:31 +0000
  • ac3ec77f07 Fix woriding from rustbuild to bootstrap chansuke 2023-01-27 01:21:21 +0900
  • 4441753127
    Mark Rust 1.67 as released in the changelog xFrednet 2023-01-20 09:54:07 +0100
  • c62665e09c Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr bors 2023-01-26 15:58:08 +0000
  • 4ed8cfc202
    Rollup merge of #107323 - JakobDegen:const-goto, r=tmiasko Matthias Krüger 2023-01-26 15:02:22 +0100
  • c87996a8ad
    Rollup merge of #107322 - JakobDegen:custom-mir, r=tmiasko Matthias Krüger 2023-01-26 15:02:22 +0100
  • 82455a799e
    Rollup merge of #107189 - cjgillot:meta-adt, r=compiler-errors Matthias Krüger 2023-01-26 15:02:21 +0100
  • 3c145ff283
    Rollup merge of #107168 - Nilstrieb:if-a-tait-falls-in-the-forest,can-we-know-it-wasnt-revealed, r=oli-obk Matthias Krüger 2023-01-26 15:02:21 +0100
  • 70a665a005
    Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillot Matthias Krüger 2023-01-26 15:02:20 +0100
  • e8c17de11d
    Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco Matthias Krüger 2023-01-26 15:02:20 +0100
  • 4b97f07534
    Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco Matthias Krüger 2023-01-26 15:02:19 +0100
  • 1b442befca
    Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco Matthias Krüger 2023-01-26 15:02:19 +0100
  • 347fa7a26f rustdoc: Stop using HirIds Vadim Petrochenkov 2023-01-26 14:30:28 +0400
  • a64940f948 Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk bors 2023-01-26 12:44:47 +0000
  • 3e97763872 Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk bors 2023-01-26 12:44:47 +0000
  • f8aaf9aadb Disable ConstGoto opt in cleanup blocks Jakob Degen 2023-01-26 03:50:37 -0800
  • d7f59e91e0 Custom mir: Add support for some remaining, easy to support constructs Jakob Degen 2023-01-26 03:29:28 -0800
  • 2e8162a0b0 fix alphabetical sort Yann Simon 2023-01-26 11:09:32 +0100
  • 727b987e06 solver comments + remove TyCtxt::evaluate_goal lcnr 2023-01-26 10:57:11 +0100
  • a499862948 remove avx512 prefix for gfni, vaes and vpclmulqdq Yann Simon 2023-01-26 11:01:36 +0100
  • 40fda7b3fe Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr bors 2023-01-26 09:14:05 +0000
  • 3aeafca070
    Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq because what else are we gonna use in rustc_middle, r=compiler-errors Matthias Krüger 2023-01-26 07:53:26 +0100
  • f2f123470f
    Rollup merge of #107287 - mattjperez:improve-fn-pointer-notes, r=compiler-errors Matthias Krüger 2023-01-26 07:53:25 +0100
  • c1d722c1cf
    Rollup merge of #107074 - lcnr:validate-dont-skip-opaque, r=compiler-errors Matthias Krüger 2023-01-26 07:53:25 +0100
  • d667105681
    Rollup merge of #106946 - dtolnay:hashlinecolumn, r=m-ou-se Matthias Krüger 2023-01-26 07:53:24 +0100
  • 35a8d6fea4
    Rollup merge of #106836 - ibraheemdev:sync-sender-spin, r=Amanieu Matthias Krüger 2023-01-26 07:53:23 +0100
  • 59fcb7a2ce
    Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco Matthias Krüger 2023-01-26 07:53:23 +0100
  • cc92bdb9c9
    Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum Matthias Krüger 2023-01-26 07:53:22 +0100
  • b2448f9f9c
    Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa Matthias Krüger 2023-01-26 07:53:22 +0100
  • e0d71f500c
    Rollup merge of #97373 - dimpolo:cell_dispatch_from_dyn, r=dtolnay Matthias Krüger 2023-01-26 07:53:21 +0100
  • e187f8871e Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr bors 2023-01-26 06:23:14 +0000
  • 77d7c63872
    Update snap from 1.0.1 to 1.1.0 Chris Denton 2023-01-26 05:49:37 +0000
  • 267d6265e2
    Rollup merge of #107313 - calebcartwright:style-guide-triagebot, r=joshtriplett Matthias Krüger 2023-01-26 06:15:29 +0100
  • dd08f35e87
    Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnr Matthias Krüger 2023-01-26 06:15:29 +0100
  • 5be2f51428
    Rollup merge of #107285 - compiler-errors:new-solver-future-and-generator, r=lcnr Matthias Krüger 2023-01-26 06:15:28 +0100
  • a84e060173
    Rollup merge of #107272 - compiler-errors:new-solver-more-predicates, r=lcnr Matthias Krüger 2023-01-26 06:15:27 +0100
  • a8b5e5d9db
    Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk Matthias Krüger 2023-01-26 06:15:27 +0100
  • a8e8406e60
    Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkov Matthias Krüger 2023-01-26 06:15:26 +0100
  • 5bc49807dd
    Rollup merge of #107175 - compiler-errors:bad-types-in-vec-push, r=estebank Matthias Krüger 2023-01-26 06:15:26 +0100
  • 4b51b20d87
    Rollup merge of #107086 - clubby789:bootstrap-lock-pid-linux, r=albertlarsan68 Matthias Krüger 2023-01-26 06:15:25 +0100
  • f3644ca64d
    Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk Matthias Krüger 2023-01-26 06:15:24 +0100
  • ba928ba041
    Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot Matthias Krüger 2023-01-26 06:15:24 +0100
  • 8ae5116fae
    Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors Matthias Krüger 2023-01-26 06:15:23 +0100
  • 3016f55579 improve fn pointer notes Matthew J Perez 2023-01-25 17:10:26 +0000
  • 0f24e11ef5 ICE in new solver if we see an inference variable Michael Goulet 2023-01-25 00:38:34 +0000