about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-28Rollup merge of #59398 - phansch:rustfix_coverage, r=oli-obkMazdak Farrokhzad-1/+72
2019-03-28Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplettMazdak Farrokhzad-21/+21
2019-03-28Rollup merge of #59363 - peterjoel:issue_59361_edition_opt_shortlist, r=nagisaMazdak Farrokhzad-6/+6
2019-03-28Rollup merge of #59320 - alexcrichton:wasm-clang, r=sanxiynMazdak Farrokhzad-107/+174
2019-03-28Rollup merge of #59318 - alexcrichton:check-for-clang, r=michaelwoeristerMazdak Farrokhzad-8/+11
2019-03-28Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obkMazdak Farrokhzad-19/+24
2019-03-28Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoeristerMazdak Farrokhzad-85/+46
2019-03-28Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obkMazdak Farrokhzad-4/+50
2019-03-28Revise and generalize the macros-unlinted tests.Felix S. Klock II-2/+85
2019-03-28Revise test slightly so that `dyn` in macro invocation *must* be parsed as ke...Felix S. Klock II-4/+4
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-17/+196
2019-03-28Update stdsimdgnzlbg-0/+0
2019-03-28fixed shift overflowMarcel Hellwig-1/+2
2019-03-28Auto merge of #59478 - Centril:rollup, r=Centrilbors-298/+341
2019-03-28Rollup merge of #59474 - czipperz:bufwriter-fix-link-capitalization, r=CentrilMazdak Farrokhzad-2/+2
2019-03-28Rollup merge of #59472 - czipperz:bufreader-document-drop-discards, r=CentrilMazdak Farrokhzad-0/+4
2019-03-28Rollup merge of #59456 - czipperz:for-keyword-document-higher-ranked-trait-bo...Mazdak Farrokhzad-5/+12
2019-03-28Rollup merge of #59448 - benesch:macro-doc, r=CentrilMazdak Farrokhzad-44/+47
2019-03-28Rollup merge of #59441 - TheGoddessInari:natvis, r=alexcrichtonMazdak Farrokhzad-12/+0
2019-03-28Rollup merge of #59413 - Zoxc:hirid, r=oli-obkMazdak Farrokhzad-81/+106
2019-03-28Rollup merge of #59351 - phil-opp:llvm-ar, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-03-28Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavisMazdak Farrokhzad-28/+5
2019-03-28Rollup merge of #58848 - GuillaumeGomez:fix-cache-issues, r=Mark-Simulacrum,o...Mazdak Farrokhzad-16/+31
2019-03-28Rollup merge of #58803 - haraldh:fs_copy_fix, r=alexcrichtonMazdak Farrokhzad-59/+83
2019-03-28Rollup merge of #58581 - varkor:const-generics-encoder-refactor, r=eddybMazdak Farrokhzad-42/+39
2019-03-28Rollup merge of #57987 - parched:va-args, r=joshtriplettMazdak Farrokhzad-9/+11
2019-03-28Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichtonbors-17/+122
2019-03-27Fix link capitalization in documentation of std::io::BufWriter.Chris Gregory-2/+2
2019-03-27Expand testEsteban Küber-2/+30
2019-03-27Account for short-hand field syntax when suggesting borrowEsteban Küber-12/+82
2019-03-27Account for fully overlapping multiline annotationsEsteban Küber-25/+116
2019-03-27Add testEsteban Küber-0/+35
2019-03-27Do not suggest borrowing when the span comes from a macroEsteban Küber-7/+5
2019-03-27Document that `std::io::BufReader` discards contents on dropChris Gregory-0/+4
2019-03-28Add a regression test for #47131varkor-0/+17
2019-03-27Move link to rust book to next line to pass 100 column limitChris Gregory-1/+2
2019-03-28Visit ItemKind::Impl for dead code lintvarkor-0/+1
2019-03-27Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=AmanieuJosh Stone-1/+4
2019-03-27Rollup merge of #59459 - JohnTitor:add-tests, r=CentrilJosh Stone-0/+88
2019-03-27Rollup merge of #59451 - TimDiekmann:patch-1, r=sfacklerJosh Stone-1/+1
2019-03-27Rollup merge of #59449 - Marwes:issue_57958, r=michaelwoeristerJosh Stone-1/+4
2019-03-27Rollup merge of #59439 - Centril:generalize-assign-to-bool-diagnostic, r=oli-obkJosh Stone-91/+322
2019-03-27Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obkJosh Stone-72/+72
2019-03-27Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkovJosh Stone-74/+120
2019-03-27Rollup merge of #59420 - cuviper:ci-image-info, r=alexcrichtonJosh Stone-2/+8
2019-03-27Rollup merge of #59393 - czipperz:refactor_tuple_comparison_tests, r=shepmasterJosh Stone-20/+24
2019-03-27Rollup merge of #59390 - czipperz:ptr_eq_smart_pointer, r=Centril,steveklabnikJosh Stone-2/+48
2019-03-27Rollup merge of #59372 - euclio:rename-trim, r=rkruppeJosh Stone-4/+20
2019-03-27Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfacklerJosh Stone-73/+110
2019-03-27Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplettJosh Stone-135/+374