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
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
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-4
/
+1
2012-04-07
Do not consider ty_bot to be a "resolved type".
Niko Matsakis
-0
/
+14