summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2017-04-01Make the rustdoc sidebar white on `src` pagesWesley Wiser-6/+10
2017-03-13Auto merge of #40451 - ollie27:rustdoc_impls_js_escape, r=GuillaumeGomezbors-1/+1
2017-03-12rustdoc: Fix string escaping in implementors js filesOliver Middleton-1/+1
2017-03-12Auto merge of #40446 - arielb1:rollup, r=alexcrichtonbors-19/+47
2017-03-11Auto merge of #40220 - jseyfried:ast_macro_def, r=nrcbors-4/+8
2017-03-11Rollup merge of #40419 - GuillaumeGomez:fix-const-rendering, r=frewsxcvAriel Ben-Yehuda-19/+47
2017-03-10Avoid using `Mark` and `Invocation` for macro defs.Jeffrey Seyfried-1/+1
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-4/+8
2017-03-10Fix associated consts displayGuillaume Gomez-19/+47
2017-03-09Clean up rustdoc cssGuillaume Gomez-58/+89
2017-03-08Rollup merge of #40293 - malbarbo:rustdoctest, r=alexcrichtonAriel Ben-Yehuda-2/+5
2017-03-06Improve the style of the sidebar in rustdoc outputWesley Wiser-2/+20
2017-03-06Remove extra space in test description (of a mod test)Marco A L Barbosa-2/+5
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-1/+4
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-2/+4
2017-02-28Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcvCorey Farwell-55/+143
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-1/+1
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-2/+2
2017-02-28Rollup merge of #40057 - GuillaumeGomez:html-issue, r=frewsxcvCorey Farwell-4/+4
2017-02-28Apply the same transformation to every typesGuillaume Gomez-38/+65
2017-02-26Put the const type and value into <code>Guillaume Gomez-27/+88
2017-02-26Improve associated constant rendering in rustdocGuillaume Gomez-6/+6
2017-02-25Fix nightly-only experimental API displayGuillaume Gomez-4/+4
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-1/+2
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-24/+17
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-8/+4
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-1/+1
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-1/+1
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-3/+7
2017-02-25Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfriedEduard-Mihai Burtescu-1/+1
2017-02-23Move MacroKind into Def::MacroJosh Driver-1/+1
2017-02-16Set rustdoc --test files' path relative to the current directoryGuillaume Gomez-2/+10
2017-02-13Add filename when running rustdoc --test on a markdown fileGuillaume Gomez-3/+9
2017-02-12Rollup merge of #39743 - GuillaumeGomez:rustdoc-test-output, r=alexcrichtonGuillaume Gomez-2/+6
2017-02-12Rollup merge of #39740 - jimmycuadra:rustdoc-empty-stability, r=aturonGuillaume Gomez-14/+27
2017-02-12Rollup merge of #39697 - notriddle:rustdoc_tooltip, r=GuillaumeGomezGuillaume Gomez-3/+4
2017-02-12Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomezGuillaume Gomez-5/+15
2017-02-11Use functional transformations on the option instead of matching.Jimmy Cuadra-16/+13
2017-02-11Add tested item in the rustdoc --test outputGuillaume Gomez-2/+6
2017-02-11Remove extra closing span element.Jimmy Cuadra-1/+0
2017-02-11rustdoc: Only include a stability span if needed.Jimmy Cuadra-15/+32
2017-02-09Add the short type to inline links, tooMichael Howell-2/+2
2017-02-09Add the item type to the tooltipMichael Howell-1/+2
2017-02-08Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichtonCorey Farwell-11/+27
2017-02-08rustdoc: Show attributes on all item typesOliver Middleton-5/+15
2017-02-08Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=alexcric...Corey Farwell-22/+29
2017-02-06Display correct filename with --test optionGuillaume Gomez-22/+29
2017-02-06rustdoc: Improve impl disambiguationOliver Middleton-11/+27
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-6/+0
2017-02-05make lifetimes that only appear in return type early-boundNiko Matsakis-1/+1