| Age | Commit message (Expand) | Author | Lines |
| 2019-04-05 | Simplify fnbox docs. | Masaki Hara | -235/+15 |
| 2019-04-05 | Stabilize boxed_closure_impls in 1.35.0. | Charles Lew | -109/+3 |
| 2019-04-05 | Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>. | Masaki Hara | -41/+1 |
| 2019-04-05 | We already have unsized_locals in stage0. | Masaki Hara | -9/+0 |
| 2019-04-05 | Fix failing tests. | Masaki Hara | -25/+10 |
| 2019-04-05 | Fix expectations on some ui tests involving FnOnce. | Masaki Hara | -72/+42 |
| 2019-04-05 | Add unstable-book articles on fnbox and boxed_closure_impls. | Masaki Hara | -0/+350 |
| 2019-04-05 | Add tests for boxed_closure_impls. | Masaki Hara | -0/+61 |
| 2019-04-05 | Add Fn* blanket impls for Box. | Masaki Hara | -0/+34 |
| 2019-04-05 | Make FnBox a subtrait of FnOnce. | Masaki Hara | -5/+1 |
| 2019-04-04 | std: Upgrade `compiler_builtins` to fix wasi linkage | Alex Crichton | -17/+17 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -13/+65 |
| 2019-04-04 | Use more accurate lint root for mutable_borrow_reservation_conflict | Matthew Jasper | -1/+8 |
| 2019-04-04 | Placate tidy | Felix S Klock II | -2/+2 |
| 2019-04-04 | Fix out-of-date comment | Felix S Klock II | -1/+1 |
| 2019-04-04 | Adjust the mutable_borrow_reservation_conflict message | Matthew Jasper | -8/+12 |
| 2019-04-04 | unit test for the lint itself, illustrating that it can be controlled by `#[a... | Felix S. Klock II | -0/+83 |
| 2019-04-04 | update unit test output to reflect change to lint-based diagnostic. | Felix S. Klock II | -10/+12 |
| 2019-04-04 | add mutable_borrow_reservation_conflict future-incompatibility lint. | Felix S. Klock II | -4/+25 |
| 2019-04-04 | Update tests for restrictive two-phase borrows | Matthew Jasper | -124/+1 |
| 2019-04-04 | Treat two-phase borrow reservations as mutable accesses | Matthew Jasper | -75/+328 |
| 2019-04-04 | Fix cases of conflicting two-phase borrows | Matthew Jasper | -6/+7 |
| 2019-04-04 | Update cargo | David Tolnay | -0/+0 |
| 2019-04-04 | Use declare_lint_pass! and impl_lint_pass! in more places | hgallagher1993 | -20/+2 |
| 2019-04-04 | Simplify doc comment lexing | Aleksey Kladov | -17/+5 |
| 2019-04-04 | Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril | bors | -55/+92 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -13/+65 |
| 2019-04-04 | tweak unresolved label suggestion | Andy Russell | -9/+32 |
| 2019-04-04 | Rollup merge of #59686 - crlf0710:disable_gnux32_stackprobe, r=luqmana | Mazdak Farrokhzad | -1/+2 |
| 2019-04-04 | Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+1 |
| 2019-04-04 | Rollup merge of #59671 - matklad:lexer, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+39 |
| 2019-04-04 | Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi | Mazdak Farrokhzad | -5/+17 |
| 2019-04-04 | Rollup merge of #59556 - RalfJung:stdsimd, r=gnzlbg | Mazdak Farrokhzad | -0/+0 |
| 2019-04-04 | Rollup merge of #59555 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -38/+16 |
| 2019-04-04 | Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnay | Mazdak Farrokhzad | -2/+9 |
| 2019-04-04 | Remove invalid assertion back::link::from add_upstream_rust_crates(). | Michael Woerister | -4/+0 |
| 2019-04-04 | Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen | bors | -304/+1189 |
| 2019-04-04 | cleanup shebang handling in the lexer | Aleksey Kladov | -11/+5 |
| 2019-04-04 | Mark unix::ffi::OsStrExt methods as inline | Konrad Borowski | -0/+3 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -2316/+1274 |
| 2019-04-04 | Disable stack probing for gnux32. | CrLF0710 | -1/+2 |
| 2019-04-04 | Auto merge of #59089 - petrhosek:llvm-unwind, r=petrhosek | bors | -1/+88 |
| 2019-04-04 | Add description for -Os and -Oz in rustc.1 | lzutao | -1/+1 |
| 2019-04-03 | File: Add documentation about dropping to sync_all | Chris Gregory | -1/+5 |
| 2019-04-04 | Auto merge of #59684 - Centril:rollup-n7pnare, r=Centril | bors | -716/+939 |
| 2019-04-04 | Rollup merge of #59677 - phansch:rustfix_coverage_handle_other_error_formats,... | Mazdak Farrokhzad | -2/+5 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -591/+198 |
| 2019-04-04 | Rollup merge of #59666 - DevQps:update-rustc-environment-descriptions, r=Guil... | Mazdak Farrokhzad | -2/+2 |
| 2019-04-04 | Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichton | Mazdak Farrokhzad | -14/+40 |