about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2016-12-28Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakisbors-1/+1
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-1/+1
2016-12-24Teach `rustdoc --test` about `--sysroot`, pass it when testing rustAidan Hobson Sayers-9/+16
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-12-09rustdoc: fix doctests with non-feature crate attrsAlex Burka-1/+2
2016-12-08Fix doc-tests on exported `macro_rules!`.Jeffrey Seyfried-0/+4
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-29librustdoc: Fix compilation after visitor changeFlorian Diebold-6/+2
2016-11-29Fix doc test collectionFlorian Diebold-0/+4
2016-11-24rustdoc: sidestep the main pipeline for test collection.Eduard-Mihai Burtescu-80/+93
2016-11-10Fix fallout in `librustdoc`.Jeffrey Seyfried-1/+2
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-22/+14
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-1/+1
2016-10-07Auto merge of #36981 - alexcrichton:catch-unwind-for-tests, r=sfacklerbors-1/+1
2016-10-06std: Minor cleanup to libtestAlex Crichton-1/+1
2016-10-02Simplify equality checks.Corey Farwell-3/+3
2016-10-02Cleanup `return` statements.Corey Farwell-3/+3
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-1/+1
2016-09-26refactor away get_unstable_features_settingTim Neumann-4/+4
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-1/+1
2016-09-20rustc: remove hir::fold.Eduard Burtescu-4/+5
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-0/+1
2016-09-05rustdoc: Filter more incorrect methods inherited through DerefPiotr Jawniak-0/+1
2016-09-04Allow CompilerControllers to access rustc_plugin::registry::Registry structure.Keunhong Lee-1/+1
2016-08-30Auto merge of #36066 - jseyfried:rollup, r=Manishearthbors-2/+1
2016-08-27Use deterministic `FnvHash{Map,Set}` in rustdocJonas Schievink-3/+3
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-1/+0
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-1/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-1/+2
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