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-29
xfail transitive inheritance test -- I guess this doesn't work yet
Tim Chevalier
-0
/
+1
2013-01-29
Handle supertrait calls in default methods
Tim Chevalier
-4
/
+148
2013-01-29
testsuite: Xfail file that I added by mistake
Tim Chevalier
-0
/
+1
2013-01-29
libsyntax: Implement the `impl Trait for Type` syntax
Patrick Walton
-0
/
+26
2013-01-29
Long line
Tim Chevalier
-0
/
+30
2013-01-29
librustc: De-implicit-self the visitor. r=graydon
Patrick Walton
-120
/
+128
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-32
/
+27
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-57
/
+11
2013-01-28
testsuite: De-record most bench tests
Tim Chevalier
-62
/
+78
2013-01-28
testsuite: De-record pretty tests
Tim Chevalier
-4
/
+12
2013-01-28
testsuite: Remove structural records from remaining compile-fail tests
Tim Chevalier
-15
/
+14
2013-01-28
testsuite: Allow structural records in two tests that use pipes
Tim Chevalier
-0
/
+6
2013-01-28
testsuite: Add #[allow(structural_records)] to pipes tests
Tim Chevalier
-0
/
+11
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-2
/
+2
2013-01-28
Rewrite the coercion code to be more readable, more sound, and to reborrow when
Niko Matsakis
-21
/
+181
2013-01-28
Integrate vec patterns into borrow checker.
Niko Matsakis
-7
/
+41
2013-01-28
Link the lifetimes of regions resulting from borrows of the
Niko Matsakis
-30
/
+112
2013-01-26
Merge remote-tracking branch 'brson/nocommupstream2'
Brian Anderson
-3
/
+3
2013-01-26
testsuite: Eliminate structural records from run-fail tests
Tim Chevalier
-7
/
+21
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-432
/
+600
2013-01-25
Fix Option camel case in a compile-fail test
Tyler Bindon
-3
/
+3
2013-01-25
Fix Option camel case in commented portion of test
Tyler Bindon
-2
/
+2
2013-01-25
Fix Option camel case in xfailed/ignored tests
Tyler Bindon
-22
/
+22
2013-01-25
Merge remote-tracking branch 'brson/nocommupstream'
Brian Anderson
-3
/
+3
2013-01-25
testsuite: Fix Windows breakage harder in x86stdcall2
Tim Chevalier
-5
/
+5
2013-01-25
test: fix x86stdcall test, r=burningtree.
Graydon Hoare
-5
/
+7
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-2
/
+2
2013-01-24
Convert pipes::Buffer into a struct
Erick Tryzelaar
-1
/
+1
2013-01-24
remove support for records from auto_encode
Erick Tryzelaar
-12
/
+16
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-14
/
+88
2013-01-24
librustc: Disallow `&mut` loans from overlapping with any other loans
Patrick Walton
-1
/
+1
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-336
/
+379
2013-01-24
testsuite: Capitalize error message, unbreak build
Tim Chevalier
-2
/
+4
2013-01-24
Merge pull request #4609 from sonwow/keyword-super
Tim Chevalier
-0
/
+3
2013-01-24
syntax/rustc: Improve error message for misuse of `for` loop
Tim Chevalier
-5
/
+30
2013-01-24
Make `super` a keyword
Youngsoo Son
-0
/
+3
2013-01-23
Merge pull request #4594 from thestinger/map
Tim Chevalier
-36
/
+178
2013-01-23
fix tests
Daniel Micay
-1
/
+1
2013-01-23
test: fix benchmark unsafe blocks, r=burningtree.
Graydon Hoare
-51
/
+60
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-3
/
+3
2013-01-23
fix core-map.rs benchmark
Daniel Micay
-33
/
+175
2013-01-23
test: fix issue 2526 'unsafe' block-keyword, r=burningtree.
Graydon Hoare
-2
/
+4
2013-01-23
libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfix
Patrick Walton
-0
/
+10
2013-01-23
switch LinearMap to current constructor convention
Daniel Micay
-2
/
+2
2013-01-23
Merge pull request #4587 from sanxiyn/divide-by-zero
Tim Chevalier
-0
/
+6
2013-01-23
libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...
Patrick Walton
-0
/
+6
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-195
/
+212
2013-01-23
renaming to adhere to conventions
John Clements
-0
/
+0
2013-01-23
libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...
Patrick Walton
-0
/
+110
2013-01-23
rename send_map to hashmap
Daniel Micay
-2
/
+2
[prev]
[next]