Skip to content

Add support for PowerPC64 on FreeBSD #57605

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
wants to merge 1,560 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1560 commits
Select commit Hold shift + click to select a range
ddff2ed
Remove unnecessary adapter
sinkuu Jan 6, 2019
f671242
Derive Clone for ArgumentV1
sinkuu Jan 6, 2019
af2c159
Auto merge of #57287 - alexcrichton:fix-jemalloc, r=nikomatsakis
bors Jan 6, 2019
1e903c3
Update libc to 0.2.46
glaubitz Jan 6, 2019
e628196
Auto merge of #57291 - euclio:method-call-suggestion, r=estebank
bors Jan 6, 2019
1c4823e
flock: Use fcntl constants directly from libc crate on Unix targets
glaubitz Jan 6, 2019
10a00e1
Make sure feature gate errors are recoverable (take 2)
petrochenkov Jan 2, 2019
3751177
Fix CI failures
petrochenkov Jan 6, 2019
7f7a2e9
Add duration constants
Jan 6, 2019
72ec5aa
Re-export constants from core into std
Jan 6, 2019
6b2c311
Auto merge of #57121 - glaubitz:flock-fixes, r=nagisa
bors Jan 6, 2019
b92552d
Auto merge of #57272 - petrochenkov:featrecov, r=estebank
bors Jan 6, 2019
3033304
Update compiler_builtins 0.1.2 -> 0.1.4
akash-fortanix Jan 4, 2019
47e294e
check missing docs for reexported macros as well
GuillaumeGomez Dec 1, 2018
1f64f60
tests: Do not use `-Z parse-only`, continue compilation to test recovery
petrochenkov Jan 6, 2019
3dfe36d
use `Ident` in `ItemFn`
euclio Jan 3, 2019
d39dddf
Auto merge of #57344 - petrochenkov:regreach, r=arielb1
bors Jan 6, 2019
789a15a
Auto merge of #57379 - petrochenkov:parsrecov, r=estebank
bors Jan 7, 2019
a651777
Auto merge of #57365 - sinkuu:unused, r=oli-obk
bors Jan 7, 2019
2a9ad77
slightly optimize compiletest test collection
euclio Jan 7, 2019
0194bed
Auto merge of #57394 - euclio:compiletest-optimization, r=Mark-Simula…
bors Jan 7, 2019
474a3a9
Auto merge of #57327 - akash-fortanix:aa/update-compiler_builtins, r=…
bors Jan 7, 2019
8c902b6
Specify the tracking issue
Jan 7, 2019
6e742db
Optimise floating point `is_finite` (2x) and `is_infinite` (1.6x).
huonw Jan 5, 2019
1f7c44c
Auto merge of #57336 - ehuss:bump-stage0, r=alexcrichton
bors Jan 7, 2019
239ac2b
Source Serif Pro regular and bold 2.007, and italic 1.007
tspiteri Jan 7, 2019
aa257ec
Replace Heuristica with Source Serif Pro italic in rustdoc.css
tspiteri Jan 7, 2019
d2ac094
Update static files code for updated Source Serif Pro font
tspiteri Jan 7, 2019
21ac19d
Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakis
bors Jan 7, 2019
7316490
Make extern ref HTTPS
Jan 7, 2019
c89b07a
Rollup merge of #57290 - mark-i-m:remove-outdated-comment, r=michaelw…
pietroalbini Jan 7, 2019
e319f12
Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoerister
pietroalbini Jan 7, 2019
14fb35f
Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavus
pietroalbini Jan 7, 2019
5cfc845
Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton
pietroalbini Jan 7, 2019
bc38143
Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplett
pietroalbini Jan 7, 2019
6031f13
Rollup merge of #57403 - claudijd:tweak_code_of_conduct, r=alexcrichton
pietroalbini Jan 7, 2019
255a3f3
std: Force `Instant::now()` to be monotonic
alexcrichton Dec 19, 2018
59e70f2
Auto merge of #57405 - pietroalbini:rollup, r=pietroalbini
bors Jan 7, 2019
dac6eec
semi-revert libsyntax doctest parsing if a macro is wrapping main
QuietMisdreavus Dec 20, 2018
6a790d3
Improve the wording
JohnTitor Jan 7, 2019
66fe06b
Fix and optimize query profiling
Zoxc Dec 24, 2018
23c742c
Rename some functions
Zoxc Jan 7, 2019
c09d4e7
submodules: update clippy from 39bd8449 to c63b6349
matthiaskrgr Jan 5, 2019
495fc5e
submodules: update rls from 6f5e4bb to 1a6361b
matthiaskrgr Jan 5, 2019
c5101b6
Revert "Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton"
matthiaskrgr Jan 6, 2019
1ef99f1
stabilise cfg_attr
Dylan-DPC Jan 4, 2019
c075e24
Codegen: run the collector only once
lqd Jan 7, 2019
64a17a0
remove unused imports and feature gate from tests
Dylan-DPC Jan 4, 2019
6ddd2cd
remove unwanted stage0 line, fix style
Dylan-DPC Jan 4, 2019
13f8ad8
bless you
Dylan-DPC Jan 6, 2019
8e2063d
Auto merge of #57303 - matthiaskrgr:clippy_submodule_upd, r=oli-obk
bors Jan 7, 2019
68e98a2
Reborrow Pin<P> using &mut in `Pin::set`
cramertj Jan 7, 2019
eed163e
save-analysis: use a fallback when access levels couldn't be computed
Xanewok Jan 7, 2019
9d54812
Auto merge of #57095 - Zoxc:prof-fix, r=michaelwoerister
bors Jan 8, 2019
d585553
Build LLVM with -static-libstdc++ on dist builds
alexcrichton Jan 7, 2019
e80a930
Make `TokenStream` less recursive.
nnethercote Dec 19, 2018
68b8b43
Add link destination for `read-ownership`
ecstatic-morse Jan 8, 2019
8780ebf
Remove `CrateNum::Invalid`.
nnethercote Jan 8, 2019
7ad470c
Auto merge of #57332 - Dylan-DPC:feature/stabilise-cfg-attr, r=Centril
bors Jan 8, 2019
14e662d
Manually push a stack frame where no valid frame is needed
oli-obk Jan 8, 2019
cea282b
Make `mk_eval_cx` private to const eval
oli-obk Jan 8, 2019
2f19f8c
Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler
bors Jan 8, 2019
b8c8f0b
Auto merge of #57114 - Zoxc:query-perf11, r=michaelwoerister
bors Jan 8, 2019
67ede4c
Ignore some IDE-local files
oli-obk Dec 23, 2018
8353012
Prepare everything for distributing miri via rustup
oli-obk Dec 23, 2018
f8033a2
fixup
oli-obk Dec 23, 2018
edaa188
Adjust cargo workspace hack to miri/cargo interactions
oli-obk Jan 1, 2019
2ab78e1
More feature whitelisting of winapi
oli-obk Jan 7, 2019
4166a4e
Supporting backtrace for x86_64-fortanix-unknown-sgx.
Jan 3, 2019
2cb7cdc
Auto merge of #57429 - alexcrichton:fix-dist, r=Mark-Simulacrum
bors Jan 8, 2019
f21c084
Move diagnostics out from QueryJob and optimize for the case with no …
Zoxc Dec 7, 2018
7c0d145
improve non_snake_case diagnostics
euclio Jan 4, 2019
e379970
improve non_upper_case_globals diagnostics
euclio Jan 4, 2019
1b28f5a
improve non_camel_case_types diagnostics
euclio Jan 4, 2019
0b272e7
Update stdsimd submodule
GuillaumeGomez Jan 7, 2019
d22fa2d
Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakis
bors Jan 8, 2019
d9ddc39
lldb_batchmode.py: try `import _thread` for Python 3
cuviper Jan 8, 2019
12ae365
Misc cleanups
sinkuu Jan 6, 2019
167ceff
Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros,…
bors Jan 8, 2019
564a24c
Change std::error::Error trait documentation to talk about `source` i…
czipperz Dec 29, 2018
d1b65fb
Add issue reference to E0202 message
varkor Jan 8, 2019
ac4a454
Consolidate equality constraints error message
varkor Jan 8, 2019
47db51e
Issue 56905
blitzerr Dec 17, 2018
410b529
Creating the vector using with_capacity to avoid re-allocation later …
blitzerr Dec 19, 2018
7853b78
Some more refactoring.
blitzerr Dec 22, 2018
15d8e8f
[Cleanup] This is the first in the series of removals of with_freevar…
blitzerr Dec 22, 2018
5052197
explain safety for vec.set_len(0)
Centril Jan 9, 2019
69e4918
addressing Niko's comments
blitzerr Jan 9, 2019
986e49d
Merge pull request #1 from Centril/redo-vec-set_len-docs-adjust
scottmcm Jan 9, 2019
46fa818
Change `String` to `&'static str` in `ParseResult::Failure`.
nnethercote Jan 9, 2019
a89cece
docs: Fix some 'second-edition' links
phansch Jan 9, 2019
8c97b6f
Auto merge of #57086 - oli-obk:miri_dist, r=kennytm
bors Jan 9, 2019
4b4fc63
Stabilize `let` bindings and destructuring in constants and const fn
oli-obk Dec 28, 2018
a49acea
Clarify const_let comment
oli-obk Dec 30, 2018
aef6288
const fn feature gate is not needed anymore in a lot of tests
oli-obk Dec 30, 2018
80262e6
Fix irrefutable slice patterns in const fn
oli-obk Jan 9, 2019
664c779
Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister
bors Jan 9, 2019
0e56e13
Remove outdated comment
king6cong Jan 9, 2019
2e4766c
Exposing enclave image-base to the enclave application
Jan 9, 2019
e5318f3
MetadataOnlyCodegenBackend: remove `is_inline` call
lqd Jan 9, 2019
6ecad33
Auto merge of #57419 - cramertj:pin-set, r=withouboats
bors Jan 9, 2019
40388ef
Add dist builder for Armv8-M Mainline
hug-dev Dec 18, 2018
f0d4158
Replace Arm GCC to a more recent version
hug-dev Jan 3, 2019
4af681c
Update cc crate to include Armv8-M changes
hug-dev Jan 9, 2019
4da3a1c
update miri
RalfJung Jan 9, 2019
f174b73
Document the `mk_*_eval_cx` functions
oli-obk Jan 9, 2019
f82ecff
Updated RELEASES.md for 1.32.0
Jan 9, 2019
cd5a9e0
Explain the arguments of the `mk_*_eval_cx` functions
oli-obk Jan 9, 2019
dec79e4
Not seeing the forest because there are too many trees in the way
oli-obk Jan 9, 2019
c47ed14
save-analysis: Get path def from parent in case there's no def for th…
emilio Jan 9, 2019
404ad50
clarify resolve typo suggestion
euclio Jan 9, 2019
4a454d6
actually take a slice in this example
steveklabnik Jan 8, 2019
60677a8
Update RELEASES.md
Aaronepower Jan 10, 2019
521031f
Apply suggestions from code review
Aaronepower Jan 10, 2019
65ac315
Update Cargo.lock
hug-dev Jan 10, 2019
bbb5448
std: Render large exit codes as hex on Windows
alexcrichton Jan 9, 2019
dd326f8
Integrate miri into build-manifest
alexcrichton Jan 10, 2019
29a8386
use structured suggestion when casting a reference
euclio Jan 10, 2019
07600c9
Drop "solved" constraints during region expansion
dotdash Jan 9, 2019
5f402b8
Add a fast path for identical regions in lub_concrete_regions
dotdash Jan 10, 2019
f282f6b
make note of one more normalization that Paths do
steveklabnik Jan 10, 2019
c2d381d
Auto merge of #57484 - alexcrichton:fix-nightlies, r=Mark-Simulacru
bors Jan 10, 2019
359e6bf
Update RELEASES.md
Aaronepower Jan 10, 2019
beb6495
note that FromStr does not work for borrowed types
steveklabnik Jan 10, 2019
e598ea8
Update src/libstd/path.rs
Centril Jan 10, 2019
890a8a4
Update RELEASES.md
Aaronepower Jan 10, 2019
729d3f0
Auto merge of #57471 - Aaronepower:master, r=Aaronepower
bors Jan 11, 2019
27989ec
Remove submodule step from README
nrc Jan 11, 2019
3f03297
inline pub extern crate statements
DebugSteven Jan 11, 2019
ca47808
add test for pub extern crate
DebugSteven Jan 11, 2019
69d18a3
Make more passes incremental
Zoxc Jun 6, 2018
468254b
Update tests
Zoxc Jan 1, 2019
e69c2c7
Address comments
Zoxc Jan 11, 2019
4103e5b
Add a profiles section to the manifest
nrc Jan 11, 2019
928efca
Fix undefined behavior
Jan 11, 2019
16a4e47
Remove unneeded but benign change
oli-obk Jan 11, 2019
88f19a7
Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis
bors Jan 11, 2019
b439861
Auto merge of #57470 - RalfJung:miri, r=oli-obk
bors Jan 11, 2019
186d5d7
re-do docs for core::cmp
steveklabnik Jan 10, 2019
434fe4e
Correct RELEASES.md for 1.32.0
pthariensflame Jan 11, 2019
020e1f5
don't unwrap unexpected tokens in `format!`
euclio Jan 11, 2019
fdd2f0d
Fix new hyperlinks in RELEASES.md
pthariensflame Jan 11, 2019
49e8318
Fixing a typographical error.
insideoutclub Jan 11, 2019
561483e
stabilize top level or-pats in if/while let.
Centril Jan 11, 2019
0c91f3d
Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk
bors Jan 12, 2019
afcb938
Stabilise irrefutable if-let and while-let patterns
varkor Jan 12, 2019
0e1402d
bless ui/while-let
Centril Jan 12, 2019
1190f7c
Auto merge of #57532 - Centril:stabilize-2175, r=varkor
bors Jan 12, 2019
3dc08ed
move const_let accepted gate to avoid future conflict.
Centril Jan 12, 2019
6c62322
const_let: --bless with --compare-mode=nll
Centril Jan 12, 2019
e69a5cb
Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril
Centril Jan 12, 2019
53aa8a1
Rollup merge of #56906 - blitzerr:master, r=nikomatsakis
Centril Jan 12, 2019
017f046
Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldpl…
Centril Jan 12, 2019
bd8f464
Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis
Centril Jan 12, 2019
40a819b
Rollup merge of #57192 - czipperz:error_trait_doc_cause_to_source, r=…
Centril Jan 12, 2019
ebbecac
Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-s…
Centril Jan 12, 2019
c6146b2
Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcri…
Centril Jan 12, 2019
7be2ff3
Rollup merge of #57400 - tspiteri:source-serif-pro-it, r=GuillaumeGomez
Centril Jan 12, 2019
a61ebac
Rollup merge of #57417 - QuietMisdreavus:semi-revert-doctest-parsing,…
Centril Jan 12, 2019
a9c9a2c
Rollup merge of #57433 - ecstatic-morse:issue-56610-bad-link, r=dtolnay
Centril Jan 12, 2019
632d890
Rollup merge of #57434 - nnethercote:rm-CrateNum-Invalid, r=petrochenkov
Centril Jan 12, 2019
85a7fc8
Rollup merge of #57441 - VardhanThigle:Vardhan/x86_64-fortanix-unknow…
Centril Jan 12, 2019
0b1427e
Rollup merge of #57450 - steveklabnik:gh45678, r=KodrAus
Centril Jan 12, 2019
f7da074
Rollup merge of #57459 - varkor:E0202-issue-reference, r=petrochenkov
Centril Jan 12, 2019
e7dc880
Rollup merge of #57463 - phansch:fix_some_links, r=steveklabnik
Centril Jan 12, 2019
1fff64a
Rollup merge of #57466 - king6cong:comment, r=alexcrichton
Centril Jan 12, 2019
e0cea0d
Rollup merge of #57493 - euclio:deref-suggest, r=oli-obk
Centril Jan 12, 2019
cbe377b
Rollup merge of #57498 - steveklabnik:gh29008, r=alexcrichton
Centril Jan 12, 2019
dc6d86b
Rollup merge of #57499 - steveklabnik:gh47757, r=Mark-Simulacrum
Centril Jan 12, 2019
52e02fc
Rollup merge of #57505 - rust-lang:nrc-patch-1, r=alexcrichton
Centril Jan 12, 2019
1f66062
Rollup merge of #57510 - nrc:manifest-profiles, r=alexcrichton
Centril Jan 12, 2019
bcbf73f
Rollup merge of #57511 - jethrogb:jb/fix-undef, r=cramertj
Centril Jan 12, 2019
7da604e
Rollup merge of #57519 - pthariensflame:patch-2, r=alexcrichton
Centril Jan 12, 2019
e234d15
Rollup merge of #57522 - euclio:format-ice, r=varkor
Centril Jan 12, 2019
0a8b5b4
Rollup merge of #57530 - insideoutclub:master, r=estebank
Centril Jan 12, 2019
3117784
Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Ce…
Centril Jan 12, 2019
d6525ef
Auto merge of #57542 - Centril:rollup, r=Centril
bors Jan 12, 2019
099b3d8
resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` …
petrochenkov Dec 9, 2018
e1d1487
resolve: Prohibit use of uniform paths in macros originating from 201…
petrochenkov Dec 9, 2018
bf1e70c
resolve: Prohibit use of imported non-macro attributes
petrochenkov Dec 12, 2018
2f3db49
resolve: Prohibit use of imported tool modules
petrochenkov Dec 12, 2018
79134c0
Stabilize `uniform_paths`
petrochenkov Dec 27, 2018
250935d
Fix a hole in generic parameter import future-proofing
petrochenkov Dec 30, 2018
7948b18
Use `ptr::eq` where applicable
Xanewok Jan 12, 2019
6d44293
Add #[must_use] message to Iterator and Future
taiki-e Jan 12, 2019
75a369c
Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis
bors Jan 12, 2019
f8028b0
privacy: Fix private-in-public check for existential types
petrochenkov Jan 12, 2019
6aa7856
resolve: Mark extern crate items as used in more cases
petrochenkov Jan 12, 2019
805099c
hygiene: Do not treat `Self` ctor as a local variable
petrochenkov Jan 12, 2019
0a3f178
Update cargo
ehuss Jan 12, 2019
1e4a8a0
Update the const fn tracking issue to the new metabug
varkor Jan 13, 2019
2b234f6
const stabilize .
Centril Jan 13, 2019
a873337
Point at the match discriminant when arm pattern has a type mismatch
estebank Jan 6, 2019
f9e10f1
tidy fix
estebank Jan 6, 2019
72d965f
Reword label as per review comment
estebank Jan 6, 2019
486ecc5
Don't add label to the match expr when the type is not fully realized
estebank Jan 6, 2019
10fbdbf
Update documentation comment
estebank Jan 9, 2019
b172e89
Minor cosmetic changes
alexreg Jan 13, 2019
035eff1
Rollup merge of #57351 - oli-obk:cheap_const_ops, r=RalfJung
Centril Jan 13, 2019
5560d4d
Rollup merge of #57353 - huonw:faster-finiteness-checks, r=KodrAus
Centril Jan 13, 2019
d3cb51c
Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor
Centril Jan 13, 2019
8e3980b
Rollup merge of #57436 - Xanewok:save-analysis-access-ice-fix, r=niko…
Centril Jan 13, 2019
36c7cde
Rollup merge of #57453 - cuviper:python3-thread, r=nikomatsakis
Centril Jan 13, 2019
b7093e5
Rollup merge of #57454 - sinkuu:fmt_cleanup, r=joshtriplett
Centril Jan 13, 2019
0c53b45
Rollup merge of #57461 - nnethercote:ParseResult-Failure-static-str, …
Centril Jan 13, 2019
b3290fd
Rollup merge of #57473 - alexcrichton:hex-display-on-windows, r=Kimundi
Centril Jan 13, 2019
edec838
Rollup merge of #57474 - emilio:save-analysis-path, r=nrc
Centril Jan 13, 2019
4d6fd9c
Rollup merge of #57494 - dotdash:expand, r=nikomatsakis
Centril Jan 13, 2019
ce448f3
Rollup merge of #57496 - steveklabnik:gh32934, r=Centril
Centril Jan 13, 2019
8f11da4
Rollup merge of #57508 - DebugSteven:inline-extern, r=GuillaumeGomez
Centril Jan 13, 2019
8c1813d
Rollup merge of #57547 - Xanewok:ptr-eq, r=petrochenkov
Centril Jan 13, 2019
c04d6fa
Rollup merge of #57557 - petrochenkov:ecused, r=varkor
Centril Jan 13, 2019
33c5874
Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg
Centril Jan 13, 2019
3e2dcf9
Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Cen…
Centril Jan 13, 2019
6d7a4a6
stabilize transpose_result in 1.33
Centril Jan 13, 2019
a6535d7
Change #[must_use] message of Iterator
taiki-e Jan 13, 2019
da933cc
Change #[must_use] message of Iterator in documentation
taiki-e Jan 13, 2019
5012d7f
Auto merge of #57566 - Centril:const-stabilize-overflowing, r=alexreg
bors Jan 13, 2019
d45bef9
Auto merge of #57568 - Centril:rollup, r=Centril
bors Jan 13, 2019
d6c1919
librustc_mir: Fix ICE with slice patterns
dlrobertson Jan 13, 2019
1c561d9
Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg
bors Jan 13, 2019
b1200a2
Rollup merge of #57004 - nnethercote:TS-change-Stream, r=petrochenkov
Centril Jan 13, 2019
ca1e379
Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis
Centril Jan 13, 2019
a53a79f
Rollup merge of #57337 - alexcrichton:prioritize-another, r=fitzgen
Centril Jan 13, 2019
e2311b3
Rollup merge of #57549 - taiki-e:must_use, r=estebank
Centril Jan 13, 2019
2cf736f
Auto merge of #57577 - Centril:rollup, r=Centril
bors Jan 13, 2019
2fadb0a
Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister
bors Jan 13, 2019
6d00124
Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez
Centril Jan 13, 2019
45d3572
Rollup merge of #57113 - Zoxc:query-perf10, r=michaelwoerister
Centril Jan 13, 2019
d7c1e0d
Rollup merge of #57366 - estebank:point-match-discrim, r=varkor
Centril Jan 13, 2019
35af111
Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavis
Centril Jan 13, 2019
9aee7ed
Auto merge of #57580 - Centril:rollup, r=Centril
bors Jan 13, 2019
24a9ac7
Remove the `connect_timeout_unroutable` test.
nnethercote Jan 13, 2019
a16e1a7
Auto merge of #56954 - hug-dev:armv8m-main-ci, r=alexcrichton
bors Jan 14, 2019
7fc1685
Tweak output of type mismatch between "then" and `else` `if` arms
estebank Jan 6, 2019
9567544
Suggest removal of semicolon when appropriate
estebank Jan 7, 2019
cbb5a00
Parallelize and optimize parts of HIR map creation
Zoxc Jun 6, 2018
0bc0015
Auto merge of #57381 - estebank:if-else-308, r=nikomatsakis
bors Jan 14, 2019
1d029c6
Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk
bors Jan 14, 2019
6080318
Add additional human-readable cfg strings to rustdoc
Jan 9, 2019
972bba7
Stabilize `cfg_target_vendor`, #29718
Jan 9, 2019
1a3a3df
Auto merge of #57322 - Centril:stabilize-identity, r=SimonSapin
bors Jan 14, 2019
0d883cb
Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoerister
Centril Jan 14, 2019
36d68f5
Rollup merge of #57418 - lqd:collector_query, r=michaelwoerister
Centril Jan 14, 2019
74cc0be
Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=jo…
Centril Jan 14, 2019
0b7d8f9
Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis
Centril Jan 14, 2019
4112aef
Rollup merge of #57556 - petrochenkov:privexist, r=arielb1
Centril Jan 14, 2019
47ccf2a
Rollup merge of #57584 - nnethercote:rm-connect_timeout_unroutable, r…
Centril Jan 14, 2019
d106808
Auto merge of #57592 - Centril:rollup, r=Centril
bors Jan 14, 2019
03acbd7
Auto merge of #57559 - ehuss:update-cargo, r=alexcrichton
bors Jan 14, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ __pycache__/
.settings/
.valgrindrc
.vscode/
.favorites.json
/*-*-*-*/
/*-*-*/
/Makefile
Expand Down
13 changes: 0 additions & 13 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
[submodule "src/rust-installer"]
path = src/tools/rust-installer
url = https://github.com/rust-lang/rust-installer.git
[submodule "src/liblibc"]
path = src/liblibc
url = https://github.com/rust-lang/libc.git
[submodule "src/doc/nomicon"]
path = src/doc/nomicon
url = https://github.com/rust-lang-nursery/nomicon.git
Expand All @@ -23,9 +20,6 @@
[submodule "src/tools/rls"]
path = src/tools/rls
url = https://github.com/rust-lang-nursery/rls.git
[submodule "src/libcompiler_builtins"]
path = src/libcompiler_builtins
url = https://github.com/rust-lang-nursery/compiler-builtins.git
[submodule "src/tools/clippy"]
path = src/tools/clippy
url = https://github.com/rust-lang-nursery/rust-clippy.git
Expand All @@ -35,9 +29,6 @@
[submodule "src/tools/miri"]
path = src/tools/miri
url = https://github.com/solson/miri.git
[submodule "src/dlmalloc"]
path = src/dlmalloc
url = https://github.com/alexcrichton/dlmalloc-rs.git
[submodule "src/doc/rust-by-example"]
path = src/doc/rust-by-example
url = https://github.com/rust-lang/rust-by-example.git
Expand All @@ -50,9 +41,6 @@
[submodule "src/tools/lld"]
path = src/tools/lld
url = https://github.com/rust-lang/lld.git
[submodule "src/libbacktrace"]
path = src/libbacktrace
url = https://github.com/rust-lang-nursery/libbacktrace.git
[submodule "src/tools/lldb"]
path = src/tools/lldb
url = https://github.com/rust-lang-nursery/lldb.git
Expand All @@ -61,7 +49,6 @@
path = src/tools/clang
url = https://github.com/rust-lang-nursery/clang.git
branch = rust-release-80-v2

[submodule "src/doc/rustc-guide"]
path = src/doc/rustc-guide
url = https://github.com/rust-lang/rustc-guide.git
Expand Down
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: shell
sudo: required
dist: trusty
dist: xenial
services:
- docker
addons:
Expand All @@ -16,7 +16,7 @@ matrix:
fast_finish: true
include:
# Images used in testing PR and try-build should be run first.
- env: IMAGE=x86_64-gnu-llvm-5.0 RUST_BACKTRACE=1
- env: IMAGE=x86_64-gnu-llvm-6.0 RUST_BACKTRACE=1
if: type = pull_request OR branch = auto

- env: IMAGE=dist-x86_64-linux DEPLOY=1
Expand Down Expand Up @@ -248,6 +248,15 @@ before_script:
# Enable core dump on Linux.
sudo sh -c 'echo "/checkout/obj/cores/core.%p.%E" > /proc/sys/kernel/core_pattern';
fi
- >
if [ "$IMAGE" = mingw-check ]; then
# verify the publish_toolstate script works.
git clone --depth=1 https://github.com/rust-lang-nursery/rust-toolstate.git;
cd rust-toolstate;
python2.7 "$TRAVIS_BUILD_DIR/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "" "";
cd ..;
rm -rf rust-toolstate;
fi

# Log time information from this machine and an external machine for insight into possible
# clock drift. Timezones don't matter since relative deltas give all the necessary info.
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ And if someone takes issue with something you said or did, resist the urge to be

The enforcement policies listed above apply to all official Rust venues; including official IRC channels (#rust, #rust-internals, #rust-tools, #rust-libs, #rustc, #rust-beginners, #rust-docs, #rust-community, #rust-lang, and #cargo); GitHub repositories under rust-lang, rust-lang-nursery, and rust-lang-deprecated; and all forums under rust-lang.org (users.rust-lang.org, internals.rust-lang.org). For other projects adopting the Rust Code of Conduct, please contact the maintainers of those projects for enforcement. If you wish to use this code of conduct for your own project, consider explicitly mentioning your moderation policy or making a copy with your own moderation policy so as to avoid confusion.

*Adapted from the [Node.js Policy on Trolling](http://blog.izs.me/post/30036893703/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](https://www.contributor-covenant.org/version/1/3/0/).*
*Adapted from the [Node.js Policy on Trolling](https://blog.izs.me/2012/08/policy-on-trolling) as well as the [Contributor Covenant v1.3.0](https://www.contributor-covenant.org/version/1/3/0/).*

[mod_team]: https://www.rust-lang.org/team.html#Moderation-team
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ don't know about, so please report liberally. If you're not sure if something
is a bug or not, feel free to file a bug anyway.

**If you believe reporting your bug publicly represents a security risk to Rust users,
please follow our [instructions for reporting security vulnerabilities](https://www.rust-lang.org/security.html)**.
please follow our [instructions for reporting security vulnerabilities](https://www.rust-lang.org/policies/security)**.

If you have the chance, before reporting a bug, please [search existing
issues](https://github.com/rust-lang/rust/search?q=&type=Issues&utf8=%E2%9C%93),
Expand Down
32 changes: 0 additions & 32 deletions COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -229,35 +229,3 @@ their own copyright notices and license terms:
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE. */

* jemalloc, under src/jemalloc:

Copyright (C) 2002-2014 Jason Evans
<jasone@canonware.com>. All rights reserved.
Copyright (C) 2007-2012 Mozilla Foundation.
All rights reserved.
Copyright (C) 2009-2014 Facebook, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice(s),
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice(s),
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S)
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S)
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
Loading