about summary refs log tree commit diff
path: root/src/libsyntax/crateid.rs
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-16Update repo locationBrian Anderson-2/+2
2014-06-15Register new snapshotsAlex Crichton-17/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+17
2014-06-03Fix typo "gihub" in libsyntax/crateid.Nikita Pekin-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-29/+29
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+5
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+3
2014-05-15Updates with core::fmt changesAlex Crichton-3/+3
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-34/+35
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-23/+23
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-6/+9
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-3/+3
2014-02-28rustc: Simplify crate loading constraintsAlex Crichton-0/+9
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+3
2014-02-24Remove deriving(ToStr)Alex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-4/+7
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-1/+9
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-0/+186