summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-04-30Fix zero-normalization of the pos of a `MultiByteChar`.Felix S. Klock II-1/+1
2015-04-23Create a struct to represent early-bound regionsNiko Matsakis-6/+11
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-40/+43
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-12/+12
2015-04-15rustc: fix a typo in letter to rustcRicho Healey-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-7/+7
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-5/+5
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-1/+2
2015-04-08Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakisbors-1/+16
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-1/+2
2015-04-06Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakisbors-1/+4
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1/+4
2015-04-04Encode more precise scoping rules for function params.Felix S. Klock II-1/+16
2015-04-03In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...Jonathan S-17/+13
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