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
/
monad.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-3
/
+3
2013-03-15
Clonify some of run-pass
Ben Striegel
-2
/
+2
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-3
/
+3
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-4
/
+4
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-4
/
+4
2013-03-07
test: Fix tests.
Patrick Walton
-2
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-02-26
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
Marvin Löbel
-1
/
+1
2013-02-22
Remove legacy_modes from test cases
Brian Anderson
-10
/
+9
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
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+3
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-07
test: Fix some busted run-pass tests, fallout from the pattern bindings chang...
Patrick Walton
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-9
/
+9
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+10
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-5
/
+5
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-3
/
+3
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-6
/
+2
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-1
/
+1
2012-02-06
Add monad iface test
Marijn Haverbeke
-0
/
+31