summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2017-07-13rustdoc: Don't run Markdown tests twiceOliver Middleton-2/+6
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
2017-05-25Refactor out `ast::MacroDef`.Jeffrey Seyfried-3/+2
2017-05-25Auto merge of #41700 - GuillaumeGomez:extend-css-stable, r=killercupbors-3/+4
2017-05-24Add precisions for the help message for --extend-cssGuillaume Gomez-2/+3
2017-05-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-23/+7
2017-05-21Update to trait bounds CSS in rustdocDaniel Lockyer-0/+2
2017-05-19Rollup merge of #42096 - ollie27:rustdoc_js_impls, r=GuillaumeGomezMark Simulacrum-3/+3
2017-05-19Rollup merge of #42092 - cuviper:args_os, r=Mark-SimulacrumMark Simulacrum-2/+9
2017-05-19rustdoc: Fix implementors list javascriptOliver Middleton-3/+3
2017-05-18Give a nicer error for non-Unicode arguments to rustc and rustdocJosh Stone-2/+9
2017-05-18Make documentation works again by removing two unnecessary ES6 pieces.pravic-3/+3
2017-05-16Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomezMark Simulacrum-0/+5
2017-05-16Rollup merge of #42001 - ollie27:rustdoc_extern_fn, r=GuillaumeGomezMark Simulacrum-1/+0
2017-05-16improve collapse toggle render (css)Raphaƫl Huchet-0/+5
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+3
2017-05-15rustdoc: Display `extern "C" fn` instead of `extern fn`Oliver Middleton-1/+0
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-3/+5
2017-05-13Rollup merge of #41950 - GuillaumeGomez:rustdoc-links, r=frewsxcvMark Simulacrum-4/+8
2017-05-13Rollup merge of #41826 - GuillaumeGomez:add-markdown-content, r=frewsxcvMark Simulacrum-2/+23
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-1/+1
2017-05-13Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+4
2017-05-13Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddybbors-3/+4
2017-05-12Rollup merge of #41951 - Eijebong:master, r=GuillaumeGomezMark Simulacrum-0/+1
2017-05-12Fix anchor invalid redirection to searchGuillaume Gomez-4/+8
2017-05-12rustdoc: Break words in the location box of the sidebar.Bastien Orivel-0/+1
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-11Fix search when looking to sourcesGuillaume Gomez-0/+3
2017-05-09resolved merge conflictsachernyak-287/+530
2017-05-08Add markdown-[before|after]-content optionsGuillaume Gomez-2/+23
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-2/+2
2017-05-07Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomezbors-27/+48
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-27/+48
2017-05-05Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichtonCorey Farwell-9/+18
2017-05-05Rollup merge of #41307 - GuillaumeGomez:jquery-removal, r=frewsxcvCorey Farwell-245/+456
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-8/+4
2017-05-03remove use of `ast_ty_to_ty_cache` from librustdocNiko Matsakis-4/+6
2017-05-03fn_arg_namesachernyak-1/+1
2017-05-02Rollup merge of #41693 - est31:anon_params_removal, r=eddybCorey Farwell-5/+9
2017-05-02Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddybCorey Farwell-4/+4