summary refs log tree commit diff
path: root/src/librustdoc/clean/inline.rs
AgeCommit message (Expand)AuthorLines
2018-06-03rustdoc: hide macro export statements from docsQuietMisdreavus-0/+3
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
2017-12-05Add field `is_import` to `def::Export`.Jeffrey Seyfried-1/+1
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-68/+4
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+2
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-0/+2
2017-11-15Support `extern type` in rustdoc.kennytm-0/+5
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-3/+3
2017-09-18incr.comp.: Already hash HIR bodies during metadata export so they don't have...Michael Woerister-2/+2
2017-09-14rustdoc: pretty-print Unevaluated expressions in types.Eduard-Mihai Burtescu-1/+1
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-1/+1
2017-09-05rustc: Rename item_body query to extern_const_bodyAlex Crichton-1/+1
2017-09-05rustc: Migrate `CrateStore::item_body` to a queryAlex Crichton-1/+1
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-20/+21
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-3/+3
2017-09-05rustc: Move implementations_of_trait to a queryAlex Crichton-2/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-13/+13
2017-08-11Fix some typosBastien Orivel-1/+1
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-1/+1
2017-06-13On-demand is_const_fnTaylor Cramer-2/+2
2017-06-13Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavusbors-4/+4
2017-06-12rustdoc: Fix missing enum variant reexportsOliver Middleton-4/+4
2017-06-07Fix translation of external spans.Inokentiy Babushkin-1/+1
2017-05-28fix RUST_LOG ICE caused by printing a default impl's DefIdAriel Ben-Yehuda-1/+1
2017-05-25Fix merge conflicts.Jeffrey Seyfried-1/+1
2017-05-22rustdoc: Fix names of items in cross crate reexported modulesOliver Middleton-22/+6