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-2611-4.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-01
move compile-fail tests to ui tests
Niko Matsakis
-27
/
+0
2016-11-01
update test error messages
Niko Matsakis
-1
/
+1
2016-04-05
improve the printing of substs and trait-refs
Ariel Ben-Yehuda
-1
/
+1
2016-03-30
Fix fallout in tests
Jeffrey Seyfried
-1
/
+1
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-2
/
+2
2015-01-14
Refactor compare_impl_method to use all bounds
Jared Roesch
-1
/
+2
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-1
/
+1
2014-03-20
Replace Freeze bounds with Share bounds
Flavio Percoco
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-2
/
+2
2013-06-28
librustc: Rename Const to Freeze
Patrick Walton
-1
/
+1
2013-05-09
Refactor representation of bounds to separate out BuiltinBounds into
Niko Matsakis
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
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-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-2
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-1
/
+1
2012-09-07
Don't check impl ty params for equality with trait ty params
Tim Chevalier
-0
/
+18