Skip to content

rebase code from rust-lang/rust master branch #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 404 commits into from
Aug 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
404 commits
Select commit Hold shift + click to select a range
082cf2f
Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centril
bors Aug 14, 2019
7178cf5
Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkor
Centril Aug 14, 2019
c358476
Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk
Centril Aug 14, 2019
aaeff01
Rollup merge of #63490 - Centril:cleanup-pat-parser, r=petrochenkov
Centril Aug 14, 2019
d2d49d2
Rollup merge of #63507 - estebank:type-inference-error, r=Centril
Centril Aug 14, 2019
02e2a57
Rollup merge of #63509 - estebank:async-span, r=Centril
Centril Aug 14, 2019
409df9b
Rollup merge of #63528 - petrochenkov:anyany, r=estebank
Centril Aug 14, 2019
83cd4e3
Rollup merge of #63537 - petrochenkov:novisit, r=alexcrichton
Centril Aug 14, 2019
d4ecc6f
Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkov
Centril Aug 14, 2019
ad44d42
Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r
Centril Aug 14, 2019
d11cf77
Rollup merge of #63560 - Centril:mv-generator-test, r=petrochenkov
Centril Aug 14, 2019
78cd9d1
Rollup merge of #63570 - rust-lang:maybe-uninit-gates, r=RalfJung
Centril Aug 14, 2019
e5017de
Test HRTB issue accepted by compiler
meffij Aug 14, 2019
9e9a136
Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centril
bors Aug 15, 2019
1cdcea9
Auto merge of #62429 - cuviper:iter-closures, r=cramertj
bors Aug 15, 2019
5b88fba
Check FnHeader not to cause ICE
JohnTitor Aug 15, 2019
66dc08a
Make sure that all file loading happens via SourceMap
matklad Aug 13, 2019
14bc998
Add regression test for include_str! normalization
matklad Aug 15, 2019
29b5ebf
Use a match guard to avoid code repetition
JohnTitor Aug 15, 2019
e688352
Adjust regression test
JohnTitor Aug 15, 2019
f54503c
libcore: more cleanups using associated_type_bounds
Centril Aug 15, 2019
7adb20e
Use is_const()
JohnTitor Aug 15, 2019
73d2da0
Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_s…
petrochenkov Aug 14, 2019
433b1e3
Remove `Spanned` from `ast::Mac`
petrochenkov Aug 14, 2019
6e8639a
Remove uses of `mem::uninitialized()` from cloudabi
tesuji Aug 14, 2019
a618271
Remove `Spanned` from `{ast,hir}::FieldPat`
petrochenkov Aug 14, 2019
f036fae
Grouping ABI test #62401
kper Aug 15, 2019
98325eb
Grouping ABI tests (2) #62401
kper Jul 9, 2019
cac53fe
Fixing broken tests #62401
kper Jul 11, 2019
15810af
don't add Retag statements for compound types
RalfJung Aug 4, 2019
9776dbd
test Retag in drop shim
RalfJung Aug 5, 2019
2122fe4
ignore tests on wasm32-bare
RalfJung Aug 15, 2019
5941acd
Use libunwind from llvm-project submodule for musl targets
malbarbo Jul 30, 2019
1db4bbc
Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton
Centril Aug 15, 2019
7e96825
Rollup merge of #63165 - xen0n:mips64-musl-targets, r=alexcrichton
Centril Aug 15, 2019
988cd5d
Rollup merge of #63306 - RalfJung:retag, r=varkor
Centril Aug 15, 2019
ae53a9e
Rollup merge of #63467 - terhechte:support-ios-catalyst-macabi-target…
Centril Aug 15, 2019
e452738
Rollup merge of #63546 - lzutao:clouldabi-maybeuninit, r=RalfJung
Centril Aug 15, 2019
b1bbd52
Rollup merge of #63572 - matklad:no-phase-fatal, r=estebank
Centril Aug 15, 2019
77f2694
Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichton
Centril Aug 15, 2019
19d6178
Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obk
Centril Aug 15, 2019
6e8fabb
Rollup merge of #63586 - petrochenkov:nospanned, r=eddyb
Centril Aug 15, 2019
f7af19c
Auto merge of #63592 - Centril:rollup-7c6dg3e, r=Centril
bors Aug 15, 2019
c01ba2f
add sparc64-unknown-openbsd target
semarie Aug 15, 2019
df713dd
Group all ui tests and move to abi #62593
kper Aug 15, 2019
a90d087
Move `test-macros.rs` back to `ui` to fix tests #62593
kper Aug 15, 2019
4a8ff5b
Remove `run-pass` directory #62593
kper Aug 15, 2019
f4ed8a2
submodules: Update miri
tesuji Aug 15, 2019
26ee99e
Duplicate `test-macros.rs` to fix test #62593
kper Aug 15, 2019
dfcbe75
syntax_pos: Introduce a helper for checking whether a span comes from…
petrochenkov Aug 10, 2019
67d6ce4
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext…
petrochenkov Aug 10, 2019
6cb28b6
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
petrochenkov Aug 10, 2019
73dee25
hygiene: Remove `Option`s from functions returning `ExpnInfo`
petrochenkov Aug 11, 2019
23b82c3
resolve: Move macro resolution traces from `Module`s to `Resolver`
petrochenkov Aug 12, 2019
cfbb60b
resolve: Do not "normalize away" trait/enum modules prematurely
petrochenkov Aug 12, 2019
1a1557c
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
petrochenkov Aug 12, 2019
59dd07a
resolve: Eliminate `InvocationData`
petrochenkov Aug 12, 2019
ea68bc8
resolve: Make `ParentScope` `Copy`
petrochenkov Aug 12, 2019
310ee4d
resolve: Privatize `BuildReducedGraphVisitor`
petrochenkov Aug 12, 2019
aca1353
resolve: Add some comments to the main modules
petrochenkov Aug 12, 2019
1a44773
hygiene: Merge `ExpnInfo` and `InternalExpnData`
petrochenkov Aug 13, 2019
74190a5
syntax_pos: Remove the duplicate global edition
petrochenkov Aug 13, 2019
650f19a
hygiene: Merge a tiny bit of the "share expansion definition data" PR
petrochenkov Aug 13, 2019
136db22
hygiene: `ExpnInfo` -> `ExpnData`
petrochenkov Aug 13, 2019
c762773
resolve: `ParentScope::default` -> `ParentScope::module`
petrochenkov Aug 15, 2019
fbf1efb
Do not suggest `try_into` for base types inside of macro expansions
estebank Aug 15, 2019
a9ecfd7
Hygienize use of built-in macros in the standard library
petrochenkov Aug 15, 2019
263e3c5
Remove `__rust_unstable_column`
petrochenkov Aug 15, 2019
e046a7a
Fix typo in DoubleEndedIterator::nth_back doc
jens1o Aug 15, 2019
1916036
Modify librustc_llvm to pass -DNDEBUG while compiling.
jgalenson Aug 15, 2019
100a02a
Rollup merge of #62593 - kper:cleanup_abi, r=Centril
Centril Aug 16, 2019
32c1005
Rollup merge of #63173 - malbarbo:musl-libunwind, r=alexcrichton
Centril Aug 16, 2019
6e9e6ea
Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasper
Centril Aug 16, 2019
d9a429a
Rollup merge of #63539 - Centril:2015.await, r=oli-obk
Centril Aug 16, 2019
7dbd98f
Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexreg
Centril Aug 16, 2019
8958e50
Rollup merge of #63612 - estebank:macro-sugg-try-into, r=Centril
Centril Aug 16, 2019
0bd3a85
Rollup merge of #63615 - jens1o:patch-1, r=jonas-schievink
Centril Aug 16, 2019
5a6d801
Auto merge of #63627 - Centril:rollup-v8i7x5i, r=Centril
bors Aug 16, 2019
170aced
Fix a comment for the def_path_table.
vext01 Aug 16, 2019
8e4d0ac
CrateStore comment fix.
vext01 Aug 16, 2019
56ebd57
Remove meaningless comments in src/test
sd234678 Aug 9, 2019
b7b4c3a
Update stderr files with --bless
sd234678 Aug 9, 2019
9dd5c19
Auto merge of #63596 - lzutao:update-miri, r=RalfJung
bors Aug 16, 2019
b21ee49
Bless tests with --compare-mode=nll
sd234678 Aug 16, 2019
b565ece
Remove redundant `ty` fields from `mir::Constant` and `hair::pattern:…
eddyb Aug 12, 2019
9107ec1
rustc_mir: add sanity asserts for the types of `ty::Const`s.
eddyb Aug 12, 2019
2ff337a
rustc_mir: use the right type for associated const literals.
eddyb Aug 12, 2019
45980e8
bless you nll
eddyb Aug 16, 2019
d50a9b1
ci: properly set the job name in CPU stats
pietroalbini Aug 16, 2019
1fb854a
Do not generate allocations for zero sized allocations
oli-obk Aug 16, 2019
9a32ad0
Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton
bors Aug 16, 2019
9df2dac
ci: move linkcheck from mingw-2 to mingw-1
pietroalbini Aug 16, 2019
1613fda
Add Rc::get_mut_unchecked, Arc::get_mut_unchecked
SimonSapin Jul 6, 2019
7b02b9f
Add new_uninit and assume_init on Box, Rc, and Arc
SimonSapin Jul 6, 2019
bde1924
Add new_uninit_slice and assume_init on Box, Rc, and Arc of [T]
SimonSapin Jul 6, 2019
170d933
Move constructors of boxed/rc’ed slices to matching `impl` blocks
SimonSapin Jul 6, 2019
4eeb623
Fix intra-rustdoc links
SimonSapin Jul 6, 2019
dab967a
Use `alloc::Global` in `Box::new_uninit`
SimonSapin Jul 16, 2019
1141136
Use ManuallyDrop instead of mem::forget
SimonSapin Jul 16, 2019
78264f5
Add tracking issue numbers
SimonSapin Aug 5, 2019
ae1e201
Add a comment on the usage of Layout::new::<RcBox<()>>()
SimonSapin Aug 5, 2019
810dfd7
Reuse more internal Rc and Arc methods
SimonSapin Aug 16, 2019
7a641f7
Relax the safety condition for get_mut_unchecked
SimonSapin Aug 16, 2019
36b18a1
Rename CollectionAllocError to TryReserveError
SimonSapin Jun 12, 2019
a92c29b
Update hashbrown to 0.5.0
SimonSapin Jun 12, 2019
59a3409
Add the Layout of the failed allocation to TryReserveError::AllocError
SimonSapin Jun 12, 2019
e632daf
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
Centril Aug 16, 2019
aec047e
Rollup merge of #61780 - SimonSapin:container-error, r=Amanieu
Centril Aug 16, 2019
db3bae0
Rollup merge of #63495 - eddyb:mir-constant-ty, r=oli-obk
Centril Aug 16, 2019
c83d3c3
Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkov
Centril Aug 16, 2019
c53ce3b
Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton
Centril Aug 16, 2019
b731131
Rollup merge of #63604 - Wind-River:master, r=alexcrichton
Centril Aug 16, 2019
cd21715
Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton
Centril Aug 16, 2019
f40a280
Rollup merge of #63632 - vext01:vext01-comment-fixes, r=eddyb
Centril Aug 16, 2019
4c3f21b
Rollup merge of #63634 - pietroalbini:cpu-stats-name, r=alexcrichton
Centril Aug 16, 2019
6b0a838
Rollup merge of #63636 - pietroalbini:ci-mingw, r=alexcrichton
Centril Aug 16, 2019
178abd7
add git keyword to submodule option
DieracDelta Aug 16, 2019
0f1da63
Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}.
eddyb Aug 16, 2019
892ef6f
rustbuild: work around the stdarch cfg(bootstrap) bug.
eddyb Aug 16, 2019
4087fc5
Feature gate 'yield ?' pre-expansion.
Centril Aug 14, 2019
20661f1
Simplify pre-expansion gating in general.
Centril Aug 14, 2019
ea81d8c
resolve: Populate external modules in more automatic and lazy way
petrochenkov Jul 29, 2019
fe2524c
resolve: Populate external traits lazily as well
petrochenkov Aug 15, 2019
ab4cc2d
resolve: Move some code around
petrochenkov Aug 15, 2019
5e47cd4
Fix rebase
petrochenkov Aug 16, 2019
bdfd698
Auto merge of #63640 - Centril:rollup-yeb8o66, r=Centril
bors Aug 16, 2019
7f3c67d
Rollup merge of #63149 - petrochenkov:lazypop2, r=eddyb
Centril Aug 17, 2019
bf04ede
Rollup merge of #63545 - Centril:gate-yield-preexp, r=oli-obk
Centril Aug 17, 2019
13b1031
Rollup merge of #63548 - eddyb:unicode-demangling, r=alexcrichton
Centril Aug 17, 2019
786aaf0
Rollup merge of #63558 - jgalenson:move-remap, r=alexcrichton
Centril Aug 17, 2019
8168082
Rollup merge of #63641 - DieracDelta:master, r=eddyb
Centril Aug 17, 2019
e8fb78b
Rollup merge of #63642 - eddyb:wrap-it-up, r=rkruppe,Mark-Simulacrum
Centril Aug 17, 2019
211d1e0
Auto merge of #63648 - Centril:rollup-2kpdrj1, r=Centril
bors Aug 17, 2019
e910be8
Auto merge of #63491 - Xanewok:update-rls, r=Mark-Simulacrum
bors Aug 17, 2019
497b502
Stop emulating cross-crate hygiene with gensyms
matthewjasper Aug 11, 2019
6ee60af
Make built-in derives opaque macros
matthewjasper Aug 9, 2019
0280e8f
Make fmt-internal functions private
matthewjasper Aug 11, 2019
3296d0e
Remove gensyms from built-in derives
matthewjasper Aug 11, 2019
f70c90c
Move type parameter shadowing errors to resolve
matthewjasper Aug 11, 2019
d04af19
Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm}
matthewjasper Aug 12, 2019
1c0a546
Remove unused `SyntaxContext` serialization impls
matthewjasper Aug 13, 2019
477db05
Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcm
Centril Aug 17, 2019
5e59787
Rollup merge of #63505 - jgalenson:sysroot-hash, r=alexcrichton
Centril Aug 17, 2019
a053bae
Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank
Centril Aug 17, 2019
6bce50f
Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton
Centril Aug 17, 2019
ac60ca0
Auto merge of #63655 - Centril:rollup-ty1ot40, r=Centril
bors Aug 17, 2019
ab949fd
Cast only where necessary
oli-obk Aug 17, 2019
1ea88a8
Add tests
oli-obk Aug 17, 2019
5f7716d
invalid_value: factor finding dangerous inits into separate function
RalfJung Aug 17, 2019
25d8a0a
warn about uninit bools and chars
RalfJung Aug 17, 2019
0d242b3
invalid_value: warn for types with custom valid range
RalfJung Aug 17, 2019
9ab1d5c
multi-variant enums are tricky
RalfJung Aug 17, 2019
a9efa73
invalid_value: also detect transmute-from-0 (seen in the wild)
RalfJung Aug 17, 2019
0a2a517
Add ImmTy::from_uint
RalfJung Aug 17, 2019
3edf099
make both unary_op and binary_op fully typed, including a return type
RalfJung Aug 10, 2019
5ac2045
use ImmTy::from_uint in a few more spots
RalfJung Aug 10, 2019
4821663
Full stop
RalfJung Aug 17, 2019
689c210
fix tests
RalfJung Aug 17, 2019
f19087d
drift leftward
RalfJung Aug 17, 2019
d65e272
Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petr…
bors Aug 17, 2019
ba03283
Doc nits
SimonSapin Aug 17, 2019
72d9fe8
less &
RalfJung Aug 17, 2019
b79ce1b
Rename private helper method allocate_for_unsized to allocate_for_layout
SimonSapin Aug 17, 2019
1713ac4
Initial implementation of or patterns
varkor Oct 19, 2018
1870537
initial implementation of or-pattern parsing
dlrobertson Jul 14, 2019
64f867a
Serialize additional data for procedural macros
Aaron1011 Aug 4, 2019
d479ff2
resolve: Properly integrate derives and `macro_rules` scopes
petrochenkov Aug 17, 2019
2111aed
Auto merge of #63658 - RalfJung:miri-op, r=oli-obk
bors Aug 17, 2019
1064d41
resolve/expand: Rename some things for clarity
petrochenkov Aug 17, 2019
a7c34f1
fix typos
Dante-Broggi Aug 17, 2019
9bd7083
Doc nit
SimonSapin Aug 17, 2019
d64f06c
size has a zero
Dante-Broggi Aug 17, 2019
3288be5
test in a way that works even with musl
RalfJung Aug 17, 2019
a3b6e8e
Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJung
Centril Aug 17, 2019
a396434
Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/…
Centril Aug 17, 2019
a00b4f1
Rollup merge of #63657 - RalfJung:invalid_value, r=Centril
Centril Aug 17, 2019
b60f245
Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasper
Centril Aug 17, 2019
4ec9703
Rollup merge of #63669 - Dante-Broggi:patch-1, r=jonas-schievink
Centril Aug 17, 2019
bd1da18
Auto merge of #63671 - Centril:rollup-zufavt5, r=Centril
bors Aug 17, 2019
fc8765d
Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril
bors Aug 18, 2019
ef1ecbe
Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov
bors Aug 18, 2019
71e2882
Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,pet…
bors Aug 18, 2019
1e02bc6
Better error message for break in async blocks.
gilescope Aug 17, 2019
ea52be4
Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb
bors Aug 18, 2019
4cf7673
Auto merge of #63659 - gilescope:async-in-closure, r=Centril
bors Aug 18, 2019
24587d2
Pre intern the `Self` parameter type
matthewjasper Aug 12, 2019
ec54340
Fix bug in iter::Chain::size_hint
timvermeulen Aug 18, 2019
0ccbae2
Auto merge of #63045 - Rosto75:master, r=jonas-schievink
bors Aug 18, 2019
a807902
Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov
bors Aug 19, 2019
cdff918
Auto merge of #63670 - Dante-Broggi:patch-2, r=Centril
bors Aug 19, 2019
1301b10
std: Update `backtrace` crate dependency
alexcrichton Aug 19, 2019
f86521e
Auto merge of #63700 - alexcrichton:update-backtrace, r=sfackler
bors Aug 19, 2019
d4196a7
start cleaning up subst mess
RalfJung Aug 11, 2019
b4f217e
rustc_mir: remove wrong calls to subst_from_frame_and_normalize_erasi…
eddyb Aug 12, 2019
ada6f1c
rustc_mir: make subst_from_frame_and_normalize_erasing_regions infall…
eddyb Aug 12, 2019
0919f7c
rustc_mir: use self.resolve instead of Instance::resolve where possible.
eddyb Aug 12, 2019
4149964
rustc_mir: add missing subst_from_frame_and_normalize_erasing_regions…
eddyb Aug 12, 2019
ceabe0d
rustc_mir: disallow non-monomorphic vtables.
eddyb Aug 12, 2019
7d9af83
rustc_mir: disallow non-monomorphic reifications.
eddyb Aug 12, 2019
f4aa00b
rustc_typeck: fix the generics for (const-generic) `N` expression in …
eddyb Aug 12, 2019
cb66500
test: add test from #61041.
eddyb Aug 12, 2019
ef3e66d
Fix suggestion from move async to async move.
gilescope Aug 19, 2019
96fc989
test: add test for #61432.
eddyb Aug 19, 2019
093ede2
Use to Cargo's experimental lockfile format
alexcrichton Aug 15, 2019
29a5403
Auto merge of #63579 - alexcrichton:new-lockfile, r=Mark-Simulacrum
bors Aug 19, 2019
b51df1d
add debug logs
nikomatsakis Aug 8, 2019
af86fb1
distinguish object-lifetime-default elision from other elision
nikomatsakis Aug 8, 2019
832199e
use static as object-lifetime default for type XX in `Foo<Item=XX>`
nikomatsakis Aug 12, 2019
7ee1af5
adjust test to be check-pass
nikomatsakis Aug 19, 2019
94ee54c
Use constraint span when lowering associated types
estebank Aug 15, 2019
8b932df
remove composite tokens support from the lexer
matklad Aug 19, 2019
914e1f4
glue tokens when building token stream
matklad Aug 19, 2019
1808e4d
review comments
estebank Aug 19, 2019
4486c02
Rollup merge of #63252 - nrc:arc-doc, r=alexcrichton
Centril Aug 19, 2019
bece117
Rollup merge of #63376 - nikomatsakis:async-await-issue-62517, r=cram…
Centril Aug 19, 2019
a2080a6
Rollup merge of #63620 - estebank:assoc-type-span, r=Centril
Centril Aug 19, 2019
2c0f05a
Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebank
Centril Aug 19, 2019
ac34594
Rollup merge of #63704 - Wind-River:master, r=Centril
Centril Aug 19, 2019
c1b08dd
Auto merge of #63715 - Centril:rollup-dga8qtp, r=Centril
bors Aug 19, 2019
4eec03d
Cherry-pick src/test changes with Centril's changes
sd234678 Aug 19, 2019
d0bbc60
Deprecate using rustc_plugin without the rustc_driver dylib.
SimonSapin Jul 16, 2019
9b3f072
Don't use stage naming in RUSTFLAGS environment variables
Mark-Simulacrum Aug 19, 2019
8e91dca
Consolidate sigemptyset workarounds
josephlr Aug 19, 2019
d8d99ba
Auto merge of #62727 - SimonSapin:plugins-tls-dylib, r=petrochenkov
bors Aug 20, 2019
b0d4782
Stabilize 'async_await'.
Centril Aug 2, 2019
6a14411
Remove async_await feature gate tests.
Centril Aug 2, 2019
228015a
Remove async_await gates from tests.
Centril Aug 2, 2019
21476e7
--bless post no async_await gates in tests.
Centril Aug 2, 2019
7858dc2
Auto merge of #63497 - eddyb:miri-subst, r=oli-obk
bors Aug 20, 2019
82dec85
Update Clippy
flip1995 Aug 15, 2019
4f56295
Update cargo
flip1995 Aug 19, 2019
96c3ec1
Update Cargo.lock
flip1995 Aug 20, 2019
1489095
Auto merge of #63709 - matklad:decomposed-tokens, r=petrochenkov
bors Aug 20, 2019
51879c3
Auto merge of #63587 - flip1995:clippyup, r=flip1995
bors Aug 20, 2019
c561abe
Restore the rustc_plugin crate in the sysroot
SimonSapin Aug 20, 2019
815ce8c
Allow git to merge `Cargo.lock`
alexcrichton Aug 20, 2019
a5299dd
Rollup merge of #63216 - oconnor663:take_read_to_end, r=sfackler
Centril Aug 20, 2019
60649e3
Rollup merge of #63265 - JohnTitor:implement-nth-back-for-chunksexact…
Centril Aug 20, 2019
ff352cd
Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcm
Centril Aug 20, 2019
af77aed
Rollup merge of #63722 - Mark-Simulacrum:bootstrap-rustflags, r=alexc…
Centril Aug 20, 2019
3662a9f
Rollup merge of #63723 - josephlr:sigemptyset, r=alexcrichton
Centril Aug 20, 2019
cadf6b9
Rollup merge of #63736 - SimonSapin:plugin, r=eddyb
Centril Aug 20, 2019
218bcf2
Rollup merge of #63743 - alexcrichton:allow-lock-merge, r=Mark-Simula…
Centril Aug 20, 2019
5a56e05
Auto merge of #63744 - Centril:rollup-g4l3ra9, r=Centril
bors Aug 20, 2019
e7ceaa9
rustc_metadata: replace LazySeq<T> with Lazy<[T]>.
eddyb May 22, 2019
4593f40
Rollup merge of #62497 - o01eg:fix-62496, r=alexcrichton
Centril Aug 20, 2019
3f7e7c2
Rollup merge of #63209 - Centril:stabilize-async-await, r=cramertj
Centril Aug 20, 2019
234614a
Rollup merge of #63746 - sd234678:remove-unneeded-comment-decoration-…
Centril Aug 20, 2019
e3e8b7f
Rollup merge of #63750 - eddyb:lazy-seq, r=Zoxc
Centril Aug 20, 2019
bea0372
Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril
bors Aug 20, 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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
src/etc/installer/gfx/* binary
*.woff binary
src/vendor/** -text
Cargo.lock -merge linguist-generated=false
Cargo.lock linguist-generated=false

# Older git versions try to fix line endings on images, this prevents it.
*.png binary
Expand Down
Loading