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
/
libextra
/
terminfo
Age
Commit message (
Expand
)
Author
Lines
2014-02-02
Move term, terminfo out of extra.
xales
-1178
/
+0
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-1
/
+1
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-22
/
+22
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-03
libextra: Remove unnecessary `@mut`s
Patrick Walton
-5
/
+9
2013-12-21
Remove unnecessary semicolon
Jan Niklas Hasse
-1
/
+1
2013-12-20
Support ANSI colors in msys terminals. See #2807
Jan Niklas Hasse
-0
/
+15
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-5
/
+5
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-1
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-5
/
+5
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-4
/
+4
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-2
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-3
/
+3
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-1
/
+1
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-5
/
+5
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-0
/
+0
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-10
/
+9
2013-10-24
Remove std::io once and for all!
Alex Crichton
-14
/
+17
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-2
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-4
/
+6
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-18
/
+18
2013-10-16
auto merge of #9833 : alexcrichton/rust/fixes, r=brson
bors
-0
/
+2
2013-10-15
Require module documentation with missing_doc
Alex Crichton
-0
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-8
/
+8
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-17
/
+25
2013-10-02
auto merge of #9675 : sfackler/rust/lint, r=alexcrichton
bors
-0
/
+1
2013-10-02
Check enums in missing_doc lint
Steven Fackler
-0
/
+1
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-2
/
+2
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-31
/
+32
2013-09-19
Replace unreachable() calls with unreachable!().
Chris Morgan
-3
/
+3
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-5
/
+5
2013-08-12
fix build with the new snapshot compiler
Daniel Micay
-97
/
+0
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-2
/
+2
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+0
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-7
/
+7
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-6
/
+6
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-11
/
+11
2013-08-04
Remove trailing null from strings
Erick Tryzelaar
-2
/
+98
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-11
/
+11
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+4
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-8
/
+8
2013-07-23
std: rename str.as_bytes_with_null_consume to str.to_bytes_with_null
Erick Tryzelaar
-1
/
+1
2013-07-17
librustc: Change repeated vector expressions to use implicit copyability.
Patrick Walton
-2
/
+22
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-6
/
+7
2013-07-08
extra: Patch up code that was using irrefutable patterns incorrectly.
Niko Matsakis
-2
/
+2
2013-07-07
remove some method resolve workarounds
Daniel Micay
-1
/
+1
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-0
/
+2
2013-06-30
auto merge of #7487 : huonw/rust/vec-kill, r=cmr
bors
-4
/
+5
[next]