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-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
-0
/
+4
2012-12-05
librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...
Patrick Walton
-0
/
+11
2012-12-05
Fix test
Brian Anderson
-1
/
+1
2012-12-05
Fix cross-crate inlining of static functions
Brian Anderson
-0
/
+23
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
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-21
/
+27
2012-12-04
Merge remote-tracking branch 'luqmana/incoming'
Brian Anderson
-0
/
+88
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-0
/
+30
2012-12-02
Call default methods on bound typarams more correctly
Brian Anderson
-0
/
+71
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
/
+10
2012-11-30
librustc: Implement tuple struct constants. r=brson
Patrick Walton
-0
/
+13
2012-11-30
librustc: Implement C-like enum constants. r=tjc
Patrick Walton
-0
/
+15
2012-11-30
librustc: Implement explicit @self and ~self for objects. r=nmatsakis
Patrick Walton
-0
/
+47
2012-11-30
librustc: Implement simple explicit self for objects. r=nmatsakis
Patrick Walton
-0
/
+21
2012-11-30
Disallow dereferencing enum types when the variant is private
Tim Chevalier
-0
/
+26
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-4
/
+18
2012-11-29
Implement trait inheritance for bounded type parameters
Brian Anderson
-36
/
+752
2012-11-29
Enable trait-inheritance-simple.rs
Brian Anderson
-5
/
+0
2012-11-29
test: Remove obsolete tests. rs=buildbot
Patrick Walton
-20
/
+0
2012-11-29
Disallow importing private items
Tim Chevalier
-0
/
+33
2012-11-29
Test statement macros.
Paul Stansifer
-0
/
+32
2012-11-29
Forbid attrs on macros, since we don't handle them properly yet.
Paul Stansifer
-2
/
+2
2012-11-29
Update tests to respect the way that macros work now.
Paul Stansifer
-13
/
+11
2012-11-29
libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks usefu...
Patrick Walton
-0
/
+8
2012-11-29
test: Fix broken resource-cycle.rs. r=tinderbox
Patrick Walton
-1
/
+1
2012-11-29
test: Add a test that function argument patterns take in the expected type. r...
Patrick Walton
-0
/
+8
2012-11-29
test: Add a test for generic objects. r=test-only
Patrick Walton
-0
/
+20
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-83
/
+83
2012-11-29
Add more standard c lib llvm intrinsics.
Luqman Aden
-0
/
+88
2012-11-28
Merge remote-tracking branch 'erickt/time'
Brian Anderson
-1
/
+7
2012-11-28
test: Implement a test for the Drop trait on a generic struct. a=test-only
Patrick Walton
-0
/
+14
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-412
/
+22
2012-11-28
librustc: Allow &T to be assigned to *T. r=nmatsakis
Patrick Walton
-0
/
+12
2012-11-28
librustc: Parse `extern "C" { ... }`. r=brson
Patrick Walton
-0
/
+6
2012-11-28
librustc: Make overloaded operators with explicit self translate correctly
Patrick Walton
-0
/
+16
2012-11-28
Merge pull request #4032 from catamorphism/getopts
Graydon Hoare
-1
/
+16
2012-11-27
librustc: Implement @mut [T] as the new replacement for @[mut T]
Patrick Walton
-0
/
+12
2012-11-26
auto_serialize should use explicit refs (fixes #4044)
Erick Tryzelaar
-1
/
+3
2012-11-26
Made Tm_ a struct instead of a record and added serialization support to Tm a...
Jesse Jones
-0
/
+4
2012-11-26
libcore: Add explicit self to all overloaded operators but Add and Index. r=b...
Patrick Walton
-8
/
+8
2012-11-26
Remove the crate language
Brian Anderson
-412
/
+1
2012-11-26
syntax: Add a hack to support the int-template pattern
Brian Anderson
-0
/
+21
2012-11-26
librustc: Fix translation of cross-crate inline or generic methods with expli...
Patrick Walton
-0
/
+28
2012-11-25
Fix test breakage
Brian Anderson
-2
/
+2
[prev]
[next]