Skip to content

Commit d6b7c96

Browse files
committed
Populate tree.
1 parent c01efc6 commit d6b7c96

File tree

248 files changed

+52692
-185
lines changed

Some content is hidden

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

248 files changed

+52692
-185
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*~
2+
*.x86
3+
*.llvm
24
*.out
35
*.exe
46
*.orig

Diff for: AUTHORS.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
Rust authors:
1+
Initial author, project lead, target of blame:
22

33
Graydon Hoare <graydon@mozilla.com>
4+
5+
Other authors:
6+
47
Andreas Gal <gal@mozilla.com>
8+
Brendan Eich <brendan@mozilla.org>
59
Dave Herman <dherman@mozilla.com>
10+
Michael Bebenita <mbebenita@mozilla.com>
611
Patrick Walton <pwalton@mozilla.com>
7-
Brendan Eich <brendan@mozilla.com>
12+
Roy Frostig <rfrostig@mozilla.com>

Diff for: LICENSE.txt

+17-15
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ The following third party packages are included:
5353
All rights reserved.
5454

5555
Redistribution and use in source and binary forms, with or without
56-
modification, are permitted provided that the following conditions are met:
56+
modification, are permitted provided that the following conditions are
57+
met:
5758

5859
* Redistributions of source code must retain the above copyright
5960
notice, this list of conditions and the following disclaimer.
@@ -71,9 +72,10 @@ The following third party packages are included:
7172
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7273

7374

74-
* Two header files that are part of the Valgrind package. These files are found
75-
at src/rt/valgrind.h and src/rt/memcheck.h, within this distribution. These
76-
files are redistributed under the following terms, as noted in them:
75+
* Two header files that are part of the Valgrind package. These files are
76+
found at src/rt/valgrind.h and src/rt/memcheck.h, within this
77+
distribution. These files are redistributed under the following terms, as
78+
noted in them:
7779

7880
for src/rt/valgrind.h:
7981

@@ -158,20 +160,20 @@ well as the collective work itslf, is distributed under the following terms:
158160
Copyright (c) 2006-2010 Graydon Hoare
159161
Copyright (c) 2009-2010 Mozilla Foundation
160162

161-
Permission is hereby granted, free of charge, to any person obtaining a copy
162-
of this software and associated documentation files (the "Software"), to deal
163-
in the Software without restriction, including without limitation the rights
164-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
165-
copies of the Software, and to permit persons to whom the Software is
166-
furnished to do so, subject to the following conditions:
163+
Permission is hereby granted, free of charge, to any person obtaining a
164+
copy of this software and associated documentation files (the "Software"),
165+
to deal in the Software without restriction, including without limitation
166+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
167+
and/or sell copies of the Software, and to permit persons to whom the
168+
Software is furnished to do so, subject to the following conditions:
167169

168170
The above copyright notice and this permission notice shall be included in
169171
all copies or substantial portions of the Software.
170172

171173
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
172174
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
174-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
175-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
176-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
177-
THE SOFTWARE.
175+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
176+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
177+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
178+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
179+
DEALINGS IN THE SOFTWARE.

Diff for: doc/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ all: rust.pdf rust.html
55
texi2pdf $<
66

77
%.html: %.texi
8-
makeinfo --html --force --no-split --output=$@ $<
8+
makeinfo --html --ifhtml --force --no-split --output=$@ $<
99

1010
clean:
11-
rm -f rust.aux rust.cp rust.fn rust.ky rust.log rust.pdf rust.html rust.pg rust.toc rust.tp rust.vr
11+
rm -f rust.aux rust.cp rust.fn rust.ky rust.log rust.pdf \
12+
rust.html rust.pg rust.toc rust.tp rust.vr

0 commit comments

Comments
 (0)