about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-10/+81
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+1
2015-03-23rustdoc: Add #[doc(test(no_inject_crate))] attributeBrian Anderson-9/+47
2015-03-23rustdoc: interpret all leading feature attributes in examples as crate attrib...Brian Anderson-2/+35
2015-03-13Fallout of std::old_io deprecationAlex Crichton-24/+22
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-6/+6
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-14/+22
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+3
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-10parse cfgspecs passed to rustdocAndrew Paseltiner-8/+2
2015-02-09Review changesNick Cameron-2/+2
2015-02-09Refactor compilation to make it easier to use for toolsNick Cameron-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-11/+11
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-3/+3
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+8
2015-01-26Make '-A warnings' apply to all warnings, including feature gate warningsBrian Anderson-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-8/+8
2015-01-17rustdoc: Accept string source in core::run_coreTom Jakubowski-1/+1
2015-01-12Make the compilation process more easily customisableNick Cameron-4/+7
2015-01-08rustdoc: Stop adding #[deny(warnings)] to all testsBrian Anderson-1/+0
2015-01-07Preliminary feature stagingBrian Anderson-0/+3
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-7/+9
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