about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2019-02-21reintroduce `commit_if_ok` calls to `subtype_predicate`Niko Matsakis-14/+16
2019-02-21reintroduce `commit_if_ok` call into `higher_ranked_sub`Niko Matsakis-26/+25
2019-02-21s/skol_/placeholder_/Niko Matsakis-10/+10
2019-02-21introduce benchmarks of BTreeSet.intersectionStein Somers-0/+89
2019-02-21fix linkRalf Jung-1/+1
2019-02-21remark about the one place where place computation calls size_and_align_ofRalf Jung-2/+4
2019-02-21this is for you, tidyRalf Jung-2/+2
2019-02-21explain unsafeRalf Jung-2/+2
2019-02-21we only list some examples of basic typesRalf Jung-1/+1
2019-02-21tweaks and fix weird spaceRalf Jung-2/+2
2019-02-21Apply suggestions from code reviewMazdak Farrokhzad-39/+42
2019-02-21codegen and write_metadata can mutate ModuleLLvm.Gabriela Alexandra Moldovan-2/+2
2019-02-21Destabilize fixed-width const defined atomic integersMahmut Bulut-1/+14
2019-02-21explain why we use static alignment in ref-to-place conversionRalf Jung-0/+4
2019-02-21Auto merge of #58535 - RalfJung:miri, r=oli-obkbors-14/+14
2019-02-21final pin projections tweakingRalf Jung-27/+23
2019-02-21more pin projections tweakingRalf Jung-10/+17
2019-02-21Enable feature duration_constants in examplesStjepan Glavina-0/+4
2019-02-20Remove braces from most E0505 examplesAlex Gurganus-15/+9
2019-02-20Allow Self::Module to be mutated.Gabriela Alexandra Moldovan-8/+8
2019-02-20Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelixbors-50/+150
2019-02-20Put Future trait into spotlightStjepan Glavina-0/+1
2019-02-20Add examples for duration constantsStjepan Glavina-0/+32
2019-02-20Fixes #58586: Make E0505 explain example fail for 2018 editionAlex Gurganus-3/+16
2019-02-20expand pinning projectionsRalf Jung-38/+41
2019-02-20Search for target_triple.json only if builtin target not foundgnzlbg-6/+16
2019-02-20Use standard Read/Write traits in sys::stdioPaul Dicker-75/+114
2019-02-20Address review commentsPaul Dicker-22/+36