Skip to content

Pass static crt to llvm cmake configuration #41973

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 10,000 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
c1a99f3
make transitive relation use a hash map
nikomatsakis Apr 23, 2017
1d92192
track `CurrentItem`, not just `Generics`
nikomatsakis Apr 23, 2017
8cb3767
Auto merge of #41728 - sirideain:inference-failure-for-loops-test, r=…
bors May 3, 2017
397a855
Retry `brew` commands upon failure
ranma42 May 3, 2017
72a2887
factor variances into a proper query
nikomatsakis Apr 24, 2017
5cc6174
kill the old `visit_all_item_likes` infrastructure
nikomatsakis May 2, 2017
e32f452
add back variance testing mechanism
nikomatsakis Apr 25, 2017
52a6708
allow tests to refer to `ItemVariances`
nikomatsakis Apr 25, 2017
d3a46ac
allow dep-graph assertions on fields
nikomatsakis Apr 25, 2017
df1bd5f
correct the new graphs resulting from various tests
nikomatsakis May 2, 2017
7911969
remove `pub` modifier (and last use thereof)
nikomatsakis May 3, 2017
cd31a90
Rollup merge of #41543 - z1mvader:master, r=steveklabnik
frewsxcv May 3, 2017
1a039af
Rollup merge of #41600 - ranma42:xz-dist, r=alexcrichton
frewsxcv May 3, 2017
b5e1fea
Rollup merge of #41715 - martinhath:master, r=aturon
frewsxcv May 3, 2017
25c13a7
Rollup merge of #41720 - frewsxcv:duration-doc-examples, r=steveklabnik
frewsxcv May 3, 2017
3d11ec0
Rollup merge of #41721 - mgattozzi:stdin-stdout-update, r=steveklabnik
frewsxcv May 3, 2017
6a2b23b
Rollup merge of #41730 - bholley:arc_comment, r=aturon
frewsxcv May 3, 2017
7bb607c
Auto merge of #41735 - frewsxcv:rollup, r=frewsxcv
bors May 3, 2017
524af71
expose a method for converting `hir::Ty` to `Ty<'tcx>`
nikomatsakis May 3, 2017
347a7ca
remove use of `ast_ty_to_ty_cache` from librustdoc
nikomatsakis May 3, 2017
448834d
convert save-analysis to use `ItemCtxt` and not `ast_ty_to_ty_cache`
nikomatsakis May 3, 2017
0c844c3
remove `ast_ty_to_ty_cache` entirely
nikomatsakis May 3, 2017
56c9cef
Update llvm to pull in various backports
TimNN May 4, 2017
071f537
Join method returns a thread::Result
rap2hpoutre May 4, 2017
14a4cc6
Auto merge of #41733 - nikomatsakis:incr-comp-remove-ast-ty-to-ty-cac…
bors May 4, 2017
d846d63
create link to Result
rap2hpoutre May 4, 2017
ae4b3b7
Add remote device testing support
mmatyas Apr 11, 2017
a0f827d
Auto merge of #41687 - rillian:no-elf-tls, r=aturon
bors May 4, 2017
a68548d
Update mod.rs
rap2hpoutre May 4, 2017
8d209d3
Remove use of `Self: Sized` from libsyntax
tommyip May 4, 2017
5aec556
trait_of_item
hackeryarn May 4, 2017
b49bd66
impl_parent
hackeryarn May 4, 2017
3b4c85d
Auto merge of #41268 - mmatyas:test_on_device, r=alexcrichton
bors May 4, 2017
d1aefc0
Simplify types in `std::option` doc comment example.
frewsxcv May 4, 2017
870a49b
kill some unused fields in TyCtxt
nikomatsakis May 4, 2017
fbdb139
moved metadata provider impls to decoder
hackeryarn May 4, 2017
9f6c6a6
rustc: Forbid `-Z` flags on stable/beta channels
alexcrichton May 4, 2017
cdcca90
Auto merge of #41739 - TimNN:update-llvm, r=aturon
bors May 4, 2017
9c54387
refactor NonZero, Shared, and Unique APIs
Gankra Apr 4, 2017
7bfad72
rustc: Stabilize `-C target-feature=+crt-static`
alexcrichton May 4, 2017
3cb099c
add regression test for issue #24106
euclio May 4, 2017
0215d2f
Auto merge of #41751 - alexcrichton:unstable-flags, r=eddyb
bors May 5, 2017
da12632
Rollup merge of #41741 - rap2hpoutre:patch-3, r=steveklabnik
frewsxcv May 5, 2017
35bb6f7
Rollup merge of #41746 - tommyip:master, r=petrochenkov
frewsxcv May 5, 2017
cbaf82f
Rollup merge of #41749 - frewsxcv:option-simplify-types, r=GuillaumeG…
frewsxcv May 5, 2017
77d99d1
Rollup merge of #41754 - nikomatsakis:incr-comp-cleanup-cell, r=arielb1
frewsxcv May 5, 2017
96b4e1e
Point at fields that make the type recursive
estebank Mar 27, 2017
a862133
Only point at the fields that cause infinite size
estebank Mar 27, 2017
d49f888
Move unicode Python script into libstd_unicode crate.
frewsxcv May 5, 2017
437c36a
Make [u8]::reverse() 5x faster
scottmcm May 5, 2017
1816516
fallout from NonZero/Unique/Shared changes
Gankra Apr 4, 2017
7737087
Deprecate heap::EMPTY in favour of Unique::empty or otherwise.
Gankra May 4, 2017
ea4a662
update to latest nomicon
Gankra May 4, 2017
bcfa7c1
Auto merge of #41762 - frewsxcv:rollup, r=frewsxcv
bors May 5, 2017
db0d7f5
Reload nameserver information on lookup failure
jonhoo Apr 27, 2017
5be77d8
Update rust-installer to fix rust-lang-nursery/rustup.rs#1092
brson May 5, 2017
3e94624
Add Options type in libtest and remove argument
GuillaumeGomez May 4, 2017
fcbdd03
Suggest `!` for bitwise negation when encountering a `~`
F001 May 3, 2017
e942dc7
Add an example to std::thread::Result type
rap2hpoutre May 5, 2017
235f23c
Update mod.rs
rap2hpoutre May 5, 2017
348bc46
is_foreign_item
hackeryarn May 5, 2017
95dc3d8
std: Avoid locks during TLS destruction on Windows
alexcrichton Apr 24, 2017
903d035
Auto merge of #41765 - brson:installer, r=alexcrichton
bors May 5, 2017
ad59245
std: Prevent deadlocks in doctests on Windows
alexcrichton May 5, 2017
5fd988f
change various uses of `item_variances` to `variances_of`
nikomatsakis May 5, 2017
0b423e5
propper trait of item impl
hackeryarn May 5, 2017
f524eb1
bootstrap: openssl android support
malbarbo May 5, 2017
30947fd
Auto merge of #41769 - alexcrichton:fix-doc-test, r=aturon
bors May 5, 2017
f11329d
Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton
frewsxcv May 5, 2017
37bcd60
Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcv
frewsxcv May 5, 2017
71aa5d2
Rollup merge of #41512 - alexcrichton:fix-windows-tls-deadlock, r=Bur…
frewsxcv May 5, 2017
6cd4833
Rollup merge of #41582 - jonhoo:reread-nameservers-on-lookup-fail, r=…
frewsxcv May 5, 2017
8e032f6
Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alex…
frewsxcv May 5, 2017
561ff89
Rollup merge of #41722 - F001:warnTilde, r=petrochenkov
frewsxcv May 5, 2017
b433c43
Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=…
frewsxcv May 5, 2017
c14f60e
Rollup merge of #41761 - euclio:24106-test, r=estebank
frewsxcv May 5, 2017
96faa5c
Rollup merge of #41763 - frewsxcv:unicode-py, r=alexcrichton
frewsxcv May 5, 2017
ea46a05
Use diagnostics for trace_macro instead of println
estebank Apr 24, 2017
b7075ec
Auto merge of #41773 - frewsxcv:rollup, r=frewsxcv
bors May 5, 2017
af472ac
Improve implementation approach comments in [T]::reverse()
scottmcm May 6, 2017
c777ae3
Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv
bors May 6, 2017
65aac56
Add reverse benchmarks for u128, [u8;3], and Simd<[f64;4]>
scottmcm May 6, 2017
3c86c44
Move logic to `is_representable` instead of climbing HIR
estebank Apr 15, 2017
ae4418f
Group "macro expansion" notes per call span
estebank May 6, 2017
ff1ff48
Fix "an" usage
arqunis May 6, 2017
83e99ed
Fix definitions of ULONG_PTR
jsheard May 6, 2017
4d7fc04
rustc: treat const bodies like fn bodies in middle::region.
eddyb Apr 24, 2017
5f766fe
trigger llvm rebuild
TimNN May 6, 2017
bfc9035
Update the .stderr file for the "an" changes
arqunis May 6, 2017
8567ddb
Add links between `slice::{copy,clone}_from_slice` in docs.
frewsxcv May 6, 2017
917cc61
Auto merge of #41788 - TimNN:trigger-llvm, r=Mark-Simulacrum
bors May 6, 2017
a786a86
Auto merge of #41786 - acdenisSK:an_to_a, r=frewsxcv
bors May 6, 2017
275e17a
Minor cleanup of UX guidelines.
Mark-Simulacrum May 6, 2017
a611054
Auto merge of #41787 - jsheard:ulongptr, r=alexcrichton
bors May 6, 2017
5679858
Allow # to appear in rustdoc code output.
Mark-Simulacrum May 6, 2017
7beb1eb
Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturner
bors May 7, 2017
826cc00
Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jsey…
bors May 7, 2017
aafe314
fix the easy features in libsyntax
ubsan May 3, 2017
66e82c8
Auto merge of #41784 - frewsxcv:slice-clone-copy-links, r=GuillaumeGomez
bors May 7, 2017
4402c6f
Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomez
bors May 7, 2017
c643ceb
Add a link to `park` in the `park_timeout` doc.
May 7, 2017
cdab8af
Add link to the module doc in `park_timeout`.
May 7, 2017
4d64a91
Add `park` info to `unpark`.
May 7, 2017
6e8dee8
Auto merge of #40857 - estebank:recursive, r=arielb1
bors May 7, 2017
6112f37
Better example for `thread::unpark`.
May 7, 2017
59f7ec7
fix typo
May 7, 2017
f7757b6
Auto merge of #41791 - Mark-Simulacrum:doc-guidelines, r=frewsxcv
bors May 7, 2017
25e6196
Improve `thread::panicking` documentaion.
May 7, 2017
a82640c
Inline `thread::park` documentation.
May 7, 2017
68279bb
Add stack size doc to `thread::spawn`.
May 7, 2017
bb58d42
Update the `thread::Thread` documentation.
May 7, 2017
808fb57
Auto merge of #41811 - gamazeps:thread-panicking-doc, r=frewsxcv
bors May 7, 2017
f3847fb
Add support for Hexagon v60 HVX intrinsics
michaelwu Apr 18, 2017
e89b29f
Fix typos in `thread::park` documentation.
May 7, 2017
188debd
bootstrap: Output name of failed config in case of errors
devurandom May 7, 2017
8f8021e
Auto merge of #41729 - ubsan:master, r=nrc
bors May 7, 2017
da9d87d
is_exported_symbol
hackeryarn May 8, 2017
4767497
Auto merge of #41818 - michaelwu:hvx-v60, r=nagisa
bors May 8, 2017
23ea0b0
incr.comp.: Hash more pieces of crate metadata to detect changes there.
michaelwoerister Apr 27, 2017
83d34db
Remove need for &format!(...) or &&"" dances in `span_label` calls
oli-obk May 4, 2017
904b3a5
Auto merge of #41745 - oli-obk:diagnostics, r=jonathandturner
bors May 8, 2017
64ed17c
Allow bare CR in ////-style comment.
qnighy May 8, 2017
e5fd39f
try to fix lvalue ops for real
arielb1 May 8, 2017
682a161
Re-add LALR grammar.
Mark-Simulacrum May 8, 2017
9382f0e
Auto merge of #41824 - Mark-Simulacrum:undo-yacc-removal, r=nagisa
bors May 8, 2017
47b42be
Update save-analysis deps and RLS submodule
nrc May 8, 2017
65008f4
removed unnecessary if
hackeryarn May 8, 2017
44a55e5
inferring expected types of closure arguments when coercing to a fn
May 8, 2017
fb73e1e
dump-mir was causing cycles by invoking item-path-str at bad times
nikomatsakis May 6, 2017
9c78ce7
Grammar fixes to rustc-ux-guidelines.md
jz0425 May 8, 2017
8bb04f5
dividied closure-no-fn.rs into three different tests
May 8, 2017
de54f71
first part of issue-40000.rs is now passing
May 8, 2017
0e1b599
added test
May 8, 2017
f7bc5ba
massive refactor
May 8, 2017
e2b56f1
Auto merge of #41515 - eddyb:non-static-assoc-const, r=nikomatsakis
bors May 8, 2017
0d6d05a
Fix typo in subst.rs
michiel-de-muynck May 8, 2017
b71feaa
Update rustc-ux-guidelines.md
jz0425 May 9, 2017
a710110
Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakis
frewsxcv May 9, 2017
d45b341
Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis
frewsxcv May 9, 2017
1ef7e84
Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=es…
frewsxcv May 9, 2017
81bd2b1
Rollup merge of #41828 - arielb1:lvalue-ops, r=eddyb
frewsxcv May 9, 2017
a1ca189
Rollup merge of #41833 - nrc:update, r=nagisa
frewsxcv May 9, 2017
5b71ed1
Rollup merge of #41836 - jz0425:master, r=frewsxcv
frewsxcv May 9, 2017
0b82bb8
Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikom…
frewsxcv May 9, 2017
e7e97dd
Rollup merge of #41842 - Migi:patch-1, r=eddyb
frewsxcv May 9, 2017
6a05d3b
Auto merge of #41846 - frewsxcv:rollup, r=frewsxcv
bors May 9, 2017
5708ac0
Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=ari…
bors May 9, 2017
a4cd156
Add INVALID_CRATE CrateNum constant.
michaelwoerister May 9, 2017
d2d442a
Add more examples to `thread::spawn`
May 9, 2017
a05942e
Add a link to `thread::Builder` in `thread::spawn`
May 9, 2017
025d063
Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=n…
bors May 9, 2017
3fc0a9b
Address review comments
May 9, 2017
30236ba
Address review comments
May 9, 2017
77e2360
Bump cargo for rust-lang/cargo#4000
jonhoo May 8, 2017
9d3c47f
Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnik
bors May 9, 2017
33bd93b
Add more ways to create a PathBuf to docs
steveklabnik Apr 25, 2017
8be5e0c
Improve docs on Arc<T> and Send/Sync
steveklabnik Apr 25, 2017
e7e7231
Fix link
May 9, 2017
d0879fc
Fix warnings in examples
May 9, 2017
b539cff
Don't show the std frames before user code on unwinding.
Yamakaky Mar 4, 2017
8b91170
Remove wrong or outdated info from CString docs.
mbrubeck May 9, 2017
62ed33e
ci: Update android ndk and sdk
malbarbo May 6, 2017
6327ffe
Improve E0477 error message
GuillaumeGomez May 9, 2017
6b27983
Auto merge of #41830 - jonhoo:update-cargo, r=alexcrichton
bors May 9, 2017
f22401b
resolved merge conflicts
hackeryarn May 9, 2017
1e96a58
Add disabled android host builders
malbarbo May 5, 2017
f3d0e0a
Auto merge of #41548 - brson:relnotes, r=brson
bors May 9, 2017
aad5cb0
Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon
bors May 10, 2017
0e38dcf
Fix typos in doc
May 10, 2017
1a3a787
Auto merge of #41764 - scottmcm:faster-reverse, r=brson
bors May 10, 2017
a459668
ICH: Handle case of removed FileMaps.
michaelwoerister May 10, 2017
bdfca06
Refactor suggestion diagnostic API to allow for multiple suggestions
oli-obk May 9, 2017
7205e7e
Example usage of multiple suggestions
oli-obk May 10, 2017
77bc36f
Auto merge of #41815 - Yamakaky:improve-backtrace-bottom, r=alexcrichton
bors May 10, 2017
753af7e
compiletest: force GDB to print values in the Rust format.
eddyb May 10, 2017
e2b5aea
Fix tidy issues
oli-obk May 10, 2017
c0c2903
Add `eprint!` and `eprintln!` macros to the prelude.
zackw Jan 21, 2017
5226512
Revise the eprint(ln)! feature.
zackw Apr 13, 2017
4a65e24
Fix up stability annotations per feedback.
zackw Apr 20, 2017
4d4a329
rustc: Add a new `-Z force-unstable-if-unmarked` flag
alexcrichton May 8, 2017
f5a1b0f
Update a compile-fail test
oli-obk May 10, 2017
969549c
fix typo in Unique::empty doc
RalfJung May 10, 2017
e9f34cd
Rollup merge of #41531 - steveklabnik:gh40159, r=nagisa
steveklabnik May 10, 2017
4482fd6
Rollup merge of #41536 - steveklabnik:arc-and-send, r=burntsushi
steveklabnik May 10, 2017
def4230
Rollup merge of #41809 - gamazeps:thread-docs, r=steveklabnik
steveklabnik May 10, 2017
93eaf6e
Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnik
steveklabnik May 10, 2017
2e18b71
Rollup merge of #41886 - RalfJung:unique-doc-typo, r=steveklabnik
steveklabnik May 10, 2017
dcd2e8f
Remove debug message
est31 May 10, 2017
fc3e448
Update jemalloc to 4.5.0
arthurprs May 9, 2017
7e46e85
Auto merge of #41887 - steveklabnik:rollup, r=steveklabnik
bors May 10, 2017
ffd2908
Skip print-stdout-eprint-stderr test on emscripten
zackw May 10, 2017
99494c6
Auto merge of #41862 - GuillaumeGomez:improve-e0477, r=nagisa
bors May 10, 2017
4e6f86a
Update RLS
nrc May 10, 2017
29fd579
Auto merge of #41900 - nrc:update-rls, r=Mark-Simulacrum
bors May 11, 2017
a2f413d
Rollup merge of #41192 - zackw:eprintln, r=alexcrichton
frewsxcv May 11, 2017
e81e116
Rollup merge of #41724 - achernyak:master, r=nikomatsakis
frewsxcv May 11, 2017
3bffedf
Rollup merge of #41873 - michaelwoerister:fix-filemap-hash-lookup, r=…
frewsxcv May 11, 2017
b8fe95b
Rollup merge of #41877 - eddyb:gdb-force-rust, r=michaelwoerister
frewsxcv May 11, 2017
f24b3c6
Rollup merge of #41889 - est31:master, r=estebank
frewsxcv May 11, 2017
35bd57c
doc: break into 2 sentences
tshepang May 11, 2017
7fb0355
Auto merge of #41905 - frewsxcv:rollup, r=frewsxcv
bors May 11, 2017
6bec34f
Auto merge of #41863 - malbarbo:update-android-builder, r=alexcrichton
bors May 11, 2017
8c0b1c0
Address PR reviews
oli-obk May 11, 2017
5d950a4
Auto merge of #41864 - malbarbo:android-docker, r=alexcrichton
bors May 11, 2017
123f466
do not fetch variance for items when equating
nikomatsakis May 11, 2017
f392419
Upgrade some comments to doc comments
oli-obk May 11, 2017
c798702
Add test
May 3, 2017
841a972
Auto merge of #41913 - nikomatsakis:issue-41849-variance-cycle, r=eddyb
bors May 11, 2017
24123d3
Fix typo in size_hint example comment
mglagla May 11, 2017
91cacd1
replace the type generalizer with one based on variance
nikomatsakis May 2, 2017
e1b8ffa
add a WF obligation if a type variable appears in bivariant position
nikomatsakis May 2, 2017
3ea54ed
correct various error messages that changed
nikomatsakis May 3, 2017
abcdd4f
Annotate the license exceptions
brson May 11, 2017
4d214a2
Fix search when looking to sources
GuillaumeGomez May 11, 2017
3bc2be8
rustc_trans: do not attempt to truncate an i1 const to i1.
eddyb May 11, 2017
2304b1e
Auto merge of #41684 - jethrogb:feature/ntstatus, r=alexcrichton
bors May 11, 2017
d52d399
box large variants in MIR
arielb1 May 11, 2017
9093bd2
rustbuild: Use `-Z force-unstable-if-unmarked`
alexcrichton May 8, 2017
b12e096
rustc: Remove #![unstable] annotation
alexcrichton May 8, 2017
06c1c79
Auto merge of #41716 - nikomatsakis:issue-41677, r=arielb1
bors May 12, 2017
8a89231
Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaric
bors May 12, 2017
7111b81
Remove some unused macros from the rust codebase
est31 May 12, 2017
6707164
Weave the span of an import through the resolve code
oli-obk May 12, 2017
3e67673
Don't use a DUMMY_SP for reporting issues with crate imports
oli-obk May 12, 2017
1b7fffb
config.toml.example: add note that optimize = false won't speed up a …
est31 May 12, 2017
d6f614f
Fix unexpected panic with the -Z treat-err-as-bug option
tommyip May 12, 2017
812cb7c
rustdoc: Break words in the location box of the sidebar.
Eijebong May 12, 2017
4226199
Update sccache binaries to mozilla/sccache@d3627d766
alexcrichton May 12, 2017
a40fe7e
Add tidy check to detect empty files
iKevinY May 12, 2017
ce51841
Auto merge of #41926 - arielb1:box-mir, r=eddyb
bors May 12, 2017
0014a81
Auto merge of #41955 - alexcrichton:update-sccache, r=eddyb
bors May 13, 2017
4c0a90e
Rollup merge of #41820 - devurandom:patch-1, r=alexcrichton
Mark-Simulacrum May 13, 2017
4f519f9
Rollup merge of #41860 - mbrubeck:docs, r=nagisa
Mark-Simulacrum May 13, 2017
a49baa1
Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisa
Mark-Simulacrum May 13, 2017
966af68
Rollup merge of #41896 - tshepang:too-long, r=steveklabnik
Mark-Simulacrum May 13, 2017
2c57ed4
Rollup merge of #41912 - oli-obk:patch-3, r=eddyb
Mark-Simulacrum May 13, 2017
102a6b7
Rollup merge of #41916 - mglagla:typo, r=sfackler
Mark-Simulacrum May 13, 2017
928a8a1
Rollup merge of #41918 - brson:lic, r=alexcrichton
Mark-Simulacrum May 13, 2017
97bbad8
Rollup merge of #41921 - GuillaumeGomez:fix-search-style, r=steveklabnik
Mark-Simulacrum May 13, 2017
62f3f31
Rollup merge of #41923 - eddyb:issue-41744, r=arielb1
Mark-Simulacrum May 13, 2017
14fab18
Rollup merge of #41934 - est31:remove_unused_macros, r=nagisa
Mark-Simulacrum May 13, 2017
436dc2b
Rollup merge of #41935 - iKevinY:detect-empty-files, r=Mark-Simulacrum
Mark-Simulacrum May 13, 2017
b8df1f6
Rollup merge of #41940 - est31:master, r=eddyb
Mark-Simulacrum May 13, 2017
c235bcb
Rollup merge of #41942 - tommyip:master, r=Mark-Simulacrum
Mark-Simulacrum May 13, 2017
3fdb088
Rollup merge of #41943 - malbarbo:android-openssl, r=alexcrichton
Mark-Simulacrum May 13, 2017
4deee8b
Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomez
Mark-Simulacrum May 13, 2017
1acdcf8
Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb
bors May 13, 2017
a9109f4
Auto merge of #41861 - arthurprs:update-jemalloc, r=alexcrichton
bors May 13, 2017
1a9a7d8
Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors May 13, 2017
66177a0
Pass static crt to llvm cmake configuration
liranringel May 13, 2017
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.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4

