about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-2/+0
2014-06-24rustc: Don't register syntax crates twiceAlex Crichton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-2/+0
2014-06-22Rename ty_param_bounds_and_ty to PolytypeNiko Matsakis-16/+16
2014-06-18Add stability inheritanceAaron Turon-1/+50
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-06-18Remove TraitStore from ty_traitNick Cameron-4/+1
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-36/+2
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-41/+42
2014-06-15Register new snapshotsAlex Crichton-36/+2
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-98/+172
2014-06-13There should be no metadata to read on iOSValerii Hiora-1/+1
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-47/+40
2014-06-12Basic iOS supportValerii Hiora-2/+10
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-4/+38
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-16/+18
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-6/+2
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-0/+13
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Implement #[plugin_registrar]Keegan McAllister-39/+34
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-6/+2
2014-06-06rustc: Preserve reachable extern fns with LTOAlex Crichton-0/+49
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-06rustc: Encode argument names for traitsAlex Crichton-0/+2
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-17/+18
2014-06-06Move subst data structures into subst.rs, fix capitalizationNiko Matsakis-11/+12
2014-06-05Fallout from the libcollections movementAlex Crichton-6/+6
2014-06-03std: Remove generics from Option::expectAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-5/+5
2014-05-30librustc: Fix snake case errors.Kevin Butler-29/+30
2014-05-28std: Remove format_strbuf!()Alex Crichton-23/+17
2014-05-27std: Rename strbuf operations to stringRicho Healey-27/+27
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-25rustdoc: Move inlining to its own moduleAlex Crichton-2/+2
2014-05-25rustc: Encode module attributesAlex Crichton-0/+4
2014-05-25rustdoc: Inline names of function argumentsAlex Crichton-13/+18
2014-05-25rustdoc: Inline argument names of foreign methodsAlex Crichton-0/+40
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-37/+37
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-1/+1
2014-05-24Port more stuff to mark used attributesSteven Fackler-9/+3
2014-05-24Add AttrId to Attribute_Steven Fackler-1/+2
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-5/+5
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-25/+46
2014-05-21auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichtonbors-1/+1
2014-05-20Change std inject attributes to outer attributesKevin Ballard-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-1/+29
2014-05-18Include file paths when dumping the list of resolved crates via `debug!`.Felix S. Klock II-2/+18
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-9/+1