about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2016-07-14Remove BasicEmitterJonathan Turner-1/+1
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-2/+1
2016-07-01Add the `after_expand` entry point between import resolution and the rest of ...Jeffrey Seyfried-3/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+3
2016-06-01Remove the `dep-info-no-analysis` test and fix other fallout.Jeffrey Seyfried-15/+5
2016-05-19Auto merge of #33702 - crimsun:pr33678, r=alexcrichtonbors-4/+3
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-6/+6
2016-05-18Resolved rustdoc crash (#33678) by aborting instead of unwrapping.User-4/+3
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-5/+5
2016-05-11Make LocalCrateReader private to creader.Ms2ger-2/+2
2016-05-11Hand ownership of the Definitions to map_crate.Ms2ger-1/+0
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-3/+3
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-3/+3
2016-05-10Delay wrapping Definitions into a RefCell around LocalCrateReader.Ms2ger-4/+5
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-1/+1
2016-05-09Fix fallout in `librustdoc` and in testsJeffrey Seyfried-5/+8
2016-04-24Remove, now unnecessary, workaroundmitaa-3/+3
2016-04-20debugging, misc fixesNick Cameron-4/+9
2016-04-18Reachability check cross-crate linksmitaa-8/+12
2016-04-18Perform doc-reachability check for inlined implsmitaa-5/+14
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-48/+22
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2/+2
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-1/+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-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-4/+4
2016-02-16Move more uses of `panictry!` out of libsyntaxJonas Schievink-1/+1
2016-02-08Make rustdoc report driver phase-3 errors instead of continuingDirk Gadsden-4/+15
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-1/+2
2016-02-02Reviewer requested changes and test fixesNick Cameron-1/+1
2016-01-26Initial work towards abort-free compilationNick Cameron-9/+9
2016-01-15Add a testNick Cameron-5/+5
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-0/+1
2015-12-21Register new snapshotsAlex Crichton-2/+2
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-7/+9
2015-11-26fix tests & rustdocAriel Ben-Yehuda-1/+1
2015-11-26make check worksAriel Ben-Yehuda-2/+8
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-14/+9
2015-11-04Auto merge of #29217 - nikomatsakis:mir-trans, r=dotdashbors-1/+1
2015-11-03Pass the mir map to transNiko Matsakis-1/+1
2015-11-02librustdoc: ignore lint warnings when compiling documentationKevin Butler-0/+1
2015-10-21save-analysis: don't recompute crate nameNick Cameron-1/+1
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-5/+7
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-3/+15
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-5/+4
2015-09-17Add an early lint pass for lints that operate on the ASTNick Cameron-1/+0