about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-1/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+4
2014-12-06Allow message specification for should_failSteven Fackler-1/+1
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-1/+1
2014-12-04Remove dependencies on driver from trans et al. by moving variousNiko Matsakis-2/+2
2014-11-21unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continueBrian Anderson-2/+2
2014-11-21unicode: Add stability attributes to u_charBrian Anderson-3/+2
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-5/+3
2014-11-04Implement flexible target specificationCorey Richardson-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-6/+6
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-4/+3
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-4/+4
2014-09-06auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonwbors-1/+1
2014-09-05move back::link::write into a separate fileStuart Pernsteiner-2/+2
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-1/+1
2014-07-31rustdoc: Use --crate-name with --testAlex Crichton-2/+7
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-4/+11
2014-07-21rustc: Pass optional additional plugins to compile_inputBrian Anderson-2/+2
2014-07-10auto merge of #15336 : jakub-/rust/diagnostics, r=brsonbors-2/+2
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-2/+2
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-17/+6
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-1/+1
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+8
2014-06-24Store the registered lints in the SessionKeegan McAllister-1/+2
2014-06-20auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichtonbors-6/+11
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-6/+11
2014-06-18rustdoc: Don't inject `extern crate std`.Alex Crichton-1/+3
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+1
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Implement #[plugin_registrar]Keegan McAllister-2/+1
2014-06-07Remove the attribute_usage lintSteven Fackler-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-8/+16
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-18/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-31rustdoc: Suck in all impls from external cratesAlex Crichton-0/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-12/+12
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2