Skip to content

Update stdsimd #10

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

Open
wants to merge 1,552 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1552 commits
Select commit Hold shift + click to select a range
5d65e8c
Reduce the size of `hir::Expr`.
nnethercote Feb 7, 2019
f565efd
mask `compiler_builtins` docs
euclio Feb 14, 2019
93ecae6
Rollup merge of #57451 - dlrobertson:can_use_as_ref_nit, r=estebank
Centril Feb 14, 2019
aa896f3
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Centril Feb 14, 2019
919cf42
Rollup merge of #57992 - Matthias247:waker4, r=cramertj
Centril Feb 14, 2019
b6ed206
Rollup merge of #58258 - nnethercote:shrink-hir-Expr, r=michaelwoerister
Centril Feb 14, 2019
4ad3cf2
Rollup merge of #58267 - estebank:match-arms, r=matthewjasper
Centril Feb 14, 2019
56e1916
Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk
Centril Feb 14, 2019
fab0f9b
Rollup merge of #58301 - RalfJung:fat-ptr-eq, r=oli-obk
Centril Feb 14, 2019
a0767d6
Rollup merge of #58308 - gnzlbg:context_insert_intr, r=eddyb
Centril Feb 14, 2019
be121a0
Notify @topecongiro when the state of rustfmt has changed
topecongiro Feb 14, 2019
c67d474
Auto merge of #58446 - Centril:rollup, r=Centril
bors Feb 14, 2019
f9c9512
Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=mich…
Centril Feb 14, 2019
975cdb5
Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelix
Centril Feb 14, 2019
0431857
Rollup merge of #58365 - Zoxc:task-status, r=michaelwoerister
Centril Feb 14, 2019
0dbb867
Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1
Centril Feb 14, 2019
2a539a1
Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoeri…
Centril Feb 14, 2019
a115fea
Rollup merge of #58407 - euclio:upper-camel-case, r=estebank
Centril Feb 14, 2019
410b445
Rollup merge of #58449 - topecongiro:rustfmt-toolstate, r=Centril
Centril Feb 14, 2019
23993e8
Remove no longer accurate diagnostic code about NLL
tesuji Feb 14, 2019
f47ec2a
Auto merge of #58455 - Centril:rollup, r=Centril
bors Feb 14, 2019
a5e4d1a
rustc_mir: rename qualify_consts::Qualifier to Checker.
eddyb Sep 29, 2018
732a2dc
rustc_mir: split off some qualify_consts::Checker fields into a State…
eddyb Feb 4, 2019
f6d1e97
rustc_mir: split qualify_consts' checking and value qualification.
eddyb Feb 5, 2019
b4fbebb
rustc_mir: remove outdated `const fn` stability diagnostic.
eddyb Feb 5, 2019
af131d5
rustc_mir: remove qualify_consts::Qualif::FN_ARGUMENT.
eddyb Feb 5, 2019
2de5b38
rustc_mir: rename `Qualif::for_ty to `Qualif::any_value_of_ty`.
eddyb Feb 5, 2019
1d6332d
rustc_mir: avoid having an Option around each local qualification in …
eddyb Feb 6, 2019
99fc3ef
rustc_mir: do not treat NEEDS_DROP as unexpected in qualify_consts.
eddyb Feb 6, 2019
81648a0
rustc_mir: rename qualify_consts::Qualifier to ConstCx and keep in Ch…
eddyb Feb 7, 2019
f04424a
rustc_mir: compute all the qualification bits separately in qualify_c…
eddyb Feb 6, 2019
eb98d31
Require defining uses to use generic parameters for all parameters of…
oli-obk Feb 14, 2019
2c339ae
Add specific error for unstable const fn features
varkor Feb 5, 2019
feb3408
Update const fn tests
varkor Feb 5, 2019
519783a
Fix documentation typo
varkor Feb 5, 2019
9f19719
update stdsimd
RalfJung Feb 11, 2019
1546e07
add missing feature flag
RalfJung Feb 11, 2019
a707a85
fixed for libstd build
RalfJung Feb 11, 2019
1e4ab1e
update stdsimd
RalfJung Feb 12, 2019
c35a18e
remove MaybeUninit::into_inner
RalfJung Feb 14, 2019
cce2c89
add .stderr file
nikomatsakis Feb 14, 2019
8ca4406
Add updated NLL tests
varkor Feb 14, 2019
b5ab2c7
split MaybeUninit into several features, expand docs a bit
RalfJung Feb 14, 2019
1d6ce52
Whitelist the ARM v8 target-feature
gnzlbg Feb 14, 2019
95ef9b4
make Centril happy
RalfJung Feb 14, 2019
82ec723
Always emit an error for a query cycle
Zoxc Jan 24, 2019
82d7e33
Remove `stolen`
Zoxc Feb 13, 2019
d21026e
Fix the syntax error in publish_toolstate.py
kennytm Feb 15, 2019
2c8e708
compile-pass test for #53606
Feb 15, 2019
f058741
Auto merge of #58403 - eddyb:requalify, r=oli-obk
bors Feb 15, 2019
378741b
print more information for closures when `-Zverbose` is given
nikomatsakis Feb 1, 2019
a49c9fb
include more universe information in `debug!` printouts
nikomatsakis Feb 1, 2019
4db6a9b
make generalization code create new variables in correct universe
nikomatsakis Feb 1, 2019
14001e8
Fix runtime error in generate-keyword-tests
KamilaBorowska Feb 15, 2019
9661ee6
fix tests post-rebase
pnkfelix Feb 15, 2019
a9410cd
Auto merge of #58406 - Disasm:rv64-support, r=nagisa
bors Feb 15, 2019
4ad8770
Fix documentation for std::path::PathBuf::pop
nathan Feb 15, 2019
eac0908
Auto merge of #57880 - Zoxc:error-on-cycle, r=michaelwoerister
bors Feb 15, 2019
725ba96
Add Const kind to HIR
varkor Feb 15, 2019
d44030d
Add pretty-printing for const generics
varkor Feb 15, 2019
9a5f7b1
Move const generic error from lowering to collect
varkor Feb 15, 2019
475f20c
Add Const kind to rustdoc
varkor Feb 15, 2019
ddf8811
Add E0111
varkor Feb 15, 2019
7f3c6d7
Take Const into account in HIR
varkor Feb 15, 2019
10602f1
Drive-by cleanup
varkor Feb 15, 2019
2279907
Take Const into account with nonstandard style lint
varkor Feb 15, 2019
9cfdb80
Update tests
varkor Feb 15, 2019
18ce997
Fix rebase issue
varkor Feb 15, 2019
84e88da
Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis
kennytm Feb 15, 2019
f05e6bf
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=Sim…
kennytm Feb 15, 2019
49107c3
Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk
kennytm Feb 15, 2019
9472f0c
Rollup merge of #58293 - xfix:patch-16, r=Mark-Simulacrum
kennytm Feb 15, 2019
9a3e22e
Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=Quie…
kennytm Feb 15, 2019
092d191
Rollup merge of #58359 - taiki-e:impl_snapshot_for, r=oli-obk
kennytm Feb 15, 2019
13b055d
Rollup merge of #58429 - RalfJung:box, r=TimNN
kennytm Feb 15, 2019
0fecb6d
Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNN
kennytm Feb 15, 2019
50f3c81
Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np…
kennytm Feb 15, 2019
30019ed
Rollup merge of #58440 - gnzlbg:v6, r=japaric
kennytm Feb 15, 2019
762b988
Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavus
kennytm Feb 15, 2019
9a2437c
Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril
kennytm Feb 15, 2019
d6a98f4
Notify myself when Clippy toolstate changes
phansch Feb 16, 2019
2a1b6c5
Check for Const param in collect
varkor Feb 16, 2019
425fb58
Don't abort early when collecting const generics
varkor Feb 16, 2019
727e204
Add a test for const parameter uppercase lint
varkor Feb 16, 2019
3ba6177
Fix tracking issue for error iterators
sfackler Feb 16, 2019
6982acd
Auto merge of #58477 - rust-lang:fix-publish-toolstate-syntax-error, …
bors Feb 17, 2019
cdd1c0e
Don't use an allocation for ItemId in StmtKind
Zoxc Feb 17, 2019
cfa6a70
Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_…
kennytm Feb 15, 2019
4739cd8
Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alex…
kennytm Feb 15, 2019
f8ccdeb
Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-file…
kennytm Feb 16, 2019
17b07f9
Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay
kennytm Feb 16, 2019
98f1865
Rollup merge of #58496 - nathan:doc-std-path-pathbuf-pop, r=frewsxcv
kennytm Feb 16, 2019
4fcee62
Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maint…
kennytm Feb 16, 2019
c65a82a
Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboats
kennytm Feb 17, 2019
564c569
Monomorphize less code in fs::{read|write}
scottmcm Feb 17, 2019
8af675a
Auto merge of #58495 - kennytm:rollup, r=kennytm
bors Feb 17, 2019
aba0d29
update stdsimd
RalfJung Feb 17, 2019
8fbb013
Mention capping forbid lints
dwijnand Feb 17, 2019
3281e62
Remove UB in test_is_null test
KamilaBorowska Feb 17, 2019
0cf1a91
Remove UB in test_ptr_subtraction test
KamilaBorowska Feb 17, 2019
9a3392e
Auto merge of #58416 - cuviper:dist-linux-gcc, r=alexcrichton
bors Feb 17, 2019
a23c40e
Add alias methods to PathBuf for underlying OsString
aaronstillwell Feb 17, 2019
66ae313
publish_toolstate.py: further fix the runtime errors
kennytm Feb 17, 2019
dad211e
Modify doctest's auto-`fn main()` to allow `Result`s
llogiq Dec 3, 2018
dbf60d9
Fixes for implementation of PathBuf methods (aliases for OsString)
aaronstillwell Feb 17, 2019
35d8c44
Changed feature gate for new PathBuf methods
aaronstillwell Feb 17, 2019
1a0d800
Bump the bootstrap compiler
jonas-schievink Feb 17, 2019
ee948d9
Add regression test for a specialization-related ICE (#39448)
emlai Feb 17, 2019
1b7ca96
librustc_codegen_llvm => 2018
taiki-e Feb 17, 2019
55c25f8
Fix doc for rustc "-g" flag
TheBiggerGuy Feb 17, 2019
88e462b
Add links to codegen docs for rustc synonym flags
TheBiggerGuy Feb 17, 2019
0b9ad6e
Explain a panic in test case net::tcp::tests::double_bind
ssomers Feb 4, 2019
01bebdf
Merge remote-tracking branch 'upstream/master'
ssomers Feb 17, 2019
d215d95
Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg
bors Feb 18, 2019
3bea2ca
Use more impl header lifetime elision
scottmcm Feb 18, 2019
9312ca1
Add a note about 2018e if someone uses `try {` in 2015e
scottmcm Feb 18, 2019
684b09b
Auto merge of #58541 - kennytm:fix-publish-toolstate-py-again, r=oli-obk
bors Feb 18, 2019
af38382
Update Clippy to rust-lang/rust-clippy@32ee30
flip1995 Feb 10, 2019
ed17700
Update RLS to rust-lang/rls@0d6f53
flip1995 Feb 10, 2019
5f48357
Update rustfmt to rust-lang/rustfmt@d6829d
flip1995 Feb 11, 2019
919b3f9
Update Cargo.toml of rustc-workspace-hack
flip1995 Feb 14, 2019
4f96a03
Add constant_time_eq to license exception list of tidy tool
flip1995 Feb 16, 2019
4c228cc
Update Cargo.lock
flip1995 Feb 18, 2019
2b2045d
ci: fix docker cache hash collision
pietroalbini Feb 17, 2019
146aa60
Auto merge of #58549 - pietroalbini:fix-docker-ci-hash, r=Mark-Simula…
bors Feb 18, 2019
c9fbcc1
Fixed doc example for Path::with_capacity
aaronstillwell Feb 18, 2019
64c915e
override `VecDeque::try_rfold`, also update iterator
llogiq Feb 2, 2019
c61b92b
Auto merge of #58543 - jonas-schievink:bumpstrap, r=pietroalbini
bors Feb 18, 2019
f8b6449
Fix style nits
dlrobertson Feb 18, 2019
75c541f
Fix typo in std::future::Future docs
thomaseizinger Feb 18, 2019
32471f7
Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov
bors Feb 19, 2019
b96d6fb
Fix a transposition in driver.rs.
benjaminp Feb 19, 2019
94b6bf2
reduced some code repetitions.
kenta7777 Feb 19, 2019
fcccf06
Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavus
bors Feb 19, 2019
cd99bd3
Update clippy to rust-lang/rust-clippy@d61b25419be
Manishearth Feb 19, 2019
4d66b7b
Auto merge of #58571 - Manishearth:rustup, r=Manishearth
bors Feb 19, 2019
b53305d
Fix tables display
GuillaumeGomez Feb 11, 2019
31ee20d
Add missing fmt structs examples
GuillaumeGomez Feb 17, 2019
4059889
improve Pin documentation
RalfJung Feb 19, 2019
95d2795
Stabilize iter::successors
SimonSapin Feb 19, 2019
3906cb9
Stabilize iter::from_fn
SimonSapin Feb 19, 2019
74e35d2
Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj
bors Feb 19, 2019
5a06eab
Rollup merge of #56470 - llogiq:process-termination-doctest, r=Guilla…
kennytm Feb 19, 2019
a8d18b9
apply some of the feedback
RalfJung Feb 19, 2019
a8111b7
Apply suggestions from code review
RalfJung Feb 19, 2019
442c486
separate section for doubly-linked list, reword projections intro
RalfJung Feb 19, 2019
0ba99f6
more work on projections and RefCell example
RalfJung Feb 19, 2019
3040380
rewrite pin module intro
RalfJung Feb 19, 2019
c774bc6
examples
RalfJung Feb 19, 2019
c8f4efc
mention interaction with Deref in intro
RalfJung Feb 19, 2019
11e48eb
please the mericless tidy, oh tidy
RalfJung Feb 19, 2019
2c6981a
improve linked list -> drop transition
RalfJung Feb 19, 2019
d5df8a4
improve wording
RalfJung Feb 19, 2019
9c241aa
expand Unpin example
RalfJung Feb 19, 2019
5cf0d7b
update miri
RalfJung Feb 17, 2019
7596a10
update Cargo.lock and miri URL
RalfJung Feb 17, 2019
7f5d50e
update miri
RalfJung Feb 17, 2019
158f074
Update cargo
ehuss Feb 20, 2019
120e9cb
Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=Qui…
kennytm Feb 19, 2019
d22bb1a
Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactio…
kennytm Feb 19, 2019
07b6d17
Rollup merge of #58384 - GuillaumeGomez:fix-table-display, r=QuietMis…
kennytm Feb 19, 2019
98a6e72
Rollup merge of #58392 - scottmcm:less-shifting-in-net-ip, r=oli-obk
kennytm Feb 19, 2019
8d1e432
Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus
kennytm Feb 19, 2019
897778e
Rollup merge of #58456 - lzutao:nll, r=Centril
kennytm Feb 19, 2019
e95297c
Rollup merge of #58528 - Zoxc:stmtkind-item, r=oli-obk
kennytm Feb 19, 2019
7ef11d4
Rollup merge of #58530 - scottmcm:monomorphize-less, r=TimNN
kennytm Feb 19, 2019
5144583
Rollup merge of #58534 - dwijnand:mention-capping-forbid-lints, r=oli…
kennytm Feb 19, 2019
943fe1e
Rollup merge of #58536 - xfix:remove-ub-in-pointer-tests, r=RalfJung
kennytm Feb 19, 2019
a68a1c7
Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centril
kennytm Feb 19, 2019
c965858
Rollup merge of #58539 - aaronstillwell:master, r=Mark-Simulacrum
kennytm Feb 19, 2019
717aa46
Rollup merge of #58544 - TheBiggerGuy:rustc-doc-cli-args, r=TimNN
kennytm Feb 19, 2019
fd18e3f
Rollup merge of #58545 - emlai:regression-test-for-39448, r=Centril
kennytm Feb 19, 2019
8368638
Rollup merge of #58546 - taiki-e:librustc_codegen_llvm-2018, r=Centril
kennytm Feb 19, 2019
ef0aadd
Rollup merge of #58551 - ssomers:master, r=oli-obk
kennytm Feb 19, 2019
e3a8f7d
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm Feb 19, 2019
6e99101
Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg
kennytm Feb 19, 2019
09c85a1
Rollup merge of #58565 - thomaseizinger:typo-future-docs, r=frewsxcv
kennytm Feb 19, 2019
2f9fa19
Rollup merge of #58568 - benjaminp:driver-trans, r=wesleywiser
kennytm Feb 19, 2019
95daca4
Rollup merge of #58569 - kenta7777:reduce-code-repetition, r=oli-obk
kennytm Feb 19, 2019
8ca56e1
Rollup merge of #58576 - SimonSapin:successors, r=Centril
kennytm Feb 19, 2019
a1a17f5
Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton
kennytm Feb 20, 2019
abb07c4
remove a bit of dead code
matklad Feb 20, 2019
65622e3
cleanup macro after 2018 transition
matklad Feb 20, 2019
c52560d
tweaks
RalfJung Feb 20, 2019
f66e469
Auto merge of #58578 - kennytm:rollup, r=kennytm
bors Feb 20, 2019
ad096d1
Dedup a rustdoc diagnostic construction
dwijnand Feb 20, 2019
cbc865d
Use successor_within_block helper
spastorino Nov 20, 2018
801c3f0
Fix erroneous loop diagnostic in nll
spastorino Nov 20, 2018
a12982c
Run rustfmt
spastorino Feb 20, 2019
703e236
ci: switch appveyor to gce builders to try debugging the 259 failure
pietroalbini Feb 20, 2019
8cf3605
fix typo
llogiq Feb 20, 2019
06b2aff
tweak pinning projections
RalfJung Feb 20, 2019
103ed0c
Search for target_triple.json only if builtin target not found
gnzlbg Feb 20, 2019
1b556f1
expand pinning projections
RalfJung Feb 20, 2019
b2a02c8
Fixes #58586: Make E0505 explain example fail for 2018 edition
gurgalex Feb 20, 2019
102436d
Put Future trait into spotlight
Feb 20, 2019
1349c84
Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkf…
bors Feb 20, 2019
6a5abea
Remove braces from most E0505 examples
gurgalex Feb 20, 2019
c9ade6a
more pin projections tweaking
RalfJung Feb 21, 2019
59bdb31
final pin projections tweaking
RalfJung Feb 21, 2019
0e25a68
Auto merge of #58535 - RalfJung:miri, r=oli-obk
bors Feb 21, 2019
0f6d363
explain why we use static alignment in ref-to-place conversion
RalfJung Feb 21, 2019
99d67ca
Destabilize fixed-width const defined atomic integers
vertexclique Feb 21, 2019
e61a8a9
Apply suggestions from code review
Centril Feb 21, 2019
2db0e0d
tweaks and fix weird space
RalfJung Feb 21, 2019
bcc55e5
we only list some examples of basic types
RalfJung Feb 21, 2019
6b88007
explain unsafe
RalfJung Feb 21, 2019
fd42f24
Auto merge of #58597 - pietroalbini:appveyor-gce, r=alexcrichton
bors Feb 21, 2019
32a9614
this is for you, tidy
RalfJung Feb 21, 2019
b01f81b
remark about the one place where place computation calls size_and_ali…
RalfJung Feb 21, 2019
811af42
fix link
RalfJung Feb 21, 2019
09a2454
introduce benchmarks of BTreeSet.intersection
ssomers Feb 21, 2019
3cd286b
s/skol_/placeholder_/
nikomatsakis Feb 20, 2019
6cb4ffb
reintroduce `commit_if_ok` call into `higher_ranked_sub`
nikomatsakis Feb 19, 2019
2cbe07b
reintroduce `commit_if_ok` calls to `subtype_predicate`
nikomatsakis Feb 19, 2019
0c94ea0
introduce a dummy leak check and invoke it in all the right places
nikomatsakis Feb 20, 2019
561ce44
restore the actual leak-check
nikomatsakis Feb 20, 2019
21e9478
update test files to reflect new output
nikomatsakis Feb 20, 2019
633d75a
Auto merge of #58584 - ehuss:update-cargo, r=alexcrichton
bors Feb 21, 2019
33d3598
partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc
nikomatsakis Feb 21, 2019
4867a8c
Update miri links
phansch Feb 21, 2019
36f6652
Fix more nursery links in CONTRIBUTING.md
phansch Feb 21, 2019
8a1d0de
Auto merge of #58592 - nikomatsakis:universe-leak-check, r=aturon
bors Feb 21, 2019
497439c
take a bit more space for new_unchecked examples
RalfJung Feb 21, 2019
d1f8970
Auto merge of #58616 - vertexclique:destabilize-fixed-width-atomic-in…
bors Feb 22, 2019
c6fd027
Auto merge of #58574 - RalfJung:pin, r=Mark-Simulacrum
bors Feb 22, 2019
1005f3b
Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r…
bors Feb 22, 2019
88d55f5
Make std feature list sorted
matklad Feb 22, 2019
e1c6d00
Auto merge of #57997 - nitnelave:master, r=RalfJung
bors Feb 22, 2019
0bcb664
Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapin
Centril Feb 22, 2019
ec8ef18
Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton
Centril Feb 22, 2019
70cc6c9
Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm
Centril Feb 22, 2019
894141b
Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surroun…
Centril Feb 22, 2019
42b9a04
Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum
Centril Feb 22, 2019
bcb7dce
Rollup merge of #58555 - scottmcm:try-2015, r=Centril
Centril Feb 22, 2019
94817aa
Rollup merge of #58588 - matklad:dead-code, r=petrochenkov
Centril Feb 22, 2019
aa3779b
Rollup merge of #58589 - matklad:remove-hack, r=petrochenkov
Centril Feb 22, 2019
1d0d94a
Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, …
Centril Feb 22, 2019
575a209
Rollup merge of #58600 - llogiq:documentation-tests-typo, r=frewsxcv
Centril Feb 22, 2019
555df2b
Rollup merge of #58601 - gnzlbg:json_error, r=oli-obk
Centril Feb 22, 2019
b28a32f
Rollup merge of #58606 - stjepang:put-future-into-spotlight, r=alexcr…
Centril Feb 22, 2019
59f1a56
Rollup merge of #58607 - gurgalex:fail_E0505_for_2018_edition, r=matt…
Centril Feb 22, 2019
9695b80
Rollup merge of #58615 - RalfJung:ref-to-place-alignment, r=oli-obk
Centril Feb 22, 2019
a2a2b7b
Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=…
Centril Feb 22, 2019
40d40a3
Rollup merge of #58621 - phansch:update_miri_links, r=oli-obk
Centril Feb 22, 2019
a8a343a
Rollup merge of #58632 - matklad:reduce-contention, r=Centril
Centril Feb 22, 2019
ee07b15
Added a connection timeout and speed threshold when downloading the D…
kennytm Feb 22, 2019
082c861
Auto merge of #58644 - Centril:rollup, r=Centril
bors Feb 22, 2019
bcfb5e8
Auto merge of #58655 - kennytm:download-docker-cache-with-timeout, r=…
bors Feb 23, 2019
2cf6e91
Update stdsimd
gnzlbg Feb 23, 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
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ src/etc/installer/gfx/* binary
*.woff binary
src/vendor/** -text
Cargo.lock -merge linguist-generated=false

# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.ico binary
26 changes: 9 additions & 17 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "src/llvm"]
path = src/llvm
url = https://github.com/rust-lang/llvm.git
branch = master
[submodule "src/rust-installer"]
path = src/tools/rust-installer
url = https://github.com/rust-lang/rust-installer.git
Expand All @@ -28,7 +24,7 @@
url = https://github.com/rust-lang-nursery/rustfmt.git
[submodule "src/tools/miri"]
path = src/tools/miri
url = https://github.com/solson/miri.git
url = https://github.com/rust-lang/miri.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 @@ -38,20 +34,16 @@
[submodule "src/stdsimd"]
path = src/stdsimd
url = https://github.com/rust-lang-nursery/stdsimd.git
[submodule "src/tools/lld"]
path = src/tools/lld
url = https://github.com/rust-lang/lld.git
[submodule "src/tools/lldb"]
path = src/tools/lldb
url = https://github.com/rust-lang-nursery/lldb.git
branch = rust-release-80-v2
[submodule "src/tools/clang"]
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
[submodule "src/doc/edition-guide"]
path = src/doc/edition-guide
url = https://github.com/rust-lang-nursery/edition-guide
url = https://github.com/rust-lang-nursery/edition-guide.git
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/8.0-2019-01-16
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Matt Brubeck <[email protected]> <[email protected]>
Matthew Auld <[email protected]>
Matthew McPherrin <[email protected]> <[email protected]>
Matthijs Hofstra <[email protected]>
Melody Horn <[email protected]> <[email protected]>
Michael Williams <[email protected]>
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
Mickaël Raybaud-Roig <[email protected]> m-r-r <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ matrix:
if: branch = auto
- env: IMAGE=i686-gnu-nopt
if: branch = auto
- env: IMAGE=wasm32-unknown
- env: IMAGE=test-various
if: branch = auto
- env: IMAGE=x86_64-gnu
if: branch = auto
Expand Down
Loading