about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-13Auto merge of #33355 - luqmana:33202-repr-ice, r=nrcbors-3/+19
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-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-11[MIR trans] Optimize trans for biased switchesBjörn Steinbrink-10/+26
2016-05-11Rollup merge of #33558 - bnewbold:trivial-book-tweaks, r=steveklabnikGuillaume Gomez-5/+5
2016-05-11Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelixGuillaume Gomez-20/+384
2016-05-11Remove unification despite ambiguity in projectionMasood Malekghassemi-57/+1
2016-05-11trans: Make collector handle the drop_in_place() intrinsic.Michael Woerister-3/+89
2016-05-11Add test for collecting items in staticsJames Miller-4/+26
2016-05-11Inspect MIR for statics in item collectionJames Miller-0/+19
2016-05-11trans: Don't try to place declarations during codegen unit partitioning.Michael Woerister-139/+75
2016-05-11trans: Move TransItem to its own module.Michael Woerister-367/+383
2016-05-11Use symlink_metadata in tidy to avoid panicking on broken symlinks.Eduard Burtescu-1/+1
2016-05-11Only break critical edges where actually neededBjörn Steinbrink-119/+113
2016-05-11trivial fixes to documentation (book)bnewbold-5/+5
2016-05-11Update to eddyb's PRggomez-199/+129