about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-15Update i686-linux-android features to match android ABI.Nerijus Arlauskas-1/+5
2016-05-14Auto merge of #33593 - dotdash:smart_derive, r=brsonbors-7/+44
2016-05-14Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichtonbors-8/+30
2016-05-14Auto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichtonbors-58/+36
2016-05-14Auto merge of #33568 - nrc:save-json-2, r=pnkfelixbors-83/+536
2016-05-14Auto merge of #33563 - Amanieu:oncestate, r=alexcrichtonbors-1/+1
2016-05-14Rollup merge of #33576 - soltanmm:vtable, r=nikomatsakisManish Goregaokar-105/+235
2016-05-14Rollup merge of #33574 - michaelwoerister:collector-cleanup, r=nikomatsakisManish Goregaokar-525/+634
2016-05-14Rollup merge of #33572 - nagisa:assoc-const-types, r=eddybManish Goregaokar-24/+26
2016-05-14Rollup merge of #33566 - dotdash:biased_switch, r=nagisaManish Goregaokar-10/+26
2016-05-14Rollup merge of #33560 - eddyb:symtidy, r=alexcrichtonManish Goregaokar-1/+1
2016-05-14Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakisManish Goregaokar-57/+1
2016-05-14Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichtonManish Goregaokar-43/+22
2016-05-14Rollup merge of #33552 - dotdash:scfg, r=luqmanaManish Goregaokar-59/+124
2016-05-14Rollup merge of #33544 - dotdash:baby_dont_break_me_no_more, r=AatchManish Goregaokar-119/+113
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-43/+50
2016-05-13Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrcbors-1702/+1647
2016-05-13Auto merge of #33508 - alexcrichton:always-lower-frem, r=nikomatsakisbors-77/+2
2016-05-13save-analysis: make DefIds prettierNick Cameron-25/+42
2016-05-13Auto merge of #33355 - luqmana:33202-repr-ice, r=nrcbors-3/+19
2016-05-13Make AtomicBool the same size as boolAmanieu d'Antras-58/+36
2016-05-13Allow repr attribute on single variant enum.Luqman Aden-3/+19
2016-05-13Auto merge of #33531 - antonblanchard:local_stage0_fix, r=alexcrichtonbors-0/+8
2016-05-13Auto merge of #33513 - sanxiyn:tab-in-error, r=nikomatsakisbors-2/+32
2016-05-13Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1bors-6/+42
2016-05-13Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddybbors-27/+98
2016-05-12Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrcbors-45/+97
2016-05-13[MIR] Enhance the SimplifyCfg pass to merge consecutive blocksBjörn Steinbrink-59/+124
2016-05-12Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brsonbors-26/+182
2016-05-12rustdoc: Fix missing type parameters on implsOliver Middleton-8/+30
2016-05-12Improve derived implementations for enums with lots of fieldless variantsBjörn Steinbrink-7/+44
2016-05-12re-introduce a cache for ast-ty-to-tyNiko Matsakis-27/+98
2016-05-12Fix the sed invocation to also work with BSD sed.Pavel Sountsov-1/+1
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-43/+22
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-23/+147
2016-05-12Auto merge of #33338 - birkenfeld:issue-25356, r=jseyfriedbors-2/+11
2016-05-12Better handling of tab in errorSeo Sanghyeon-2/+32
2016-05-12Auto merge of #33306 - vadixidav:master, r=alexcrichtonbors-1/+73
2016-05-12typeck: limit number of candidates shown for a single errorGeorg Brandl-2/+11
2016-05-11Auto merge of #33169 - swgillespie:issue32829, r=eddybbors-0/+88
2016-05-11Plumb inference obligations through selectionMasood Malekghassemi-66/+126
2016-05-12Check the constants’ parameter environmentSimonas Kazlauskas-1/+23
2016-05-11Don't mutate the inference context when assemblingMasood Malekghassemi-1/+1
2016-05-11Add inferred obligation storage to all Vtable variants and SelectionContextMasood Malekghassemi-41/+111
2016-05-12Gen right parameter envirnoment for assoc constsSimonas Kazlauskas-20/+2
2016-05-12Do not use const Rib for associated constantsSimonas Kazlauskas-3/+1
2016-05-11trans: Use CrateContext::empty_substs_for_def_id() instead of Substs::empty()...Michael Woerister-18/+48
2016-05-11save-analysis: give better text info in value fieldsNick Cameron-35/+109
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-61/+423
2016-05-11[MIR trans] Optimize trans for biased switchesBjörn Steinbrink-10/+26