about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-28Fixed a syntax error in the pin docsAlex Gaynor-1/+1
2019-02-28Auto merge of #58250 - Zoxc:rustc-interface-1, r=oli-obkbors-1055/+1334
2019-02-28fixed tests againMarcel Hellwig-14/+12
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-1055/+1334
2019-02-28Move rustdoc-js testing into compiletestGuillaume Gomez-53/+42
2019-02-28Clarify distinction between floor() and trunc()Jon Gjengset-8/+16
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-902/+1778
2019-02-28add feature flag to testMarcel Hellwig-0/+1
2019-02-28Auto merge of #58208 - taiki-e:libstd-2018, r=Centrilbors-2060/+2030
2019-02-28Update src/libcore/mem.rsMazdak Farrokhzad-1/+1
2019-02-28Ensure `record_layout_for_printing()` is inlined.Nicholas Nethercote-10/+12
2019-02-28fixed nonzero testsMarcel Hellwig-4/+3
2019-02-28Make `Unique::as_ptr`, `NonNull::dangling` and `NonNull::cast` constTim-3/+97
2019-02-27Update edition-guideEric Huss-1/+1
2019-02-27Introduce assembly testsDenys Zariaiev-141/+328
2019-02-27allow specifying attributes for tool lintsAndy Russell-7/+19
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-27improve readabilityRalf Jung-1/+1
2019-02-27replaced nonzeroparseerror with regular interrorMarcel Hellwig-99/+23
2019-02-27Don't promote function calls to nonpromotable thingsOliver Scherer-5/+20
2019-02-27Whitelist containers that allow older toolchainsAlex Crichton-1/+11
2019-02-27Replace `s` with `self` in docs for str methods taking self.Trevor Spiteri-3/+3
2019-02-27Auto merge of #58777 - Centril:rollup, r=Centrilbors-283/+409
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-27Vastly simplify TryFrom docs.Simon Heath-28/+8
2019-02-27Incorporated review changes.Simon Heath-17/+35
2019-02-27Slowly figuring out how rustdoc actually works.Simon Heath-0/+3
2019-02-27Fix some links in TryFrom docs.Simon Heath-7/+15
2019-02-27Fix a bunch of heckin' trailing whitespaceSimon Heath-17/+17
2019-02-27Add basic docs to integer TryFrom impl macros.Simon Heath-0/+16