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-2718.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-2
/
+0
2013-10-29
Assorted cleanups suggested by reviewers.
Jed Davis
-1
/
+2
2013-10-29
Add repr attributes in various places that need them.
Jed Davis
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-14
/
+14
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-14
/
+14
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-2
/
+2
2013-08-18
auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton
bors
-1
/
+1
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-12
/
+7
2013-08-16
Reserve 'yield' keyword
Kevin Ballard
-1
/
+1
2013-07-30
std: Remove get_task function. Unused
Brian Anderson
-3
/
+6
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-12
/
+12
2013-06-25
Change finalize -> drop.
Luqman Aden
-2
/
+2
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-6
/
+2
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-2
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-4
/
+4
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-8
/
+8
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
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
[next]