about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-23cleanupGuillaume Gomez-13/+24
2019-03-23Use `if let` instead of `match`varkor-13/+10
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-52/+55
2019-03-23Fix invalid DWARF for enums when using thinltoPhilip Craig-11/+64
2019-03-23fs::copy() set file mode earlyHarald Hoyer-59/+83
2019-03-23Auto merge of #59058 - petrochenkov:assocrecov3, r=estebankbors-92/+217
2019-03-22review commentsEsteban Küber-2/+2
2019-03-22extend on-unimplemented docsEsteban Küber-2/+3
2019-03-22Add suggestion to use `&*var` when `&str: From<String>` is expectedEsteban Küber-0/+41
2019-03-22Add note to address check_match errorsEsteban Küber-3/+4
2019-03-22address review commentsEsteban Küber-24/+13
2019-03-22Do not `track_errors` in `register_plugins`Esteban Küber-14/+12
2019-03-22Continue running after `typeck_item_bodies` has failedEsteban Küber-6/+9
2019-03-22Remove track_errors from check_matchEsteban Küber-10/+14
2019-03-22Reword type ascription note to reduce verbosityEsteban Küber-65/+11
2019-03-22Review commentEsteban Küber-12/+12
2019-03-22Hide "type ascription is experimental error" unless it's the only oneEsteban Küber-26/+11
2019-03-22Only suggest let assignment for type ascription if we find an equals signEsteban Küber-16/+24
2019-03-22Tweak labelsEsteban Küber-7/+8
2019-03-22Expand suggestions for type ascription parse errorsEsteban Küber-18/+358
2019-03-23Auto merge of #58929 - estebank:elide-object, r=zackmdavisbors-21/+74
2019-03-22Correct minimum system LLVM version in testsSamuel Holland-15/+17
2019-03-23resolve: collect trait aliases along with traitsSean McArthur-2/+36
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-25/+18
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-21/+21
2019-03-22Make duration_since use checked_duration_sinceLinus Färnstrand-6/+2
2019-03-22Add/rename checked_duration_since testsLinus Färnstrand-6/+9
2019-03-22Auto merge of #59370 - Centril:rollup, r=Centrilbors-733/+1026
2019-03-22add suggestions to trim_{left,right} deprecationsAndy Russell-4/+20
2019-03-22Rollup merge of #59360 - LukasKalbertodt:patch-2, r=rkruppeMazdak Farrokhzad-2/+2
2019-03-22Rollup merge of #59347 - petrochenkov:nomake, r=davidtwcoMazdak Farrokhzad-50/+57
2019-03-22Rollup merge of #59329 - petrochenkov:rmcff, r=alexcrichtonMazdak Farrokhzad-45/+0
2019-03-22Rollup merge of #59327 - Xaeroxe:clamp-doc, r=scottmcmMazdak Farrokhzad-0/+38
2019-03-22Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkorMazdak Farrokhzad-47/+118
2019-03-22Rollup merge of #59322 - estebank:diag-tweak, r=davidtwcoMazdak Farrokhzad-72/+51
2019-03-22Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwcoMazdak Farrokhzad-223/+206
2019-03-22Rollup merge of #59309 - o01eg:verbose-copy-files, r=alexcrichtonMazdak Farrokhzad-0/+12
2019-03-22Rollup merge of #59304 - gnzlbg:bench_tests, r=alexcrichtonMazdak Farrokhzad-0/+25
2019-03-22Rollup merge of #59297 - euclio:field-method-suggestions, r=estebankMazdak Farrokhzad-53/+98
2019-03-22Rollup merge of #59291 - SimonSapin:nonzero-thread-id, r=alexcrichtonMazdak Farrokhzad-4/+11
2019-03-22Rollup merge of #59273 - llogiq:hir-docs, r=matthewjasperMazdak Farrokhzad-1/+12
2019-03-22Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkovMazdak Farrokhzad-58/+111
2019-03-22Rollup merge of #59236 - mati865:miri-preview, r=oli-obkMazdak Farrokhzad-3/+4
2019-03-22Rollup merge of #59190 - greg-kargin:master, r=sanxiynMazdak Farrokhzad-56/+56
2019-03-22Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddybMazdak Farrokhzad-117/+156
2019-03-22Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytmMazdak Farrokhzad-2/+69
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-809/+186
2019-03-22Auto merge of #57810 - MikaelUrankar:stack_t_bsd, r=nagisabors-2/+2
2019-03-22Expand `impl FromIterator for Result` doc to include examples of `Err` and ea...Felix S. Klock II-0/+28
2019-03-22Expand `impl FromIterator for Option` doc to include example of early termina...Felix S. Klock II-0/+20