about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-14Rollup merge of #48181 - michaelwoerister:fix-incr-dir-finalization, r=nikoma...kennytm-2/+27
2018-02-14Rollup merge of #48167 - Mark-Simulacrum:remove-allocation-codemap, r=estebankkennytm-3/+5
2018-02-14Rollup merge of #48165 - alexcrichton:update-read2, r=Mark-Simulacrumkennytm-10/+14
2018-02-14Rollup merge of #48163 - alexcrichton:persistent-linker, r=rkruppekennytm-49/+114
2018-02-14Rollup merge of #48162 - michaelwoerister:stabler-svh, r=nikomatsakiskennytm-5/+22
2018-02-14Rollup merge of #48156 - Centril:feature/iterator_repeat_with, r=alexcrichtonkennytm-0/+164
2018-02-14Rollup merge of #48154 - estebank:issue-31481, r=nikomatsakiskennytm-5/+43
2018-02-14Rollup merge of #48151 - echochamber:update_range_example, r=estebankkennytm-5/+5
2018-02-14Rollup merge of #48133 - matthiaskrgr:endianess_to_endianness, r=oli-obkkennytm-18/+18
2018-02-14Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrumkennytm-10/+10
2018-02-14Rollup merge of #48126 - newpavlov:patch-1, r=alexcrichtonkennytm-37/+42
2018-02-14Rollup merge of #48087 - scottmcm:range_is_empty, r=kennytm,alexcrichtonkennytm-14/+154
2018-02-14Rollup merge of #48065 - Xaeroxe:patch-1, r=alexcrichtonkennytm-16/+1
2018-02-14Rollup merge of #48033 - GuillaumeGomez:better-char-cast-message, r=estebankkennytm-0/+57
2018-02-14Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichtonkennytm-0/+12
2018-02-14Rollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytmkennytm-0/+8
2018-02-14Rollup merge of #47806 - PramodBisht:feature/47801, r=steveklabnikkennytm-2/+2
2018-02-14Rollup merge of #47784 - alexcrichton:less-dsymutil, r=michaelwoeristerkennytm-3/+57
2018-02-13Switch to retain calling drain_filter.Jacob Kiesel-21/+1
2018-02-13incr.comp.: Run cache directory garbage collection before loading dep-graph.Michael Woerister-2/+27
2018-02-13Handle path prefix mapping in a more stable way when computing the crate hash.Michael Woerister-5/+22
2018-02-13core::iter::repeat_with: fix missing word, see @Pazzaz's reviewMazdak Farrokhzad-1/+1
2018-02-13Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelixbors-9/+72
2018-02-12core::iter::repeat_with: tracking issue is #48169Mazdak Farrokhzad-5/+5
2018-02-12Remove allocation from width of character function.Mark Simulacrum-3/+5
2018-02-12Update compiletest's `read2` functionAlex Crichton-10/+14
2018-02-12rustc: Persist LLVM's `Linker` in Fat LTOAlex Crichton-49/+114
2018-02-12core::iter::repeat_with: document DoubleEndedIterator behaviorMazdak Farrokhzad-0/+6
2018-02-12rustc: Add the ability to not run dsymutilAlex Crichton-3/+57
2018-02-12Auto merge of #47843 - estebank:teach, r=nikomatsakisbors-55/+3255
2018-02-12core::iter::repeat_with: fix doc testsMazdak Farrokhzad-2/+2
2018-02-12core::iter::repeat_with: fix tests some moreMazdak Farrokhzad-5/+5
2018-02-12core::iter::repeat_with: fix testsMazdak Farrokhzad-1/+3
2018-02-12core::iter::repeat_with: derive Copy, Clone, DebugMazdak Farrokhzad-0/+1
2018-02-12core::iter::repeat_with: general fixesMazdak Farrokhzad-0/+7
2018-02-12add core::iter::repeat_withMazdak Farrokhzad-0/+148
2018-02-12Auto merge of #48144 - kennytm:reduce-musl-test-size, r=Mark-Simulacrumbors-1/+9
2018-02-11Continue parsing function after finding `...` argEsteban Küber-5/+43
2018-02-11Update ops range example to avoid confusion between indexes and values.Jason Schein-5/+5
2018-02-11Delete executables if the test ran successfully.Mark Simulacrum-3/+5
2018-02-12compiletest: Delete the executable immediately after running.kennytm-2/+8
2018-02-11Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakisbors-56/+374
2018-02-11Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddybbors-57/+94
2018-02-11Dangling pointer fixArtyom Pavlov-2/+2
2018-02-11Auto merge of #47657 - algesten:save-analysis-impls, r=nrcbors-10/+59
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-74/+154
2018-02-10Add the emptiness condition to the docs; add a PartialOrd example with NANScott McMurray-2/+24
2018-02-11fixed errorsАртём Павлов [Artyom Pavlov]-4/+4
2018-02-11typo: correct endianess to endianness (this also changes function names!)Matthias Krüger-18/+18
2018-02-11iterator instead loopАртём Павлов [Artyom Pavlov]-10/+8