about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-28update rustdoc coverage tests with new table layoutQuietMisdreavus-80/+51
2019-02-28tweak docs for rustdoc's `--show-coverage`QuietMisdreavus-4/+8
2019-02-28track items per-file instead of per-typeQuietMisdreavus-117/+33
2019-02-28update docs for doc coverageQuietMisdreavus-2/+4
2019-02-28add tests for doc coverageQuietMisdreavus-0/+251
2019-02-28tweak wording of extern typesQuietMisdreavus-1/+1
2019-02-28add a coverage mode for private itemsQuietMisdreavus-3/+20
2019-02-28print doc coverage as a table of individual item typesQuietMisdreavus-42/+166
2019-02-28refactor: combine item count numbers into a new structQuietMisdreavus-29/+57
2019-02-28count fewer items in calculate-doc-coverageQuietMisdreavus-1/+5
2019-02-28tabs -> spacesQuietMisdreavus-4/+4
2019-02-28add option to calculate documentation coverageQuietMisdreavus-4/+167
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-902/+1778
2019-02-28Fix rebase failTaiki Endo-7/+8
2019-02-28Fix some imports and pathsTaiki Endo-6/+2
2019-02-28Fix error in tag-that-dare-not-speak-its-nameTaiki Endo-2/+1
2019-02-28Fix errors in test/uiTaiki Endo-3/+12
2019-02-28Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-28Fix #[macro_use] extern crate in sys/cloudabiTaiki Endo-2/+1
2019-02-28libstd => 2018Taiki Endo-2040/+2005
2019-02-27Auto merge of #58777 - Centril:rollup, r=Centrilbors-249/+387
2019-02-27Fix doc comments in librustc/hir/lowering.rsDan Robertson-16/+16
2019-02-27Rename variadic to c_variadicDan Robertson-119/+119
2019-02-27Refactor FunctionCx::codgen_terminatorDan Robertson-671/+771
2019-02-27Add c_variadic to the unstable-bookDan Robertson-0/+50
2019-02-27Add c_variadic language feature itemDan Robertson-0/+28
2019-02-27Support defining C compatible variadic functionsDan Robertson-152/+848
2019-02-27Fix tidy check for language and library featuresDan Robertson-10/+12
2019-02-27Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=CentrilMazdak Farrokhzad-3/+3
2019-02-27Rollup merge of #58757 - aoikonomopoulos:issue-58212, r=oli-obkMazdak Farrokhzad-1/+15
2019-02-27Rollup merge of #58755 - tbu-:pr_doc_clarifyrotate, r=CentrilMazdak Farrokhzad-6/+8
2019-02-27Rollup merge of #58749 - kenta7777:reduce-repetition, r=oli-obkMazdak Farrokhzad-7/+8
2019-02-27Rollup merge of #58748 - hellow554:scoped_tls, r=estebankMazdak Farrokhzad-4/+4
2019-02-27Rollup merge of #58746 - ipetkov:std-process-docs, r=cramertjMazdak Farrokhzad-2/+2
2019-02-27Rollup merge of #58703 - shepmaster:read_line_return, r=centrilMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58680 - varkor:xpy-help-index-error, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-62/+215
2019-02-27Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkovMazdak Farrokhzad-2/+10
2019-02-27Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavusMazdak Farrokhzad-152/+106
2019-02-27Rollup merge of #58075 - asettouf:master, r=varkorMazdak Farrokhzad-8/+14
2019-02-27Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexregbors-4/+8
2019-02-27Auto merge of #58709 - kornelski:book, r=QuietMisdreavusbors-1/+1
2019-02-27Auto merge of #58321 - csmoe:substs, r=oli-obkbors-379/+385
2019-02-26Add tracking issue for the unwind attribute.Mark Rousskov-3/+3
2019-02-26Auto merge of #58675 - gnzlbg:usimd, r=alexcrichtonbors-0/+0
2019-02-26Changing error message to reflect changes with the 2018 editionAdonis-8/+14
2019-02-27rename Substs to InternalSubstscsmoe-187/+191
2019-02-26Normalize the type Self resolves to in an implAngelos Oikonomopoulos-1/+15
2019-02-26Clarify `rotate_{left,right}` docsTobias Bucher-6/+8
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-211/+213