| Age | Commit message (Expand) | Author | Lines |
| 2019-03-23 | cleanup | Guillaume Gomez | -13/+24 |
| 2019-03-23 | Use `if let` instead of `match` | varkor | -13/+10 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -52/+55 |
| 2019-03-23 | Fix invalid DWARF for enums when using thinlto | Philip Craig | -11/+64 |
| 2019-03-23 | fs::copy() set file mode early | Harald Hoyer | -59/+83 |
| 2019-03-23 | Auto merge of #59058 - petrochenkov:assocrecov3, r=estebank | bors | -92/+217 |
| 2019-03-22 | review comments | Esteban Küber | -2/+2 |
| 2019-03-22 | extend on-unimplemented docs | Esteban Küber | -2/+3 |
| 2019-03-22 | Add suggestion to use `&*var` when `&str: From<String>` is expected | Esteban Küber | -0/+41 |
| 2019-03-22 | Add note to address check_match errors | Esteban Küber | -3/+4 |
| 2019-03-22 | address review comments | Esteban Küber | -24/+13 |
| 2019-03-22 | Do not `track_errors` in `register_plugins` | Esteban Küber | -14/+12 |
| 2019-03-22 | Continue running after `typeck_item_bodies` has failed | Esteban Küber | -6/+9 |
| 2019-03-22 | Remove track_errors from check_match | Esteban Küber | -10/+14 |
| 2019-03-22 | Reword type ascription note to reduce verbosity | Esteban Küber | -65/+11 |
| 2019-03-22 | Review comment | Esteban Küber | -12/+12 |
| 2019-03-22 | Hide "type ascription is experimental error" unless it's the only one | Esteban Küber | -26/+11 |
| 2019-03-22 | Only suggest let assignment for type ascription if we find an equals sign | Esteban Küber | -16/+24 |
| 2019-03-22 | Tweak labels | Esteban Küber | -7/+8 |
| 2019-03-22 | Expand suggestions for type ascription parse errors | Esteban Küber | -18/+358 |
| 2019-03-23 | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | -21/+74 |
| 2019-03-22 | Correct minimum system LLVM version in tests | Samuel Holland | -15/+17 |
| 2019-03-23 | resolve: collect trait aliases along with traits | Sean McArthur | -2/+36 |
| 2019-03-22 | Update sys::time impls to have checked_sub_instant | Linus Färnstrand | -25/+18 |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -21/+21 |
| 2019-03-22 | Make duration_since use checked_duration_since | Linus Färnstrand | -6/+2 |
| 2019-03-22 | Add/rename checked_duration_since tests | Linus Färnstrand | -6/+9 |
| 2019-03-22 | Auto merge of #59370 - Centril:rollup, r=Centril | bors | -733/+1026 |
| 2019-03-22 | add suggestions to trim_{left,right} deprecations | Andy Russell | -4/+20 |
| 2019-03-22 | Rollup merge of #59360 - LukasKalbertodt:patch-2, r=rkruppe | Mazdak Farrokhzad | -2/+2 |
| 2019-03-22 | Rollup merge of #59347 - petrochenkov:nomake, r=davidtwco | Mazdak Farrokhzad | -50/+57 |
| 2019-03-22 | Rollup merge of #59329 - petrochenkov:rmcff, r=alexcrichton | Mazdak Farrokhzad | -45/+0 |
| 2019-03-22 | Rollup merge of #59327 - Xaeroxe:clamp-doc, r=scottmcm | Mazdak Farrokhzad | -0/+38 |
| 2019-03-22 | Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkor | Mazdak Farrokhzad | -47/+118 |
| 2019-03-22 | Rollup merge of #59322 - estebank:diag-tweak, r=davidtwco | Mazdak Farrokhzad | -72/+51 |
| 2019-03-22 | Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwco | Mazdak Farrokhzad | -223/+206 |
| 2019-03-22 | Rollup merge of #59309 - o01eg:verbose-copy-files, r=alexcrichton | Mazdak Farrokhzad | -0/+12 |
| 2019-03-22 | Rollup merge of #59304 - gnzlbg:bench_tests, r=alexcrichton | Mazdak Farrokhzad | -0/+25 |
| 2019-03-22 | Rollup merge of #59297 - euclio:field-method-suggestions, r=estebank | Mazdak Farrokhzad | -53/+98 |
| 2019-03-22 | Rollup merge of #59291 - SimonSapin:nonzero-thread-id, r=alexcrichton | Mazdak Farrokhzad | -4/+11 |
| 2019-03-22 | Rollup merge of #59273 - llogiq:hir-docs, r=matthewjasper | Mazdak Farrokhzad | -1/+12 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -58/+111 |
| 2019-03-22 | Rollup merge of #59236 - mati865:miri-preview, r=oli-obk | Mazdak Farrokhzad | -3/+4 |
| 2019-03-22 | Rollup merge of #59190 - greg-kargin:master, r=sanxiyn | Mazdak Farrokhzad | -56/+56 |
| 2019-03-22 | Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb | Mazdak Farrokhzad | -117/+156 |
| 2019-03-22 | Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytm | Mazdak Farrokhzad | -2/+69 |
| 2019-03-22 | Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichton | bors | -809/+186 |
| 2019-03-22 | Auto merge of #57810 - MikaelUrankar:stack_t_bsd, r=nagisa | bors | -2/+2 |
| 2019-03-22 | Expand `impl FromIterator for Result` doc to include examples of `Err` and ea... | Felix S. Klock II | -0/+28 |
| 2019-03-22 | Expand `impl FromIterator for Option` doc to include example of early termina... | Felix S. Klock II | -0/+20 |