about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-20parser commentJohn Clements-0/+1
2013-05-20refactoring test functionsJohn Clements-70/+105
2013-05-20auto merge of #6644 : steveklabnik/rust/remove_unsafe_warning, r=bstriebors-6/+2
2013-05-20auto merge of #6643 : sanxiyn/rust/legacy-modes, r=bstriebors-16/+3
2013-05-20Remove two warnings about unneccesary safe blocks.Steve Klabnik-6/+2
2013-05-21Remove legacy_modesSeo Sanghyeon-16/+3
2013-05-20Remove outdated function transmute_for_stage0Björn Steinbrink-19/+15
2013-05-20auto merge of #6635 : brson/rust/snapshot, r=brsonbors-9844/+24
2013-05-20auto merge of #6632 : steveklabnik/rust/remove_more_warnings, r=thestingerbors-18/+7
2013-05-20auto merge of #6629 : steveklabnik/rust/remove_uvio_warnings, r=catamorphismbors-8/+1
2013-05-19Register snapshotsBrian Anderson-9844/+24
2013-05-19auto merge of #6621 : steveklabnik/rust/expand_reader_docs, r=thestingerbors-3/+13
2013-05-19auto merge of #6627 : steveklabnik/rust/remove_warnings, r=thestinger,catamor...bors-5/+0
2013-05-19Add a few 'function's.Steve Klabnik-2/+2
2013-05-19Fix many warnings.Steve Klabnik-18/+7
2013-05-19auto merge of #6624 : steveklabnik/rust/io_prelude, r=catamorphismbors-1/+31
2013-05-19Remove more warnings.Steve Klabnik-8/+1
2013-05-19auto merge of #6625 : cmr/rust/constops, r=Aatchbors-14/+177
2013-05-19Removing some warnings from logging.rsSteve Klabnik-5/+0
2013-05-19Fix wording per feedbackSteve Klabnik-2/+2
2013-05-19Test fixes, use LLVMConstFCmp in ConstFCmpCorey Richardson-12/+12
2013-05-19Fix LLVMConst{I,F}CmpCorey Richardson-20/+30
2013-05-19Implement unimplemented const binopsCorey Richardson-12/+165
2013-05-19Add a better introduction for the io module.Steve Klabnik-1/+31
2013-05-19auto merge of #6619 : steveklabnik/rust/stdout_docs, r=thestingerbors-0/+44
2013-05-19Explain an odd conditional check.Tom Lee-0/+11
2013-05-19Remove unused variable.Tom Lee-1/+0
2013-05-19Reexport static trait methods on traits in the same module.Tom Lee-2/+16
2013-05-19Fix trailing whitespaceSteve Klabnik-2/+2
2013-05-19Elaborate a bit in the Reader docs regarding stream position.Steve Klabnik-3/+13
2013-05-19Added note about prelude inclusion.Steve Klabnik-2/+4
2013-05-19Add docs for stdin in core::io.Steve Klabnik-0/+10
2013-05-19Add additional documentation in core::io.Steve Klabnik-0/+42
2013-05-19auto merge of #6106 : thestinger/rust/iter, r=bstriebors-53/+27
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2831/+2831
2013-05-19auto merge of #6595 : bjz/rust/core-tuple, r=thestingerbors-278/+293
2013-05-19Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests.Huon Wilson-19/+87
2013-05-18auto merge of #6603 : thestinger/rust/whitespace, r=thestingerbors-15/+4
2013-05-18auto merge of #6606 : thestinger/rust/vers, r=brsonbors-27/+26
2013-05-19reduce the usage of explicit version markersDaniel Micay-27/+26
2013-05-18auto merge of #6589 : thestinger/rust/iterator, r=thestingerbors-76/+27
2013-05-18minor automated whitespace fixesDaniel Micay-15/+4
2013-05-18fix stage0 compileDaniel Micay-0/+2
2013-05-18auto merge of #6577 : brson/rust/io-upstream, r=pcwaltonbors-1413/+4138
2013-05-18xfail-fast run-pass/core-rt-smokeBrian Anderson-0/+2
2013-05-19Use `///` style doc-comments and add missing headingsBrendan Zabarauskas-72/+83
2013-05-19Code modernisation and cleanupBrendan Zabarauskas-64/+100
2013-05-19Create Char traitBrendan Zabarauskas-56/+102
2013-05-19Move tuple tests into submoduleBrendan Zabarauskas-48/+54
2013-05-19Fix Ord implementation to use lexical orderingBrendan Zabarauskas-14/+14