about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-15[improper_ctypes] Don't suggest raw pointers when encountering trait objectsRobin Kruppe-3/+1
2018-02-15[improper_ctypes] Point at definition of non-FFI-safe type if possibleRobin Kruppe-0/+20
2018-02-15[improper_ctypes] Suggest repr(transparent) for structsRobin Kruppe-6/+7
2018-02-15[improper_ctypes] Overhaul primary labelRobin Kruppe-227/+171
2018-02-15[improper_ctypes] Stop complaining about repr(usize) and repr(isize) enumsRobin Kruppe-29/+12
2018-02-15[improper_ctypes] Use a 'help:' line for possible fixesRobin Kruppe-80/+156
2018-02-15Convert compile-fail/lint-ctypes.rs to ui testRobin Kruppe-0/+128
2018-02-15Auto merge of #48203 - kennytm:rollup, r=kennytmbors-208/+800
2018-02-15Auto merge of #48105 - Mark-Simulacrum:exclude-paths, r=alexcrichtonbors-327/+444
2018-02-15Rollup merge of #48210 - jacob-hughes:clarify_sized_trait_in_api_docs, r=Quie...kennytm-3/+7
2018-02-15Auto merge of #48202 - nrc:update, r=kennytmbors-17/+38
2018-02-14Review change - Expanded on explanation.Jacob Hughes-3/+3
2018-02-14Exclude clippy lints from tidy license checkMark Simulacrum-0/+1
2018-02-15Revert "rustbuild: Pass `ccache` to build scripts"Alex Crichton-22/+5
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-14Rollup merge of #48035 - technicalguy:Early-exit-empty-hashmap-38880, r=arthu...kennytm-26/+38
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-13Fix default Steps without paths.Mark Simulacrum-5/+10
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-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-13Improve debuggability of #48116.kennytm-3/+14
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