| Age | Commit message (Expand) | Author | Lines |
| 2019-01-18 | Use `to_ne_bytes` for converting IPv4Address to octets | Jakub Onderka | -2/+1 |
| 2019-01-18 | Rollup merge of #57710 - GuillaumeGomez:non-clickable, r=QuietMisdreavus | Mazdak Farrokhzad | -4/+0 |
| 2019-01-18 | Rollup merge of #57685 - pthariensflame:enhancement/pin-impl-applicability, r... | Mazdak Farrokhzad | -3/+45 |
| 2019-01-18 | Rollup merge of #57683 - xfix:patch-15, r=QuietMisdreavus | Mazdak Farrokhzad | -2/+3 |
| 2019-01-18 | Rollup merge of #57654 - ehuss:fs-links, r=alexcrichton | Mazdak Farrokhzad | -5/+17 |
| 2019-01-18 | Rollup merge of #57646 - GuillaumeGomez:fix-css, r=QuietMisdreavus | Mazdak Farrokhzad | -14/+2 |
| 2019-01-18 | Rollup merge of #57636 - GuillaumeGomez:fix-sources-sidebar, r=QuietMisdreavus | Mazdak Farrokhzad | -3/+1 |
| 2019-01-18 | Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakis | Mazdak Farrokhzad | -0/+26 |
| 2019-01-18 | Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus | Mazdak Farrokhzad | -16/+22 |
| 2019-01-18 | Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum | Mazdak Farrokhzad | -12/+12 |
| 2019-01-18 | Rollup merge of #56594 - sdroege:c_void-is-not-never, r=TimNN | Mazdak Farrokhzad | -7/+10 |
| 2019-01-18 | Auto merge of #56189 - rep-nop:keep_doc_test_executable, r=QuietMisdreavus | bors | -8/+73 |
| 2019-01-18 | Remove delay_span_bug from qualify_min_const_fn | Philipp Hansch | -7/+1 |
| 2019-01-18 | Allow evaluating trivial drop glue in constants | Oliver Scherer | -13/+29 |
| 2019-01-18 | Merge visitors in AST validation | John Kåre Alsaker | -144/+111 |
| 2019-01-18 | Auto merge of #57065 - Zoxc:graph-tweaks, r=michaelwoerister | bors | -113/+117 |
| 2019-01-18 | Manually inline a function that was only used once | Oliver Scherer | -15/+5 |
| 2019-01-18 | Point at return type when appropriate | Esteban Küber | -5/+30 |
| 2019-01-18 | Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAus | bors | -9/+27 |
| 2019-01-17 | Fix test after rebase | Esteban Küber | -4/+6 |
| 2019-01-17 | Correct error location indicated by comments | Kevin Leimkuhler | -4/+4 |
| 2019-01-17 | Override `Iterator::is_sorted_by` in `slice::Iter` impl | Lukas Kalbertodt | -27/+26 |
| 2019-01-17 | Compare pairs with `slice::windows` | Kevin Leimkuhler | -8/+9 |
| 2019-01-17 | Improve documentation and slice impl | Kevin Leimkuhler | -11/+18 |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -3/+41 |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -22/+110 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+134 |
| 2019-01-17 | Fix tidy error | Esteban Küber | -1/+1 |
| 2019-01-17 | Point at more cases involving return types | Esteban Küber | -2/+9 |
| 2019-01-17 | Avoid pointing at multiple places on return type error | Esteban Küber | -19/+23 |
| 2019-01-17 | Point more places where expectation comes from | Esteban Küber | -5/+10 |
| 2019-01-17 | Do not give incorrect label for return type mismatch | Esteban Küber | -3/+142 |
| 2019-01-17 | Use structured suggestion to surround struct literal with parenthesis | Esteban Küber | -8/+46 |
| 2019-01-17 | fix compat-mode ui test | Mark Mansi | -1/+1 |
| 2019-01-17 | Update tests | Mark Mansi | -93/+88 |
| 2019-01-17 | better lifetime error message | Mark Mansi | -1/+1 |
| 2019-01-17 | Update cargo | Eric Huss | -0/+0 |
| 2019-01-18 | Fix suggestions given mulitple bad lifetimes | Dan Robertson | -21/+69 |
| 2019-01-18 | Inline `expand_node`. | Nicholas Nethercote | -9/+14 |
| 2019-01-18 | Remove unneeded `origin` arg from `iterate_until_fixed_point`'s closure. | Nicholas Nethercote | -7/+6 |
| 2019-01-17 | Bless test. | Wesley Norris | -3/+11 |
| 2019-01-17 | Add book section and fix typo. | Wesley Norris | -1/+7 |
| 2019-01-17 | Minor changes to wording and formatting. | Wesley Norris | -6/+7 |
| 2019-01-17 | Bless test. | Wesley Norris | -2/+3 |
| 2019-01-17 | Fix tidy error. | Wesley Norris | -2/+10 |
| 2019-01-17 | Persist doc test executables to given path. | Wesley Norris | -6/+47 |
| 2019-01-18 | privacy: Account for associated existential types | Vadim Petrochenkov | -23/+59 |
| 2019-01-17 | Fix non-clickable urls | Guillaume Gomez | -4/+0 |
| 2019-01-18 | Fix tests | Yuki Okushi | -11/+67 |
| 2019-01-18 | Add token::Err | Yuki Okushi | -1/+1 |