| Age | Commit message (Expand) | Author | Lines |
| 2019-09-14 | Don't mark expression with attributes as not needing parentheses | Mark Rousskov | -20/+25 |
| 2019-09-14 | Rollup merge of #64439 - 12101111:fix-owned-box, r=Centril | Mazdak Farrokhzad | -26/+47 |
| 2019-09-14 | Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe | Mazdak Farrokhzad | -110/+98 |
| 2019-09-14 | Rollup merge of #64431 - pnkfelix:issue-63479-fnptr-is-structural-match, r=va... | Mazdak Farrokhzad | -1/+178 |
| 2019-09-14 | Rollup merge of #64425 - guanqun:typo-fix, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-14 | Rollup merge of #64422 - ollie27:error_index_generator_stringify, r=Mark-Simu... | Mazdak Farrokhzad | -1/+1 |
| 2019-09-14 | Rollup merge of #64420 - nnethercote:inline-mark_neighbours_as_waiting_from, ... | Mazdak Farrokhzad | -4/+13 |
| 2019-09-14 | Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-09-14 | Rollup merge of #64384 - mati865:tools_hack, r=alexcrichton | Mazdak Farrokhzad | -10/+0 |
| 2019-09-14 | Rollup merge of #64378 - Rosto75:master, r=jonas-schievink | Mazdak Farrokhzad | -4/+4 |
| 2019-09-14 | Rollup merge of #64375 - kornelski:vecdrop, r=rkruppe | Mazdak Farrokhzad | -13/+17 |
| 2019-09-14 | Rollup merge of #64374 - nnethercote:box-DiagnosticBuilder, r=zackmdavis | Mazdak Farrokhzad | -37/+55 |
| 2019-09-14 | Rollup merge of #64372 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -7/+14 |
| 2019-09-14 | Rollup merge of #64302 - nnethercote:shrink-ObligationCauseCode, r=zackmdavis | Mazdak Farrokhzad | -48/+75 |
| 2019-09-14 | Rollup merge of #64203 - alexreg:rush-pr-2, r=centril | Mazdak Farrokhzad | -111/+109 |
| 2019-09-14 | Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2019-09-14 | Rollup merge of #63846 - DevQps:32626-document-time-system-calls, r=rkruppe | Mazdak Farrokhzad | -0/+46 |
| 2019-09-14 | Update src/liballoc/raw_vec.rs | Alexander Regueiro | -1/+1 |
| 2019-09-14 | Auto merge of #64080 - estebank:parse-format-comma, r=zackmdavis | bors | -10/+18 |
| 2019-09-13 | Update value.rs | Hal Gentz | -2/+2 |
| 2019-09-14 | add trailing newline | 12101111 | -1/+1 |
| 2019-09-14 | add ui test for #64430 | 12101111 | -0/+26 |
| 2019-09-14 | fix #64430 | 12101111 | -26/+21 |
| 2019-09-13 | codegen: use "_N" (like for other locals) instead of "argN", for argument names. | Eduard-Mihai Burtescu | -55/+56 |
| 2019-09-13 | Auto merge of #63420 - spastorino:place2_5, r=oli-obk | bors | -1776/+1590 |
| 2019-09-13 | Regression tests for fn ptr and `#[structural_match]` as discussed in #63479. | Felix S. Klock II | -0/+171 |
| 2019-09-13 | Make fn ptr always structural match, regardless of whether formal types are. | Felix S. Klock II | -1/+7 |
| 2019-09-13 | Update src/libstd/time.rs | Christian Veenman | -1/+1 |
| 2019-09-13 | Make all projection base names be proj_base | Santiago Pastorino | -16/+16 |
| 2019-09-13 | Use if let here | Santiago Pastorino | -3/+2 |
| 2019-09-13 | Fix style in comments | Santiago Pastorino | -10/+10 |
| 2019-09-13 | Avoid math and use patterns to grab projection base | Santiago Pastorino | -35/+24 |
| 2019-09-13 | Remove raw string literal quotes from error index descriptions | Oliver Middleton | -1/+1 |
| 2019-09-13 | typo fix | Guanqun Lu | -1/+1 |
| 2019-09-13 | Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton | bors | -4/+63 |
| 2019-09-13 | Inline `mark_neighbours_as_waiting_from`. | Nicholas Nethercote | -4/+13 |
| 2019-09-13 | Auto merge of #64361 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-09-12 | Auto merge of #64360 - varkor:foreign-items-diagnostic-const-generics, r=cram... | bors | -15/+65 |
| 2019-09-12 | Destructure instead of using split_at | Santiago Pastorino | -1/+1 |
| 2019-09-12 | Use fold | Santiago Pastorino | -7/+4 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -55/+42 |
| 2019-09-12 | Ignore linker env vars set for macOS on iOS targets | Aleksi Juvani | -3/+20 |
| 2019-09-12 | Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank | bors | -135/+268 |
| 2019-09-12 | Trim rustc-workspace-hack | Mateusz MikuĊa | -10/+0 |
| 2019-09-12 | Remove env vars instead of setting them to an empty string | Aleksi Juvani | -9/+33 |
| 2019-09-12 | Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomez | bors | -79/+136 |
| 2019-09-12 | Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=... | bors | -81/+93 |
| 2019-09-11 | Auto merge of #64334 - jyao1:i686-master, r=joshtriplett | bors | -0/+99 |
| 2019-09-12 | Box `DiagnosticBuilder`. | Nicholas Nethercote | -37/+55 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -176/+228 |