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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
issue-2718.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-5
/
+5
2013-05-10
Stop using the '<->' operator
Alex Crichton
-12
/
+9
2013-05-08
test: Fix tests.
Patrick Walton
-12
/
+12
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-2
/
+2
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-7
/
+7
2013-03-22
test: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
librustc: Forbid destructors from being attached to any structs that might co...
Patrick Walton
-0
/
+2
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-9
/
+9
2013-03-11
Remove uses of log
Brian Anderson
-4
/
+4
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-2
/
+2
2013-03-07
test: Fix tests.
Patrick Walton
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-2
/
+2
2013-02-26
test: De-~mut the test suite. rs=demuting
Patrick Walton
-8
/
+6
2013-02-25
Revert "test: De-~mut the test suite. rs=demuting"
Patrick Walton
-6
/
+8
2013-02-25
test: De-~mut the test suite. rs=demuting
Patrick Walton
-8
/
+6
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-31
/
+39
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-12
/
+12
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-9
/
+3
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-33
/
+33
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-8
/
+8
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-8
/
+8
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-3
/
+3
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-1
/
+7
2013-01-25
Fix Option camel case in commented portion of test
Tyler Bindon
-2
/
+2
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-21
/
+27
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+4
2013-01-07
test: Regular expression mistake. rs=bustage
Patrick Walton
-4
/
+4
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-5
/
+5
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-55
/
+58
2012-12-17
test: Fix some broken test cases
Patrick Walton
-2
/
+2
2012-12-13
Rename Send trait to Owned
Brian Anderson
-15
/
+15
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-0
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-4
/
+4
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-2
/
+2
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-3
/
+3
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-2
/
+8
2012-10-30
Remove xfail-pretty from tests that pretty-print correctly now
Tim Chevalier
-1
/
+0
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-3
/
+3
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-29
/
+31
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+5
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-3
/
+3
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-7
/
+7
[next]