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
/
intrinsic-alignment.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-06-17
test: adjust some test cases of run-pass for android
Young-il Choi
-1
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-8
/
+8
2013-04-29
rustc: Only accept main functions at the crate level. #4433
Brian Anderson
-0
/
+4
2013-04-23
test: fix for missing ARM support
Young-il Choi
-0
/
+11
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-4
/
+6
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
-6
/
+12
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-11
/
+9
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
/
+3
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-05-02
rt: Fix some record alignment issues on windows
Brian Anderson
-9
/
+23
2012-05-02
Revert "rt: Fix some record alignment issues on windows"
Brian Anderson
-22
/
+10
2012-05-02
rt: Fix some record alignment issues on windows
Brian Anderson
-10
/
+22
2012-04-27
rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_of
Brian Anderson
-0
/
+19