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
Age
Commit message (
Expand
)
Author
Lines
2013-01-23
libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjc
Patrick Walton
-0
/
+7
2013-01-23
Merge pull request #4596 from Trinick/tomutrename
Tim Chevalier
-14
/
+14
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-14
/
+14
2013-01-22
testsuite: Add tests for mutable function arguments
Tim Chevalier
-0
/
+47
2013-01-23
Handle divide by zero in constant evaluator
Seo Sanghyeon
-0
/
+6
2013-01-22
Add test case for change in 039bfe
Tim Chevalier
-0
/
+2
2013-01-22
Translate const references to extern functions as *i8 instead of the typical ...
Josh Matthews
-0
/
+21
2013-01-22
Make borrowck's notion of scopes consistent with trans's notion of scopes
Tim Chevalier
-9
/
+4
2013-01-20
testsuite: Un-xfail test for #3029 and move to run-fail
Tim Chevalier
-4
/
+3
2013-01-20
testsuite: Tweak tests for #3888
Tim Chevalier
-3
/
+22
2013-01-20
testsuite: Update error message, unbreak build
Tim Chevalier
-1
/
+0
2013-01-19
testsuite: Add xfailed test for #4335
Tim Chevalier
-0
/
+19
2013-01-19
testsuite: Add license
Tim Chevalier
-0
/
+11
2013-01-19
Handle region errors where the actual scope is a statement
Tim Chevalier
-0
/
+15
2013-01-18
xfail-fast the #[main] tests, r=burningtree
Graydon Hoare
-0
/
+4
2013-01-18
testsuite: Update error messages. Unbreak build, I hope
Tim Chevalier
-7
/
+7
2013-01-17
Correct tests
Niko Matsakis
-17
/
+7
2013-01-17
Propagate expected types through block expressions.
Niko Matsakis
-0
/
+12
2013-01-17
When decoding types, indicate to the def-id conversion function what kind of
Niko Matsakis
-0
/
+38
2013-01-17
test: Fix busted compile-fail tests. rs=bustage
Patrick Walton
-18
/
+15
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-0
/
+41
2013-01-16
Merge pull request #4493 from jbclements/rename-moved-variable-to-moved-value
Patrick Walton
-24
/
+24
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-36
/
+19
2013-01-14
s/moved variable/moved value/
John Clements
-24
/
+24
2013-01-14
allowing the entry point name to be something other than main
ILyoan
-0
/
+66
2013-01-11
Regression tests for passing enum-typed consts by reference.
Jed Davis
-0
/
+48
2013-01-11
Add more tests for enum constants.
Jed Davis
-1
/
+67
2013-01-11
test: add test for overloading logical negation operator
Andrew Paseltiner
-0
/
+11
2013-01-11
test: XFAIL issue_3882 due to strange Windows failure. rs=failure
Patrick Walton
-0
/
+2
2013-01-10
Add xfailed test for #3973
Tim Chevalier
-0
/
+31
2013-01-10
add two more copies required in word-count rs=breakage
Niko Matsakis
-2
/
+2
2013-01-10
Add working test for issue 3935 and xfailed test for issue 3888
Tim Chevalier
-0
/
+61
2013-01-10
Add test cases: one xfailed, one not
Tim Chevalier
-0
/
+86
2013-01-10
correct expected error msgs in various tests rs=breakage
Niko Matsakis
-9
/
+9
2013-01-10
tests: Add two test cases, one xfailed
Tim Chevalier
-0
/
+56
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-4
/
+16
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-10
/
+19
2013-01-10
librustc: Allow the type parameter version of `Self` to be spelled with a cap...
Patrick Walton
-0
/
+16
2013-01-10
test: fix check-fast breakage.
Graydon Hoare
-2
/
+2
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-14
/
+14
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-65
/
+75
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-75
/
+65
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-65
/
+75
2013-01-08
Remove ret_style and instead check whether fn return type is bot
Niko Matsakis
-6
/
+13
2013-01-08
Make `self` visible when typechecking nested functions
Tim Chevalier
-2
/
+236
2013-01-08
test: Fix botched regex. rs=bustage
Patrick Walton
-3
/
+3
2013-01-07
test: Regular expression mistake. rs=bustage
Patrick Walton
-22
/
+22
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-187
/
+197
2013-01-07
Support assignability for struct fields. r=pcwalton
Niko Matsakis
-0
/
+9
2013-01-07
Revert "Change the self def_id to a self_info in typeck, and inherit"
Tim Chevalier
-236
/
+2
[prev]
[next]