| Age | Commit message (Expand) | Author | Lines |
| 2019-05-01 | Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddyb | Mazdak Farrokhzad | -8/+80 |
| 2019-05-01 | Rollup merge of #60366 - lzutao:patch-1, r=pietroalbini | Mazdak Farrokhzad | -0/+1 |
| 2019-05-01 | Rollup merge of #60330 - varkor:range-endpoint-overflow-lint, r=estebank | Mazdak Farrokhzad | -399/+551 |
| 2019-05-01 | Rollup merge of #60327 - matthewjasper:handle-local-outlives-lbl, r=nikomatsakis | Mazdak Farrokhzad | -2/+57 |
| 2019-05-01 | Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb | Mazdak Farrokhzad | -26/+29 |
| 2019-05-01 | Auto merge of #60280 - varkor:const-param-invariance, r=eddyb | bors | -5/+17 |
| 2019-05-01 | Rename is_range_literal to is_lit | varkor | -4/+4 |
| 2019-04-30 | Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichton | bors | -4/+6 |
| 2019-04-30 | Pull out some functors for readability | varkor | -289/+293 |
| 2019-04-30 | Refactor is_range_literal | varkor | -23/+18 |
| 2019-04-30 | Include signed integer types in the lint | varkor | -55/+96 |
| 2019-04-30 | Preserve literal suffixes | varkor | -2/+25 |
| 2019-04-30 | Place types inside backticks | varkor | -97/+95 |
| 2019-04-30 | Add a test for overflowing endpoints | varkor | -0/+47 |
| 2019-04-30 | Suggest using an inclusive range for an overflowing endpoint | varkor | -15/+61 |
| 2019-04-30 | Pull `is_range_literal` out into `lowering` | varkor | -66/+64 |
| 2019-04-30 | Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton | bors | -62/+132 |
| 2019-04-30 | Work around missing tac command on macOS in PGO run-make test. | Michael Woerister | -1/+9 |
| 2019-04-30 | Auto merge of #60416 - Centril:rollup-bbyyz9x, r=Centril | bors | -287/+357 |
| 2019-04-30 | Rollup merge of #60408 - gnzlbg:f16c2, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-04-30 | Rollup merge of #60400 - JohnTitor:simplify-feature, r=matthewjasper | Mazdak Farrokhzad | -22/+2 |
| 2019-04-30 | Rollup merge of #60399 - Manishearth:clippyup, r=Manishearth | Mazdak Farrokhzad | -12/+8 |
| 2019-04-30 | Rollup merge of #60382 - Manishearth:revert-code-font, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+3 |
| 2019-04-30 | Rollup merge of #60362 - Centril:cleanup-declare-features-active, r=oli-obk | Mazdak Farrokhzad | -193/+268 |
| 2019-04-30 | Rollup merge of #60354 - Centril:cleanup-declare-features-accepted, r=oli-obk | Mazdak Farrokhzad | -56/+73 |
| 2019-04-30 | Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb | Mazdak Farrokhzad | -1/+2 |
| 2019-04-30 | Only allow ZSTs with 1 byte alignment | Tim Diekmann | -5/+25 |
| 2019-04-30 | Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obk | bors | -733/+3515 |
| 2019-04-30 | Add missing f16c_target_feature check to typeck collect | gnzlbg | -0/+1 |
| 2019-04-30 | Add local LLD to the PATH for run-make-fulldeps tests. | Michael Woerister | -0/+15 |
| 2019-04-30 | Remove functions to simplify | Yuki OKUSHI | -22/+2 |
| 2019-04-29 | Update clippy | Manish Goregaokar | -12/+8 |
| 2019-04-30 | Auto merge of #60389 - Centril:rollup-nefreyr, r=Centril | bors | -305/+248 |
| 2019-04-30 | Rollup merge of #60380 - GuillaumeGomez:fix-line-number-display, r=Manishearth | Mazdak Farrokhzad | -0/+4 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -285/+179 |
| 2019-04-30 | Rollup merge of #60238 - topecongiro:rustfmt-1.2.2, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-04-30 | Cleanup 'active' declare_features! with uniform style + sorting. | Mazdak Farrokhzad | -193/+268 |
| 2019-04-29 | Account for const fns to avoid incorrect suggestions | Esteban Küber | -8/+81 |
| 2019-04-29 | SGX target: implemented vectored I/O | Jethro Beekman | -13/+50 |
| 2019-04-29 | SGX target: don't unwind on usercall index out of bounds | Jethro Beekman | -2/+10 |
| 2019-04-29 | Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton | bors | -53/+101 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -25/+85 |
| 2019-04-29 | Add test | Esteban Küber | -0/+21 |
| 2019-04-29 | Suggest try_into when possible | Esteban Küber | -725/+3413 |
| 2019-04-29 | Revert "Update Source Code Pro fonts to version 2.030" | Manish Goregaokar | -3/+3 |
| 2019-04-29 | Fix line number display in source view | Guillaume Gomez | -0/+4 |
| 2019-04-29 | Auto merge of #60377 - Centril:rollup-42fxe9u, r=Centril | bors | -491/+514 |
| 2019-04-29 | Rollup merge of #60360 - rasendubi:const-labeled-break, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-04-29 | Rollup merge of #60359 - petrochenkov:imperruse, r=estebank | Mazdak Farrokhzad | -0/+36 |
| 2019-04-29 | Rollup merge of #60358 - nickolay:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+8 |