about summary refs log tree commit diff
path: root/src/libsyntax/abi.rs
AgeCommit message (Expand)AuthorLines
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
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-09-30syntax: Remove usage of fmt!Alex Crichton-6/+6
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-13/+22
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-4/+4
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-06-25great renaming propagation: syntaxCorey Richardson-3/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3