summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2018-09-13introduce SelfCtorF001-1/+2
2018-08-22Replace TyForeign with ForeignTyvarkor-1/+1
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-04Clean generic impls codeGuillaume Gomez-7/+19
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-1/+1
2018-08-03Store concrete crate stores where possibleMark Rousskov-1/+1
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-0/+1
2018-07-22Add filter over non generic implsGuillaume Gomez-7/+0
2018-07-22Working generic implGuillaume Gomez-0/+6
2018-07-13don't panic when you see proc-macrosQuietMisdreavus-5/+9
2018-07-04Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27bors-5/+38
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-1/+1
2018-06-22Fix rustdoc and remove default impl for FnHeaderTaylor Cramer-1/+1
2018-06-21Parse async fn header.Without Boats-3/+6
2018-06-20use the imported name when rendering an imported macroQuietMisdreavus-3/+3
2018-06-20Make GenericBound explicitvarkor-5/+5
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-2/+2
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-1/+1
2018-06-20Lift bounds into GenericParamvarkor-2/+2
2018-06-17rustdoc: import cross-crate macros alongside everything elseQuietMisdreavus-5/+38
2018-06-15process cross-crate glob re-exportsQuietMisdreavus-0/+17
2018-05-24Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27kennytm-0/+3
2018-05-23rustdoc: hide macro export statements from docsQuietMisdreavus-0/+3
2018-05-15add auto-impl for primitive typeGuillaume Gomez-0/+8
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-8/+8
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-0/+2
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-0/+1
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-0/+1
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-0/+1
2018-04-19Remove HIR inliningWesley Wiser-23/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-2/+2
2018-02-24Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...Manish Goregaokar-3/+12
2018-02-21proper early-bail conditionQuietMisdreavus-1/+1
2018-02-21track extern traits being inlinedQuietMisdreavus-1/+6
2018-02-21manually release `cx.external_traits` while building the new traitQuietMisdreavus-3/+7
2018-02-18Don't generate auto trait impls for type aliasesAaron Hill-1/+1
2018-02-18Cleanup formattingAaron Hill-3/+1
2018-02-18Generate documentation for auto-trait implsAaron Hill-11/+31
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-0/+2
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+2
2018-01-22Resolve foreign macrosManish Goregaokar-1/+5
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-0/+9
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-3/+3
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-21/+0
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-0/+9
2018-01-08rustc::ty: Rename `struct_variant` to `non_enum_variant`Robin Kruppe-2/+2
2017-12-18Fix ?Sized where bound not being displayed at the correct placeGuillaume Gomez-2/+1
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-1/+1
2017-12-09rustdoc: Include `impl [u8]` in the docsOliver Middleton-0/+1