summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-12-10librustdoc: Remove a couple of `Cell`s.Patrick Walton-3/+2
2013-12-10librustdoc: Don't use `finally`, shaving off a `Cell`.Patrick Walton-13/+25
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-12/+8
2013-12-08Remove dead codesKiet Tran-16/+0
2013-12-07rustdoc: fix the search-bar layoutAdrien Tétar-5/+11
2013-12-05auto merge of #10721 : osa1/rust/intermediatestr, r=brsonbors-3/+2
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-2/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-9/+9
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-1/+0
2013-12-03Register new snapshotsAlex Crichton-1/+0
2013-12-02rustdoc: Tell rustc we're building a libraryAlex Crichton-0/+1
2013-12-01Add a type="search" to the search bar in the documentation.SiegeLord-1/+2
2013-12-01Add placeholder text to the search bar in the documentation.SiegeLord-1/+2
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-2/+2
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-10/+10
2013-12-01ast: Remove one `@` and fix the falloutPhilipp Brüschweiler-2/+2
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-2/+3
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-10/+10
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-4/+7
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-3/+6
2013-11-29Add generation of static libraries to rustcAlex Crichton-2/+3
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-9/+9
2013-11-29don't create intermediate string while creating json (rustdoc)osa1-3/+2
2013-11-28Register new snapshotsAlex Crichton-109/+109
2013-11-28rustdoc: Use new ||/proc syntaxklutzy-19/+23
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-61/+59
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-5/+5
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-7/+7
2013-11-25auto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichtonbors-5/+9
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-3/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-3/+4
2013-11-24rustdoc: pass through --cfg to rustcCorey Richardson-5/+9
2013-11-21Process ffi generics in rustdocAlex Crichton-8/+9
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-0/+1
2013-11-13auto merge of #10421 : adridu59/rust/patch-www, r=alexcrichtonbors-1/+8
2013-11-13auto merge of #10277 : dcrewi/rust/missing-doc-and-visibility-rules, r=alexcr...bors-51/+4
2013-11-13make missing_doc lint respect the visibility rulesDavid Creswick-51/+4
2013-11-13doc: disable parser error highlighting + a few fixesAdrien Tétar-0/+1
2013-11-12doc: CSS: fix code fontsAdrien Tétar-1/+7
2013-11-11Move std::rt::io to std::ioAlex Crichton-11/+11
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+0
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-19/+21
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-19/+21
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-10/+11
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-42/+32
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+0
2013-11-02auto merge of #10199 : alexcrichton/rust/no-propagate, r=brsonbors-0/+1