Skip to content

Commit f5631d9

Browse files
committedMar 24, 2018
Auto merge of #49337 - kennytm:rollup, r=kennytm
Rollup of 21 pull requests - Successful merges: #49046, #49076, #49089, #49120, #49121, #49122, #49162, #49193, #49194, #49203, #49229, #49235, #49254, #49268, #49273, #49274, #49290, #49312, #49314, #49318, #49299
·
1.90.01.26.0
2 parents b4aa80d + 297a6e5 commit f5631d9

File tree

146 files changed

+1010
-2529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1010
-2529
lines changed
 

‎config.toml.example‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@
271271
# Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
272272
#backtrace = true
273273

274+
# Build rustc with experimental parallelization
275+
#experimental-parallel-queries = false
276+
274277
# The default linker that will be hard-coded into the generated compiler for
275278
# targets that don't specify linker explicitly in their target specifications.
276279
# Note that this is not the linker used to link said compiler.

‎src/Cargo.lock‎

Lines changed: 12 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.