summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-2/+2
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-1/+1
2017-09-18Use DefId instead of NodeId as identifier in resolve_lifetime::Region.Michael Woerister-3/+3
2017-09-17rustc: Move codegen to a queryAlex Crichton-1/+7
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-4/+1
2017-09-12rustc: Make `CrateStore` private to `TyCtxt`Alex Crichton-1/+1
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-1/+2
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-08-10Strip out function implementation when documenting.kennytm-0/+3
2017-08-10driver: factor out `continue_parse_after_error` so it can be controlled via d...Nick Cameron-1/+3
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-1/+6
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-1/+2
2017-05-05Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichtonCorey Farwell-2/+3
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-2/+3
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-1/+1
2017-03-23convert privacy access levels into a queryNiko Matsakis-2/+2
2017-03-23move `export_map` into the tcxNiko Matsakis-4/+2
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-7/+3
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-3/+3
2017-01-02Avoid rustdoc ICE when an unstable feature is usedSeo Sanghyeon-3/+9
2016-12-31Split CtxtArenas into GlobalArenas and CtxtInterners.Mark Simulacrum-2/+5
2016-11-30rustdoc: link to cross-crate sources directly.Eduard-Mihai Burtescu-2/+0
2016-11-28rustc_typeck: save the type cache for rustdoc and save-analysis.Eduard Burtescu-3/+7
2016-11-24rustdoc: we can now assume DocContext always has a TyCtxt.Eduard-Mihai Burtescu-35/+7
2016-11-10Fix fallout in `librustdoc`.Jeffrey Seyfried-2/+4
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-7/+7
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-30Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddybbors-3/+5
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-3/+5
2016-10-28rustc: move the MIR map into TyCtxt.Eduard Burtescu-1/+1
2016-09-30rustdoc: Fix documenting rustc-macro cratesAlex Crichton-0/+1
2016-09-26Rollup merge of #36586 - japaric:rustdoc-sysroot, r=alexcrichtonJonathan Turner-2/+4
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-4/+4
2016-09-20rustc: remove hir::fold.Eduard Burtescu-4/+32
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-3/+3
2016-09-19rustdoc: implement --sysrootJorge Aparicio-2/+4
2016-09-07Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichtonbors-0/+2
2016-09-05rustdoc: Filter more incorrect methods inherited through DerefPiotr Jawniak-0/+2
2016-09-04Allow CompilerControllers to access rustc_plugin::registry::Registry structure.Keunhong Lee-1/+1
2016-08-27Use deterministic `FnvHash{Map,Set}` in rustdocJonas Schievink-6/+6
2016-08-20compute and cache HIR hashes at beginningNiko Matsakis-1/+1
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-2/+1
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-2/+1
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-1/+0
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