Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
dc97326
Update docs to show [expr; N] can repeat const expr
Coca162 Feb 27, 2023
22b65fc
Clarify that Copy is a trait in array docs
Coca162 Feb 27, 2023
48af38f
Bump rust-installer
Mark-Simulacrum Feb 27, 2023
8732fcd
Update books
rustbot Feb 27, 2023
f83ce99
Remove the `capture_disjoint_fields` feature
clubby789 Feb 28, 2023
ecac8fd
Descriptive error when users try to combine RPITIT/AFIT with speciali…
compiler-errors Feb 28, 2023
f851a8a
Only look for param in generics if it actually comes from generics
compiler-errors Feb 28, 2023
10b08e3
Fix a race in the query system
Zoxc Feb 8, 2023
f01d0c0
Exit when there are unmatched delims to avoid noisy diagnostics
chenyukang Feb 28, 2023
65ad5f8
remove duplicated diagnostic for unclosed delimiter
chenyukang Feb 28, 2023
9ce7472
rename unmatched_braces to unmatched_delims
chenyukang Feb 21, 2023
88de2e1
no need to return unmatched_delims from tokentrees
chenyukang Feb 22, 2023
f808877
refactor parse_token_trees to not return unmatched_delims
chenyukang Feb 22, 2023
229aef1
add missing feature in core/tests
RalfJung Feb 28, 2023
d33bbfd
Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petro…
matthiaskrgr Feb 28, 2023
62e6286
Rollup merge of #108531 - Coca162:rustdoc-repeat-const-array, r=thomcc
matthiaskrgr Feb 28, 2023
68b86f7
Rollup merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini
matthiaskrgr Feb 28, 2023
70357cb
Rollup merge of #108536 - rustbot:docs-update, r=ehuss
matthiaskrgr Feb 28, 2023
5ed4614
Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors
matthiaskrgr Feb 28, 2023
a91bda5
Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obk
matthiaskrgr Feb 28, 2023
38aa943
Rollup merge of #108554 - compiler-errors:late-bound-object-default, …
matthiaskrgr Feb 28, 2023
0beb3a1
Rollup merge of #108555 - Zoxc:par-fix, r=cjgillot
matthiaskrgr Feb 28, 2023
415258f
Rollup merge of #108558 - RalfJung:core-tests, r=thomcc
matthiaskrgr Feb 28, 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
Bump rust-installer
This brings in rust-lang/rust-installer#123, which enables a larger
compression window (8 -> 64MB) amongst other changes to the xz
compression settings. The net effect should be smaller compressed
tarballs which will decrease bandwidth usage for
static.rust-lang.org, download times, and decompression time.

This comes at the cost of higher baseline requirements for running
rustup to use these files, which we believe should be largely acceptable
(running rustc is likely to use at least this much memory) but if we get
specific reports we may explore options to decrease impact (e.g., using
the gzip tarballs automatically in rustup).
  • Loading branch information
Mark-Simulacrum committed Feb 27, 2023
commit 48af38fa0c292369f7ce992afe832bb8f023a1f8
2 changes: 1 addition & 1 deletion src/tools/rust-installer