about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2016-05-30Auto merge of #33909 - michaelwoerister:frame-pointer-fix, r=nikomatsakisbors-1/+6
2016-05-30Rollup merge of #33914 - GuillaumeGomez:improve_err_expl, r=GuillaumeGomezManish Goregaokar-2/+56
2016-05-30Rollup merge of #33913 - GuillaumeGomez:improve_e0133, r=GuillaumeGomezManish Goregaokar-1/+13
2016-05-30Rollup merge of #33793 - GuillaumeGomez:compile_fail, r=GuillaumeGomezManish Goregaokar-1/+3
2016-05-29Auto merge of #33929 - petrochenkov:pathir, r=eddybbors-221/+150
2016-05-29Improve E0161 error explanationGuillaume Gomez-2/+1
2016-05-28Address review commentsVadim Petrochenkov-8/+5
2016-05-28Refactor away some functions from hir::pat_utilVadim Petrochenkov-160/+108
2016-05-28Rollup merge of #33854 - petrochenkov:prefvis, r=eddybManish Goregaokar-11/+4
2016-05-28Rollup merge of #33852 - arielb1:autoderef-iterator, r=eddybManish Goregaokar-49/+73
2016-05-28Rollup merge of #33822 - soltanmm:dot-vec-div-mag-square, r=nikomatsakisManish Goregaokar-12/+15
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-69/+53
2016-05-27improve E0152 error explanationGuillaume Gomez-0/+11
2016-05-27Improve E0133 error explanationGuillaume Gomez-1/+13
2016-05-27Improve E0138 error explanationGuillaume Gomez-1/+24
2016-05-27Improve E0137 error explanatIonGuillaume Gomez-1/+22
2016-05-27Emit "no-frame-pointer-elim" attribute for closures, shims, and glue.Michael Woerister-1/+6
2016-05-27Rollup merge of #33644 - petrochenkov:selfast, r=nrcManish Goregaokar-19/+16
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-51/+118
2016-05-27Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelixManish Goregaokar-38/+44
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-1/+3
2016-05-26Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakisbors-0/+10
2016-05-26Replace pat_adjust_pos with an iterator adapterVadim Petrochenkov-29/+36
2016-05-26Address review commentsVadim Petrochenkov-6/+6
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-51/+111
2016-05-25Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1bors-4/+5
2016-05-25Add a new AST-only type variant `ImplicitSelf`Vadim Petrochenkov-11/+12
2016-05-25Remove ExplicitSelf from ASTVadim Petrochenkov-10/+6
2016-05-25catch attempts to leak obligations out of snapshotsAriel Ben-Yehuda-47/+70
2016-05-25trans: save metadata even with -Z no-trans.Eduard Burtescu-1/+1
2016-05-25trans: remove item_symbols from metadata and CrateContext.Eduard Burtescu-6/+1
2016-05-25trans: move exported_symbol to Instance::symbol_name.Eduard Burtescu-0/+2
2016-05-25trans: force absolute item paths within symbols.Eduard Burtescu-3/+33
2016-05-25rustc: use a simpler scheme for plugin registrar symbol names.Eduard Burtescu-0/+10
2016-05-25refactor autoderef to avoid registering obligationsAriel Ben-Yehuda-2/+3
2016-05-24Apply visit_path to import prefixes by defaultVadim Petrochenkov-11/+4
2016-05-24syntax/hir: give loop labels a spanGeorg Brandl-38/+44
2016-05-23trans::collector: Remove some redundant calls to erase_regions().Michael Woerister-0/+10
2016-05-22Propagate obligations through projectionMasood Malekghassemi-12/+15
2016-05-21Auto merge of #33752 - mrhota:internal_docs, r=steveklabnikbors-7/+35
2016-05-21Improve internal documentation and code styleTicki-7/+35
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-1/+5
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-5/+10
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-5/+10
2016-05-19Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakisbors-26/+72
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-2/+2
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-26/+72
2016-05-18Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mwbors-128/+232
2016-05-19Be smart about span of parenthesized expression in macroSeo Sanghyeon-1/+4
2016-05-18add task for linkingNiko Matsakis-0/+2