summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-10-18track language changes, improve attr handling in GtkSourceView language-specsp3d-22/+46
2013-10-17auto merge of #9896 : brson/rust/stdmem, r=alexcrichtonbors-263/+282
2013-10-17auto merge of #9916 : alexcrichton/rust/issue-9861, r=brsonbors-9/+13
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-263/+282
2013-10-17rustdoc: Don't treat "super" specially for urlsAlex Crichton-9/+13
2013-10-17auto merge of #9902 : thestinger/rust/immediate, r=nikomatsakisbors-27/+31
2013-10-17partially fix immediate rvaluesDaniel Micay-27/+31
2013-10-17auto merge of #9908 : alexcrichton/rust/snapshots, r=thestingerbors-167/+8
2013-10-17Register new snapshotsAlex Crichton-167/+8
2013-10-17auto merge of #9907 : kballard/rust/vec_ends_with, r=alexcrichtonbors-36/+59
2013-10-17auto merge of #9900 : hatahet/rust/master, r=alexcrichtonbors-1/+1
2013-10-17auto merge of #9897 : thestinger/rust/rusti, r=alexcrichtonbors-3470/+0
2013-10-17auto merge of #9863 : csainty/rust/issue-9755-once-fns-feature-directive, r=a...bors-40/+40
2013-10-16Rewrite str.starts_with()/ends_with() to be simplerKevin Ballard-19/+6
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-15/+51
2013-10-16Rewrite vec.contains() to be simplerKevin Ballard-2/+2
2013-10-16Fixed example comment for num::cast().Ziad Hatahet-1/+1
2013-10-16auto merge of #9846 : cmr/rust/serialize_uuid, r=alexcrichtonbors-0/+31
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-40/+40
2013-10-16auto merge of #9585 : vky/rust/num-docs, r=alexcrichtonbors-2/+70
2013-10-16Added comments to public functions in num.rs.Vijay Korapaty-2/+70
2013-10-16drop the linenoise libraryDaniel Micay-2214/+0
2013-10-16remove the rusti commandDaniel Micay-1256/+0
2013-10-16auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichtonbors-8/+38
2013-10-16uuid: serialize test and documentationsCorey Richardson-1/+17
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-112/+366
2013-10-16auto merge of #9634 : blake2-ppc/rust/by-ref-iter, r=thestingerbors-0/+44
2013-10-16auto merge of #9885 : thestinger/rust/vector, r=brsonbors-139/+236
2013-10-16auto merge of #9892 : Kimundi/rust/ResultToStr, r=alexcrichtonbors-6/+47
2013-10-16Added Result implementations for ToStr and fmt::DefaultMarvin Löbel-6/+47
2013-10-16auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichtonbors-2751/+6330
2013-10-16path2: Update for privacy changesKevin Ballard-15/+3
2013-10-16path2: Update for latest masterKevin Ballard-59/+76
2013-10-16path2: Remove Path.into_str()Kevin Ballard-19/+0
2013-10-16path2: Remove some API functionsKevin Ballard-643/+101
2013-10-16path2: Update based on more review feedbackKevin Ballard-390/+274
2013-10-16introduce `base_and_len` fns for element lengthDaniel Micay-30/+75
2013-10-16rename `base_and_len` -> `base_and_byte_len`Daniel Micay-22/+19
2013-10-15auto merge of #9857 : brson/rust/mainsched, r=alexcrichtonbors-2/+8
2013-10-15Build a few extra features into format! parsingAlex Crichton-23/+155
2013-10-15Require module documentation with missing_docAlex Crichton-1/+44
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-127/+132
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1485/+1384
2013-10-15path2: Remove Path::normalize()Kevin Ballard-8/+5
2013-10-15path2: Write a few paragraphs of module documentationKevin Ballard-1/+54
2013-10-15path2: Update for loop -> continueKevin Ballard-3/+3
2013-10-15path2: Update asserts for new format!() styleKevin Ballard-31/+36
2013-10-15path2: Replace the path module outrightKevin Ballard-2992/+2504
2013-10-15path2: Add format helpers .display() and .filename_display()Kevin Ballard-0/+83
2013-10-15path2: Convert typedefs to `pub use`sKevin Ballard-15/+15