Skip to content

Commit 0a528b1

Browse files
authored
Merge branch 'master' into patch-2
2 parents 30b5223 + 6d651a2 commit 0a528b1

File tree

2,627 files changed

+58005
-30981
lines changed

Some content is hidden

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

2,627 files changed

+58005
-30981
lines changed

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ a06baa56b95674fc626b3c3fd680d6a65357fe60
44
95e00bfed801e264e9c4ac817004153ca0f19eb6
55
# reformat with new rustfmt
66
971c549ca334b7b7406e61e958efcca9c4152822
7+
# refactor infcx building
8+
283abbf0e7d20176f76006825b5c52e9a4234e4c

.mailmap

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Hsiang-Cheng Yang <rick68@users.noreply.github.com>
217217
Ian Jackson <ijackson@chiark.greenend.org.uk> <ian.jackson@citrix.com>
218218
Ian Jackson <ijackson@chiark.greenend.org.uk> <ijackson+github@slimy.greenend.org.uk>
219219
Ian Jackson <ijackson@chiark.greenend.org.uk> <iwj@xenproject.org>
220-
Ibraheem Ahmed <ibrah1440@gmail.com>
220+
Ibraheem Ahmed <ibraheem@ibraheem.ca> <ibrah1440@gmail.com>
221221
Ilyong Cho <ilyoan@gmail.com>
222222
inquisitivecrystal <22333129+inquisitivecrystal@users.noreply.github.com>
223223
Irina Popa <irinagpopa@gmail.com>

.reuse/dep5

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ Files: *
66
Copyright: The Rust Project Developers (see https://thanks.rust-lang.org)
77
License: MIT or Apache-2.0
88

9-
Files: library/std/src/sync/mpsc/mpsc_queue.rs
10-
library/std/src/sync/mpsc/spsc_queue.rs
11-
Copyright: 2010-2011 Dmitry Vyukov
12-
License: BSD-2-Clause
13-
149
Files: src/librustdoc/html/static/fonts/FiraSans*
1510
Copyright: 2014, Mozilla Foundation, 2014, Telefonica S.A.
1611
License: OFL-1.1

COPYRIGHT

+50
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,53 @@ their own copyright notices and license terms:
339339
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
340340
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
341341
OF SUCH DAMAGE.
342+
343+
* Portions of internationalization code use code or data from Unicode, which
344+
carry the following license:
345+
346+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
347+
348+
See Terms of Use <https://www.unicode.org/copyright.html>
349+
for definitions of Unicode Inc.’s Data Files and Software.
350+
351+
NOTICE TO USER: Carefully read the following legal agreement.
352+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
353+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
354+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
355+
TERMS AND CONDITIONS OF THIS AGREEMENT.
356+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
357+
THE DATA FILES OR SOFTWARE.
358+
359+
COPYRIGHT AND PERMISSION NOTICE
360+
361+
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
362+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
363+
364+
Permission is hereby granted, free of charge, to any person obtaining
365+
a copy of the Unicode data files and any associated documentation
366+
(the "Data Files") or Unicode software and any associated documentation
367+
(the "Software") to deal in the Data Files or Software
368+
without restriction, including without limitation the rights to use,
369+
copy, modify, merge, publish, distribute, and/or sell copies of
370+
the Data Files or Software, and to permit persons to whom the Data Files
371+
or Software are furnished to do so, provided that either
372+
(a) this copyright and permission notice appear with all copies
373+
of the Data Files or Software, or
374+
(b) this copyright and permission notice appear in associated
375+
Documentation.
376+
377+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
378+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
379+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
380+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
381+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
382+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
383+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
384+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
385+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
386+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
387+
388+
Except as contained in this notice, the name of a copyright holder
389+
shall not be used in advertising or otherwise to promote the sale,
390+
use or other dealings in these Data Files or Software without prior
391+
written authorization of the copyright holder.

0 commit comments

Comments
 (0)