about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2016-05-10Give lowering functions mutable access to the lowering contextJeffrey Seyfried-2/+2
2016-05-09rustdoc: remove artificial indentation of doctest codeGeorg Brandl-1/+1
2016-05-09Fix fallout in `librustdoc` and in testsJeffrey Seyfried-2/+3
2016-04-24Remove, now unnecessary, workaroundmitaa-2/+2
2016-04-20debugging, misc fixesNick Cameron-3/+5
2016-04-18Reachability check cross-crate linksmitaa-2/+1
2016-04-18Perform doc-reachability check for inlined implsmitaa-1/+2
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-5/+4
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-13/+8
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-13/+8
2016-04-07Remove rustdocs json formatmitaa-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-04-02Make the rendering process less pass-awaremitaa-2/+2
2016-03-17Make AssertRecoverSafe's field publicSteven Fackler-4/+4
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-1/+4
2016-03-14Allow custom filenames for anonymous inputsmitaa-1/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-3/+1
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-2/+2
2016-03-09Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrcbors-1/+1
2016-03-08rustdoc: Don't inline all impls all at onceAlex Crichton-2/+2
2016-03-04Simplify `if let`/`match` expressionsmitaa-15/+6
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-1/+1
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-11/+33
2016-02-09Fix librustdoc testGuillaume Gomez-6/+4
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-11/+35
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-1/+4
2016-01-26Initial work towards abort-free compilationNick Cameron-1/+6
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