Skip to content

Rollup of 8 pull requests #48261

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

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a58d1b5
trim the body of doctests after partitioning
QuietMisdreavus Feb 9, 2018
70b5c45
add tests for the doctest construction functionality
QuietMisdreavus Feb 9, 2018
7277993
fix playground test for newly-trimmed doctests
QuietMisdreavus Feb 9, 2018
9931583
Make primitive types docs relevant
GuillaumeGomez Feb 11, 2018
56e15de
Make primitive types docs relevant (unsigned)
antoyo Feb 11, 2018
146b81c
Fix tidy errors
antoyo Feb 12, 2018
bd10ef7
rustc_typeck/check/closure: rustfmt
nikomatsakis Feb 10, 2018
cc05561
detect wrong number of args when type-checking a closure
nikomatsakis Feb 12, 2018
9a30673
Add missing feature
GuillaumeGomez Feb 12, 2018
a9b29e0
Add a closing parenthesis to the span of Visibility::Crate
topecongiro Jan 27, 2018
8966101
Add a span field to Visibility::Restricted
topecongiro Jan 27, 2018
699620c
Change ast::Visibility to Spanned type
topecongiro Jan 29, 2018
6cf6f0f
Replace dummy spans with empty spans
topecongiro Feb 4, 2018
5ace5b6
Fix up tests and typos
topecongiro Feb 14, 2018
e1e79d3
Remove "empty buffer" doc in read_until
zombiezen Feb 15, 2018
d692e94
Notify users that this example is shared through integer types
GuillaumeGomez Feb 14, 2018
882ff7d
move Cargo.toml to live alongside x.py
nikomatsakis Feb 15, 2018
ba6a6d0
Fix condvar example
GuillaumeGomez Feb 15, 2018
137f5bc
spelling fix in comment
steveklabnik Feb 15, 2018
c86bc4a
Rollup merge of #47799 - topecongiro:fix-span-of-visibility, r=petroc…
GuillaumeGomez Feb 16, 2018
668f2d0
Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=Guillaum…
GuillaumeGomez Feb 16, 2018
fefd00d
Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, …
GuillaumeGomez Feb 16, 2018
10944d6
Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdr…
GuillaumeGomez Feb 16, 2018
072bc5e
Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnik
GuillaumeGomez Feb 16, 2018
b74c6b9
Rollup merge of #48236 - nikomatsakis:colocate-x-py-and-cargo-toml, r…
GuillaumeGomez Feb 16, 2018
daed6d3
Rollup merge of #48239 - GuillaumeGomez:fix-condvar-example, r=QuietM…
GuillaumeGomez Feb 16, 2018
2844406
Rollup merge of #48243 - rust-lang:steveklabnik-patch-1, r=kennytm
GuillaumeGomez Feb 16, 2018
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
File renamed without changes.
78 changes: 39 additions & 39 deletions src/Cargo.toml → Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
[workspace]
members = [
"bootstrap",
"rustc",
"libstd",
"libtest",
"librustc_trans",
"tools/cargotest",
"tools/clippy",
"tools/compiletest",
"tools/error_index_generator",
"tools/linkchecker",
"tools/rustbook",
"tools/unstable-book-gen",
"tools/tidy",
"tools/build-manifest",
"tools/remote-test-client",
"tools/remote-test-server",
"tools/rust-installer",
"tools/cargo",
"tools/rustdoc",
"tools/rls",
"tools/rustfmt",
"tools/miri",
"tools/rustdoc-themes",
"src/bootstrap",
"src/rustc",
"src/libstd",
"src/libtest",
"src/librustc_trans",
"src/tools/cargotest",
"src/tools/clippy",
"src/tools/compiletest",
"src/tools/error_index_generator",
"src/tools/linkchecker",
"src/tools/rustbook",
"src/tools/unstable-book-gen",
"src/tools/tidy",
"src/tools/build-manifest",
"src/tools/remote-test-client",
"src/tools/remote-test-server",
"src/tools/rust-installer",
"src/tools/cargo",
"src/tools/rustdoc",
"src/tools/rls",
"src/tools/rustfmt",
"src/tools/miri",
"src/tools/rustdoc-themes",
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
"tools/rls/test_data/bin_lib",
"tools/rls/test_data/borrow_error",
"tools/rls/test_data/common",
"tools/rls/test_data/deglob",
"tools/rls/test_data/features",
"tools/rls/test_data/find_all_refs_no_cfg_test",
"tools/rls/test_data/find_impls",
"tools/rls/test_data/infer_bin",
"tools/rls/test_data/infer_custom_bin",
"tools/rls/test_data/infer_lib",
"tools/rls/test_data/multiple_bins",
"tools/rls/test_data/reformat",
"tools/rls/test_data/reformat_with_range",
"tools/rls/test_data/workspace_symbol",
"src/tools/rls/test_data/bin_lib",
"src/tools/rls/test_data/borrow_error",
"src/tools/rls/test_data/common",
"src/tools/rls/test_data/deglob",
"src/tools/rls/test_data/features",
"src/tools/rls/test_data/find_all_refs_no_cfg_test",
"src/tools/rls/test_data/find_impls",
"src/tools/rls/test_data/infer_bin",
"src/tools/rls/test_data/infer_custom_bin",
"src/tools/rls/test_data/infer_lib",
"src/tools/rls/test_data/multiple_bins",
"src/tools/rls/test_data/reformat",
"src/tools/rls/test_data/reformat_with_range",
"src/tools/rls/test_data/workspace_symbol",
]

# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
Expand All @@ -63,12 +63,12 @@ debug-assertions = false
# so we use a `[patch]` here to override the github repository with our local
# vendored copy.
[patch."https://github.com/rust-lang/cargo"]
cargo = { path = "tools/cargo" }
cargo = { path = "src/tools/cargo" }

[patch.crates-io]
# Similar to Cargo above we want the RLS to use a vendored version of `rustfmt`
# that we're shipping as well (to ensure that the rustfmt in RLS and the
# `rustfmt` executable are the same exact vesion). Unlike Cargo, however, the
# RLS depends on `rustfmt` from crates.io, so we put this in a `[patch]` section
# for crates.io
rustfmt-nightly = { path = "tools/rustfmt" }
rustfmt-nightly = { path = "src/tools/rustfmt" }
Loading