about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-22Auto merge of #58644 - Centril:rollup, r=Centrilbors-201/+533
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-7/+10
2019-02-22Do not underflow after resetting unmatched braces countEsteban Küber-4/+8
2019-02-23Added a connection timeout and speed threshold when downloading the Docker cachekennytm-1/+1
2019-02-22Fix #57979 by allowing a legitimate type error to take precedence over an ICE.Felix S. Klock II-1/+10
2019-02-22Switch from error patterns to `//~ ERROR` markers.Felix S. Klock II-8/+11
2019-02-22Make target pointer-width specific variants of (very old) huge-array-simple.r...Felix S. Klock II-4/+13
2019-02-22Rollup merge of #58632 - matklad:reduce-contention, r=CentrilMazdak Farrokhzad-23/+26
2019-02-22Rollup merge of #58621 - phansch:update_miri_links, r=oli-obkMazdak Farrokhzad-1/+1
2019-02-22Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=KodrAusMazdak Farrokhzad-0/+89
2019-02-22Rollup merge of #58615 - RalfJung:ref-to-place-alignment, r=oli-obkMazdak Farrokhzad-2/+8
2019-02-22Rollup merge of #58607 - gurgalex:fail_E0505_for_2018_edition, r=matthewjasperMazdak Farrokhzad-15/+22
2019-02-22Rollup merge of #58606 - stjepang:put-future-into-spotlight, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-02-22Rollup merge of #58601 - gnzlbg:json_error, r=oli-obkMazdak Farrokhzad-6/+16
2019-02-22Rollup merge of #58600 - llogiq:documentation-tests-typo, r=frewsxcvMazdak Farrokhzad-1/+1
2019-02-22Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, r=Guilla...Mazdak Farrokhzad-22/+8
2019-02-22Rollup merge of #58589 - matklad:remove-hack, r=petrochenkovMazdak Farrokhzad-4/+2
2019-02-22Rollup merge of #58588 - matklad:dead-code, r=petrochenkovMazdak Farrokhzad-6/+0
2019-02-22Rollup merge of #58555 - scottmcm:try-2015, r=CentrilMazdak Farrokhzad-0/+6
2019-02-22Rollup merge of #58431 - RalfJung:btree, r=Mark-SimulacrumMazdak Farrokhzad-15/+42
2019-02-22Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lif...Mazdak Farrokhzad-6/+19
2019-02-22Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcmMazdak Farrokhzad-5/+117
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-95/+171
2019-02-22Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapinMazdak Farrokhzad-0/+4
2019-02-22Auto merge of #57997 - nitnelave:master, r=RalfJungbors-215/+249
2019-02-22Don't generate minification variable if minification disabledGuillaume Gomez-1/+5
2019-02-22Update parking_lot to 0.7Bastien Orivel-4/+4
2019-02-22Make std feature list sortedAleksey Kladov-23/+26
2019-02-22Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r=pnkfelixbors-194/+361
2019-02-22Auto merge of #58574 - RalfJung:pin, r=Mark-Simulacrumbors-49/+310
2019-02-22Auto merge of #58616 - vertexclique:destabilize-fixed-width-atomic-integers, ...bors-1/+14
2019-02-21Optimise vec![false; N] to zero-allocIngvar Stepanyan-0/+1
2019-02-21take a bit more space for new_unchecked examplesRalf Jung-4/+10
2019-02-21Auto merge of #58592 - nikomatsakis:universe-leak-check, r=aturonbors-372/+1280
2019-02-21Move the exit block of the match to the endMatthew Jasper-126/+130
2019-02-21Fix error index exampleMatthew Jasper-2/+2
2019-02-21Fix codegen testMatthew Jasper-2/+2
2019-02-21Simplify the cleanup_post_borrowck passesMatthew Jasper-90/+25
2019-02-21Add address stability test for matchesMatthew Jasper-0/+39
2019-02-21Activate two phase borrows on all usesMatthew Jasper-28/+16
2019-02-21Use normal mutable borrows in MIR match loweringMatthew Jasper-308/+227
2019-02-21Match discriminant -> scrutineeMatthew Jasper-22/+22
2019-02-21Clean up MIR match loweringMatthew Jasper-804/+838
2019-02-21Improve error message and add tests for borrowck match handlingMatthew Jasper-43/+144
2019-02-21Update miri linksPhilipp Hansch-1/+1
2019-02-21partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbcNiko Matsakis-6/+38
2019-02-21Auto merge of #58584 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2019-02-21update test files to reflect new outputNiko Matsakis-300/+846
2019-02-21restore the actual leak-checkNiko Matsakis-14/+277
2019-02-21introduce a dummy leak check and invoke it in all the right placesNiko Matsakis-39/+105