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
Age
Commit message (
Expand
)
Author
Lines
2012-12-06
Add various test cases, mostly xfailed
Tim Chevalier
-0
/
+38
2012-12-06
Remove bogus FIXME, closes #2889
Tim Chevalier
-1
/
+1
2012-12-06
test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage
Patrick Walton
-14
/
+16
2012-12-06
test: Fix shootout-mandelbrot.rs. rs=bustage
Patrick Walton
-5
/
+5
2012-12-06
Remove previous x86 data corruption workaround. #4054
Brian Anderson
-3
/
+0
2012-12-06
Turn off type_use on x86. #4127
Brian Anderson
-1
/
+4
2012-12-06
test: Fix busted test. rs=bustage
Patrick Walton
-1
/
+1
2012-12-06
Eleminate pattern warnings
Brian Anderson
-4
/
+4
2012-12-06
test: Fix more compile-fail bustage. rs=bustage
Patrick Walton
-10
/
+8
2012-12-06
test: Fix some compile-fail bustage. rs=bustage
Patrick Walton
-36
/
+10
2012-12-06
test: Fix some run-fail bustage. rs=bustage
Patrick Walton
-4
/
+4
2012-12-06
test: Fix some more run-pass bustage. rs=clownshoes
Patrick Walton
-2
/
+2
2012-12-05
librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl...
Patrick Walton
-13
/
+24
2012-12-05
librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...
Patrick Walton
-27
/
+39
2012-12-05
librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...
Patrick Walton
-8
/
+28
2012-12-05
Fix test
Brian Anderson
-1
/
+1
2012-12-05
Convert Num to explicit self
Brian Anderson
-86
/
+82
2012-12-05
librustc: Move the "legality of move bindings" check from typechecking to alt...
Patrick Walton
-77
/
+79
2012-12-05
librustc: Make a context including the method map in check_alt, in preparatio...
Patrick Walton
-87
/
+103
2012-12-05
Long lines
Brian Anderson
-1
/
+2
2012-12-05
Fix cross-crate inlining of static functions
Brian Anderson
-9
/
+36
2012-12-05
test: Fix float imprecision error on intrinsics-math
Patrick Walton
-1
/
+1
2012-12-05
test: Fix alt-implicit-copy-unique. rs=me
Patrick Walton
-1
/
+1
2012-12-05
test: More bustage fixes. rs=me
Patrick Walton
-11
/
+11
2012-12-05
test: More run-pass test fixes
Patrick Walton
-45
/
+47
2012-12-05
libcore: Fix some more coretest bustage. rs=bustage
Patrick Walton
-2
/
+2
2012-12-05
librustc: Hook borrow check loan checking up to the moves-based-on-type infra...
Patrick Walton
-87
/
+143
2012-12-05
Merge remote-tracking branch 'rntz/tuple-iterbytes'
Brian Anderson
-7
/
+10
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-27
/
+33
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-45
/
+99
2012-12-04
Merge remote-tracking branch 'luqmana/incoming'
Brian Anderson
-1
/
+476
2012-12-04
librustc: Shot in the dark to try to unbreak Windows. rs=me
Patrick Walton
-1
/
+1
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-47
/
+363
2012-12-04
librustc: Remove bogus ValueMode. rs=tree-on-fire
Patrick Walton
-7
/
+2
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-15
/
+128
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-923
/
+937
2012-12-03
core: rename box to managed. Close #4079.
Graydon Hoare
-25
/
+27
2012-12-03
core: rename unit to nil. Close #4080.
Graydon Hoare
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+3390
2012-12-03
librustdoc: Parenthesize closure calls in tests to attempt to put out burning...
Patrick Walton
-28
/
+28
2012-12-03
librustc: Add missing cases in kind and privacy checking to try to put out th...
Patrick Walton
-8
/
+28
2012-12-02
Call default methods on bound typarams more correctly
Brian Anderson
-36
/
+156
2012-12-02
call out to iter_bytes_{2,3} in IterBytes instances for pairs, triples
Michael Arntzenius
-5
/
+2
2012-12-02
libcore/to_bytes.rs: fix IterBytes instances for pairs, triples to not cause ...
Michael Arntzenius
-7
/
+13
2012-12-01
Fix some compile-fail tests
Brian Anderson
-7
/
+6
2012-12-01
Fix tests for field parsing changes
Brian Anderson
-6
/
+6
2012-11-30
librustc: Implement unit-like struct constants. r=brson
Patrick Walton
-0
/
+15
2012-11-30
librustc: Implement tuple struct constants. r=brson
Patrick Walton
-6
/
+51
2012-11-30
librustc: Implement C-like enum constants. r=tjc
Patrick Walton
-24
/
+88
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-97
/
+413
[prev]
[next]