about summary refs log tree commit diff
path: root/src/librustc_trans/save/dump_csv.rs
AgeCommit message (Expand)AuthorLines
2015-09-28Fill in some missing parts in the default AST visitorVadim Petrochenkov-5/+5
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-3/+3
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-4/+4
2015-09-18Fix crash with --save-analysisNick Cameron-1/+1
2015-09-05fixupNick Cameron-1/+2
2015-09-05rustfmt librustc_trans/saveNick Cameron-59/+46
2015-09-03Add an intital HIR and lowering stepNick Cameron-3/+7
2015-08-24fallout from moving def-idNiko Matsakis-1/+2
2015-08-07rename ADTDef to AdtDef etc.Ariel Ben-Yehuda-1/+1
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-49/+31
2015-08-06introduce an ADTDef struct for struct/enum definitionsAriel Ben-Yehuda-2/+2
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-1/+1
2015-07-28Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddybbors-10/+8
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-10/+8
2015-07-25save-analysis: return an Option from get_path_dataNick Cameron-0/+9
2015-07-21Work around unary negation to-be-feature-gated warning byFelix S. Klock II-2/+2
2015-07-14save-analysis: tweak constructorsNick Cameron-6/+2
2015-07-09save-analysis: API-ify methodsNick Cameron-90/+26
2015-07-09save-analysis: factor out helper methodNick Cameron-1/+2
2015-07-09save-analysis: API-ify pathsNick Cameron-82/+45
2015-07-09save-analysis: api-ify method callsNick Cameron-12/+8
2015-07-04rustc: remove MethodOrigin and use the container to distinguish inherent meth...Eduard Burtescu-9/+5
2015-07-04rustc: remove MethodOrigin::Object and use traits::VtableObject instead.Eduard Burtescu-1/+1
2015-07-04rustc_lint: use traits::select for methods in unconditional_recursion.Eduard Burtescu-2/+1
2015-07-04rustc: simplify ty::MethodOrigin and avoid trait item indices.Eduard Burtescu-31/+5
2015-07-04rustc: remove unused MethodStaticClosure variant of MethodOrigin.Eduard Burtescu-3/+2
2015-07-03Auto merge of #26378 - arielb1:unused-mut, r=pnkfelixbors-1/+1
2015-07-01save-analysis: skip generated content in patternsNick Cameron-2/+6
2015-07-01Make the unused_mut lint smarter with respect to locals.Ariel Ben-Yehuda-1/+1
2015-06-27Begin refactor type checking stateJared Roesch-1/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-25/+21
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-4/+2
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-2/+2
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-6/+3
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-66/+50
2015-06-15Rebasing and bug fixingNick Cameron-29/+31
2015-06-15save-analysis: use a macro for 'downcasting'Nick Cameron-139/+124
2015-06-15save-analysis: API-ify struct litsNick Cameron-32/+23
2015-06-15save-analysis: merge StructRef and TypeRefNick Cameron-4/+4
2015-06-15save-analysis: API-ify implsNick Cameron-53/+44
2015-06-15save-analysis: move fields to the APINick Cameron-27/+17
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-3/+3
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-3/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-4/+4
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-2/+2
2015-06-02Change &String[..] to just &String, since it coerces to &str automatically.Peter Elmers-25/+25
2015-06-02Move EnumData to the API.Peter Elmers-54/+49
2015-05-28save-analysis: move another couple of things to the APINick Cameron-39/+30
2015-05-21Make various fixes:Niko Matsakis-1/+1