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-pass
/
running-with-no-runtime.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-0
/
+1
2017-10-17
test: Update Emscripten failures/passing
Alex Crichton
-1
/
+1
2016-08-10
[emscripten] Ignore tests
Jan-Erik Rediger
-0
/
+2
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-3
/
+3
2015-12-09
std: Rename thread::catch_panic to panic::recover
Alex Crichton
-4
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-4
/
+4
2015-04-21
Remove references to `old_{path,io}`
Tamir Duberstein
-5
/
+1
2015-04-14
test: Fix fallout in run-pass tests
Alex Crichton
-21
/
+16
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
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
-5
/
+5
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-3
/
+3
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-16
syntax: Feature gate #[start] and #[main]
Alex Crichton
-0
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
More test fixes!
Alex Crichton
-1
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-7
/
+4
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-5
/
+7
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+3
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-8
/
+0
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-3
/
+5
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-8
/
+16
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-1
/
+3
2014-06-04
std: Improve non-task-based usage
Alex Crichton
-0
/
+59