about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-17/+17
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-55/+92
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-38/+16
2019-04-04Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnayMazdak Farrokhzad-2/+9
2019-04-04Remove invalid assertion back::link::from add_upstream_rust_crates().Michael Woerister-4/+0
2019-04-04Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgenbors-304/+1189
2019-04-04cleanup shebang handling in the lexerAleksey Kladov-11/+5
2019-04-04Mark unix::ffi::OsStrExt methods as inlineKonrad Borowski-0/+3
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-2316/+1274
2019-04-04Disable stack probing for gnux32.CrLF0710-1/+2
2019-04-04Auto merge of #59089 - petrhosek:llvm-unwind, r=petrhosekbors-1/+88
2019-04-04Add description for -Os and -Oz in rustc.1lzutao-1/+1
2019-04-03File: Add documentation about dropping to sync_allChris Gregory-1/+5
2019-04-04Auto merge of #59684 - Centril:rollup-n7pnare, r=Centrilbors-716/+939
2019-04-04Rollup merge of #59677 - phansch:rustfix_coverage_handle_other_error_formats,...Mazdak Farrokhzad-2/+5
2019-04-04Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obkMazdak Farrokhzad-591/+198
2019-04-04Rollup merge of #59666 - DevQps:update-rustc-environment-descriptions, r=Guil...Mazdak Farrokhzad-2/+2
2019-04-04Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichtonMazdak Farrokhzad-14/+40