summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2017-08-17doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-25/+29
2017-07-11Downgrade ProjectionTy's TraitRef to its substsTobias Schottdorf-5/+5
2017-07-09Add spacing between trait functionsGuillaume Gomez-2/+14
2017-07-06rustdoc: Don't run Markdown tests twiceOliver Middleton-2/+6
2017-07-05Auto merge of #40939 - jseyfried:proc_macro_api, r=nrcbors-1/+1
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-58/+66
2017-07-05Auto merge of #42972 - GuillaumeGomez:fix-toggles-rustdoc, r=QuietMisdreavusbors-21/+28
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-24/+14
2017-06-29Toggle wrappers are now generated correctlyGuillaume Gomez-21/+28
2017-06-29Change some terminology around keywords and reserved identifierspetrochenkov-1/+1
2017-06-29Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomezAriel Ben-Yehuda-19/+29
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-13/+17
2017-06-26Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomezbors-1/+5
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-1/+1
2017-06-24rustdoc: Don't ICE on `use *;`Oliver Middleton-1/+5
2017-06-24Shorten some lines so this can pass the tidy checksPaul Woolcock-15/+19
2017-06-24add `allow_fail` test attributePaul Woolcock-19/+25
2017-06-23rustdoc: Fix a few issues with associated constsOliver Middleton-43/+29
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-06-22Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichtonMark Simulacrum-2/+11
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-2/+11
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-78/+133
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-13On-demand is_const_fnTaylor Cramer-2/+2
2017-06-13Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavusbors-18/+14
2017-06-12rustdoc: Fix missing enum variant reexportsOliver Middleton-18/+14
2017-06-12Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnikCorey Farwell-23/+19
2017-06-12Rollup merge of #42592 - ollie27:rustdoc_empty_modules, r=steveklabnikCorey Farwell-28/+9
2017-06-12Auto merge of #42572 - ollie27:rustdoc_create_dir_all, r=GuillaumeGomezbors-20/+5
2017-06-11rustdoc: Stop stripping empty modulesOliver Middleton-28/+9
2017-06-11rustdoc: Link directly to associated typesOliver Middleton-23/+19
2017-06-09Rollup merge of #42307 - clarcharr:js-license, r=frewsxcvCorey Farwell-9/+11
2017-06-09rustdoc: Use `create_dir_all` to create output directoryOliver Middleton-20/+5
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-3/+3
2017-06-09Document direct implementations on type aliases.Michael Killough-2/+23
2017-06-07Make rustdoc.js use license comments.Clar Charr-9/+11
2017-06-07Fix translation of external spans.Inokentiy Babushkin-3/+3
2017-06-06Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavusbors-7/+13
2017-06-02rustdoc: Hide `self: Box<Self>` in list of deref methodsOliver Middleton-7/+13
2017-06-02Rollup merge of #42360 - ollie27:rustdoc_vector_rename, r=GuillaumeGomezMark Simulacrum-22/+12
2017-06-02Rollup merge of #42225 - brson:vs2017, r=alexcrichtonMark Simulacrum-1/+1
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-06-01rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`Oliver Middleton-22/+12
2017-06-01Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakisCorey Farwell-1/+1
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-156/+56
2017-05-31Upgrade ProjectionTy's Name to a DefIdTobias Schottdorf-1/+1
2017-05-30Fix signature by adding parens when neededGuillaume Gomez-14/+23
2017-05-28fix RUST_LOG ICE caused by printing a default impl's DefIdAriel Ben-Yehuda-1/+1
2017-05-25Auto merge of #40847 - jseyfried:decl_macro, r=nrcbors-4/+3
2017-05-25Fix merge conflicts.Jeffrey Seyfried-1/+1