about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-15Partially revert #47333.kennytm-9/+15
2018-02-14Clarified why `Sized` bound not implicit on trait's implicit `Self` type.Jacob Hughes-3/+7
2018-02-14rustc_trans: adjust mips64 abi to use new CastTargetJames Cowgill-9/+15
2018-02-14rustc_trans: add chunked prefix fields to CastTargetJames Cowgill-87/+53
2018-02-14rustc_trans: rewrite mips64 abiJames Cowgill-23/+127
2018-02-14Rollup merge of #48035 - technicalguy:Early-exit-empty-hashmap-38880, r=arthu...kennytm-26/+38
2018-02-14incr.comp.: Store DepNode colors in a dense array instead of a hashmap.Michael Woerister-47/+112
2018-02-14Rollup merge of #48195 - paoloteti:compiler-builtins-update, r=alexcrichtonkennytm-0/+0
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-14Update RLSNick Cameron-17/+37
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