summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-4/+2
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-7/+7
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-4/+1
2016-07-14Remove BasicEmitterJonathan Turner-2/+2
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-3/+2
2016-07-01Add the `after_expand` entry point between import resolution and the rest of ...Jeffrey Seyfried-3/+3
2016-06-23Updating test I missed for old school refactorJonathan Turner-2/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+2
2016-06-20Add error code flagGuillaume Gomez-1/+1
2016-06-12Add error codes block code flagGuillaume Gomez-5/+21
2016-06-01Remove the `dep-info-no-analysis` test and fix other fallout.Jeffrey Seyfried-14/+10
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-2/+6
2016-05-18ignore dep-graph in resolve and lower_crateNiko Matsakis-1/+1
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-3/+8
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-1/+1
2016-05-13Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrcbors-3/+2
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-1/+1
2016-05-10Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiynbors-1/+1
2016-05-10Refactor `hir::lowering` APIJeffrey Seyfried-2/+2
2016-05-10Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont...Jeffrey Seyfried-3/+2
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