summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-14Update RLSNick Cameron-17/+37
2018-02-14fix tidy checksMaxim Nazarenko-2/+2
2018-02-14rephrase UnsafeCell docMaxim Nazarenko-8/+9
2018-02-14macro-commas test cleanupMichael Lamparski-19/+5
2018-02-13only pass -no-pie if linker_is_gnuJimmy Brush-2/+8
2018-02-13handle -no-pie error from clangJimmy Brush-5/+7
2018-02-13verify passed -no-pie arg before retrying failed linkJimmy Brush-1/+7
2018-02-13pass correct pie args to gcc linker 2Jimmy Brush-43/+23
2018-02-13pass correct pie args to gcc linkerJimmy Brush-10/+66
2018-02-14inform type annotationscsmoe-43/+15
2018-02-13Test err on impl Trait projection within dyn TraitTaylor Cramer-2/+15
2018-02-13Amend nested impl Trait error messageTaylor Cramer-4/+4
2018-02-13Fix default Steps without paths.Mark Simulacrum-5/+10
2018-02-13Disallow projections from impl Trait typesTaylor Cramer-1/+139
2018-02-13Make nested impl Trait a hard errorTaylor Cramer-83/+138
2018-02-13Allow two-phase borrows of &mut self in opsbobtwinkles-61/+55
2018-02-14Add missing featureGuillaume Gomez-218/+270
2018-02-13Update compiler-builtins to latest master.Paolo Teti-0/+0
2018-02-1338880 remove unnecessary self.table.size checkShaun Steenkamp-4/+0
2018-02-13Misc fixesVitali Lovich-4/+4
2018-02-1338880 fix incorrect negationShaun Steenkamp-1/+1
2018-02-1338880 hashmap check size=0, not just capacity=0Shaun Steenkamp-30/+24
2018-02-1338880 restore original entry(key) methodShaun Steenkamp-1/+3
2018-02-13Switch to retain calling drain_filter.Jacob Kiesel-21/+1
2018-02-13incr.comp.: Don't keep RefCells in on-disk-cache borrowed in order to allow f...Michael Woerister-15/+19
2018-02-13Improve debuggability of #48116.kennytm-3/+14
2018-02-13rustc_trans: add abi::CastTarget::ChunkedPrefixJames Cowgill-2/+38
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-12Fix wait_timeout valueVitali Lovich-1/+1
2018-02-13Auto merge of #47804 - retep007:recursive-requirements, r=pnkfelixbors-9/+72
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-18/+77
2018-02-12detect wrong number of args when type-checking a closureNiko Matsakis-27/+191
2018-02-12core::iter::repeat_with: tracking issue is #48169Mazdak Farrokhzad-5/+5