Skip to content

Rollup of 13 pull requests #39638

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

Merged
merged 43 commits into from
Feb 8, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
108293d
Added Default impl to PathBuf
Jan 1, 2017
87dcbca
add From<[u8; n]> impls for IpAddr
seanmonstar Jan 28, 2017
1747ce2
Add support for test suites emulated in QEMU
alexcrichton Jan 28, 2017
6d9f359
Add i686-unknown-netbsdelf target
jakllsch Jan 23, 2017
cd603e4
add From<(I, u16)> for SocketAddr where I: Into<IpAddr>
seanmonstar Jan 28, 2017
897029d
Update grammar struct field init shorthand
Jan 16, 2017
3388855
Add explain struct field init shorthand
Jan 16, 2017
a7b65f1
Add doc field init shorthand
Jan 16, 2017
c4cd4e1
Wrap 80 columns
phungleson Feb 2, 2017
5c9fdd1
doc comment rewording
king6cong Feb 3, 2017
4ddb56b
Simplify wording & fix test src/doc
phungleson Feb 3, 2017
8579218
Improve error message for uninferrable types #38812
cengiz-io Jan 24, 2017
89ae2ca
Remove extra newlines from expectation files
cengiz-io Jan 24, 2017
7aff6ad
Remove extra note and revert name in message
cengiz-io Jan 25, 2017
3fa28cb
Add a new ui test and update existing ones
cengiz-io Feb 2, 2017
380ba6d
go back to use //
king6cong Feb 6, 2017
78f542b
Rename i686-unknown-netbsdelf target to i686-unknown-netbsd
jakllsch Feb 6, 2017
9ab8090
Delete the `mk` folder
alexcrichton Jan 23, 2017
9b0e6af
Delete swaths of the configure script
alexcrichton Jan 23, 2017
ce4abc3
Delete Travis/AppVeyor makefile builders
alexcrichton Jan 23, 2017
77c3bfa
std: Remove cfg(cargobuild) annotations
alexcrichton Jan 23, 2017
ffd3070
Clean our src/etc of old files
alexcrichton Jan 23, 2017
9ad13c8
rustbuild: Fix a few locations with makefiles gone
alexcrichton Jan 27, 2017
c8e0d04
compiletest: Add caching of test results
alexcrichton Feb 1, 2017
acd84c2
Re-write the doc index page
steveklabnik Feb 6, 2017
b74e668
Change deprecation warning to indicate custom derive support was remo…
JordiPolo Feb 4, 2017
ffea076
add missing comma
gheoan Feb 7, 2017
78dd2ec
review nits
steveklabnik Feb 7, 2017
d037808
Add missing urls for current_dir
GuillaumeGomez Feb 7, 2017
620074d
reference: clarify #[cfg] section
durka Jan 28, 2017
4cde461
Rollup merge of #38764 - Aaronepower:master, r=aturon
frewsxcv Feb 8, 2017
1997791
Rollup merge of #39361 - cengizIO:master, r=arielb1
frewsxcv Feb 8, 2017
1d67bb9
Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton
frewsxcv Feb 8, 2017
4c29a19
Rollup merge of #39374 - durka:patch-34, r=steveklabnik
frewsxcv Feb 8, 2017
370b63f
Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson
frewsxcv Feb 8, 2017
3d8fa5a
Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichton
frewsxcv Feb 8, 2017
6fb57bf
Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson
frewsxcv Feb 8, 2017
d1f8c44
Rollup merge of #39459 - phungleson:fix-short-hand-struct-doc, r=stev…
frewsxcv Feb 8, 2017
4c5b868
Rollup merge of #39482 - king6cong:master, r=frewsxcv
frewsxcv Feb 8, 2017
1531071
Rollup merge of #39545 - JordiPolo:fix/1_15_released, r=jseyfried
frewsxcv Feb 8, 2017
83595fa
Rollup merge of #39593 - steveklabnik:bookshelf-landing-page, r=frewsxcv
frewsxcv Feb 8, 2017
68872a8
Rollup merge of #39620 - Gheoan:patch-1, r=steveklabnik
frewsxcv Feb 8, 2017
0a815ac
Rollup merge of #39621 - GuillaumeGomez:current_dir_docs, r=steveklabnik
frewsxcv Feb 8, 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
Prev Previous commit
Next Next commit
Clean our src/etc of old files
Some of these have long since expired, some are no longer in use now that we've
jettisoned the makefiles, but none of them should be needed any more.
  • Loading branch information
alexcrichton committed Feb 6, 2017
commit ffd3070cc9ea6d845865f11d70c220da40720d7e
27 changes: 0 additions & 27 deletions src/etc/Dockerfile

This file was deleted.

75 changes: 0 additions & 75 deletions src/etc/apple-darwin.supp

This file was deleted.

58 changes: 0 additions & 58 deletions src/etc/check-sanitycheck.py

This file was deleted.

57 changes: 0 additions & 57 deletions src/etc/check-summary.py

This file was deleted.

46 changes: 0 additions & 46 deletions src/etc/get-stage0.py

This file was deleted.

79 changes: 0 additions & 79 deletions src/etc/local_stage0.sh

This file was deleted.

Loading