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
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-4
/
+4
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-21
/
+21
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2
Alex Crichton
-0
/
+34
2015-01-21
Move regression test for #20971 into run-fail, since it panics.
Niko Matsakis
-0
/
+34
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-08
fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...
Felix S. Klock II
-0
/
+15
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-7
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-6
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-6
/
+3
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+4
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-2
/
+2
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-26
/
+0
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-26
/
+0
2015-01-01
Implement numeric fallback
Corey Richardson
-0
/
+14
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-55
/
+11
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-6
/
+6
2014-12-08
auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton
bors
-0
/
+22
2014-12-06
Change from message to expected
Steven Fackler
-1
/
+1
2014-12-06
Allow message specification for should_fail
Steven Fackler
-0
/
+22
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+2
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-1
/
+1
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-21
/
+0
2014-11-13
auto merge of #18877 : michaelsproul/rust/panic-tests, r=alexcrichton
bors
-0
/
+12
2014-11-11
test: Rename files, fail -> panic.
Michael Sproul
-0
/
+0
2014-11-10
Add optional messages to the unreachable macro.
Michael Sproul
-0
/
+26
2014-11-04
librustc: Call return_type only for functions.
Luqman Aden
-0
/
+23
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-7
/
+7
2014-10-30
changes to libs
Nick Cameron
-51
/
+0
2014-10-29
Update infrastructure for fail -> panic
Steve Klabnik
-40
/
+29
2014-10-29
Rename fail! to panic!
Steve Klabnik
-82
/
+82
2014-10-28
Update tests with the new error messages
Jakub Bukaj
-28
/
+0
2014-10-28
Update code with new lint names
Aaron Turon
-7
/
+7
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-6
/
+4
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-3
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-789
/
+2
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-1
/
+1
2014-09-15
Add tests for a few A-needstest issues
Jakub Wieczorek
-0
/
+30
2014-09-05
auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis
bors
-0
/
+21
2014-09-04
std: Fix overflow of HashMap's capacity
Piotr Czarnecki
-0
/
+21
2014-09-03
auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelix
bors
-0
/
+26
2014-09-02
Prevent failure when using fail! with invalid utf8.
Jonas Hietala
-0
/
+26
2014-09-02
Reviewer changes
Nick Cameron
-0
/
+19
[prev]
[next]