| Age | Commit message (Expand) | Author | Lines |
| 2019-10-01 | Hint type for `.sum()` | AnthonyMikh | -1/+1 |
| 2019-10-01 | Ascript type explicitly | AnthonyMikh | -1/+1 |
| 2019-10-01 | Fix errors | AnthonyMikh | -10/+10 |
| 2019-10-01 | (fmt) remove trailing whitespaces | AnthonyMikh | -2/+2 |
| 2019-10-01 | Use pattern matching instead of indexing tuples | AnthonyMikh | -4/+2 |
| 2019-10-01 | Simplify a conditional in `collect_annotations` | AnthonyMikh | -16/+11 |
| 2019-10-01 | Remove redundant `.iter_mut()` | AnthonyMikh | -1/+1 |
| 2019-10-01 | Simplify `EmitterWriter::emit_suggestion_default` | AnthonyMikh | -104/+107 |
| 2019-09-30 | Update doc comment for `style_or_override` | AnthonyMikh | -1/+1 |
| 2019-09-30 | Simplify `EmitterWriter::get_max_line_num` | AnthonyMikh | -8/+4 |
| 2019-09-30 | Simplify `EmitterWriter::get_multispan_max_line_num` | AnthonyMikh | -16/+16 |
| 2019-09-30 | Simplify code for special case of annotation | AnthonyMikh | -12/+10 |
| 2019-09-27 | Revert "Simplify Unicode-aware trimming" | AnthonyMikh | -15/+12 |
| 2019-09-26 | Simplify `style_or_override` | AnthonyMikh | -6/+4 |
| 2019-09-26 | Use `sort_by_key` rather than `sort_by` | AnthonyMikh | -2/+2 |
| 2019-09-26 | Simplify `Emitter::fix_multispan_in_std_macros` | AnthonyMikh | -64/+65 |
| 2019-09-25 | Unify order of variables in chained comparison | AnthonyMikh | -1/+1 |
| 2019-09-25 | Use Option::map_or where applicable | AnthonyMikh | -8/+3 |
| 2019-09-25 | Use map + sum instead of fold for computing Unicode width | AnthonyMikh | -9/+9 |
| 2019-09-25 | Simplify Unicode-aware trimming | AnthonyMikh | -12/+15 |
| 2019-09-25 | Use `max` instead of `if`s | AnthonyMikh | -9/+3 |
| 2019-09-25 | Use `saturating_sub` where applicable | AnthonyMikh | -18/+6 |
| 2019-09-25 | Rollup merge of #64764 - Mark-Simulacrum:snap, r=Centril | Mazdak Farrokhzad | -107/+18 |
| 2019-09-25 | Rollup merge of #64759 - matklad:simplify-macro, r=petrochenkov | Mazdak Farrokhzad | -48/+18 |
| 2019-09-25 | Rollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obk | Mazdak Farrokhzad | -3/+111 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -485/+373 |
| 2019-09-25 | Rollup merge of #64386 - tspiteri:const-abs2, r=oli-obk | Mazdak Farrokhzad | -3/+26 |
| 2019-09-25 | Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc | Mazdak Farrokhzad | -21/+22 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -105/+16 |
| 2019-09-25 | Remove fail tests | gnzlbg | -201/+0 |
| 2019-09-25 | Switch version to 1.40 | Mark Rousskov | -2/+2 |
| 2019-09-25 | Clean tests | gnzlbg | -11/+31 |
| 2019-09-25 | Format | gnzlbg | -2/+1 |
| 2019-09-25 | Test errors | gnzlbg | -75/+191 |
| 2019-09-25 | Refactor | gnzlbg | -58/+76 |
| 2019-09-25 | Auto merge of #64663 - jakoschiko:report-time, r=alexcrichton | bors | -48/+168 |
| 2019-09-25 | Tidy | gnzlbg | -1/+2 |
| 2019-09-25 | Remove unreachable code | gnzlbg | -5/+0 |
| 2019-09-25 | Allow simd_insert and simd_extract in const_fn | gnzlbg | -290/+4 |
| 2019-09-25 | remove unused peekable | Aleksey Kladov | -4/+3 |
| 2019-09-25 | move function closer to its usage | Aleksey Kladov | -13/+14 |
| 2019-09-25 | remove unused parameters | Aleksey Kladov | -31/+1 |
| 2019-09-25 | Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakis | bors | -58/+83 |
| 2019-09-25 | Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+7 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -193/+297 |
| 2019-09-25 | Rollup merge of #64743 - alexcrichton:update-cargo, r=nikomatsakis | Mazdak Farrokhzad | -0/+0 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -5/+60 |
| 2019-09-25 | Rollup merge of #64481 - tomtau:fix/tls-error-message, r=KodrAus | Mazdak Farrokhzad | -2/+2 |
| 2019-09-25 | Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=Centril | Mazdak Farrokhzad | -11/+72 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -433/+565 |