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
/
ivec-add.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-23
/
+0
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+2
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-1
/
+1
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-2
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-4
/
+4
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-4
/
+4
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+2
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-1
/
+1
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-1
/
+1
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-1
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-6
/
+6
2011-08-16
Port the tests to the decl foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-2
/
+2
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-2
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-3
/
+3
2011-07-08
rustc: Do dynamic size calculations properly when concatenating interior vect...
Patrick Walton
-0
/
+16