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
/
issue-2214.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-2
/
+4
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+0
2013-10-14
Removing ccdecl
Steve Klabnik
-1
/
+1
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-2
/
+1
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-1
/
+0
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-4
/
+4
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-04-29
librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic
Patrick Walton
-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
-9
/
+12
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-1
/
+3
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-2
/
+4
2013-01-07
test: Regular expression mistake. rs=bustage
Patrick Walton
-3
/
+3
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-3
/
+3
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-6
/
+6
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+3
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-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-1
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-01
Demode reinterpret_cast
Brian Anderson
-1
/
+1
2012-08-03
fix compilation of 2214
Niko Matsakis
-1
/
+1
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-1
/
+5
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-06-21
Hopefully make issue 2214 test case work on Windows -- sigh
Tim Chevalier
-0
/
+5
2012-06-21
Fix linker problem in issue 2214 test case
Tim Chevalier
-0
/
+19
2012-06-21
Revert "Add test for issue 2214"
Tim Chevalier
-18
/
+0
2012-06-21
Add test for issue 2214
Tim Chevalier
-0
/
+18