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
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-13
/
+22
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-4
/
+4
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-3
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-3
/
+3
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-2
/
+2
2013-06-10
std: remove str::{connect,concat}*.
Huon Wilson
-2
/
+1
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-21
/
+21
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-19
Register snapshots
Brian Anderson
-39
/
+0
2013-05-16
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
Huon Wilson
-3
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+29
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-2
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-2
/
+2
2013-04-14
syntax: remove unnecessary unsafe blocks/functions
Alex Crichton
-6
/
+4
2013-03-30
libsyntax: Update abi constants. Fixes #5423.
Luqman Aden
-5
/
+2
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-0
/
+427