about summary refs log tree commit diff
path: root/src/libsyntax/abi.rs
AgeCommit message (Expand)AuthorLines
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-43/+39
2016-01-31Rename sunos to solarisNikita Baksalyar-2/+2
2016-01-31Add Illumos supportNikita Baksalyar-0/+2
2015-12-26llvm: Add support for vectorcall (X86_VectorCall) conventionSteffen-0/+2
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-0/+2
2015-08-17Create "platform-intrinsic" ABI for SIMD/platform intrinsics.Huon Wilson-0/+2
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
2015-04-01Fallout in libsyntaxNiko Matsakis-4/+4
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-11bitrig integrationDave Huseby-0/+2
2015-02-01openbsd supportSébastien Marie-2/+4
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
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