Skip to content

bootstrap: add openssl configuration mapping for i686-unknown-netbsd #44199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
7054fe3
Lambda expressions honor no struct literal restriction
matklad Jul 23, 2017
ce322ee
rustc: Fix proc_macro expansions on trait methods
alexcrichton Aug 25, 2017
0c3c43c
Remove Splice struct return value from String::splice
mattico Aug 22, 2017
8be132e
Initial diagnostic API for proc-macros.
SergioBenitez Aug 28, 2017
e5b123c
Update the libc submodule
alexcrichton Jul 17, 2017
27c4ff6
rustc: Remove `specailization_cache` in favor of a query
alexcrichton Aug 29, 2017
b9b6549
API docs: macros. Part of #29329 Standard Library Documentation Chec…
AndyGauge Aug 29, 2017
84c5441
fix test failures in documentation change
AndyGauge Aug 29, 2017
32d35e6
rustc: Make the `trait_map` of TyCtxt private
alexcrichton Aug 29, 2017
80d513a
broken links resolved
AndyGauge Aug 29, 2017
6f7594d
Fix link in unstable book entry for Generators
mattico Aug 30, 2017
942c8dc
rustc: Make the `export_map` of TyCtxt private
alexcrichton Aug 29, 2017
274543b
Add warnings when rustdoc html rendering differs
GuillaumeGomez May 14, 2017
e1367ef
Update unstable-crate test
GuillaumeGomez Jun 14, 2017
33d99e5
Set python binary name to python 2.7
GuillaumeGomez Jul 14, 2017
f2774b7
Print warning whatever the rendering mode
GuillaumeGomez Jul 31, 2017
bba7fd9
Temporary fix for a test (will require another update when this is fu…
GuillaumeGomez Aug 27, 2017
9b26f3a
Remove some false positive issues
GuillaumeGomez Aug 27, 2017
581dc93
Rollup merge of #44044 - mattico:string-splice-return, r=dtolnay
alexcrichton Aug 30, 2017
63cc2dd
Rollup merge of #44089 - alexcrichton:trait-proc-macro, r=nrc
alexcrichton Aug 30, 2017
bc6981b
Rollup merge of #44116 - alexcrichton:update-libc, r=Mark-Simulacrum
alexcrichton Aug 30, 2017
fd4f362
Rollup merge of #44125 - SergioBenitez:master, r=nrc
alexcrichton Aug 30, 2017
76e3221
Add license exceptions
GuillaumeGomez Aug 30, 2017
8962393
Rollup merge of #44157 - alexcrichton:no-specializes-cache, r=eddyb
alexcrichton Aug 30, 2017
c0812c8
Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnik
alexcrichton Aug 30, 2017
16bbff0
Rollup merge of #44172 - mattico:patch-2, r=frewsxcv
alexcrichton Aug 30, 2017
5c279a4
Merge branch 'hide-trait-map' into rollup
alexcrichton Aug 30, 2017
bde0071
Fix invalid display of enum sub-fields docs
GuillaumeGomez Aug 30, 2017
0c2a9d6
bootstrap: add openssl configuration mapping for i686-unknown-netbsd
jakllsch Aug 30, 2017
41d3e83
rustc: Fix reachability with cross-crate generators
alexcrichton Aug 31, 2017
b9fea42
Update libc to fix sparc compiles
alexcrichton Aug 31, 2017
890c87b
Auto merge of #44186 - alexcrichton:rollup, r=alexcrichton
bors Aug 31, 2017
35f8a20
rustbuild: update the rust-src filter for compiler-rt
cuviper Aug 31, 2017
396fc11
Fix typo in doc `ToSocketAddrs` example.
frewsxcv Aug 31, 2017
da30284
add `fn` to syntax of rustc::ty::maps::define_maps
durka Aug 31, 2017
b501d00
downgrade libgit2
GuillaumeGomez Aug 31, 2017
97b01ab
Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrc
bors Aug 31, 2017
0a716fd
Expand docs of multi-address behavior of some UDP/TCP APIs.
frewsxcv Aug 31, 2017
9988e79
Implement From<&str> for Symbol.
eddyb Aug 31, 2017
945ba85
Fix typo in 1.20.0 release notes
Phlosioneer Aug 31, 2017
f575185
Fix release note on associated constants
Aug 31, 2017
69dbe66
Auto merge of #43425 - matklad:lambda-restrictions, r=eddyb
bors Aug 31, 2017
fd5a945
Rollup merge of #44192 - GuillaumeGomez:sub-fields-style, r=QuietMisd…
Mark-Simulacrum Sep 1, 2017
5f00b10
Rollup merge of #44199 - jakllsch:jakllsch-abcc6c4a-0caf-4d30-b336-39…
Mark-Simulacrum Sep 1, 2017
f3b7197
Rollup merge of #44202 - alexcrichton:xcrate-generators, r=arielb1
Mark-Simulacrum Sep 1, 2017
b66823f
Rollup merge of #44203 - cuviper:compiler-rt-test, r=Mark-Simulacrum
Mark-Simulacrum Sep 1, 2017
471f989
Rollup merge of #44205 - frewsxcv:frewsxcv-addr-doc-fix, r=QuietMisdr…
Mark-Simulacrum Sep 1, 2017
4b2d568
Rollup merge of #44207 - durka:define-maps-fn, r=eddyb
Mark-Simulacrum Sep 1, 2017
3cd4ea3
Rollup merge of #44209 - frewsxcv:frewsxcv-addr-other-scenarios, r=al…
Mark-Simulacrum Sep 1, 2017
9c4bdd3
Rollup merge of #44223 - eddyb:symbol-from-str, r=jseyfried
Mark-Simulacrum Sep 1, 2017
88ee66d
Rollup merge of #44230 - Phlosioneer:patch-1, r=sfackler
Mark-Simulacrum Sep 1, 2017
81fc0e1
Rollup merge of #44231 - lukaramu:patch-1, r=alexcrichton
Mark-Simulacrum Sep 1, 2017
45d31e7
Auto merge of #44233 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors Sep 1, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version 1.20.0 (2017-08-31)

Language
--------
- [Associated constants in traits is now stabilised.][42809]
- [Associated constants are now stabilised.][42809]
- [A lot of macro bugs are now fixed.][42913]

Compiler
Expand Down Expand Up @@ -77,7 +77,7 @@ Stabilized APIs
- [`slice::sort_unstable_by_key`]
- [`slice::sort_unstable_by`]
- [`slice::sort_unstable`]
- [`ste::from_boxed_utf8_unchecked`]
- [`str::from_boxed_utf8_unchecked`]
- [`str::as_bytes_mut`]
- [`str::as_bytes_mut`]
- [`str::from_utf8_mut`]
Expand Down
Loading