Skip to content
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

Upgrade Rust base (aa35e73b) #137

Closed
wants to merge 4,644 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4644 commits
Select commit Hold shift + click to select a range
5c06567
Add internal lints default_hash_types and usage_of_ty_tykind
flip1995 Dec 6, 2018
4c9fb93
Uplift match_def_path from Clippy
flip1995 Dec 6, 2018
a2a8c44
Add register_internals function to `rustc_lint`
flip1995 Dec 6, 2018
157e797
Fix rebase fallout
flip1995 Feb 24, 2019
16acf7d
use check_path instead of check_expr
flip1995 Feb 28, 2019
9b2bf70
Make internal lints allow-by-default
flip1995 Mar 16, 2019
5a788f0
Fix bug in TyKind lint
flip1995 Mar 19, 2019
e536037
Deduplicate code in TyKind lint
flip1995 Mar 21, 2019
28a5c41
Check for unstable-options flag before register internals
flip1995 Mar 21, 2019
2045dfe
Update tests
flip1995 Mar 21, 2019
dfcd1ef
Add unstable-options flag to stage!=0
flip1995 Mar 31, 2019
69f74df
Deny internal lints in librustc
flip1995 Mar 31, 2019
d3f0cb9
Deny internal lints on non conflicting crates
flip1995 Mar 31, 2019
818d300
Deny internal lints on librustc_interface
flip1995 Mar 31, 2019
d2bc991
Deny internal lints on librustc_lint
flip1995 Mar 31, 2019
e4b87f5
Deny internal lints on librustc_mir
flip1995 Mar 31, 2019
4d2a3bb
Deny internal lints on librustc_typeck
flip1995 Mar 31, 2019
dd7483c
Remove TyKind arg from report_bin_hex_error function
flip1995 Apr 2, 2019
51a792d
Add trait_object_dummy_self to CommonTypes
flip1995 Apr 3, 2019
076abfa
Deny internal lints on two more crates
flip1995 Apr 3, 2019
c81ce06
Compare `Ty`s directly instead of their `TyKind`s
flip1995 Apr 3, 2019
86d1678
Support using LLVM's libunwind as the unwinder implementation
petrhosek Mar 11, 2019
da99f46
rustfix coverage: Skip UI tests with non-json error-format
phansch Apr 3, 2019
f6eb09b
Fix explicit_predicates_of
GuillaumeGomez Apr 3, 2019
c966c45
Add test from #59033
GuillaumeGomez Apr 3, 2019
5c7a944
Add documentation on the -Z flag on the command-line arguments sectio…
Apr 3, 2019
5c1cd6c
Update cargo
dtolnay Apr 3, 2019
fba110c
reduce repetition in librustc(_lint) wrt. impl LintPass
Centril Apr 3, 2019
c2e0d7f
Never return uninhabited values at all
cuviper Apr 3, 2019
314a79c
Auto merge of #59672 - o01eg:fix-59661, r=oli-obk
bors Apr 3, 2019
dcccab5
Rollup merge of #59316 - flip1995:internal_lints_take_2, r=oli-obk
Centril Apr 3, 2019
b78cbe6
Rollup merge of #59663 - matklad:borrow, r=dtolnay
Centril Apr 3, 2019
b4686ca
Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcr…
Centril Apr 3, 2019
c87cce6
Rollup merge of #59666 - DevQps:update-rustc-environment-descriptions…
Centril Apr 3, 2019
eb3215e
Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk
Centril Apr 3, 2019
231bd48
Rollup merge of #59677 - phansch:rustfix_coverage_handle_other_error_…
Centril Apr 3, 2019
a5dfdc5
Auto merge of #59684 - Centril:rollup-n7pnare, r=Centril
bors Apr 4, 2019
a969d40
File: Add documentation about dropping to sync_all
czipperz Apr 4, 2019
4c9c2cf
Add description for -Os and -Oz in rustc.1
tesuji Apr 4, 2019
f717b58
Auto merge of #59089 - petrhosek:llvm-unwind, r=petrhosek
bors Apr 4, 2019
42d652e
Disable stack probing for gnux32.
crlf0710 Apr 4, 2019
e43f99c
Auto merge of #59517 - Zoxc:new-queries, r=oli-obk
bors Apr 4, 2019
a37c33b
Mark unix::ffi::OsStrExt methods as inline
KamilaBorowska Apr 4, 2019
fdb8752
cleanup shebang handling in the lexer
matklad Apr 4, 2019
2d06571
Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen
bors Apr 4, 2019
ef648f4
Remove invalid assertion back::link::from add_upstream_rust_crates().
michaelwoerister Apr 4, 2019
886456d
Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnay
Centril Apr 4, 2019
2074c96
Rollup merge of #59555 - RalfJung:miri, r=oli-obk
Centril Apr 4, 2019
9f8f891
Rollup merge of #59556 - RalfJung:stdsimd, r=gnzlbg
Centril Apr 4, 2019
56328a5
Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi
Centril Apr 4, 2019
05c31ba
Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb
Centril Apr 4, 2019
c18c194
Rollup merge of #59671 - matklad:lexer, r=eddyb
Centril Apr 4, 2019
4954cae
Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez
Centril Apr 4, 2019
31c2f5d
Rollup merge of #59686 - crlf0710:disable_gnux32_stackprobe, r=luqmana
Centril Apr 4, 2019
cb57484
std: Avoid usage of `Once` in `Instant`
alexcrichton Apr 3, 2019
52980d0
Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril
bors Apr 4, 2019
a964921
Use declare_lint_pass! and impl_lint_pass! in more places
hgallagher1993 Apr 4, 2019
d6b91fe
Update cargo
dtolnay Apr 4, 2019
7eda723
Fix cases of conflicting two-phase borrows
matthewjasper Feb 27, 2019
f8e2beb
Treat two-phase borrow reservations as mutable accesses
matthewjasper Mar 1, 2019
c0c3c00
Update tests for restrictive two-phase borrows
matthewjasper Mar 1, 2019
074f239
add mutable_borrow_reservation_conflict future-incompatibility lint.
pnkfelix Mar 13, 2019
9738d7a
update unit test output to reflect change to lint-based diagnostic.
pnkfelix Mar 13, 2019
800be4c
unit test for the lint itself, illustrating that it can be controlled…
pnkfelix Mar 13, 2019
b3f6266
Adjust the mutable_borrow_reservation_conflict message
matthewjasper Mar 25, 2019
4ff459f
Fix out-of-date comment
pnkfelix Mar 26, 2019
820b088
Placate tidy
pnkfelix Mar 26, 2019
cc5088d
Use more accurate lint root for mutable_borrow_reservation_conflict
matthewjasper Mar 31, 2019
53f2165
Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler
bors Apr 4, 2019
1bf04c9
std: Upgrade `compiler_builtins` to fix wasi linkage
alexcrichton Apr 2, 2019
7994197
Make FnBox a subtrait of FnOnce.
qnighy Oct 28, 2018
059ec76
Add Fn* blanket impls for Box.
qnighy Oct 28, 2018
480dcb4
Add tests for boxed_closure_impls.
qnighy Oct 28, 2018
219097e
Add unstable-book articles on fnbox and boxed_closure_impls.
qnighy Oct 28, 2018
e55d82c
Fix expectations on some ui tests involving FnOnce.
qnighy Oct 28, 2018
4dcd6cc
Fix failing tests.
qnighy Feb 3, 2019
a38f292
We already have unsized_locals in stage0.
qnighy Feb 10, 2019
45c0b28
Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>.
qnighy Feb 11, 2019
ecc3e89
Stabilize boxed_closure_impls in 1.35.0.
crlf0710 Feb 11, 2019
440e873
Simplify fnbox docs.
qnighy Feb 11, 2019
7a63c7f
Add ignore to doc code
qnighy Feb 11, 2019
fcc8b8c
ci: Update FreeBSD tarball downloads
alexcrichton Apr 4, 2019
471db2b
wasm32: Default to a "static" relocation model
alexcrichton Apr 4, 2019
894142d
Add back the substring test
GuillaumeGomez Apr 4, 2019
002c70f
Introduce an arena type which may be used to allocate a list of types…
Zoxc Mar 29, 2019
e835d27
Make ArenaAllocatable a marker trait to allow overlapping impls and u…
Zoxc Mar 30, 2019
4ccb9ae
Impl UseSpecializedDecodable for &T
Zoxc Mar 30, 2019
43e33ea
Add DropArena and use it to allocate types with few allocations
Zoxc Mar 30, 2019
8e2faa0
Auto merge of #59704 - alexcrichton:fix-freebsd, r=pietroalbini
bors Apr 5, 2019
a11083e
Auto merge of #59643 - alexcrichton:wasi-symbols, r=sanxiyn
bors Apr 5, 2019
812d89c
Fix expectations on some ui test in nll compare mode.
crlf0710 Apr 5, 2019
a781c47
Auto merge of #59681 - dtolnay:cargo, r=alexcrichton
bors Apr 5, 2019
a6e802a
Add regression test for #59137.
michaelwoerister Apr 5, 2019
a3122e1
Rollup merge of #59665 - ssomers:hashset_revisited, r=KodrAus
Centril Apr 5, 2019
2e7be1e
Rollup merge of #59687 - matklad:shebang, r=petrochenkov
Centril Apr 5, 2019
c392832
Rollup merge of #59690 - xfix:patch-17, r=cramertj
Centril Apr 5, 2019
c0ed443
Rollup merge of #59702 - hgallagher1993:origin, r=Centril
Centril Apr 5, 2019
7249036
Rollup merge of #59712 - alexcrichton:wasm-static-not-pic, r=eddyb
Centril Apr 5, 2019
25c448f
Remove no_force from coherent_trait
Zoxc Apr 5, 2019
4d7defb
Auto merge of #59721 - Centril:rollup-ieam9ke, r=Centril
bors Apr 5, 2019
cfd31fb
Include trailing comma in multiline Debug representation
dtolnay Apr 3, 2019
20dbf28
Auto merge of #59076 - dtolnay:comma, r=alexcrichton
bors Apr 5, 2019
d5985bc
rustc: Start implementing compat with LLVM 9
alexcrichton Apr 4, 2019
c386210
Add missing tryfrom example
GuillaumeGomez Mar 29, 2019
bb2c0d1
wasi: Use shared API for preopened fds
alexcrichton Apr 5, 2019
4ba3034
Update RELEASES.md
Centril Apr 5, 2019
acd8dd6
Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj
bors Apr 5, 2019
278ab19
Move match_path from DefId to lint::LateContext
flip1995 Apr 5, 2019
0730a01
Use for_each to extend collections
cuviper Apr 5, 2019
1691e06
Future-proof the Futures API
cramertj Mar 11, 2019
e5435d9
Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=es…
Centril Apr 5, 2019
2b90d67
Rollup merge of #59599 - XAMPPRocky:master, r=Mark-Simulacrum
Centril Apr 5, 2019
6c7ec18
Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton
Centril Apr 5, 2019
f3f6898
Rollup merge of #59696 - michaelwoerister:fix-issue-59137, r=alexcric…
Centril Apr 5, 2019
c065367
Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=Cen…
Centril Apr 5, 2019
8455818
Rollup merge of #59727 - alexcrichton:wasi-apis, r=fitzgen
Centril Apr 5, 2019
05b4554
Auto merge of #59741 - Centril:rollup-3us4b8q, r=Centril
bors Apr 5, 2019
aafe2c6
Show better errors for LLVM IR output
cuviper Apr 6, 2019
350e492
Change `copytest` parameter name from `y` to `sign`
cwhakes Apr 6, 2019
b025802
Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister
bors Apr 6, 2019
2982dbf
Auto merge of #59744 - cuviper:output-errors, r=sanxiyn
bors Apr 6, 2019
209b0b4
Auto merge of #59745 - cwhakes:master, r=sanxiyn
bors Apr 6, 2019
8159f38
Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn
bors Apr 6, 2019
564771f
Tiny docs fix
tbu- Apr 6, 2019
965dc6b
Update books
ehuss Apr 6, 2019
acfe36e
Update miri
matthewjasper Apr 6, 2019
ed45788
Rollup merge of #59738 - flip1995:match_path_move, r=eddyb,Manishearth
Centril Apr 6, 2019
76d818c
Rollup merge of #59740 - cuviper:folded-extend, r=scottmcm
Centril Apr 6, 2019
39d7292
Rollup merge of #59751 - tbu-:pr_doc_fix_format, r=Centril
Centril Apr 6, 2019
cd1165d
Rollup merge of #59754 - ehuss:update-books, r=frewsxcv
Centril Apr 6, 2019
4601ff0
Rollup merge of #59755 - matthewjasper:update-miri, r=RalfJung
Centril Apr 6, 2019
0913800
Auto merge of #59760 - Centril:rollup-4b9x7ue, r=Centril
bors Apr 6, 2019
cb51f87
miri engine: lazily allocate memory for locals on first write
RalfJung Apr 6, 2019
bd7a802
Remove check_match from const_eval
whitfin Apr 7, 2019
dec0a98
Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix
bors Apr 7, 2019
cd9bea3
Add reference to cfg attr
tesuji Apr 7, 2019
1f40580
Function arguments should never get promoted
oli-obk Apr 5, 2019
65a45dd
Add more regression tests for accidental promotion
oli-obk Apr 5, 2019
54ea7f7
Update comment
oli-obk Apr 5, 2019
28ea249
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
xales Apr 7, 2019
4fb888b
Auto merge of #59119 - cramertj:cx-back, r=withoutboats
bors Apr 7, 2019
525c68c
make StorageLive lazy as well
RalfJung Apr 7, 2019
ae1f8ab
fix miri engine debug output for uninitialized locals
RalfJung Apr 7, 2019
d13547a
ci: pin android emulator to 28.0.23
pietroalbini Apr 7, 2019
df7a91f
Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytm
bors Apr 7, 2019
11510b2
Auto merge of #59766 - xales:revertlibtest, r=Manishearth
bors Apr 7, 2019
944ffbf
initialize unsized locals when copying to the for the first time
RalfJung Apr 7, 2019
b00fd57
implement by-value object safety
RalfJung Apr 7, 2019
474e7a6
Auto merge of #59765 - lzutao:patch-1, r=Centril
bors Apr 7, 2019
01e8394
Only run SIMD tests on x86
oli-obk Apr 7, 2019
77bdb35
Add test demonstrating existing behaviour.
davidtwco Apr 7, 2019
3750348
Auto merge of #59724 - oli-obk:const_arg_ice, r=eddyb
bors Apr 8, 2019
5731945
Apply suggestions from code review
RalfJung Apr 8, 2019
4d79d39
avoid reading from ZST locals
RalfJung Apr 8, 2019
d4d2317
Update test cases for changes to error messages
whitfin Apr 8, 2019
edebed9
compiletest: Improve no_prefer_dynamic docs
phansch Apr 8, 2019
01be78d
Add Waker::wake_by_ref and make Waker::wake consume the Waker
cramertj Apr 5, 2019
6786fa7
Rename Waker::new_unchecked to Waker::from_raw
cramertj Apr 5, 2019
9017d46
Make trait_methods_not_found use a lock
Zoxc Apr 9, 2019
1c09220
submodules: update clippy from 92612c9d to 37f5c1ec
matthiaskrgr Apr 9, 2019
e3993c7
submodules: update miri from 0e4f963 to 28f2e5b
matthiaskrgr Apr 9, 2019
956e815
submodules: update rls from 90f7ab0 to 49efc06
matthiaskrgr Apr 9, 2019
beeeb43
update Cargo.lock
matthiaskrgr Apr 9, 2019
3262d1e
Kill dead code dominator code.
vext01 Apr 9, 2019
04762dd
Fix a typo
Zoxc Apr 9, 2019
6688b03
proc_macro: stop using LEB128 for RPC.
eddyb Apr 9, 2019
757ef38
improve unknown enum variant errors
euclio Apr 8, 2019
3e01901
Remove strange formatting in `Ordering` docs.
ehuss Apr 9, 2019
223f1c7
Remove useless ?Sized bound
Zoxc Apr 10, 2019
3826493
std::ops::Div examples: correct nominator to numerator
andersk Apr 10, 2019
7acfa45
Updated the documentation, now claiming the -Z is associated to unsta…
Apr 10, 2019
cdeb745
Updated the description of -Z in the rustc book.
Apr 10, 2019
96d700f
Auto merge of #59810 - matthiaskrgr:submodule_upd, r=oli-obk
bors Apr 10, 2019
bbdeafc
clarify what the item is in "not a module" error
euclio Apr 1, 2019
4a938b5
Special error when using catch after try
Kampfkarren Apr 10, 2019
de02dd9
Adhere to tidy script
Kampfkarren Apr 10, 2019
2b61431
Fix error brought up by changing tabs to spaces
Kampfkarren Apr 10, 2019
81a1121
Update cmake, cc and compiler_builtins for VS 2019 support
Zoxc Apr 6, 2019
b70124e
Don't require a C compiler on wasm32
Zoxc Apr 9, 2019
cf0454c
Don't build test helpers for wasm32
Zoxc Apr 10, 2019
7b28ddc
Update Cargo.lock
Zoxc Apr 10, 2019
e2d1d66
SGX target: fix cfg(test) build
Apr 10, 2019
4af7cf3
Fix tests, I think
Kampfkarren Apr 10, 2019
16592f6
Suggest removing `?` to resolve type errors.
davidtwco Apr 10, 2019
ac037c1
Recover from missing semicolon based on the found token
estebank Apr 11, 2019
3ab9706
Tweak unstable diagnostic output
estebank Apr 10, 2019
1156ce6
Feedback
Kampfkarren Apr 11, 2019
d21bebe
Auto merge of #59799 - Zoxc:vs2019, r=alexcrichton
bors Apr 11, 2019
ee1474a
Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=Guil…
bors Apr 11, 2019
0234878
Update TRPL to use mdbook 0.2
carols10cents Apr 11, 2019
8509127
Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus
bors Apr 11, 2019
f54df44
Remove note about transmute for float bitpatterns.
solson Apr 11, 2019
ae2a68b
Fix broken links on std::boxed doc page
ollie27 Apr 9, 2019
8678164
Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocket
rylev Apr 11, 2019
3de0106
Auto merge of #59780 - RalfJung:miri-unsized, r=oli-obk
bors Apr 11, 2019
7276eb5
musl: do not compress debug section
mati865 Apr 11, 2019
146d040
Reword tracking issue note
estebank Apr 11, 2019
aefc158
Update diagnostics.rs
andrewbanchich Apr 11, 2019
90d9727
Fix the link to sort_by_cached_key
cuviper Apr 11, 2019
66ed5d9
Fix ui-fulldeps test
estebank Apr 11, 2019
1ced262
save-analysis: use `qpath_def` for associated types
Xanewok Apr 11, 2019
9b6b3d6
review comments
estebank Apr 11, 2019
bcd263e
save-analysis: Simplify match arm for type node def
Xanewok Apr 11, 2019
cd8b437
Auto merge of #59227 - Zoxc:fix-get, r=eddyb
bors Apr 11, 2019
b586247
describe_enum_variant: Reduce code duplication
tmandry Apr 2, 2019
7c626a6
Add discr_index to multi-variant layouts
tmandry Apr 2, 2019
0369e6c
Auto merge of #59886 - mati865:musl_toolchain, r=alexcrichton
bors Apr 12, 2019
2226c09
Auto merge of #59536 - Zoxc:the-arena, r=eddyb
bors Apr 12, 2019
876a3bc
Auto merge of #59622 - GuillaumeGomez:improve-one-char-search, r=Quie…
bors Apr 12, 2019
59e95dd
Rollup merge of #59680 - DevQps:document-rustc-z-flag, r=cramertj
Centril Apr 12, 2019
d77b7d9
Rollup merge of #59711 - GuillaumeGomez:substring-test, r=QuietMisdre…
Centril Apr 12, 2019
2f71ecb
Rollup merge of #59806 - phansch:compiletest_docs2, r=oli-obk
Centril Apr 12, 2019
f4c8cc9
Rollup merge of #59809 - Zoxc:trait_methods_not_found, r=estebank
Centril Apr 12, 2019
ba10b13
Rollup merge of #59811 - vext01:dead-dominator-code, r=oli-obk
Centril Apr 12, 2019
484e703
Rollup merge of #59814 - ollie27:dead_boxed_links, r=QuietMisdreavus
Centril Apr 12, 2019
24ee611
Rollup merge of #59821 - euclio:unknown-enum-variants, r=davidtwco
Centril Apr 12, 2019
94b7b6a
Rollup merge of #59831 - ehuss:ordering-docs, r=kennytm
Centril Apr 12, 2019
740c9ea
Rollup merge of #59836 - andersk:nominator, r=Centril
Centril Apr 12, 2019
c852cc5
Rollup merge of #59857 - jethrogb:jb/sgx-test, r=Centril
Centril Apr 12, 2019
ef90d94
Rollup merge of #59876 - integer32llc:update-trpl-to-mdbook-0.2, r=st…
Centril Apr 12, 2019
257dbb8
Rollup merge of #59880 - solson:transmute-float, r=alexcrichton
Centril Apr 12, 2019
cb7079f
Rollup merge of #59889 - andrewbanchich:minor-text-fixes, r=estebank
Centril Apr 12, 2019
dddcd92
Rollup merge of #59891 - rust-lang:sort_by_cached_key, r=jonas-schievink
Centril Apr 12, 2019
7a8329f
Rollup merge of #59894 - Xanewok:save-assoc-ty-qpath, r=eddyb
Centril Apr 12, 2019
5b96425
Auto merge of #59910 - Centril:rollup-yjv7b06, r=Centril
bors Apr 12, 2019
9a612b2
Auto merge of #59651 - tmandry:discr-index, r=eddyb
bors Apr 12, 2019
df25d79
Auto merge of #59733 - cramertj:wake-by-ref, r=withoutboats
bors Apr 12, 2019
1fb4837
Rollup merge of #59781 - whitfin:issue-59378, r=oli-obk
Centril Apr 12, 2019
ed1dd1e
Rollup merge of #59820 - eddyb:proc-macro-rpc-opt, r=nnethercote
Centril Apr 12, 2019
29f9dd2
Rollup merge of #59846 - euclio:not-a-module, r=davidtwco
Centril Apr 12, 2019
8f11195
Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank
Centril Apr 12, 2019
2bc127d
Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj
Centril Apr 12, 2019
ca9f04e
Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkov
Centril Apr 12, 2019
af4acd0
Rollup merge of #59866 - estebank:recover-missing-semi, r=petrochenkov
Centril Apr 12, 2019
ba17313
Rollup merge of #59892 - rylev:as-raw-fd, r=alexcrichton
Centril Apr 12, 2019
4a0aef4
Update Clippy
flip1995 Apr 12, 2019
0a5bc93
Update rls
flip1995 Apr 12, 2019
99da733
Auto merge of #59924 - Xanewok:subup, r=Xanewok
bors Apr 12, 2019
aa35e73
Auto merge of #59922 - Centril:rollup-0qmx4jg, r=Centril
bors Apr 13, 2019
1b73aa3
[AVR][No Upstream] Move aside Rust README
shepmaster Apr 25, 2018
c37e83d
[AVR][No Upstream] Add AVR-Rust README
shepmaster May 6, 2016
5616726
[AVR][No Upstream] Move aside travis.yml
shepmaster Dec 12, 2016
897c48e
[AVR][No Upstream] Add AVR-Rust specific travis-ci manifest
shepmaster May 6, 2016
f7cd5c2
[AVR][No Upstream] Add Jenkinsfile
dylanmckay Jul 22, 2018
0795b93
[AVR] Add AVR platform support
shepmaster May 6, 2016
c60e57c
[AVR][No Upstream] Expose the 'target_cpu' feature flag
dylanmckay Aug 22, 2017
730bec1
[AVR][No Upstream] Use forked LLVM with non-upstreamed fixes
shepmaster Apr 13, 2019
f0d8160
[AVR][NO UPSTREAM] Cherry-pick LLVM patch r362298
dylanmckay Jun 8, 2019
f8add73
[AVR][NO UPSTREAM] Cherry-pick upstream r361222
dylanmckay Jun 8, 2019
8b7240e
[AVR][HACK][NO UPSTREAM] Disable debug printing of function pointers
dylanmckay Jun 8, 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.
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
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
29 changes: 9 additions & 20 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,23 +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/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
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/avr-rust/llvm-project.git
branch = avr-rustc/8.0-2019-03-18
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> Ariel Ben-Yehuda <ariel.byd@gmail.com>
Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> arielb1 <arielb1@mail.tau.ac.il>
Austin Seipp <mad.one@gmail.com> <as@hacks.yi.org>
Aydin Kim <ladinjin@hanmail.net> aydin.kim <aydin.kim@samsung.com>
Bastian Kauschke <bastian_kauschke@hotmail.de>
Barosl Lee <vcs@barosl.com> Barosl LEE <github@barosl.com>
Ben Alpert <ben@benalpert.com> <spicyjalapeno@gmail.com>
Ben Sago <ogham@users.noreply.github.com> Ben S <ogham@bsago.me>
Expand Down Expand Up @@ -155,11 +156,13 @@ Matt Brubeck <mbrubeck@limpet.net> <mbrubeck@cs.hmc.edu>
Matthew Auld <matthew.auld@intel.com>
Matthew McPherrin <matthew@mcpherrin.ca> <matt@mcpherrin.ca>
Matthijs Hofstra <thiezz@gmail.com>
Melody Horn <melody@boringcactus.com> <mathphreak@gmail.com>
Michael Williams <m.t.williams@live.com>
Michael Woerister <michaelwoerister@posteo> <michaelwoerister@gmail>
Mickaël Raybaud-Roig <raybaudroigm@gmail.com> m-r-r <raybaudroigm@gmail.com>
Ms2ger <ms2ger@gmail.com> <Ms2ger@gmail.com>
Mukilan Thiagarajan <mukilanthiagarajan@gmail.com>
Nathan West <Lucretiel@gmail.com> <lucretiel@gmail.com>
Nathan Wilson <wilnathan@gmail.com>
Nathaniel Herman <nherman@post.harvard.edu> Nathaniel Herman <nherman@college.harvard.edu>
Neil Pankey <npankey@gmail.com> <neil@wire.im>
Expand Down
Loading