summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-09-26Remove windows TCB hack from rustdocBrian Anderson-41/+1
2014-09-24handling fallout from entry apiAlexis Beingessner-1/+5
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-2/+1
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-5/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-1/+1
2014-08-07rustdoc: Set a nonzero exit status on failureAlex Crichton-0/+7
2014-08-05rustdoc: Run all work in a separate taskAlex Crichton-1/+34
2014-07-31rustdoc: Use --crate-name with --testAlex Crichton-1/+2
2014-07-25rustdoc: Add a --target flagAlex Crichton-1/+4
2014-07-24rustdoc: Add a --crate-name optionAlex Crichton-1/+7
2014-07-24rustdoc: make table of contents optionalAaron Turon-2/+4
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-21Fix rustdoc --passes listMike Robinson-12/+12
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-7/+44
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-10rustdoc: Add stability dashboardAaron Turon-0/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-22/+32
2014-06-30Fix issues in librustdocAdolfo Ochagavía-14/+12
2014-06-30Allow external html in rustdoc for crates.zzmp-8/+20
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-18/+5
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-3/+8
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-8/+1
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-1/+0
2014-06-11sync: Move underneath libstdAlex Crichton-1/+0
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+8
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+3
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-3/+3
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-6/+7
2014-05-27std: Rename strbuf operations to stringRicho Healey-23/+23
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4