summary refs log tree commit diff
path: root/src/librustc_save_analysis/lib.rs
AgeCommit message (Expand)AuthorLines
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-04rebasedNick Cameron-1/+5
2017-04-04save-analysis: index extern blocksNick Cameron-0/+55
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-1/+1
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-4/+3
2017-03-23save-analysis: allow clients to get data directly without writing to a fileNick Cameron-56/+119
2017-03-19Rollup merge of #40554 - nrc:rls-data, r=alexcrichtonCorey Farwell-1/+4
2017-03-19Auto merge of #39799 - dpc:create_dir_all, r=alexcrichtonbors-1/+1
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-1/+1
2017-03-15Add rls-span to do some conversions into rls-data.Nick Cameron-0/+1
2017-03-15Use out-of-tree rustc serializeNick Cameron-1/+1
2017-03-15save-analysis: depend on the rls-data crateNick Cameron-0/+2
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-3/+2
2017-03-11Rollup merge of #40344 - nrc:save-container, r=eddybAriel Ben-Yehuda-1/+4
2017-03-10save-analysis: cope with lack of method data after a type errorNick Cameron-1/+4
2017-03-10Move remove_docs_from_attrs into lowering stepJonas Bushart-14/+8
2017-03-10Export attributes in save-analysis dataJonas Bushart-3/+18
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-3/+3
2017-02-13save-analysis: emit info about impls and super-traits in JSONNick Cameron-1/+3
2017-02-02save-analysis: be more paranoid about generated pathsNick Cameron-0/+3
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-11/+11
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-2/+2
2017-01-08Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakisbors-24/+12
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-24/+12
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-1/+1
2016-12-22save-analysis signature stuff for json-api flavour.Nick Cameron-1/+0
2016-12-22signature info for other items (mods, fns, methods, etc.)Nick Cameron-13/+39
2016-12-22field signaturesNick Cameron-5/+29
2016-12-22save-analysis: fix ICE on partially resolved pathNick Cameron-0/+4
2016-12-13rustc: Use `create_dir_racy` in save analysisAlex Crichton-2/+2
2016-12-09Auto merge of #38203 - nrc:save-wr, r=eddybbors-1/+1
2016-12-06save-analysis: fix a few generated code errorsNick Cameron-1/+1
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-1/+1
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-1/+1
2016-11-28rustc_typeck: save the type cache for rustdoc and save-analysis.Eduard Burtescu-7/+22
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-10/+38
2016-11-23Auto merge of #37908 - nrc:save-def, r=eddybbors-1/+6
2016-11-24Inspect def locally instead of using a methodNick Cameron-1/+6
2016-11-23save-analysis: fix ICE on partially resolved pathNick Cameron-1/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-4/+4
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+3
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-2/+2
2016-11-20Refactor away `ast::Attribute_`.Jeffrey Seyfried-1/+1
2016-11-17hash the contents of impl-item-ref by adding them to visitorNiko Matsakis-1/+1
2016-11-12Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkovEduard-Mihai Burtescu-1/+2
2016-11-10rustc: clean up lookup_item_type and remove TypeScheme.Eduard Burtescu-1/+2
2016-11-10Add variants `Def::Macro` and `Namespace::MacroNS`.Jeffrey Seyfried-0/+1