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
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
2014-03-23
use TotalEq for HashMap
Daniel Micay
-2
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-1
/
+1
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-2
/
+3
2014-03-01
Publicise types/add #[allow(visible_private_types)] to a variety of places.
Huon Wilson
-2
/
+2
2014-02-24
replace manual Hash impls with `#[deriving(Hash)]`
Erick Tryzelaar
-8
/
+1
2014-02-24
Remove deriving(ToStr)
Alex Crichton
-1
/
+1
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-8
/
+13
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-11
/
+5
2014-02-22
Warn about unnecessary parentheses upon assignment
Eduard Bopp
-1
/
+1
2014-02-08
Fixed error starting with uppercase
mr.Shu
-2
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-0
/
+1
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-7
/
+7
2013-11-20
auto merge of #10527 : eholk/rust/win64, r=alexcrichton
bors
-0
/
+3
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-2
/
+2
2013-11-18
Add Win64 calling convention.
Eric Holk
-0
/
+3
2013-11-09
Add a "system" ABI
Alex Crichton
-13
/
+36
[next]