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