Skip to content

Commit ac8c3bf

Browse files
committedJul 8, 2021
Auto merge of #86966 - JohnTitor:rollup-uiqj2vc, r=JohnTitor
Rollup of 9 pull requests Successful merges: - #86639 (Support lint tool names in rustc command line options) - #86812 (Recover from `&dyn mut ...` parse errors) - #86917 (Add doc comment for `impl From<LayoutError> for TryReserveError`) - #86925 (Add self to mailmap) - #86927 (Sync rustc_codegen_cranelift) - #86932 (Fix ICE when misplaced visibility cannot be properly parsed) - #86933 (Clean up rustdoc static files) - #86955 (Fix typo in `ops::Drop` docs) - #86956 (Revert "Add "every" as a doc alias for "all".") Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
·
1.88.01.55.0
2 parents d2b04f0 + 01474ad commit ac8c3bf

File tree

120 files changed

+1521
-531
lines changed

Some content is hidden

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

120 files changed

+1521
-531
lines changed
 

‎.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Heather <heather@cynede.net> <Cynede@Gentoo.org>
114114
Heather <heather@cynede.net> <Heather@cynede.net>
115115
Herman J. Radtke III <herman@hermanradtke.com> Herman J. Radtke III <hermanradtke@gmail.com>
116116
Ilyong Cho <ilyoan@gmail.com>
117+
inquisitivecrystal <22333129+inquisitivecrystal@users.noreply.github.com>
117118
Ivan Ivaschenko <defuz.net@gmail.com>
118119
J. J. Weber <jjweber@gmail.com>
119120
Jakub Adam Wieczorek <jakub.adam.wieczorek@gmail.com> <jakub.bukaj@yahoo.com>

‎compiler/rustc_codegen_cranelift/.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ task:
1414
- . $HOME/.cargo/env
1515
- git config --global user.email "user@example.com"
1616
- git config --global user.name "User"
17-
- ./prepare.sh
17+
- ./y.rs prepare
1818
test_script:
1919
- . $HOME/.cargo/env
2020
- # Enable backtraces for easier debugging

0 commit comments

Comments
 (0)
Please sign in to comment.