about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-03-10Auto merge of #23250 - liigo:plain-summary-line, r=alexcrichtonbors-3/+4
2015-03-10rustdoc: get back 'plain summary line' in sidebarLiigo Zhuang-3/+4
2015-03-10Rollup merge of #23231 - killercup:patch-7, r=ManishearthManish Goregaokar-2/+2
2015-03-09Rustdoc: Add Headline Style for `tymethod`Pascal Hertleif-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-6/+6
2015-03-07rustdoc: Fixed an asynchronous loading of rustdoc sidebars.Kang Seonghoon-1/+1
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-2/+1
2015-03-06Suppress some warnings about featuresAlex Crichton-0/+1
2015-03-06BufferedWriter -> BufWriter (fixup #23060)Manish Goregaokar-1/+1
2015-03-06Rollup merge of #23082 - killercup:patch-6, r=alexcrichtonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-3/+3
2015-03-06Rollup merge of #23060 - lifthrasiir:rustdoc-sidebar-in-js, r=alexcrichtonManish Goregaokar-72/+106
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-3/+3
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-2/+1
2015-03-05Fix Playpen Links Containing Multiple ExamplesPascal Hertleif-1/+1
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-3/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05rustdoc: Reworded comments to give the rationale for JS.Kang Seonghoon-1/+8
2015-03-05rustdoc: Move sidebar items into shared JavaScript.Kang Seonghoon-72/+99
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-104/+139
2015-03-04Separate supertrait collection from processing a `TraitDef`. This allowsNiko Matsakis-3/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+6
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-27Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichtonbors-0/+3
2015-02-25Auto merge of #22796 - Manishearth:rollup, r=Manishearthbors-3/+3
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-3/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+3
2015-02-24Remove bounds struct from TypeParameterDef. Bounds information is nowNiko Matsakis-5/+2
2015-02-24Fix duplicate methods in rustdocSeo Sanghyeon-0/+3
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-5/+5
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-4/+4
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-6/+0
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-2/+4
2015-02-24rustc_resolve: use DefAssociatedTy for TyQPath.Eduard Burtescu-11/+7
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-1/+1
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-2/+2
2015-02-24Revert bogus rename from DefTrait to DefaultImpl.Eduard Burtescu-2/+2
2015-02-24Remove ty_open and treat Unsized lvalues as *Unsized.Eduard Burtescu-1/+0
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-2/+18
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-6/+6
2015-02-22Fix rustdoc falloutFlavio Percoco-0/+16
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-3/+3
2015-02-22Rollup merge of #22578 - nagisa:deprecated-fallout, r=alexcrichtonManish Goregaokar-12/+15
2015-02-22Rollup merge of #22571 - nagisa:style-fallout, r=alexcrichtonManish Goregaokar-2/+17