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-2904.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-26
test: Fix tests
Patrick Walton
-2
/
+2
2013-03-22
auto merge of #5488 : pcwalton/rust/depure, r=pcwalton
bors
-1
/
+1
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-1
/
+1
2013-03-21
librustc: Replace the `&static` bound with `'static`
Patrick Walton
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-2
/
+2
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-1
/
+1
2013-02-21
librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...
Patrick Walton
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-2
/
+2
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
-1
/
+1
2013-01-30
test: Remove export from the tests, language, and libraries. rs=deexporting
Patrick Walton
-3
/
+2
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-1
/
+1
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-1
/
+1
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-11-13
cleanup: convert some remaining #foo invocations to foo! form.
Graydon Hoare
-1
/
+1
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-1
/
+1
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-1
/
+1
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-1
/
+1
2012-09-26
Unbreak run-pass/issue-2904 more
Brian Anderson
-5
/
+0
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+6
2012-09-26
Fix test/run-pass/issue-2904
Brian Anderson
-1
/
+3
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-08-23
libcore: update bytes/str reader to work with regions.
Erick Tryzelaar
-1
/
+1
2012-08-14
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-17
/
+17
2012-08-03
Test for issue 2904, which got fixed somewhere along the line
Tim Chevalier
-0
/
+78