about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-09Auto merge of #37680 - tshepang:typo, r=alexcrichtonbors-2/+2
2016-11-10doc: fix typosTshepang Lekhonkhobe-2/+2
2016-11-09Auto merge of #37678 - eddyb:rollup, r=eddybbors-2524/+1827
2016-11-10Rollup merge of #37667 - alexcrichton:fix-llvm-version, r=japaricEduard-Mihai Burtescu-1/+1
2016-11-10Rollup merge of #37664 - est31:master, r=nrcEduard-Mihai Burtescu-2/+8
2016-11-10Rollup merge of #37661 - brson:qmarkstab, r=nikomatsakisEduard-Mihai Burtescu-1/+1
2016-11-10Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakisEduard-Mihai Burtescu-829/+778
2016-11-10rustc: unify and simplify managing associated items.Eduard Burtescu-1691/+1039
2016-11-10tests: fix fallout in pretty-printing output exact-match tests.Eduard Burtescu-66/+80
2016-11-10tests: fix fallout in flowgraph graphviz comparison dot files.Eduard Burtescu-26/+78
2016-11-10rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu-212/+345
2016-11-10rustc: use an Expr instead of a Block for function bodies.Eduard Burtescu-372/+169
2016-11-10syntax: don't fake a block around closures' bodies during parsing.Eduard Burtescu-153/+106
2016-11-09Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakisbors-8/+142
2016-11-09Auto merge of #37670 - eddyb:rollup, r=eddybbors-1378/+42637
2016-11-09Rollup merge of #37654 - michaelwoerister:test-let-ich, r=nikomatsakisEduard-Mihai Burtescu-0/+570
2016-11-09Rollup merge of #37644 - nrc:save-derive-span, r=eddybEduard-Mihai Burtescu-1/+5
2016-11-09Rollup merge of #37636 - karpinski:issue-34915, r=nikomatsakisEduard-Mihai Burtescu-2/+7
2016-11-09Rollup merge of #37627 - GuillaumeGomez:missing_urls_bis, r=frewsxcvEduard-Mihai Burtescu-54/+92
2016-11-09Rollup merge of #37622 - ollie27:cstring, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-11-09Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfriedEduard-Mihai Burtescu-72/+298
2016-11-09Rollup merge of #37524 - alexcrichton:vendor, r=brsonEduard-Mihai Burtescu-166/+40224
2016-11-09Rollup merge of #37472 - joshtriplett:doc-fmt-write-io-write, r=brsonEduard-Mihai Burtescu-0/+30
2016-11-09Rollup merge of #37432 - achanda:send_to, r=alexcrichtonEduard-Mihai Burtescu-0/+3
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-14/+69
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-11/+186
2016-11-09Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnikEduard-Mihai Burtescu-1/+10
2016-11-09Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakisEduard-Mihai Burtescu-588/+703
2016-11-09Rollup merge of #37134 - GuillaumeGomez:display_tag, r=steveklabnikEduard-Mihai Burtescu-380/+443
2016-11-09Rollup merge of #36868 - petrochenkov:adtstab, r=nikomatsakisEduard-Mihai Burtescu-115/+23
2016-11-09rustc_llvm: Require 3.9 for --link-staticAlex Crichton-1/+1
2016-11-09Auto merge of #36520 - estebank:dataless-enum, r=brsonbors-11/+29
2016-11-09Auto merge of #37657 - steveklabnik:rollup, r=steveklabnikbors-147/+621
2016-11-09Auto merge of #37651 - alexcrichton:fix-deps, r=alexcrichtonbors-1/+3
2016-11-09Clarify that send_to might return an error in certain casesAbhishek Chanda-0/+3
2016-11-09Document the question mark operatorest31-2/+8
2016-11-09question_mark was stabilized in 1.13Brian Anderson-1/+1
2016-11-08Point to type argument span when used as traitEsteban Küber-14/+69
2016-11-08rustbuild: Fix check-error-index stepAlex Crichton-1/+3
2016-11-08Rollup merge of #37652 - SimonSapin:arc-count-doc, r=alexcrichtonSteve Klabnik-5/+11
2016-11-08Rollup merge of #37650 - GuillaumeGomez:missing_urls_product, r=steveklabnikSteve Klabnik-8/+16
2016-11-08Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoeristerSteve Klabnik-0/+514
2016-11-08Rollup merge of #37601 - brson:book-without-tiers, r=steveklabnikSteve Klabnik-99/+12
2016-11-08Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcvSteve Klabnik-11/+19
2016-11-08Rollup merge of #37483 - xfix:patch-1, r=steveklabnikSteve Klabnik-23/+43
2016-11-08Rollup merge of #37425 - polo-language:doc, r=GuillaumeGomezSteve Klabnik-1/+1
2016-11-08Rollup merge of #35102 - steveklabnik:ref_warning, r=aturonSteve Klabnik-0/+5
2016-11-08ICH: Add test case for match-expressionsMichael Woerister-0/+342
2016-11-08ICH: Add test case for let-expressions.Michael Woerister-0/+228
2016-11-08add more commentAriel Ben-Yehuda-14/+61