summary refs log tree commit diff
path: root/src/librustc_save_analysis
AgeCommit message (Expand)AuthorLines
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-3/+5
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-1/+2
2018-04-15Check generated save-analysis, instead of `bug!()`ingShotaro Yamada-1/+2
2018-04-12Avoid comparing fields by name when possibleVadim Petrochenkov-11/+8
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-51/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-1/+0
2018-04-11Extend `ExternCrate` to cover externs inferred from `use` or pathsShotaro Yamada-3/+3
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Remove mention of CsvDumperTamir Duberstein-3/+2
2018-04-06Remove more duplicated spansVadim Petrochenkov-24/+24
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-3/+3
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-7/+7
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+3
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-1/+1
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-1/+2
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-0/+1
2018-03-07Do not panic on tuple struct access out of boundsShotaro Yamada-7/+10
2018-03-07Fix save-analysis generation panic with invalid tuple accessShotaro Yamada-1/+4
2018-02-24Rollup merge of #48490 - petrochenkov:orpat, r=eddybManish Goregaokar-78/+85
2018-02-24Rollup merge of #48258 - nrc:save-proc-nested, r=eddybManish Goregaokar-12/+14
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-78/+85
2018-02-18Replace dummy spans with empty spansSeiichi Uchida-3/+4
2018-02-18Change ast::Visibility to Spanned typeSeiichi Uchida-20/+16
2018-02-16save-analysis: power through bracket mis-countsNick Cameron-12/+14
2018-02-10Emit data::Impl in save-analysisMartin Algesten-9/+48
2018-02-06Rollup merge of #48007 - nrc:rls-field-init, r=eddybkennytm-1/+1
2018-02-06Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebankkennytm-0/+11
2018-02-05save-analysis: avoid implicit unwrapNick Cameron-1/+1
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-1/+1
2018-01-16add documentation from doc(include) to analysis dataQuietMisdreavus-0/+11
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-11/+0
2018-01-13Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddybbors-1/+1
2018-01-13Rollup merge of #47081 - pietroalbini:fix-nested-tree-dump, r=nrckennytm-1/+7
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-12/+12
2018-01-09Rollup merge of #47258 - rkruppe:struct-assert, r=eddybkennytm-2/+4
2018-01-08Use different DefIndex representation that is better suited for variable leng...Michael Woerister-1/+1
2018-01-08rustc::ty: Rename `struct_variant` to `non_enum_variant`Robin Kruppe-2/+4
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-12-30Fix nested imports not included in the save_analysis outputPietro Albini-1/+7
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-89/+100
2017-12-15save-analysis: dump extern crate importsAndy Russell-1/+4
2017-12-15save-analysis: document `process_use_tree`Andy Russell-0/+10
2017-12-15save-analysis: add parents to importsAndy Russell-4/+10
2017-12-14stub out trait aliases in save_analysisAlex Burka-0/+21
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-14/+14
2017-11-30Implement RFC 2128 (use_nested_groups)Pietro Albini-81/+107
2017-11-19initialize `Access` with macroAndy Russell-52/+19
2017-11-19allow filtering analysis by reachabilityAndy Russell-44/+119
2017-11-19upgrade rls-dataAndy Russell-1/+1
2017-11-08save-analysis: run rustfmtNick Cameron-767/+945