summary refs log tree commit diff
path: root/src/librustc_trans/save
AgeCommit message (Expand)AuthorLines
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-7/+3
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-3/+3
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-10/+6
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-113/+91
2015-06-15save-analysis: fix a couple of span bugsNick Cameron-6/+8
2015-06-15Rebasing and bug fixingNick Cameron-39/+45
2015-06-15save-analysis: use a macro for 'downcasting'Nick Cameron-139/+132
2015-06-15save-analysis: API-ify struct litsNick Cameron-33/+65
2015-06-15save-analysis: merge StructRef and TypeRefNick Cameron-8/+4
2015-06-15save-analysis: API-ify implsNick Cameron-53/+131
2015-06-15save-analysis: move fields to the APINick Cameron-28/+47
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-4/+4
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-9/+9
2015-06-02Change &String[..] to just &String, since it coerces to &str automatically.Peter Elmers-26/+26
2015-06-02Move EnumData to the API.Peter Elmers-55/+72
2015-05-28save-analysis: move another couple of things to the APINick Cameron-40/+109
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-05-15commentsNick Cameron-6/+20
2015-05-14save-analysis: fix a bracket counting bugNick Cameron-14/+11
2015-05-14save-analysis: start factoring out an APINick Cameron-69/+129
2015-05-14Extract PathCollectorNick Cameron-56/+68
2015-05-14move out function dataNick Cameron-7/+57
2015-05-14Use the new-style API for external crate listingsNick Cameron-15/+45
2015-05-14save-analysis: move csv dumping stuff to its own module and renameNick Cameron-1510/+1540
2015-05-13Record correct span for static mut itemsGarming Sam-4/+4
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-3/+3
2015-04-29save-analysis: fix impl functionsNick Cameron-2/+4
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-1/+2
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-12/+21
2015-04-23Structural changes for associated constantsSean Patrick Santos-12/+17
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-1/+1
2015-04-03In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...Jonathan S-4/+4
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-1/+1
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-04-01Refactored ty::ctxt so node_types mutations must go through ty methods.Felix S. Klock II-3/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-13/+18
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-13/+18
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-71/+36
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-4/+4
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-69/+53
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-5/+5
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-10/+12