index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
abi.rs
Age
Commit message (
Expand
)
Author
Lines
2016-12-30
Further and hopefully final Windows fixes
Simonas Kazlauskas
-0
/
+2
2016-12-26
PTX support
Jorge Aparicio
-0
/
+2
2016-10-24
check target abi support
Tim Neumann
-28
/
+22
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-0
/
+2
2016-08-30
Change ABI string from sysV64 to sysv64
CensoredUsername
-1
/
+1
2016-08-30
Allow specification of the system V AMD64 ABI constraint.
CensoredUsername
-0
/
+2
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-43
/
+39
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-2
/
+2
2016-01-31
Add Illumos support
Nikita Baksalyar
-0
/
+2
2015-12-26
llvm: Add support for vectorcall (X86_VectorCall) convention
Steffen
-0
/
+2
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-0
/
+2
2015-08-17
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
Huon Wilson
-0
/
+2
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+2
2015-04-01
Fallout in libsyntax
Niko Matsakis
-4
/
+4
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-11
bitrig integration
Dave Huseby
-0
/
+2
2015-02-01
openbsd support
Sébastien Marie
-2
/
+4
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-16
/
+4
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-16
/
+4
2015-01-17
libsyntax: uint types to usize
Paul Collier
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+13
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-5
/
+5
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-1
/
+1
2014-12-19
libsyntax: use `#[deriving(Copy)]`
Jorge Aparicio
-14
/
+5
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-2
/
+20
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+5
2014-11-04
Implement flexible target specification
Corey Richardson
-64
/
+10
2014-10-28
Update code with new lint names
Aaron Turon
-3
/
+3
2014-10-09
syntax: Convert statics to constants
Alex Crichton
-2
/
+2
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+3
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-1
/
+1
2014-08-12
Replace all references to "Win32" with "Windows".
Vadim Chugunov
-8
/
+8
2014-07-31
Fix trailing whitespace
Michael Neumann
-1
/
+1
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-2
/
+4
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-0
/
+2
2014-07-09
libsyntax: Remove uses of advance.
Luqman Aden
-16
/
+1
2014-07-09
syntax: doc comments all the things
Corey Richardson
-13
/
+8
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-4
/
+4
2014-06-24
Added Mipsel architecture support
Pawel Olzacki
-1
/
+2
2014-06-12
Better dylib skipping based on Alex Crichton code
Valerii Hiora
-0
/
+13
2014-06-12
Basic iOS support
Valerii Hiora
-1
/
+1
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-30
libsyntax: Fix snake_case errors.
Kevin Butler
-1
/
+2
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-04-03
Test fixes from the rollup
Alex Crichton
-8
/
+8
2014-04-03
syntax: Remove AbiSet, use one Abi
Alex Crichton
-253
/
+21
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-1
/
+1
[next]