summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2015-06-23Remove the mostly unecessary ParamBounds structJared Roesch-13/+0
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1/+1
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-3/+3
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-41/+39
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-13/+13
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-39/+38
2015-05-26Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichtonbors-18/+32
2015-05-26Implement defaults for associated typesAriel Ben-Yehuda-39/+38
2015-05-26Make caching in stability work. This improves stability check performanceAriel Ben-Yehuda-0/+15
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-12/+26
2015-05-21Make various fixes:Niko Matsakis-2/+5
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-2/+9
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-6/+6
2015-05-12Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelixbors-1/+1
2015-05-12rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...Eduard Burtescu-1/+1
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-1/+1
2015-05-06fix typos caught by codespellTshepang Lekhonkhobe-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+2
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-4/+25
2015-04-23Structural changes for associated constantsSean Patrick Santos-0/+28
2015-04-17Fix some missing casesNiko Matsakis-1/+1
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-27/+106
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-0/+3
2015-04-16rustdoc: Overhaul stability displaysAlex Crichton-0/+16
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-0/+15
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-2/+7
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-3/+14
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-12/+56
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-7/+30
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-57/+171
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-10/+149
2015-04-07rustdoc: Allowing specifying attrs for doctestsAlex Crichton-1/+2
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+3
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-4/+8
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-2/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-11/+11
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-1/+5
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-1/+5
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-11/+57
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-12/+22
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-8/+8
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-162/+64