Skip to content

Rollup of 8 pull requests #113370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b468bfb
-Ztrait-solver=next: stop depending on old solver
lcnr Jul 4, 2023
3129942
extend comment
lcnr Jul 4, 2023
594cd84
`TypeParameterDefinition` always require a `DefId`
lcnr Jul 4, 2023
f3d9248
rust-installer and rls no longer submodule, so fix rustfmt.toml
klensy Jun 23, 2023
d9f77c7
rust-installer and rls no longer submodule, so fix tidy walk list
klensy Jun 23, 2023
02e9262
replace tabs with 4 spaces in .sh
klensy Jun 23, 2023
46d3fc7
fix bash long lines and replace TODO with FIXME
klensy Jun 23, 2023
a3bca31
tidy: exclude sh files from rust-installer tests from tidy bins check
klensy Jun 23, 2023
ab914cf
bootstrap: rust-installer no loger subtree, so allow running lints ov…
klensy Jun 23, 2023
d5dbe86
fix typo
klensy Jul 4, 2023
d2a1803
Winnow specializing impls
compiler-errors Jul 4, 2023
d6b82ff
Remove a redundant argument
oli-obk Jul 4, 2023
97d831d
Show which type was not specialized on query cycle misuse
oli-obk Jul 4, 2023
9cacfae
Fix some tests to *only* test their main issue and not have secondary…
oli-obk Jul 4, 2023
66ae999
Remove redundant `delay_span_bug`
oli-obk Jul 4, 2023
9e98feb
Add some extra information to opaque type cycle errors
oli-obk Jul 4, 2023
8ac3ffe
move `ConstKind` to typeir and move inherent impls to `Const`
BoxyUwU Jul 4, 2023
62174bf
Deal with fallout
BoxyUwU Jul 4, 2023
4169d0f
Narrow trait `CoverageInfoBuilderMethods` down to just one method
Zalathar Jul 5, 2023
9c430d3
Remove trait `CoverageInfoMethods`, since non-LLVM backends don't nee…
Zalathar Jul 5, 2023
cb570d6
Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA
Zalathar Jul 5, 2023
6cc37bb
Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.
he32 Jul 5, 2023
1cb958a
Rollup merge of #113010 - klensy:ri-rls-fmt, r=ozkanonur
compiler-errors Jul 5, 2023
a1f8edb
Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk
compiler-errors Jul 5, 2023
5c7a7d9
Rollup merge of #113319 - lcnr:type-param-def-def-id, r=compiler-errors
compiler-errors Jul 5, 2023
0334b64
Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenk…
compiler-errors Jul 5, 2023
b2b1a50
Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk
compiler-errors Jul 5, 2023
c31fe41
Rollup merge of #113337 - compiler-errors:next-solver-winnow-speciali…
compiler-errors Jul 5, 2023
6f9addf
Rollup merge of #113355 - Zalathar:ssa, r=oli-obk
compiler-errors Jul 5, 2023
560136f
Rollup merge of #113356 - he32:netbsd-riscv64, r=oli-obk
compiler-errors Jul 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bootstrap: rust-installer no loger subtree, so allow running lints ov…
…er it
  • Loading branch information
klensy committed Jul 4, 2023
commit ab914cf9f73f0004bad0ae6c086e804628a35e9f
2 changes: 1 addition & 1 deletion src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ bootstrap_tool!(
Compiletest, "src/tools/compiletest", "compiletest", is_unstable_tool = true, allow_features = "test";
BuildManifest, "src/tools/build-manifest", "build-manifest";
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client";
RustInstaller, "src/tools/rust-installer", "rust-installer", is_external_tool = true;
RustInstaller, "src/tools/rust-installer", "rust-installer";
RustdocTheme, "src/tools/rustdoc-themes", "rustdoc-themes";
ExpandYamlAnchors, "src/tools/expand-yaml-anchors", "expand-yaml-anchors";
LintDocs, "src/tools/lint-docs", "lint-docs";
Expand Down