about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-14Don't mark expression with attributes as not needing parenthesesMark Rousskov-20/+25
2019-09-14Rollup merge of #64439 - 12101111:fix-owned-box, r=CentrilMazdak Farrokhzad-26/+47
2019-09-14Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppeMazdak Farrokhzad-110/+98
2019-09-14Rollup merge of #64431 - pnkfelix:issue-63479-fnptr-is-structural-match, r=va...Mazdak Farrokhzad-1/+178
2019-09-14Rollup merge of #64425 - guanqun:typo-fix, r=matthewjasperMazdak Farrokhzad-1/+1
2019-09-14Rollup merge of #64422 - ollie27:error_index_generator_stringify, r=Mark-Simu...Mazdak Farrokhzad-1/+1
2019-09-14Rollup merge of #64420 - nnethercote:inline-mark_neighbours_as_waiting_from, ...Mazdak Farrokhzad-4/+13
2019-09-14Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichtonMazdak Farrokhzad-2/+1
2019-09-14Rollup merge of #64384 - mati865:tools_hack, r=alexcrichtonMazdak Farrokhzad-10/+0
2019-09-14Rollup merge of #64378 - Rosto75:master, r=jonas-schievinkMazdak Farrokhzad-4/+4
2019-09-14Rollup merge of #64375 - kornelski:vecdrop, r=rkruppeMazdak Farrokhzad-13/+17
2019-09-14Rollup merge of #64374 - nnethercote:box-DiagnosticBuilder, r=zackmdavisMazdak Farrokhzad-37/+55
2019-09-14Rollup merge of #64372 - Wind-River:master, r=alexcrichtonMazdak Farrokhzad-7/+14
2019-09-14Rollup merge of #64302 - nnethercote:shrink-ObligationCauseCode, r=zackmdavisMazdak Farrokhzad-48/+75
2019-09-14Rollup merge of #64203 - alexreg:rush-pr-2, r=centrilMazdak Farrokhzad-111/+109
2019-09-14Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obkMazdak Farrokhzad-3/+3
2019-09-14Rollup merge of #63846 - DevQps:32626-document-time-system-calls, r=rkruppeMazdak Farrokhzad-0/+46
2019-09-14Update src/liballoc/raw_vec.rsAlexander Regueiro-1/+1
2019-09-14Auto merge of #64080 - estebank:parse-format-comma, r=zackmdavisbors-10/+18
2019-09-13Update value.rsHal Gentz-2/+2
2019-09-14add trailing newline12101111-1/+1
2019-09-14add ui test for #6443012101111-0/+26
2019-09-14fix #6443012101111-26/+21
2019-09-13codegen: use "_N" (like for other locals) instead of "argN", for argument names.Eduard-Mihai Burtescu-55/+56
2019-09-13Auto merge of #63420 - spastorino:place2_5, r=oli-obkbors-1776/+1590
2019-09-13Regression tests for fn ptr and `#[structural_match]` as discussed in #63479.Felix S. Klock II-0/+171
2019-09-13Make fn ptr always structural match, regardless of whether formal types are.Felix S. Klock II-1/+7
2019-09-13Update src/libstd/time.rsChristian Veenman-1/+1
2019-09-13Make all projection base names be proj_baseSantiago Pastorino-16/+16
2019-09-13Use if let hereSantiago Pastorino-3/+2
2019-09-13Fix style in commentsSantiago Pastorino-10/+10
2019-09-13Avoid math and use patterns to grab projection baseSantiago Pastorino-35/+24
2019-09-13Remove raw string literal quotes from error index descriptionsOliver Middleton-1/+1
2019-09-13typo fixGuanqun Lu-1/+1
2019-09-13Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichtonbors-4/+63
2019-09-13Inline `mark_neighbours_as_waiting_from`.Nicholas Nethercote-4/+13
2019-09-13Auto merge of #64361 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-09-12Auto merge of #64360 - varkor:foreign-items-diagnostic-const-generics, r=cram...bors-15/+65
2019-09-12Destructure instead of using split_atSantiago Pastorino-1/+1
2019-09-12Use foldSantiago Pastorino-7/+4
2019-09-12codegen: be more explicit about setting giving names to allocas.Eduard-Mihai Burtescu-55/+42
2019-09-12Ignore linker env vars set for macOS on iOS targetsAleksi Juvani-3/+20
2019-09-12Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebankbors-135/+268
2019-09-12Trim rustc-workspace-hackMateusz MikuĊ‚a-10/+0
2019-09-12Remove env vars instead of setting them to an empty stringAleksi Juvani-9/+33
2019-09-12Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomezbors-79/+136
2019-09-12Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...bors-81/+93
2019-09-11Auto merge of #64334 - jyao1:i686-master, r=joshtriplettbors-0/+99
2019-09-12Box `DiagnosticBuilder`.Nicholas Nethercote-37/+55
2019-09-11Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytesSantiago Pastorino-176/+228