Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
511 commits
Select commit Hold shift + click to select a range
ed33787
Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726
bors Jun 18, 2021
fbfc079
Update rustversion to 1.0.5
dtolnay Jun 18, 2021
88abd7d
Lint for unused borrows as part of UNUSED_MUST_USE
0xPoe Jun 18, 2021
87fb7cb
Updated release note
0xPoe Jun 18, 2021
966361f
Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-d…
bors Jun 18, 2021
124b944
update Miri
RalfJung Jun 18, 2021
d7bb746
Make clippy tests happy
0xPoe Jun 18, 2021
884336e
Address comment
0xPoe Jun 18, 2021
1989b9a
Auto merge of #86428 - RalfJung:miri, r=RalfJung
bors Jun 18, 2021
01435fc
`no_run` and `ignore` doc attributes
maxwase Jun 18, 2021
d8530d0
Use `copy_nonoverlapping` to copy `bytes` in `String::insert_bytes`
paolobarbolini Jun 18, 2021
3c08cf8
make UB during CTFE a hard error
RalfJung Jun 10, 2021
312b894
Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper
bors Jun 18, 2021
f6adaed
add various coments to explain how the code works
nikomatsakis Jun 18, 2021
8776b0f
Update library tracking issue for libs-api rename.
m-ou-se Jun 18, 2021
88ba8ad
Auto merge of #85747 - maxwase:path-symlinks-methods, r=m-ou-se
bors Jun 18, 2021
9bee7f0
WIP: identify the case where we need to serialize path
nikomatsakis Jun 18, 2021
3061777
bless you
RalfJung Jun 18, 2021
7475661
improve test by using intrinsic directly
RalfJung Jun 18, 2021
e7a1186
Fix ICE with `#[repr(simd)]` on enum
FabianWolff Jun 18, 2021
ce1d561
Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-se
bors Jun 18, 2021
831759a
fix typos
nikomatsakis Jun 18, 2021
20915d4
Resolve intra-doc links in summary desc
notriddle Jun 18, 2021
ec57c60
Auto merge of #86194 - RalfJung:const-ub-hard-error, r=oli-obk
bors Jun 18, 2021
8b51854
fix panic-safety in specialized Zip::next_back
the8472 Jun 19, 2021
c688e70
Fixed typo `BorroeError` => `BorrowError` in RefCell docs
akiselev Jun 19, 2021
f67585d
Update test cases for intra-doc links in summaries
notriddle Jun 19, 2021
aa22799
Rollup merge of #86136 - m-ou-se:proc-macro-open-close-span, r=m-ou-se
JohnTitor Jun 19, 2021
0c7b74f
Rollup merge of #86359 - fee1-dead:f64-junit-formatter, r=JohnTitor
JohnTitor Jun 19, 2021
41bf471
Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-version…
JohnTitor Jun 19, 2021
90e82c9
Rollup merge of #86397 - Eosis:alter-cell-docs, r=JohnTitor
JohnTitor Jun 19, 2021
b6e234c
Rollup merge of #86407 - LingMan:map-or, r=LeSeulArtichaut
JohnTitor Jun 19, 2021
7de3a0e
Rollup merge of #86425 - dtolnay:rustversion, r=Mark-Simulacrum
JohnTitor Jun 19, 2021
90e5fe5
Rollup merge of #86440 - rust-lang:libs-api-issue-template, r=m-ou-se
JohnTitor Jun 19, 2021
84d6c68
Rollup merge of #86444 - FabianWolff:issue-83505, r=LeSeulArtichaut
JohnTitor Jun 19, 2021
ad79aba
Rollup merge of #86453 - akiselev:patch-1, r=dtolnay
JohnTitor Jun 19, 2021
9839f9c
Auto merge of #86456 - JohnTitor:rollup-jjzupny, r=JohnTitor
bors Jun 19, 2021
bc243a7
Refactor `PatternError` structure
JohnTitor Jun 19, 2021
e44e65e
Assert `is_associated_const` when resolving
JohnTitor Jun 19, 2021
15cdb28
Account for self.extra in size_hint for EncodeWide
fee1-dead Jun 19, 2021
9cf05f3
Auto merge of #86378 - Smittyvb:thir-walker-pat, r=LeSeulArtichaut
bors Jun 19, 2021
39260f6
Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011
bors Jun 19, 2021
365a358
Windows: Fix `Command::env_clear` so it works
ChrisDenton Jun 19, 2021
9c9a0da
Change entry point to 🛡️ against 💥 💥-payloads
nagisa Jun 5, 2021
1e222ba
Update browser-ui-test version
GuillaumeGomez Jun 19, 2021
29cd70d
Auto merge of #86437 - nikomatsakis:tait-docs, r=oli-obk
bors Jun 19, 2021
6b354a1
Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-se
bors Jun 19, 2021
150fad3
Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obk
bors Jun 19, 2021
b18704d
Fix future_prelude_collision for object calls and use as _
jam1garner Jun 19, 2021
f639657
Auto merge of #86433 - paolobarbolini:string-overlapping, r=m-ou-se
bors Jun 19, 2021
9c495b3
"(const: unstable)" for stable-but-const-unstable
fee1-dead Jun 20, 2021
192920c
Auto merge of #86463 - fee1-dead:fixed-encode_wide, r=m-ou-se
bors Jun 20, 2021
9543636
Auto merge of #86468 - GuillaumeGomez:update-browser-ui-test-version,…
bors Jun 20, 2021
1a96d22
Move `OsStringExt` and `OsStrExt` to `std::os`
CDirkx Jun 20, 2021
835561a
Make `os_str_bytes::{Buf, Slice}` `pub` and `repr(transparent)`
CDirkx Jun 20, 2021
ad7b897
Add comment to `std::os::unix::ffi::os_str` explaining that the modul…
CDirkx Jun 20, 2021
b4734b7
disable test on platforms that don't support unwinding
the8472 Jun 20, 2021
dbb8d1a
update Miri
RalfJung Jun 20, 2021
75d1500
Auto merge of #86486 - RalfJung:miri, r=RalfJung
bors Jun 20, 2021
2e940ac
Auto merge of #86250 - RalfJung:intrinsic_operation_unsafety, r=oli-obk
bors Jun 20, 2021
aa53928
Squashed implementation of the pass
shamatar Jun 20, 2021
3f0729f
expand: Move some more derive logic to `rustc_builtin_macros`
petrochenkov Jun 20, 2021
d9fd5ea
cfg_eval: Replace multiple `unwrap`s with a single `unwrap`
petrochenkov Jun 20, 2021
dd94145
Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-se
bors Jun 20, 2021
4cd2fab
Specify if struct/enum in arg mismatch error
syvb Jun 20, 2021
37d0d27
Do not set depth to 0 in fully_expand_fragment
fee1-dead Jun 20, 2021
e82b650
Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrum
bors Jun 20, 2021
f804d8d
Improve documentation
Jun 20, 2021
61b453c
Fix CI to fetch master on beta channel
Mark-Simulacrum Jun 19, 2021
03b845a
Auto merge of #85980 - ssomers:btree_cleanup_LeafRange, r=Mark-Simula…
bors Jun 20, 2021
2817be9
Update rustfix for compiletest.
ehuss Jun 11, 2021
f2ef8bf
compiletest: display the error if rustfix fails
ehuss Jun 11, 2021
35bf1be
tidy: Check that cargo and compiletest share the same rustfix.
ehuss Jun 20, 2021
1a1909a
Rollup merge of #83739 - JohnTitor:issue-75889, r=estebank
JohnTitor Jun 21, 2021
e6732e0
Rollup merge of #85637 - RalfJung:partial-ord, r=m-ou-se
JohnTitor Jun 21, 2021
e7a4f1e
Rollup merge of #86152 - the8472:lazify-npm-queries, r=Mark-Simulacrum
JohnTitor Jun 21, 2021
e435e32
Rollup merge of #86156 - ehuss:linkchecker-fixes, r=Mark-Simulacrum
JohnTitor Jun 21, 2021
13b0f1a
Rollup merge of #86427 - hi-rustin:rustin-patch-release-note, r=Mark-…
JohnTitor Jun 21, 2021
504c378
Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-se
JohnTitor Jun 21, 2021
e5ecded
Rollup merge of #86484 - fee1-dead:builtin-macro-recursion, r=petroch…
JohnTitor Jun 21, 2021
8b9e138
Rollup merge of #86491 - petrochenkov:derefact, r=Aaron1011
JohnTitor Jun 21, 2021
008d4d6
Fix rust.css fonts.
ehuss Jun 21, 2021
6a540bd
Auto merge of #86502 - JohnTitor:rollup-wge0f3x, r=JohnTitor
bors Jun 21, 2021
3824017
Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisa
bors Jun 21, 2021
cd0f931
Use Tera templates for rustdoc.
jsha Jun 9, 2021
d789de6
Auto merge of #85775 - adamrk:warn-unused-target-fields, r=nagisa
bors Jun 21, 2021
9063eda
Move `available_concurrency` implementation to `sys`
CDirkx Apr 29, 2021
e84c9ae
Delete spaces
Jun 21, 2021
dd90900
Resolve type aliases to the type they point to in intra-doc links
LeSeulArtichaut Jun 15, 2021
05ec710
Remove tidy exception for `available_concurrency`
CDirkx May 11, 2021
888418a
Use `Unsupported` on platforms where `available_concurrency` is not i…
CDirkx Jun 21, 2021
9d93819
Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomez
bors Jun 21, 2021
5fb27bc
Check for const_unstable before printing `const`
fee1-dead Jun 20, 2021
c4396f4
Added some tests for `unsafe` in const-dispay.rs
fee1-dead Jun 21, 2021
da5c911
Add regression test for #85955.
michaelwoerister Jun 16, 2021
4732714
Disambiguate between SourceFiles from different crates even if they h…
michaelwoerister Jun 16, 2021
0d69a02
Removed/Updated some cases and simplified `match`
fee1-dead Jun 21, 2021
6a5b97a
Auto merge of #86210 - ehuss:rustfix-update, r=Mark-Simulacrum
bors Jun 21, 2021
f82fb30
Update comment regarding staged_api
fee1-dead Jun 21, 2021
b57077b
Readd `unsafe` keyword in tests
fee1-dead Jun 21, 2021
c3c4ab5
Encode SourceFile source crate as StableCrateId in incr. comp. OnDisk…
michaelwoerister Jun 21, 2021
3ee78b3
Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakis
JohnTitor Jun 21, 2021
ac41056
Rollup merge of #86248 - JohnTitor:issue-85113, r=Mark-Simulacrum
JohnTitor Jun 21, 2021
58e7411
Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3
JohnTitor Jun 21, 2021
aba0bed
Rollup merge of #86349 - yerke:add-test-for-issue-78632, r=Mark-Simul…
JohnTitor Jun 21, 2021
a81f55f
Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Ma…
JohnTitor Jun 21, 2021
9c664b2
Rollup merge of #86472 - Mark-Simulacrum:fix-ci-beta, r=pietroalbini
JohnTitor Jun 21, 2021
f3fe5c3
Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514
JohnTitor Jun 21, 2021
2fdc2ea
Rollup merge of #86495 - r00ster91:patch-11, r=petrochenkov
JohnTitor Jun 21, 2021
599e8a7
Rollup merge of #86503 - ehuss:rustc.css-fonts, r=jyn514,GuillaumeGomez
JohnTitor Jun 21, 2021
b8a7bfb
Reference issue test originated from
syvb Jun 21, 2021
3dc47e2
do not run rustfix for future-prelude-collision-shadow
nikomatsakis Jun 21, 2021
186c09a
add test for `dyn` collisions
nikomatsakis Jun 21, 2021
200fdaa
Specify the kind of the item for E0121
fee1-dead Jun 18, 2021
9b6c7ff
Updated tests to reflect specified types in E0121
fee1-dead Jun 18, 2021
e66f241
Update #83739 with type of the item specified
fee1-dead Jun 21, 2021
4cd5aff
Fix handling of disambiguator suffixes for intra-doc links
LeSeulArtichaut Jun 21, 2021
aa3580b
introduce helper function
nikomatsakis Jun 21, 2021
406d4a9
Auto merge of #86515 - JohnTitor:rollup-axzb4xh, r=JohnTitor
bors Jun 21, 2021
bd7caf4
Do not list impl when trait has doc(hidden)
fee1-dead Jun 21, 2021
4573a4a
Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3
bors Jun 21, 2021
b07bb6d
Fix unused_unsafe with compiler-generated unsafe
camsteffen Apr 30, 2021
d6e344d
Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu
JohnTitor Jun 21, 2021
7f1a4a2
Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitor
JohnTitor Jun 21, 2021
4463b08
Rollup merge of #86037 - soerenmeier:cursor_remaining, r=yaahc
JohnTitor Jun 21, 2021
7ee6b8b
Rollup merge of #86114 - JDuchniewicz:feat/panic-frame-fmt, r=yaahc
JohnTitor Jun 21, 2021
7dca2e2
Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-Simu…
JohnTitor Jun 21, 2021
83d9b1b
Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=…
JohnTitor Jun 21, 2021
8389cd3
Rollup merge of #86367 - m-ou-se:fix-abs-comment, r=scottmcm
JohnTitor Jun 21, 2021
4d73300
Rollup merge of #86381 - yerke:add-test-for-issue-39161, r=JohnTitor
JohnTitor Jun 21, 2021
d285235
Rollup merge of #86387 - JohnTitor:now-no-unused-lifetimes, r=Mark-Si…
JohnTitor Jun 21, 2021
fdb1daa
Rollup merge of #86398 - yerke:add-test-for-issue-54685, r=Mark-Simul…
JohnTitor Jun 21, 2021
4495ce7
Rollup merge of #86493 - Smittyvb:ctor-typeck-error, r=davidtwco
JohnTitor Jun 21, 2021
9224b6f
Remove unnecessary call to queries.crate_name()
jyn514 Jun 21, 2021
1c557da
Rename cratename -> crate_name
jyn514 Jun 21, 2021
ff0e046
Don't reallocate the crate name when running doctests
jyn514 Jun 21, 2021
cef3ab7
Print more crate details in -Zls
jsgf Jun 5, 2021
a26d99f
In --emit KIND=PATH options, only hash KIND
jsgf Jun 5, 2021
48921ce
Implement assert_non_crate_hash_different for tests
jsgf Jun 10, 2021
f1f7f2f
make -Zno-codegen TRACKED_NO_CRATE_HASH
jsgf Jun 9, 2021
99f652f
Only hash OutputTypes keys in non-crate-hash mode
Aaron1011 Jun 20, 2021
4514697
Add test showing different KIND parameters change hash
jsgf Jun 22, 2021
2c04f0b
Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitor
bors Jun 22, 2021
0aaefff
Account for more cases
fee1-dead Jun 22, 2021
c38111c
Auto merge of #86352 - yerke:add-test-for-issue-37508, r=Mark-Simulacrum
bors Jun 22, 2021
8ad63ba
Mark some edition tests as check-pass
inquisitivecrystal Jun 22, 2021
44f4a87
Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=ni…
bors Jun 22, 2021
20ea5fe
Change Debug unimplemented message per request
inquisitivecrystal Jun 22, 2021
311f578
add regression test for issue #52025
yerke Jun 22, 2021
3af9c91
Update browser-ui-test version
GuillaumeGomez Jun 22, 2021
5c9e10e
Add check to ensure that the line numbers are aligned with the source…
GuillaumeGomez Jun 22, 2021
52a6885
postpone stabilizaton by one release
eopb Jun 22, 2021
75ed342
Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc
bors Jun 22, 2021
dc591e1
Accept `!{}` and `![]` as macro disambiguators
LeSeulArtichaut Jun 21, 2021
f265997
Edition 2021 enables disjoint capture
arora-aman Jun 21, 2021
f387e8c
Add test for macro disambiguators
LeSeulArtichaut Jun 21, 2021
0cfaa27
Rollup merge of #86393 - yerke:add-test-for-issue-52025, r=JohnTitor
JohnTitor Jun 22, 2021
fd96d55
Rollup merge of #86402 - tspiteri:source-woff2, r=jsha
JohnTitor Jun 22, 2021
555fbd7
Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-s…
JohnTitor Jun 22, 2021
8af9339
Rollup merge of #86501 - jyn514:doctest-cleanup, r=CraftSpider
JohnTitor Jun 22, 2021
8ec4e7d
Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArti…
JohnTitor Jun 22, 2021
00a7d5c
Rollup merge of #86537 - inquisitivecrystal:mark-edition-tests-check-…
JohnTitor Jun 22, 2021
3487be1
Auto merge of #86545 - JohnTitor:rollup-7sqdhpa, r=JohnTitor
bors Jun 22, 2021
9db5c48
Add destructuring example of E0508
mbartlett21 Jun 22, 2021
80926fc
Auto merge of #86368 - michaelwoerister:lexing-ice, r=davidtwco
bors Jun 22, 2021
30793c1
Add documentation for various THIR structs
LeSeulArtichaut Jun 14, 2021
e0d7015
Add comments around code where ordering is important due for panic-sa…
the8472 Jun 21, 2021
b8be316
Auto merge of #86045 - jsgf:fix-emit-path-hashing, r=bjorn3
bors Jun 22, 2021
6a758ea
Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-…
bors Jun 22, 2021
ac604ac
Update books
ehuss Jun 22, 2021
af9e5d1
Rollup merge of #86223 - fee1-dead:better-E0121, r=petrochenkov
Dylan-DPC Jun 22, 2021
6023ac2
Rollup merge of #86521 - the8472:add-footgun-comments, r=RalfJung
Dylan-DPC Jun 22, 2021
f9ebf1e
Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514
Dylan-DPC Jun 22, 2021
f19aad8
Rollup merge of #86542 - GuillaumeGomez:line-numbers-aligned-with-con…
Dylan-DPC Jun 22, 2021
68485b4
Rollup merge of #86549 - mbartlett21:patch-1, r=GuillaumeGomez
Dylan-DPC Jun 22, 2021
bd04f4c
Rollup merge of #86557 - ehuss:update-books, r=ehuss
Dylan-DPC Jun 22, 2021
faa6461
Update cargo
ehuss Jun 22, 2021
e629381
chore(rustdoc): Remove unused impl block
notriddle Jun 22, 2021
574c9dd
Auto merge of #86559 - Dylan-DPC:rollup-aixg3q5, r=Dylan-DPC
bors Jun 22, 2021
093e246
Revert "List trait impls before methods from deref in the sidebar of …
jsha Jun 23, 2021
4d1b3a5
Use `use_verbose` for mir::Constant
fee1-dead Jun 23, 2021
6370567
Updated mir pretty print output
fee1-dead Jun 23, 2021
8cb207a
Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-t…
bors Jun 23, 2021
0bb6bc4
Teach rustc to accept lowercase error codes
inquisitivecrystal Jun 22, 2021
2ce052b
Auto merge of #86564 - jsha:revert-83826, r=jyn514
bors Jun 23, 2021
c4023c6
Fix search filter update
GuillaumeGomez Jun 22, 2021
b6f3cb9
Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, …
bors Jun 23, 2021
9fc77e2
Bump expat to 2.4.1
Mark-Simulacrum Jun 23, 2021
d296ea0
Add bstr to rustc-workspace-hack for rustfmt/cargo.
ehuss Jun 23, 2021
5a78340
Auto merge of #86573 - Mark-Simulacrum:expat-bump, r=pietroalbini
bors Jun 23, 2021
23e5ed1
Check if error code is used
GuillaumeGomez Jun 8, 2021
22a702d
Add check on constant to ensure it's up to date
GuillaumeGomez Jun 8, 2021
12b6d32
Remove unused error codes from error_codes.rs and from EXEMPTED_FROM_…
GuillaumeGomez Jun 8, 2021
20f1b1c
Greatly improve code
GuillaumeGomez Jun 23, 2021
f1e691d
Auto merge of #86138 - FabianWolff:issue-85871, r=nikomatsakis
bors Jun 23, 2021
0ab9d01
Handle windows paths as well
GuillaumeGomez Jun 23, 2021
55fd13b
Rollup merge of #86137 - GuillaumeGomez:error-code-cleanup, r=Mark-Si…
JohnTitor Jun 24, 2021
469329d
Rollup merge of #86296 - LeSeulArtichaut:thir-doc, r=nikomatsakis
JohnTitor Jun 24, 2021
0fa4f0b
Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnay
JohnTitor Jun 24, 2021
6b618c8
Rollup merge of #86533 - inquisitivecrystal:lower-case-error-explain,…
JohnTitor Jun 24, 2021
3998c03
Rollup merge of #86536 - sexxi-goose:edition, r=nikomatsakis
JohnTitor Jun 24, 2021
60dae7a
Rollup merge of #86560 - ehuss:update-cargo, r=ehuss
JohnTitor Jun 24, 2021
2322097
Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514
JohnTitor Jun 24, 2021
64c9712
Rollup merge of #86566 - fee1-dead:mir-pretty-print, r=oli-obk
JohnTitor Jun 24, 2021
964a81e
Auto merge of #86588 - JohnTitor:rollup-ibgjbkf, r=JohnTitor
bors Jun 24, 2021
a141d29
Do not panic in `return_type_impl_trait`
JohnTitor Jun 21, 2021
462c740
Rename function name in comments
JohnTitor Jun 24, 2021
9323a28
Prefer "allow list" structure to check a type
JohnTitor Jun 24, 2021
456a032
Auto merge of #86279 - JohnTitor:transparent-zero-size-fields, r=niko…
bors Jun 24, 2021
3f14f4b
Use `#[non_exhaustive]` where appropriate
jhpratt Jun 24, 2021
a3eb9e3
Add `BuildHasher::hash_of` as unstable
scottmcm Jun 8, 2021
63d2819
Add tracking issue and rename to hash_one
scottmcm Jun 9, 2021
579d19b
Use `hash_one` to simplify some other doctests
scottmcm Jun 24, 2021
16145a9
Test that `env_clear` works on Windows
ChrisDenton Jun 24, 2021
6020c79
Implement Desktop and Mobile version with gridlayout
dns2utf8 May 24, 2021
e2efcf1
Fixing the test rustdoc by ignoring `*[@id="module-item"]//following-…
dns2utf8 Jun 16, 2021
cc9ef7d
Hide Crate Version on narrow Screens
dns2utf8 Jun 16, 2021
94c84bd
Migrate from custom elements to divs with classes to be compatible wi…
dns2utf8 Jun 17, 2021
d95745e
Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726
bors Jun 24, 2021
cbeda5c
Auto merge of #86467 - ChrisDenton:win-env-clear, r=JohnTitor
bors Jun 24, 2021
7c3872e
Auto merge of #85651 - dns2utf8:rustdoc_flexbox, r=GuillaumeGomez
bors Jun 24, 2021
a8e6a2c
tidy: tests with --target need llvm components
nagisa Jun 13, 2021
493fe80
Re-Annotate the tests with needs-llvm-components
nagisa Jun 13, 2021
cfcb2b6
compiletest: ignore tests on a per-revision basis
nagisa Jun 13, 2021
06db210
Don't lint :pat when re-parsing a macro from another crate.
m-ou-se Jun 23, 2021
d4e7cb3
Auto merge of #86272 - nagisa:nagisa/tidy-llvm-components, r=Mark-Sim…
bors Jun 24, 2021
14ca894
chore(rustdoc): remove unused members of RenderType
notriddle Jun 24, 2021
079aa83
Auto merge of #86574 - m-ou-se:or-pattern-lint-fix, r=petrochenkov
bors Jun 25, 2021
50a9081
Auto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726
bors Jun 25, 2021
9a63434
Renamed test and added test for same crate
fee1-dead Jun 25, 2021
50e0cc5
Auto merge of #86151 - scottmcm:simple-hash-of, r=joshtriplett
bors Jun 25, 2021
fcf1848
Use https for sourceforge during CI
dns2utf8 Jun 23, 2021
10b83cd
Fetch expat from github because the project switched
dns2utf8 Jun 23, 2021
117799b
Auto merge of #86505 - JohnTitor:fix-86483, r=jackh726
bors Jun 25, 2021
4733f32
Auto merge of #86583 - dns2utf8:use_https, r=pietroalbini
bors Jun 25, 2021
23176f6
Change how edition based future compatibility warnings are handled
rylev Jun 15, 2021
7b3940f
Address PR feedback
rylev Jun 16, 2021
5ef071e
Add back missing doc
rylev Jun 17, 2021
15eae85
Fix new lints
rylev Jun 23, 2021
ef08c6b
Fix new broken tests
rylev Jun 24, 2021
51f223e
Fix clippy test
rylev Jun 25, 2021
98ae57d
Update compiler-builtins
Jun 25, 2021
f726dbe
Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, …
bors Jun 25, 2021
e01a720
Rollup merge of #86330 - rylev:update-fcw-handling, r=nikomatsakis
JohnTitor Jun 25, 2021
6be1732
Rollup merge of #86513 - fee1-dead:cross-crate-doc-hidden, r=danielhe…
JohnTitor Jun 25, 2021
9e46499
Rollup merge of #86592 - jhpratt:non_exhaustive, r=JohnTitor
JohnTitor Jun 25, 2021
daa87ad
Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514
JohnTitor Jun 25, 2021
b238e6f
Rollup merge of #86624 - jethrogb:update-compiler_builtins, r=Amanieu
JohnTitor Jun 25, 2021
0d7f236
Auto merge of #86627 - JohnTitor:rollup-ey29pc1, r=JohnTitor
bors Jun 25, 2021
0d917a6
Add debug info tests for range, fix-sized array, and cell types.
nanguye Mar 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ along with any information you feel relevant to replicating the bug.

If you cannot produce a minimal reproduction case (something that would work in
isolation), please provide the steps or even link to a repository that causes
the problematic output to occur.
the problematic output to occur.
-->

Given the following code: <!-- Please provide a link to play.rust-lang.org -->
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/library_tracking_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Library Tracking Issue
about: A tracking issue for an unstable library feature.
title: Tracking Issue for XXX
labels: C-tracking-issue, T-libs
labels: C-tracking-issue, T-libs-api
---
<!--
Thank you for creating a tracking issue!
Expand Down Expand Up @@ -60,7 +60,7 @@ unresolved questions left, the feature might be ready for stabilization.
If this feature didn't go through the RFC process, a final commenting period
(FCP) is always needed before stabilization. This works as follows:
A library team member can kick off the stabilization process, at which point
A library API team member can kick off the stabilization process, at which point
the rfcbot will ask all the team members to verify they agree with
stabilization. Once enough members agree and there are no concerns, the final
commenting period begins: this issue will be marked as such and will be listed
Expand Down
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ lcnr <bastian_kauschke@hotmail.de>
Lee Jeffery <leejeffery@gmail.com> Lee Jeffery <lee@leejeffery.co.uk>
Lee Wondong <wdlee91@gmail.com>
Lennart Kudling <github@kudling.de>
Léo Lanteri Thauvin <leseulartichaut@gmail.com>
Léo Lanteri Thauvin <leseulartichaut@gmail.com> <38361244+LeSeulArtichaut@users.noreply.github.com>
Léo Testard <leo.testard@gmail.com>
Lindsey Kuper <lindsey@composition.al> <lindsey@rockstargirl.org>
Lindsey Kuper <lindsey@composition.al> <lkuper@mozilla.com>
Expand Down
66 changes: 54 additions & 12 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ dependencies = [
"libc",
"merge",
"num_cpus",
"opener",
"once_cell",
"opener 0.5.0",
"pretty_assertions",
"serde",
"serde_json",
Expand All @@ -194,7 +195,9 @@ version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]

[[package]]
Expand Down Expand Up @@ -252,7 +255,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"

[[package]]
name = "cargo"
version = "0.55.0"
version = "0.56.0"
dependencies = [
"anyhow",
"atty",
Expand Down Expand Up @@ -287,11 +290,10 @@ dependencies = [
"log",
"memchr",
"num_cpus",
"opener",
"opener 0.5.0",
"openssl",
"percent-encoding 2.1.0",
"pretty_env_logger",
"rand 0.8.3",
"rustc-workspace-hack",
"rustfix 0.6.0",
"semver 1.0.3",
Expand Down Expand Up @@ -374,10 +376,12 @@ dependencies = [
"flate2",
"git2",
"glob",
"itertools 0.10.0",
"lazy_static",
"remove_dir_all",
"serde_json",
"tar",
"termcolor",
"toml",
"url 2.2.2",
]
Expand Down Expand Up @@ -574,7 +578,7 @@ dependencies = [
"bytecount",
"clap",
"itertools 0.9.0",
"opener",
"opener 0.4.1",
"regex",
"shell-escape",
"walkdir",
Expand Down Expand Up @@ -652,9 +656,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.45"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "787187ae221adfcda34b03006f1617099e4ae26b50e5a4db282496014ab75837"
checksum = "d69484e04eab372f5f345920e3a8c7a06e7dcbb75c0944eccdc3e3160aeee3c7"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand All @@ -672,7 +676,7 @@ dependencies = [
"libc",
"miow 0.3.6",
"regex",
"rustfix 0.5.1",
"rustfix 0.6.0",
"serde",
"serde_json",
"tracing",
Expand Down Expand Up @@ -1482,6 +1486,17 @@ dependencies = [
"regex",
]

[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
"bitflags",
"ignore",
"walkdir",
]

[[package]]
name = "gsgdt"
version = "0.1.2"
Expand Down Expand Up @@ -2406,6 +2421,16 @@ dependencies = [
"winapi 0.3.9",
]

[[package]]
name = "opener"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952"
dependencies = [
"bstr",
"winapi 0.3.9",
]

[[package]]
name = "openssl"
version = "0.10.33"
Expand Down Expand Up @@ -3546,6 +3571,7 @@ dependencies = [
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
"bstr",
"byteorder",
"crossbeam-utils 0.8.3",
"libc",
Expand Down Expand Up @@ -4518,6 +4544,7 @@ dependencies = [
"serde_json",
"smallvec",
"tempfile",
"tera",
"tracing",
"tracing-subscriber",
"tracing-tree",
Expand Down Expand Up @@ -4609,9 +4636,9 @@ dependencies = [

[[package]]
name = "rustversion"
version = "1.0.4"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"

[[package]]
name = "ryu"
Expand Down Expand Up @@ -5099,6 +5126,21 @@ dependencies = [
"utf-8",
]

[[package]]
name = "tera"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81060acb882480c8793782eb96bc86f5c83d2fc7175ad46c375c6956ef7afa62"
dependencies = [
"globwalk",
"lazy_static",
"pest",
"pest_derive",
"regex",
"serde",
"serde_json",
]

[[package]]
name = "term"
version = "0.0.0"
Expand Down Expand Up @@ -5130,9 +5172,9 @@ dependencies = [

[[package]]
name = "termcolor"
version = "1.1.0"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Read ["Installation"] from [The Book].
The Rust build system uses a Python script called `x.py` to build the compiler,
which manages the bootstrapping process. It lives in the root of the project.

The `x.py` command can be run directly on most systems in the following format:
The `x.py` command can be run directly on most systems in the following format:

```sh
./x.py <subcommand> [flags]
Expand Down
Loading