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
/
rec-align-u64.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-25
Make 3 run-pass tests works on android (aarch64 and x86)
Marco A L Barbosa
-10
/
+2
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-5
/
+6
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+2
2016-08-10
[emscripten] Disable code paths that don't work on emscripten
Jan-Erik Rediger
-1
/
+2
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-1
/
+1
2016-01-31
Add Illumos support
Nikita Baksalyar
-1
/
+2
2016-01-13
Simplify some uses of cfg in test cases
Anton Blanchard
-3
/
+1
2016-01-13
Add powerpc64 and powerpc64le support
Anton Blanchard
-1
/
+3
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-14
/
+14
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-13
/
+13
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+9
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-10
/
+10
2015-02-11
bitrig integration
Dave Huseby
-0
/
+9
2015-02-10
Fix aarch64 test issues (same level to arm32)
Eunji Jeong
-1
/
+1
2015-02-01
openbsd support
Sébastien Marie
-1
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-2
/
+2
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-2
/
+2
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-5
/
+4
2014-10-12
Continue cfg syntax transition
Steven Fackler
-6
/
+5
2014-08-23
Remove stage0 attributes.
Vadim Chugunov
-1
/
+0
2014-08-14
Make it pass the pretty-printer test.
Vadim Chugunov
-1
/
+1
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-1
/
+2
2014-08-06
Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup
Alex Crichton
-0
/
+6
2014-08-04
Fix tests.
Vadim Chugunov
-0
/
+6
2014-08-02
Fix alignment tests for ARM on Linux. #14848
Simon Persson
-0
/
+1
2014-07-31
Fix test suite for DragonFly
Michael Neumann
-0
/
+1
2014-06-23
librustc: Feature gate lang items and intrinsics.
Patrick Walton
-0
/
+2
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-1
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-3
/
+3
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-3
/
+3
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-1
/
+0
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+1
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-4
/
+4
2013-08-31
document why some tests are xfail-fast
Daniel Micay
-1
/
+1
2013-08-31
repr: print the name of structs
Daniel Micay
-1
/
+3
2013-08-27
repr: print integer/float suffixes
Daniel Micay
-1
/
+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
-3
/
+3
2013-06-17
test: adjust some test cases of run-pass for android
Young-il Choi
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-3
/
+3
[next]