summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-29Add parser for `#[repr(...)]`; nothing uses it yet.Jed Davis-12/+133
2013-10-29removed extra linereedlepee-1/+0
2013-10-29Indentationreedlepee-1/+1
2013-10-29updated the places where the struct is created #7427reedlepee-2/+3
2013-10-29Changed name to non_copyable #7427reedlepee-1/+1
2013-10-29Added the comment #7427reedlepee-1/+1
2013-10-29Replaced empty destructors with NonCopyable #7427reedlepee-5/+2
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-153/+7015
2013-10-29auto merge of #10142 : pythonesque/rust/issue-8263, r=catamorphismbors-22/+31
2013-10-29auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichtonbors-1/+4
2013-10-30Fix Vim indent for wrapped function arguments.Chris Morgan-2/+17
2013-10-30Update prelude items in Vim syntax file.Chris Morgan-22/+20
2013-10-29auto merge of #10135 : alexcrichton/rust/snapshots, r=thestingerbors-119/+98
2013-10-29rewrite shootout-binarytrees.rs to match shootout directivesGuillaume Pinot-50/+46
2013-10-28#8263 part 2: Adding struct name.Joshua Yanovski-6/+11
2013-10-28Field identifiers now include specific spans (Closes #8263).Joshua Yanovski-18/+22
2013-10-28auto merge of #10127 : thestinger/rust/cold, r=pcwaltonbors-6/+23
2013-10-28rt::task: Make current_stack_segment public againKeegan McAllister-1/+4
2013-10-28auto merge of #10117 : huonw/rust/dead-visits, r=sanxiynbors-126/+70
2013-10-28std: Move the SendDeferred trait to std::commBrian Anderson-8/+7
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-162/+156
2013-10-28auto merge of #10133 : alexcrichton/rust/another-error, r=thestingerbors-1/+2
2013-10-28Register new snapshotsAlex Crichton-119/+98
2013-10-28auto merge of #10113 : thestinger/rust/expect, r=cmrbors-1/+5
2013-10-28auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta...bors-12/+45
2013-10-28Make some more rt components publicAlex Crichton-30/+28
2013-10-28add support for the `cold` function attributeDaniel Micay-6/+23
2013-10-28auto merge of #10095 : huonw/rust/master, r=cmrbors-2/+2
2013-10-28Handle another possible error in a unix pipe testAlex Crichton-1/+2
2013-10-28auto merge of #10079 : alexcrichton/rust/no-reader-util, r=brsonbors-640/+517
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-640/+517
2013-10-28auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphismbors-23/+42
2013-10-28auto merge of #10107 : thestinger/rust/immediate, r=huonwbors-0/+1
2013-10-28auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwaltonbors-650/+253
2013-10-28auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwaltonbors-6/+15
2013-10-28syntax: remove dead @mut Visitor impl (only used in tests).Huon Wilson-126/+70
2013-10-28auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwaltonbors-6/+170
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-214/+912
2013-10-27auto merge of #10050 : gifnksm/rust/ratio-methods, r=pcwaltonbors-0/+66
2013-10-27auto merge of #9744 : DaGenix/rust/remove-crypto, r=alexcrichtonbors-2386/+655
2013-10-27auto merge of #10080 : brson/rust/sched_queue, r=brsonbors-105/+446
2013-10-27auto merge of #10098 : alexcrichton/rust/attempts, r=alexcrichtonbors-1/+2
2013-10-27Integrate the code in the digest and cryptoutil modules directly into the sha...Palmer Cox-365/+315
2013-10-27Remove MD4.Palmer Cox-151/+0
2013-10-27Remove dead code from cryptoutil.rs and remove macro_rules feature flag.Palmer Cox-230/+73
2013-10-27Add a comment to Sha1 that its not suitable for cryptogrpahic uses.Palmer Cox-0/+4
2013-10-27Remove MD5 and Sha2. Move Sha1 and support code into librustpkg.Palmer Cox-1379/+9
2013-10-27Update workcache to no longer use Sha1.Palmer Cox-17/+5
2013-10-27mark bounds check failures as the cold pathDaniel Micay-1/+5
2013-10-27Clarify that the SipHash implementation has not be validated for cryptographi...Palmer Cox-2/+7