Skip to content

Commit 27a046e

Browse files
committed
Auto merge of #48322 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 6 pull requests - Successful merges: #48194, #48273, #48274, #48275, #48282, #48312 - Failed merges:
2 parents 1ad094d + cc20de3 commit 27a046e

File tree

96 files changed

+243
-1471
lines changed

Some content is hidden

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

96 files changed

+243
-1471
lines changed

.gitmodules

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
path = src/llvm
33
url = https://github.com/rust-lang/llvm.git
44
branch = master
5-
[submodule "src/rt/hoedown"]
6-
path = src/rt/hoedown
7-
url = https://github.com/rust-lang/hoedown.git
8-
branch = rust-2015-09-21-do-not-delete
95
[submodule "src/jemalloc"]
106
path = src/jemalloc
117
url = https://github.com/rust-lang/jemalloc.git

COPYRIGHT

-22
Original file line numberDiff line numberDiff line change
@@ -192,28 +192,6 @@ their own copyright notices and license terms:
192192
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
193193
OF SUCH DAMAGE.
194194

195-
* Hoedown, the markdown parser, under src/rt/hoedown, is
196-
licensed as follows.
197-
198-
Copyright (c) 2008, Natacha Porté
199-
Copyright (c) 2011, Vicent Martí
200-
Copyright (c) 2013, Devin Torres and the Hoedown authors
201-
202-
Permission to use, copy, modify, and distribute this
203-
software for any purpose with or without fee is hereby
204-
granted, provided that the above copyright notice and
205-
this permission notice appear in all copies.
206-
207-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR
208-
DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
209-
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
210-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
211-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR
212-
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
213-
OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
214-
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
215-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
216-
217195
* libbacktrace, under src/libbacktrace:
218196

219197
Copyright (C) 2012-2014 Free Software Foundation, Inc.

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Libraries
2929
- [Copied `AsciiExt` methods onto `char`][46077]
3030
- [Remove `T: Sized` requirement on `ptr::is_null()`][46094]
3131
- [impl `From<RecvError>` for `{TryRecvError, RecvTimeoutError}`][45506]
32-
- [Optimised `f32::{min, max}` to generate more efficent x86 assembly][47080]
32+
- [Optimised `f32::{min, max}` to generate more efficient x86 assembly][47080]
3333
- [`[u8]::contains` now uses memchr which provides a 3x speed improvement][46713]
3434

3535
Stabilized APIs

config.toml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
# default.
152152
#extended = false
153153

154-
# Installs choosen set of extended tools if enables. By default builds all.
155-
# If choosen tool failed to build the installation fails.
154+
# Installs chosen set of extended tools if enables. By default builds all.
155+
# If chosen tool failed to build the installation fails.
156156
#tools = ["cargo", "rls", "rustfmt", "analysis", "src"]
157157

158158
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose

0 commit comments

Comments
 (0)