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
2013-06-25
Remove stage0 cfgs
James Miller
-57
/
+0
2013-06-25
Update snapshots file
James Miller
-0
/
+8
2013-06-25
Zero the struct in the take glue, not the drop glue
James Miller
-6
/
+17
2013-06-25
Set #[no_drop_flag] on Rc<T> and AtomicOption. Add Test
James Miller
-9
/
+39
2013-06-25
Add support for #[no_drop_flag] attribute
James Miller
-11
/
+63
2013-06-24
Merge remote-tracking branch 'cmr/various-cleanup' into incoming
Brian Anderson
-39
/
+21
2013-06-24
Merge remote-tracking branch 'sstewartgallus/cleanup_middle' into incoming
Brian Anderson
-163
/
+128
2013-06-24
Merge remote-tracking branch 'brson/shorttestnames' into HEAD
Brian Anderson
-1
/
+9
2013-06-24
Merge remote-tracking branch 'reusee/master' into HEAD
Brian Anderson
-16
/
+16
2013-06-24
Merge remote-tracking branch 'artagnon/abi-dead-code' into HEAD
Brian Anderson
-8
/
+0
2013-06-24
Merge remote-tracking branch 'cmr/issue/2773' into HEAD
Brian Anderson
-1
/
+0
2013-06-24
libc: (u)int => c_(u)int for consts
Fedor Indutny
-750
/
+785
2013-06-24
Fix test failure on windows
Philipp Brueschweiler
-3
/
+1
2013-06-24
libc: add POSIX-compatible sysconf consts
Fedor Indutny
-0
/
+254
2013-06-24
libc: support functions from sys/mman.h
Fedor Indutny
-2
/
+269
2013-06-24
vim/syntax/rust.vim: fix date header
Tuncer Ayaz
-1
/
+1
2013-06-24
Fix 'static mut' tests
Alex Crichton
-2
/
+2
2013-06-24
Un-xfail working test
Corey Richardson
-1
/
+0
2013-06-24
auto merge of #7193 : Thiez/rust/fixbench, r=cmr
bors
-56
/
+62
2013-06-24
iterator: Add `IteratorUtil::flat_map_` method
blake2-ppc
-0
/
+67
2013-06-24
auto merge of #7334 : thestinger/rust/old_iter, r=Aatch
bors
-799
/
+257
2013-06-24
work around ICE from default method
Daniel Micay
-2
/
+2
2013-06-24
xfail-pretty on un-xfailed test
Daniel Micay
-0
/
+1
2013-06-24
iterator: implement `collect` with FromIterator
Daniel Micay
-5
/
+16
2013-06-24
implement Clone for slices
Daniel Micay
-0
/
+12
2013-06-24
deal with windows
Daniel Micay
-1
/
+5
2013-06-24
xfail tests again for now (issues #7336, #7340)
Daniel Micay
-0
/
+7
2013-06-24
Fix/annotate a variety of xfails
Corey Richardson
-246
/
+98
2013-06-24
remove old_iter
Daniel Micay
-549
/
+120
2013-06-24
Implement the fixed output size versions of the SHA-2 digest functions.
Palmer Cox
-0
/
+1127
2013-06-24
Create a Digest trait for common methods on digests and convert the SHA-1 imp...
Palmer Cox
-37
/
+119
2013-06-24
Improve the SHA-1 implementation
Palmer Cox
-237
/
+206
2013-06-23
Create a crypto submodule and move the SHA-1 implementation into it.
Palmer Cox
-1
/
+4
2013-06-23
Support foreign 'static mut' variables as well
Alex Crichton
-40
/
+129
2013-06-23
Add 'static mut' items to the language
Alex Crichton
-70
/
+230
2013-06-23
auto merge of #7279 : hanny24/rust/master, r=msullivan
bors
-0
/
+17
2013-06-24
Changed Arena API to make it usable once more.
Matthijs Hofstra
-11
/
+11
2013-06-23
auto merge of #7314 : bblum/rust/trait-bounds2, r=nikomatsakis
bors
-180
/
+583
2013-06-23
Fix pretty-printing builtin bounds on closures and traits
Ben Blum
-2
/
+6
2013-06-23
Check existential type contents against destination trait bounds.
Ben Blum
-25
/
+31
2013-06-23
Allow ~fn:Copy() to be copied.
Ben Blum
-7
/
+73
2013-06-23
Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ...
Matthijs Hofstra
-18
/
+12
2013-06-23
Fixed shootout-fasta.rs output
Matthijs Hofstra
-10
/
+14
2013-06-23
Added missing copyright notice to shootout-spectralnorm.
Matthijs Hofstra
-0
/
+10
2013-06-23
Changed shootout-chameneos-redux output to conform to the 'official' output f...
Matthijs Hofstra
-1
/
+1
2013-06-23
Updated copyright year on shootout-binarytrees.rs
Matthijs Hofstra
-21
/
+17
2013-06-23
Fixed os:: and int:: not being in scope, changed io::println to println
Matthijs Hofstra
-4
/
+6
2013-06-23
compiletest: Shorten test names
Brian Anderson
-1
/
+9
2013-06-23
Add basic test cases for closure bounds. (#3569)
Ben Blum
-1
/
+96
2013-06-23
Check closure freevar kinds against destination environment bounds (#3569)
Ben Blum
-21
/
+56
[prev]
[next]