summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2016-01-15rustdoc: remove extraneous whitespace inserted in playpen linksTshepang Lekhonkhobe-0/+1
2016-01-15Add a testNick Cameron-5/+5
2015-12-21Register new snapshotsAlex Crichton-4/+2
2015-12-17test errorsNick Cameron-1/+3
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-12/+15
2015-12-15Use --cfg when running doctestsSeo Sanghyeon-4/+10
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
2015-11-26make check worksAriel Ben-Yehuda-5/+14
2015-11-06librustdoc: improve testnames for doctestsKevin Butler-10/+47
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-0/+2
2015-10-09review commentsNick Cameron-5/+0
2015-10-09Misc fixupsNick Cameron-1/+1
2015-10-09Some cleanup of no longer used AST thingsNick Cameron-2/+1
2015-10-09Fixes to rustdoc, etc.Nick Cameron-2/+9
2015-10-02Auto merge of #28768 - alexcrichton:dep-info++, r=brsonbors-2/+4
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-2/+6
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-2/+4
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-2/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-3/+6
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-5/+6
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-5/+5
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-04-20Auto merge of #24597 - bombless:doc, r=steveklabnikbors-1/+1
2015-04-19rustdoc: don't inject "extern crate std;"York Xiang-1/+1
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-1/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-10Test fixes and review feedbackAlex Crichton-1/+1
2015-04-07rustdoc: Allowing specifying attrs for doctestsAlex Crichton-38/+46
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+1
2015-03-30rustdoc: output stderr on doc-test failray glover-2/+3
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-1/+1
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
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