about summary refs log tree commit diff
path: root/src/libsyntax/abi.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-16/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-16/+4
2015-01-17libsyntax: uint types to usizePaul Collier-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+13
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-5/+5
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-1/+1
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-14/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-2/+20
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-11-04Implement flexible target specificationCorey Richardson-64/+10
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-09syntax: Convert statics to constantsAlex Crichton-2/+2
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+3
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+1
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-8/+8
2014-07-31Fix trailing whitespaceMichael Neumann-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-2/+4
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-0/+2
2014-07-09libsyntax: Remove uses of advance.Luqman Aden-16/+1
2014-07-09syntax: doc comments all the thingsCorey Richardson-13/+8
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-06-24Added Mipsel architecture supportPawel Olzacki-1/+2
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-0/+13
2014-06-12Basic iOS supportValerii Hiora-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-1/+2
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-04-03Test fixes from the rollupAlex Crichton-8/+8
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-253/+21
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-23use TotalEq for HashMapDaniel Micay-2/+2
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-1/+1
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-2/+3
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-2/+2
2014-02-24replace manual Hash impls with `#[deriving(Hash)]`Erick Tryzelaar-8/+1
2014-02-24Remove deriving(ToStr)Alex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-8/+13
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-11/+5
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-1/+1
2014-02-08Fixed error starting with uppercasemr.Shu-2/+2
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-0/+1
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-7/+7
2013-11-20auto merge of #10527 : eholk/rust/win64, r=alexcrichtonbors-0/+3
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-2/+2
2013-11-18Add Win64 calling convention.Eric Holk-0/+3
2013-11-09Add a "system" ABIAlex Crichton-13/+36