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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
foreign-call-no-runtime.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+1
2015-03-19
Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android
Sae-bom Kim
-0
/
+2
2015-02-17
Register new snapshots
Alex Crichton
-4
/
+4
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+2
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-2
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-20
Make most of std::rt private
Aaron Turon
-1
/
+2
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-05
mk: Move rust_test_helpers out of libstd
Alex Crichton
-1
/
+1
2014-05-15
std: Remove run_in_bare_thread
Brian Anderson
-3
/
+3
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+2
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2014-01-29
Remove do keyword from test/
Scott Lawrence
-2
/
+2
2013-11-29
Statically link librustrt to libstd
Alex Crichton
-0
/
+1
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+4
2013-08-21
Change type of extern fns from `*u8` to `extern "ABI" fn`
Niko Matsakis
-1
/
+2
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-3
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-4
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-3
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-22
test: Fix tests.
Patrick Walton
-1
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-01
Rename core::private to core::unstable. #4743
Brian Anderson
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-06
Make foreign calls work outside of tasks. #4451
Brian Anderson
-0
/
+24