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
/
extern-call-deep.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+2
2016-12-01
Fix rust_test_helpers linkage.
Vadim Chugunov
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2014-08-20
liblibc: don't use int/uint for intptr_t/uintptr_t
Corey Richardson
-5
/
+5
2014-06-05
mk: Move rust_test_helpers out of libstd
Alex Crichton
-1
/
+1
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-2
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-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
-1
/
+0
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-2
/
+2
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
-0
/
+1
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+4
2013-05-22
test: Update tests and import the prelude in some more places.
Patrick Walton
-3
/
+1
2013-05-22
test: Fix tests.
Patrick Walton
-2
/
+4
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-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-3
/
+5
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-30
test: Remove export from the tests, language, and libraries. rs=deexporting
Patrick Walton
-3
/
+2
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-3
/
+5
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-03
Change crust -> extern.
Graydon Hoare
-0
/
+23