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-08-31
Fix test case
Brian Anderson
-2
/
+2
2012-08-31
Merge remote-tracking branch 'erickt/incoming'
Brian Anderson
-87
/
+46
2012-08-31
Tag things that have to do with default methods with issue #2794.
Lindsey Kuper
-5
/
+7
2012-08-31
Fix check-fast.
Graydon Hoare
-18
/
+9
2012-08-31
rustc: Make entire crates privileged scopes for the purposes of coherence
Patrick Walton
-55
/
+9
2012-08-31
rt: Add tests for box annihilator.
Elliott Slaughter
-0
/
+33
2012-08-31
rt: Fix box annihilator to deallocate exchange heap boxes properly.
Elliott Slaughter
-1
/
+7
2012-08-31
rt: Add interface to box annihilator.
Elliott Slaughter
-0
/
+20
2012-08-31
std: Camel case net modules
Brian Anderson
-252
/
+256
2012-08-31
Merge pull request #3308 from killerswan/modes7
Brian Anderson
-49
/
+71
2012-08-31
Register snapshots.
Elliott Slaughter
-0
/
+8
2012-08-31
Remove deprecated modes from list.rs (and temporarily delete list::push)
Kevin Cantu
-14
/
+27
2012-08-31
Remove deprecated modes from rope.rs
Kevin Cantu
-22
/
+27
2012-08-31
Remove deprecated modes from dbg.rs
Kevin Cantu
-3
/
+5
2012-08-31
Remove deprecated modes from FuzzyEq in cmp.rs
Kevin Cantu
-10
/
+12
2012-08-31
libsyntax: Get "extern mod foo;" working in .rc files
Patrick Walton
-5
/
+20
2012-08-31
rustc: Implement "use mod"
Patrick Walton
-102
/
+296
2012-08-31
Fix anon-extern-mod pretty print test.
Graydon Hoare
-3
/
+5
2012-08-31
Various JSON pretty printing tweaks
Kevin Cantu
-9
/
+31
2012-08-31
Fix JSON parsing of unicode escapes
Kevin Cantu
-5
/
+13
2012-08-31
Pretty print JSON: sorting object keys
Kevin Cantu
-6
/
+19
2012-08-31
Pretty print JSON: indentation and newlines
Kevin Cantu
-0
/
+68
2012-08-30
libcore: add result::unwrap_err.
Erick Tryzelaar
-0
/
+8
2012-08-30
libcore: result::unwrap should use moves
Erick Tryzelaar
-9
/
+4
2012-08-30
libcore: fix a typo
Erick Tryzelaar
-1
/
+1
2012-08-30
libcore: vec::u8::hash is pure.
Erick Tryzelaar
-1
/
+1
2012-08-30
libcore: rewrite str::reserve in pure rust.
Erick Tryzelaar
-15
/
+3
2012-08-30
libcore: rewrite io::MemBuffer.write to use memcpy (#2004)
Erick Tryzelaar
-16
/
+13
2012-08-30
libcore: Rewrite str::unsafe::push_byte in pure rust.
Erick Tryzelaar
-14
/
+8
2012-08-30
libcore: str::push_char should use str::unsafe::set_len.
Erick Tryzelaar
-6
/
+1
2012-08-30
libcore: rewrite vec::unsafe::from_buf in pure rust
Erick Tryzelaar
-25
/
+7
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-55
/
+56
2012-08-30
Fix some more test breakage.
Graydon Hoare
-3
/
+6
2012-08-30
test: Fix compile-fail tests
Patrick Walton
-0
/
+11
2012-08-30
rustc: "extern mod { ... }" should be written "extern { ... }" instead
Patrick Walton
-8
/
+25
2012-08-30
Fix auto_serialize test.
Graydon Hoare
-0
/
+35
2012-08-30
Fix json test.
Graydon Hoare
-9
/
+7
2012-08-30
Change str : Eq to use memcmp.
Graydon Hoare
-11
/
+11
2012-08-30
test: Add a test for unused constants in foreign modules
Patrick Walton
-0
/
+8
2012-08-30
rustc: Make the compiler no longer ICE on unused foreign constants
Patrick Walton
-2
/
+8
2012-08-30
Bump version to 0.4
Brian Anderson
-32
/
+32
2012-08-30
Add an impl path::WindowsPath : Eq.
Graydon Hoare
-0
/
+9
2012-08-30
Fix another Eq missing case.
Graydon Hoare
-0
/
+6
2012-08-30
Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.
Graydon Hoare
-34
/
+408
2012-08-30
libstd: Fix another std test
Patrick Walton
-0
/
+7
2012-08-30
libstd: More test fixes
Patrick Walton
-1
/
+26
2012-08-30
libcore: Fix test issues harder
Patrick Walton
-1
/
+1
2012-08-30
libcore: Fix test issues
Patrick Walton
-4
/
+4
2012-08-30
cargo: Fix some lack of knowledge of basic algebraic identities
Patrick Walton
-69
/
+12
2012-08-30
libcore: Add missing unit.rs
Patrick Walton
-0
/
+17
[prev]
[next]