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
/
compile-fail
/
issue-2063.rs
Age
Commit message (
Collapse
)
Author
Lines
2013-03-11
librustc: Lint the old `drop` destructor notation off
Patrick Walton
-0
/
+2
2013-03-11
test: Fix tests. rs=tests
Patrick Walton
-1
/
+1
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵
Patrick Walton
-1
/
+1
rs=implflipping
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+5
2012-07-14
Treat bare vector and string literals as fixed length vecs. Closes #2922.
Michael Sullivan
-1
/
+1
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-1
/
+1
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-1
/
+1
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-03-28
Detect and report types which could never be instantiated.
Niko Matsakis
-0
/
+18
Fixes #2063.