about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-31syntax: Extra diagnostics for `_` used in an identifier positionVadim Petrochenkov-19/+34
2016-03-30Auto merge of #32603 - tshepang:capitalise, r=blussbors-1/+1
2016-03-30Auto merge of #32581 - GuillaumeGomez:patch-3, r=steveklabnikbors-0/+85
2016-03-29Auto merge of #32571 - eddyb:llvm-back-to-back, r=alexcrichtonbors-39/+16
2016-03-29Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakisbors-17/+152
2016-03-29rustc_platform_intrinsics: remove unused rustc dependency.Eduard Burtescu-22/+11
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-17/+5
2016-03-29Auto merge of #32567 - soltanmm:clean-up, r=nikomatsakisbors-72/+56
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-17/+152
2016-03-29Auto merge of #32564 - frewsxcv:patch-27, r=alexcrichtonbors-1/+1
2016-03-29Auto merge of #32541 - troplin:chain-bufread, r=alexcrichtonbors-0/+54
2016-03-28Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnikbors-43/+43
2016-03-28Refactor s.t. TypeRelation implementors don't escape InferCtxtMasood Malekghassemi-45/+56
2016-03-28Remove some dead codeMasood Malekghassemi-27/+0
2016-03-28Auto merge of #32479 - eddyb:eof-not-even-twice, r=nikomatsakisbors-14/+49
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-196/+473
2016-03-29doc: first letter should be upper caseTshepang Lekhonkhobe-1/+1
2016-03-28Auto merge of #32267 - durka:inclusive-range-error, r=nrcbors-32/+88
2016-03-28Prefer HTTPS when linking to 131002.net.Corey Farwell-1/+1
2016-03-28Fix formattingTobias Müller-2/+5
2016-03-28Use ? instead of try!, add some basic testsTobias Müller-1/+31
2016-03-28Add doc examples on pointer typesGuillaume Gomez-0/+85
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-43/+43
2016-03-28Rollup merge of #32534 - xtian:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-28Rollup merge of #32509 - tclfs:patch-2, r=steveklabnikSteve Klabnik-3/+3
2016-03-28Rollup merge of #32507 - klingtnet:master, r=steveklabnikSteve Klabnik-2/+7
2016-03-28Rollup merge of #32504 - tclfs:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-28Rollup merge of #32472 - GuillaumeGomez:patch-3, r=steveklabnikSteve Klabnik-0/+24
2016-03-28Rollup merge of #32235 - fbergr:trailing_whitespace, r=sanxiynSteve Klabnik-17/+17
2016-03-28Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnikSteve Klabnik-18/+18
2016-03-28Auto merge of #32522 - tedhorst:lldb-filename, r=michaelwoeristerbors-1/+4
2016-03-28Add FIXME for linkchecker whitlistsmitaa-2/+5
2016-03-28Don't check(=cache) redirect pagesmitaa-12/+19
2016-03-28Update concurrency.mdAndrew Horton-2/+2
2016-03-27Auto merge of #32529 - Manishearth:concurrency-fx, r=steveklabnikbors-18/+124
2016-03-28Implement BufRead for ChainTobias Müller-0/+21
2016-03-27Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=alexcrichtonbors-2/+2
2016-03-27Getting Started: "copy" -> "move"Christian Wesselhoeft-1/+1
2016-03-27Improve concurrency chapterManish Goregaokar-18/+124
2016-03-27Auto merge of #32252 - durka:derive-21714, r=alexcrichtonbors-35/+60
2016-03-27Update macros.mdTang Chenglong-2/+2
2016-03-27Auto merge of #32521 - Manishearth:paramitem, r=eddybbors-2/+3
2016-03-27Type macro is tracked at rust-lang/rust#27245, not 27336NODA, Kai-2/+2
2016-03-27from_item is the old nameManish Goregaokar-2/+2
2016-03-27Clarify that ParameterEnvironment::for_item can take impl/trait items tooManish Goregaokar-0/+1
2016-03-26Auto merge of #32510 - nodakai:libstd-sys-net-error-check, r=alexcrichtonbors-10/+11
2016-03-27deriving: factor out discriminant_value constructionAlex Burka-37/+33
2016-03-27fix #21714 by using discriminant_value in #[derive(Hash)]Alex Burka-9/+12
2016-03-27add #[derive(Hash)] test for #21714Alex Burka-0/+26
2016-03-26Auto merge of #32513 - japaric:try-test, r=alexcrichtonbors-1/+58