about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-156/+156
2015-03-25rustc: Remove support for int/uintAlex Crichton-2/+2
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-12/+20
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-4/+4
2015-03-23Add generic conversion traitsAaron Turon-5/+5
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-4/+4
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-16Improve error handling in libflateTobias Bucher-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-13Auto merge of #23292 - alexcrichton:stabilize-io, r=aturonbors-38/+49
2015-03-13Fallout of std::old_io deprecationAlex Crichton-38/+49
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-1/+11
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-21/+18
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-2/+2
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-42/+17
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-15/+11
2015-03-09Auto merge of #23038 - nikomatsakis:issue-22978-defaulted-coherence, r=flaper87bors-9/+16
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-1/+1
2015-03-06Change the data structures for tracking defaulted traits. In the tcx, weNiko Matsakis-9/+16
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-0/+4
2015-03-05Auto merge of #23031 - Manishearth:rollup, r=Manishearthbors-2/+2
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-63/+48
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+4
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-80/+85
2015-03-04Separate supertrait collection from processing a `TraitDef`. This allowsNiko Matsakis-63/+48
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-6/+196
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-2/+2
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-2/+2
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-2/+2
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-2/+2
2015-03-03metadata: Bump the metadata encoding version.Kang Seonghoon-1/+1
2015-03-03metadata: Flatten `tag_table_id` and `tag_table_val` tags.Kang Seonghoon-2/+1
2015-03-03metadata: Implement relaxation of short RBML lengths.Kang Seonghoon-59/+66
2015-03-03metadata: New tag encoding scheme.Kang Seonghoon-141/+140
2015-03-03metadata: Avoid the use of raw `wr_str` or `write_all`.Kang Seonghoon-151/+70
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-03-02Remove the synthetic "region bound" from closures and instead update howNiko Matsakis-5/+2
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-7/+12
2015-02-25Auto merge of #22796 - Manishearth:rollup, r=Manishearthbors-10/+9
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-3/+4
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-49/+35
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+4
2015-02-24Rework trait-bound-conversion so be based on the AST and rework collectNiko Matsakis-0/+16
2015-02-24Remove bounds struct from TypeParameterDef. Bounds information is nowNiko Matsakis-28/+32
2015-02-24style nitpicksOliver Schneider-7/+5
2015-02-24Fix fallout from rebasing.Eduard Burtescu-2/+2
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-1/+1
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-3/+1
2015-02-24rustc_resolve: remove the distinction between DefStaticMethod and DefMethod.Eduard Burtescu-23/+6