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
/
compile-fail
/
issue-2149.rs
Age
Commit message (
Expand
)
Author
Lines
2017-03-30
have coercion supply back the target type
Niko Matsakis
-1
/
+1
2016-03-09
typeck: Unify if-else blocks, match arms and array elements by coercing where...
Eduard Burtescu
-1
/
+1
2015-09-26
deduplicate trait errors before they are displayed
Ariel Ben-Yehuda
-1
/
+0
2015-05-13
Fix ICE that occurs when an associated const is ambiguous.
Sean Patrick Santos
-1
/
+1
2015-03-30
Fallout in tests: largely changes to error messages.
Niko Matsakis
-1
/
+2
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-05
fix cfail tests
Jorge Aparicio
-3
/
+3
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-1
/
+0
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-1
/
+1
2014-11-05
Implement new operator dispatch semantics.
Niko Matsakis
-1
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-21
Patch up broken error messages
Niko Matsakis
-0
/
+1
2014-10-03
Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]
P1start
-1
/
+1
2014-08-29
Introduce new inference scheme: variables are now instantiated with at most o...
Niko Matsakis
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-0
/
+2
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-3
/
+3
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-05
testsuite: Two tests for fixed bugs
Tim Chevalier
-2
/
+1
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-1
/
+0
2013-04-06
librustc: use new `[ty, .. len]` syntax for fixed vector errors.
Huon Wilson
-1
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-2
/
+2
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-2
/
+2
2013-02-23
Fix slice printing
oncemoreification
-1
/
+1
2013-02-22
Fix vector syntax in error messages
oncemoreification
-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-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-1
/
+3
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-01
Fix some compile-fail tests
Brian Anderson
-1
/
+1
2012-11-21
Introduce a T_err type for type errors
Tim Chevalier
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+6
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-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
[next]