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
2012-06-21
A test to exercise suffix inference for unary minus a little more.
Lindsey Kuper
-0
/
+43
2012-06-21
unxfail test for #2657
Niko Matsakis
-6
/
+1
2012-06-21
Issue #2657: track mutability of bindings, also prevent move from bindings
Niko Matsakis
-0
/
+13
2012-06-21
handle moves in let initializers and allow moves from unsafe ptrs
Niko Matsakis
-0
/
+41
2012-06-20
Fix resolve bug that made nested classes not work
Tim Chevalier
-0
/
+15
2012-06-20
Comments only: typos
Tim Chevalier
-1
/
+1
2012-06-20
Don't consider loops to be breaking if they contain inner loops that break
Tim Chevalier
-0
/
+6
2012-06-20
Change error to debug
Tim Chevalier
-2
/
+1
2012-06-20
Remove obsolete comment.
Lindsey Kuper
-4
/
+0
2012-06-20
doc: add information about suffix inference to tutorial and manual.
Lindsey Kuper
-0
/
+22
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-326
/
+73
2012-06-20
Fix a test I messed up.
Michael Sullivan
-1
/
+2
2012-06-20
Test for #2242 (xfailed for now)
Tim Chevalier
-0
/
+46
2012-06-20
Call the correct type formatting function for more typecheck diagnostics. Clo...
Michael Sullivan
-0
/
+4
2012-06-20
Don't force resolution of integral type vars in unary minus exprs
Lindsey Kuper
-4
/
+4
2012-06-19
two more tests for method autoderef
Niko Matsakis
-0
/
+16
2012-06-19
support autoderef on method calls
Niko Matsakis
-0
/
+30
2012-06-19
Updating kind rules to make sure we don't sneakily send ports.
Eric Holk
-0
/
+11
2012-06-19
Enable integer literal suffix inference.
Lindsey Kuper
-2
/
+22
2012-06-19
Add `i` suffix to cfail test so it works after suffix inference
Lindsey Kuper
-2
/
+2
2012-06-19
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-2
/
+2
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-3
/
+0
2012-06-19
random forgotten test case
Niko Matsakis
-0
/
+8
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-8
/
+0
2012-06-19
Another benchmark
Eric Holk
-0
/
+74
2012-06-18
Fix a failing test.
Michael Sullivan
-2
/
+2
2012-06-18
Add 'do' expressions
Brian Anderson
-0
/
+23
2012-06-18
Use unboxed vecs for string shape glue.
Michael Sullivan
-3
/
+3
2012-06-18
Remove FIXME from run-pass/basic.rs. Closes #2600
Brian Anderson
-1
/
+0
2012-06-18
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-11
/
+11
2012-06-18
Remove test that depends on rustc
Tim Chevalier
-5
/
+0
2012-06-17
Issue #2633: remove last_use entries that are subject to a loan
Niko Matsakis
-3
/
+9
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+8
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-8
/
+0
2012-06-15
Add test for #2633. Xfailed.
Tim Chevalier
-0
/
+18
2012-06-15
Fix copying of fixed length vectors. Closes #2630.
Michael Sullivan
-0
/
+10
2012-06-15
Make the shape interpreter actually advance past fixed length vectors. Closes...
Michael Sullivan
-0
/
+6
2012-06-15
Test case for #2631
Tim Chevalier
-0
/
+32
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-14
/
+1
2012-06-15
Issue #2591: Change "upvar" to "variable declared in an outer block" in tests
Patrick Walton
-9
/
+9
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-0
/
+153
2012-06-14
Tests for #1425 (xfail'd for now)
Lindsey Kuper
-0
/
+153
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-150
/
+561
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-150
/
+561
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-29
/
+48
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-4
/
+4
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-0
/
+10
2012-06-14
Add xfailed test case for issue 2611
Tim Chevalier
-0
/
+11
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-0
/
+10
2012-06-14
Remove an xfail-fast, as this seems to work on Windows now
Tim Chevalier
-2
/
+0
[prev]
[next]