| Age | Commit message (Expand) | Author | Lines |
| 2017-01-19 | Rollup merge of #39151 - canndrew:feature-gate-uninhabited-references, r=brson | Guillaume Gomez | -1/+31 |
| 2017-01-19 | Rollup merge of #39150 - birkenfeld:slice-doc, r=GuillaumeGomez | Guillaume Gomez | -8/+17 |
| 2017-01-19 | Rollup merge of #39149 - circuitfox:E0122-type-def-trait-bounds-where-clause,... | Guillaume Gomez | -1/+26 |
| 2017-01-19 | Rollup merge of #39115 - king6cong:master, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2017-01-19 | Rollup merge of #39091 - richard-imaoka:E0491-long-explanation, r=GuillaumeGomez | Guillaume Gomez | -1/+34 |
| 2017-01-19 | Rollup merge of #39039 - michaelwoerister:ignore-gdb-version, r=nrc | Guillaume Gomez | -9/+54 |
| 2017-01-19 | Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelix | Guillaume Gomez | -4/+26 |
| 2017-01-19 | Rollup merge of #38922 - chris-morgan:fs-markdown-link-fix, r=steveklabnik | Guillaume Gomez | -1/+2 |
| 2017-01-19 | Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomez | Guillaume Gomez | -5/+20 |
| 2017-01-19 | Fix regression in parsing of trait object types | Vadim Petrochenkov | -2/+24 |
| 2017-01-19 | Use fs::symlink_metadata in doc for is_symlink | Jack Vickeridge | -1/+6 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -67/+215 |
| 2017-01-19 | Auto merge of #38464 - clarcharr:ip_cmp, r=sfackler | bors | -4/+100 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -1/+19 |
| 2017-01-19 | Auto merge of #38712 - clarcharr:duration_sum, r=sfackler | bors | -0/+15 |
| 2017-01-18 | Use multiline Diagnostic for candidate in other module | Esteban Küber | -37/+38 |
| 2017-01-18 | A few improvements to the slice docs. | Corey Farwell | -10/+24 |
| 2017-01-19 | Update jemalloc to include various fixes for OSX 10.12 | Mike Hommey | -0/+0 |
| 2017-01-19 | Add doctest to the proc-macro derive-test | Josh | -0/+3 |
| 2017-01-19 | Stop warning when doc testing proc macro crates | Josh | -0/+1 |
| 2017-01-18 | Add regression test for debuginfo + LTO | Michael Woerister | -2/+74 |
| 2017-01-18 | Add missing Debug implementation for librand structs | Guillaume Gomez | -3/+275 |
| 2017-01-18 | Feature gate `&Void`'s uninhabitedness. | Andrew Cann | -1/+31 |
| 2017-01-18 | collections: update docs of slice get() and friends | Georg Brandl | -8/+17 |
| 2017-01-18 | E0122 should apply with where clauses | Chris Stankus | -1/+26 |
| 2017-01-18 | Auto merge of #38168 - estebank:help-E0034, r=nrc | bors | -8/+224 |
| 2017-01-18 | Auto merge of #39019 - nikomatsakis:issue-38919, r=eddyb | bors | -3/+25 |
| 2017-01-17 | check inherent impls of traits for overlap as well | Niko Matsakis | -0/+18 |
| 2017-01-17 | run rustdoc tests in the same sort of thread rustc runs in | Niko Matsakis | -30/+49 |
| 2017-01-17 | tolerate `None` return from `get_line` | Niko Matsakis | -1/+1 |
| 2017-01-17 | more complete error message | Niko Matsakis | -1/+1 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -67/+242 |
| 2017-01-17 | Fix ICE when compiling fn f<T: ?for<'a> Sized>() {} | gralpli | -1/+13 |
| 2017-01-17 | Auto merge of #37972 - bluss:iter-find-is-on-a-roll, r=sfackler | bors | -14/+185 |
| 2017-01-17 | Fix fallout in `rustdoc`. | Jeffrey Seyfried | -12/+10 |
| 2017-01-17 | Remove the lookahead buffer. | Jeffrey Seyfried | -37/+14 |
| 2017-01-17 | Clarify when range is removed by drain | Stephen E. Baker | -2/+2 |
| 2017-01-17 | Fix BinaryHeap place by only constructing vec::PlaceBack once | Martin Hafskjold Thoresen | -50/+29 |
| 2017-01-17 | Auto merge of #39109 - michaelwoerister:incr-comp-cache-cleanup, r=nikomatsakis | bors | -12/+51 |
| 2017-01-17 | travis: Pass --enable-llvm-static-stdcpp | Alex Crichton | -0/+1 |
| 2017-01-17 | Auto merge of #39100 - Mark-Simulacrum:fix-stage1, r=eddyb | bors | -0/+4 |
| 2017-01-17 | Fix make tidy | Andrew Cann | -5/+8 |
| 2017-01-17 | Change unreachable patterns ICEs to warnings | Andrew Cann | -20/+125 |
| 2017-01-17 | Add error explanation for E0491 | Richard S. Imaoka | -1/+34 |
| 2017-01-17 | Auto merge of #39110 - petrochenkov:sum, r=eddyb | bors | -373/+239 |
| 2017-01-17 | Auto merge of #39095 - nagisa:fix-ub-in-testhelp, r=alexcrichton | bors | -4/+1 |
| 2017-01-17 | Avoid interpolated token trees. | Jeffrey Seyfried | -37/+9 |
| 2017-01-17 | Clean up `ext::tt::transcribe`. | Jeffrey Seyfried | -74/+35 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -213/+59 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -27/+192 |