* text=auto eol=lf
*.cpp rust
*.h rust
*.rs rust
src/etc/installer/gfx/* binary
*.woff binary
src/vendor/** -text
140 changes: 81 additions & 59 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,81 +1,103 @@
*~
\#*\#
\#*
.#*
*.x86
*.llvm
*.out
*.a
*.aux
*.bc
*.boot
*.rustc
*.bz2
*.cmi
*.cmo
*.cmx
*.dll
*.cp
*.cps
*.d
*.dSYM
*.def
*.exe
*.a
*.rlib
*.so
*.diff
*.dll
*.dylib
*.orig
*.cmo
*.cmi
*.dSYM
*.d
*.o
*.ll
*.bc
*.aux
*.cp
*.elc
*.epub
*.exe
*.fn
*.html
*.kdev4
*.ky
*.cps
*.ll
*.llvm
*.log
*.o
*.orig
*.out
*.patch
*.pdb
*.pdf
*.html
*.pg
*.toc
*.tp
*.vr
*.patch
*.diff
*.pot
*.pyc
*.rej
*.rlib
*.rustc
*.so
*.swo
*.swp
*.tmp
*.pyc
*.elc
*.toc
*.tp
*.vr
*.x86
*~
.#*
.DS_Store
.cproject
.hg/
.hgignore
.cproject
.idea
__pycache__/
*.py[cod]
*$py.class
.project
.settings/
.valgrindrc
lexer.ml
TAGS
version.ml
version.texi
.vscode/
/*-*-*-*/
/*-*-*/
/Makefile
config.mk
/rt/
/rustllvm/
/test/
/build/
/build
/config.toml
/dist/
/dl/
/doc
/inst/
/llvm/
/mingw-build/
src/.DS_Store
/stage0/
/dl/
/stage1/
/stage2/
/stage3/
*.bz2
/doc/html
/doc/latex
/doc/std
/nd/
/llvm/
version.md
rust.tex
/obj/
/rt/
/rustllvm/
/src/libstd_unicode/DerivedCoreProperties.txt
/src/libstd_unicode/DerivedNormalizationProps.txt
/src/libstd_unicode/PropList.txt
/src/libstd_unicode/ReadMe.txt
/src/libstd_unicode/Scripts.txt
/src/libstd_unicode/SpecialCasing.txt
/src/libstd_unicode/UnicodeData.txt
/stage[0-9]+/
/target
/test/
/tmp/
TAGS
TAGS.emacs
TAGS.vi
\#*
\#*\#
config.mk
config.stamp
keywords.md
x86_64-apple-darwin/
doc/core/
lexer.ml
src/etc/dl
src/librustc_llvm/llvmdeps.rs
tmp.*.rs
config.stamp
.DS_Store
version.md
version.ml
version.texi
.cargo
!src/vendor/**
37 changes: 33 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
[submodule "src/llvm"]
path = src/llvm
url = git://github.com/brson/llvm.git
[submodule "src/libuv"]
path = src/libuv
url = git://github.com/graydon/libuv.git
url = https://github.com/rust-lang/llvm.git
branch = master
[submodule "src/compiler-rt"]
path = src/compiler-rt
url = https://github.com/rust-lang/compiler-rt.git
[submodule "src/rt/hoedown"]
path = src/rt/hoedown
url = https://github.com/rust-lang/hoedown.git
branch = rust-2015-09-21-do-not-delete
[submodule "src/jemalloc"]
path = src/jemalloc
url = https://github.com/rust-lang/jemalloc.git
[submodule "src/rust-installer"]
path = src/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
[submodule "src/tools/cargo"]
path = src/tools/cargo
url = https://github.com/rust-lang/cargo
[submodule "reference"]
path = src/doc/reference
url = https://github.com/rust-lang-nursery/reference.git
[submodule "book"]
path = src/doc/book
url = https://github.com/rust-lang/book.git
[submodule "src/tools/rls"]
path = src/tools/rls
url = https://github.com/rust-lang-nursery/rls
Loading