summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-06-23Remove the mostly unecessary ParamBounds structJared Roesch-13/+0
2015-06-22Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnikbors-14/+34
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-2/+2
2015-06-19Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakisbors-54/+55
2015-06-19Rollup merge of #26401 - jooert:fix26360, r=steveklabnikManish Goregaokar-0/+3
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-2/+2
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1/+1
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-53/+54
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-9/+9
2015-06-18rustdoc: Update document title when displaying search resultsJohannes Oertel-0/+3
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-6/+9
2015-06-14Find type of orphan methods for rustdoc search.Mihnea Dobrescu-Balaur-1/+3
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-3/+3
2015-06-12Convert playpen.js to plain JS.Nick Howell-14/+34
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-41/+39
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-19/+20
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-2/+3
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-6/+5
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-6/+5
2015-06-08Implement RFC 839Johannes Oertel-1/+1
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-1/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-06-04Fix order of rustdoc arguments.Steven Allen-2/+2
2015-05-31rustdoc: Tweak css of function where clausesUlrik Sverdrup-3/+3
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-28/+47
2015-05-26Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichtonbors-22/+37
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-1/+17
2015-05-25rustdoc: Show where clauses in type aliasesUlrik Sverdrup-2/+3
2015-05-25rustdoc: Fix associated types in signaturesUlrik Sverdrup-15/+29
2015-05-25Rustdoc: ignore deref-inherited static methodsAdolfo OchagavĂ­a-22/+37
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-20/+61
2015-05-22Rustdoc Search: Add Hint to Primitive Type ResultPascal Hertleif-0/+2
2015-05-22Rustdoc Search: Increase Relevance of PrimitivesPascal Hertleif-0/+7
2015-05-22Rustdoc: Clean Up Some JSPascal Hertleif-60/+57
2015-05-21Make various fixes:Niko Matsakis-5/+8
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-18/+56
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-11/+15
2015-05-19rustdoc: Fix left margin for type aliasesUlrik Sverdrup-1/+1
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-13/+11
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-5/+3
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-8/+8
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 #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+15