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
/
test
/
bench
/
sudoku.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1
/
+0
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-57
/
+57
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-24
/
+26
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-7
/
+7
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+3
2015-02-11
shift bindings to accommodate new lifetime/dtor rules.
Felix S. Klock II
-1
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-7
/
+7
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-6
/
+6
2015-01-09
Merge pull request #20718 from tshepang/bench-fix-some-warnings
bors
-13
/
+1
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-13
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-9
/
+9
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+3
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-3
/
+3
2014-12-03
Back io::stdin with a global singleton BufferedReader
Steven Fackler
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-3
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-21
/
+15
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-06-24
librustc: Remove cross borrowing from mutable `Box`es to `&mut`.
Patrick Walton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-1
/
+0
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-0
/
+1
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+4
2014-05-13
Touch up and rebase previous commits
Alex Crichton
-2
/
+2
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+2
2014-04-15
Use the unsigned integer types for bitwise intrinsics.
Huon Wilson
-4
/
+2
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-0
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-18
/
+29
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-4
/
+4
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-4
/
+4
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-03-12
Update io iterators to produce IoResults
Palmer Cox
-1
/
+1
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-20
Return a buffered stdin by default.
Alex Crichton
-1
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-2
/
+3
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-2
/
+2
[next]