about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-05Auto merge of #59681 - dtolnay:cargo, r=alexcrichtonbors-0/+0
2019-04-05Fix expectations on some ui test in nll compare mode.Charles Lew-5/+3
2019-04-05Auto merge of #59643 - alexcrichton:wasi-symbols, r=sanxiynbors-1/+1
2019-04-05improve docs for std::hint::unreachable_unchecked()Unreachable-3/+2
2019-04-05Auto merge of #59704 - alexcrichton:fix-freebsd, r=pietroalbinibors-1/+5
2019-04-05Increase `Span` from 4 bytes to 8 bytes.Nicholas Nethercote-103/+90
2019-04-05Add DropArena and use it to allocate types with few allocationsJohn Kåre Alsaker-25/+150
2019-04-05Impl UseSpecializedDecodable for &TJohn Kåre Alsaker-9/+1
2019-04-05Make ArenaAllocatable a marker trait to allow overlapping impls and use speci...John Kåre Alsaker-28/+28
2019-04-05Introduce an arena type which may be used to allocate a list of types with de...John Kåre Alsaker-21/+167
2019-04-04Add back the substring testGuillaume Gomez-0/+29
2019-04-04Mark variables captured by reference as mutable correctlyMatthew Jasper-28/+87
2019-04-04wasm32: Default to a "static" relocation modelAlex Crichton-0/+9
2019-04-04ci: Update FreeBSD tarball downloadsAlex Crichton-1/+5
2019-04-05Add ignore to doc codeMasaki Hara-2/+2
2019-04-05Simplify fnbox docs.Masaki Hara-235/+15
2019-04-05Stabilize boxed_closure_impls in 1.35.0.Charles Lew-109/+3
2019-04-05Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>.Masaki Hara-41/+1
2019-04-05We already have unsized_locals in stage0.Masaki Hara-9/+0
2019-04-05Fix failing tests.Masaki Hara-25/+10
2019-04-05Fix expectations on some ui tests involving FnOnce.Masaki Hara-72/+42
2019-04-05Add unstable-book articles on fnbox and boxed_closure_impls.Masaki Hara-0/+350
2019-04-05Add tests for boxed_closure_impls.Masaki Hara-0/+61
2019-04-05Add Fn* blanket impls for Box.Masaki Hara-0/+34
2019-04-05Make FnBox a subtrait of FnOnce.Masaki Hara-5/+1
2019-04-04std: Upgrade `compiler_builtins` to fix wasi linkageAlex Crichton-1/+1
2019-04-04Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfacklerbors-13/+65
2019-04-04Use more accurate lint root for mutable_borrow_reservation_conflictMatthew Jasper-1/+8
2019-04-04Placate tidyFelix S Klock II-2/+2
2019-04-04Fix out-of-date commentFelix S Klock II-1/+1
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-8/+12
2019-04-04unit test for the lint itself, illustrating that it can be controlled by `#[a...Felix S. Klock II-0/+83
2019-04-04update unit test output to reflect change to lint-based diagnostic.Felix S. Klock II-10/+12
2019-04-04add mutable_borrow_reservation_conflict future-incompatibility lint.Felix S. Klock II-4/+25
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-124/+1
2019-04-04Treat two-phase borrow reservations as mutable accessesMatthew Jasper-75/+328
2019-04-04Fix cases of conflicting two-phase borrowsMatthew Jasper-6/+7
2019-04-04Update cargoDavid Tolnay-0/+0
2019-04-04Use declare_lint_pass! and impl_lint_pass! in more placeshgallagher1993-20/+2
2019-04-04Simplify doc comment lexingAleksey Kladov-17/+5
2019-04-04Auto merge of #59695 - Centril:rollup-88qffc2, r=Centrilbors-32/+91
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-13/+65
2019-04-04tweak unresolved label suggestionAndy Russell-9/+32
2019-04-04Rollup merge of #59686 - crlf0710:disable_gnux32_stackprobe, r=luqmanaMazdak Farrokhzad-1/+2
2019-04-04Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-04-04Rollup merge of #59671 - matklad:lexer, r=eddybMazdak Farrokhzad-8/+8
2019-04-04Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddybMazdak Farrokhzad-0/+39
2019-04-04Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=KimundiMazdak Farrokhzad-5/+17
2019-04-04Rollup merge of #59556 - RalfJung:stdsimd, r=gnzlbgMazdak Farrokhzad-0/+0
2019-04-04Rollup merge of #59555 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-15/+15