summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-4/+4
2015-04-01Fallout out rustcNiko Matsakis-4/+4
2015-04-01Fallout in libsyntax/librustc: use newtype'd options for linked lists,Niko Matsakis-4/+3
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+1
2015-03-31Stabilize std::numAaron Turon-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-15/+5
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-15/+5
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-158/+158
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-9/+0
2015-03-27default => or_insert per RFCAlexis Beingessner-1/+2
2015-03-26update everything to use Entry defaultsAlexis-2/+1
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-9/+0
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