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
/
libstd
/
repr.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-12
fix build with the new snapshot compiler
Daniel Micay
-24
/
+0
2013-08-11
Update type visitor to use &Visitor and not @Visitor
Niko Matsakis
-0
/
+24
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+3
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-1
/
+1
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-21
/
+17
2013-07-22
new snapshot
Daniel Micay
-29
/
+0
2013-07-18
repr: add a test case for @mut inside another type
Daniel Micay
-2
/
+2
2013-07-18
fix repr of @mut vectors
Daniel Micay
-6
/
+5
2013-07-17
fix repr of unique vectors with stage0 libstd
Daniel Micay
-0
/
+9
2013-07-17
rm unused visit_str method from TyVisitor
Daniel Micay
-0
/
+1
2013-07-15
remove headers from unique vectors
Daniel Micay
-0
/
+8
2013-07-10
Don't loop infinitely on 0-size structs in repr
Alex Crichton
-2
/
+8
2013-07-08
remove headers from exchange allocations
Daniel Micay
-0
/
+9
2013-06-30
Specialize to_str_common for floats/integers in strconv
Alex Crichton
-54
/
+24
2013-06-30
Change char::escape_{default,unicode} to take callbacks instead of allocating
Alex Crichton
-3
/
+3
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-4
/
+16
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-5
/
+5
2013-06-15
rm vec::uniq_len
Daniel Micay
-2
/
+3
2013-06-09
std: remove each_char* fns and methods from str, replaced by iterators.
Huon Wilson
-1
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-14
/
+18
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+639