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
/
libcore
/
io.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-2
/
+2
2012-08-30
libcore: rewrite io::MemBuffer.write to use memcpy (#2004)
Erick Tryzelaar
-16
/
+13
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+10
2012-08-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
Convert core::result to camel case
Brian Anderson
-23
/
+23
2012-08-26
Camel case the option type
Brian Anderson
-6
/
+6
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-11
/
+18
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-21
/
+24
2012-08-23
libcore: update bytes/str reader to work with regions.
Erick Tryzelaar
-44
/
+30
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-17
rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ...
Patrick Walton
-1
/
+1
2012-08-17
Remove the class keyword
Brian Anderson
-3
/
+3
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-110
/
+114
2012-08-08
Convert impls to new syntax
Brian Anderson
-9
/
+9
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-9
/
+9
2012-08-05
Switch alts to use arrows
Brian Anderson
-34
/
+34
2012-08-02
Shift writer_util to a derived impl attached to the writer trait
Graydon Hoare
-9
/
+36
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-18
/
+18
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-5
/
+5
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-26
Remove superfluous rets (purely style)
Tim Chevalier
-5
/
+3
2012-07-26
core::io::writer : add get_type() method
Damian Gryski
-0
/
+16
2012-07-25
Reject non-UTF-8 files when reading as str. Close #2918.
Graydon Hoare
-1
/
+5
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-3
/
+3
2012-07-23
Switch reader to work with preallocated vecs
Erick Tryzelaar
-17
/
+31
2012-07-19
Switch io::print and io::println to take slices.
Graydon Hoare
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-37
/
+38
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-05
Mostly change TODOs to FIXMEs and annotate them
Tim Chevalier
-3
/
+3
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-3
/
+3
2012-07-01
Convert to new closure syntax
Brian Anderson
-34
/
+34
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-26
/
+26
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-63
/
+63
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-9
/
+9
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-46
/
+46
2012-06-25
Merge
Tim Chevalier
-4
/
+4
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-4
/
+4
2012-06-21
Port resources to classes in libcore
Tim Chevalier
-11
/
+23
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-18
/
+17
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-4
/
+2
2012-06-06
misc. copies in core/syntax to please borrowck
Niko Matsakis
-1
/
+1
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-8
/
+9
2012-06-04
Implement stack-only variants of int/uint str conversion and output.
Graydon Hoare
-4
/
+7
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-3
/
+3
2012-05-19
core: Add iterable functions to io::reader_utils.
Erick Tryzelaar
-0
/
+18
2012-05-18
move io over to dvec
Niko Matsakis
-19
/
+34
[prev]
[next]