about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-06-13Cosmetic fixes & commentsValerii Hiora-3/+8
2014-06-13auto merge of #14816 : theptrk/rust/unclear-comment, r=huonwbors-1/+1
2014-06-12Basic iOS supportValerii Hiora-11/+206
2014-06-11auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc...bors-76/+140
2014-06-12Improve docs and refactore std::os.Axel Viala-76/+140
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-82/+54
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-84/+51
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-6554/+322
2014-06-11auto merge of #14250 : alexcrichton/rust/gc, r=brsonbors-33/+62
2014-06-11sync: Move underneath libstdAlex Crichton-6554/+322
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-10/+9
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-34/+64
2014-06-11auto merge of #14789 : aochagavia/rust/prelude, r=alexcrichtonbors-1/+1
2014-06-10Fix unclear wording of commenttheptrk-1/+1
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-1/+1
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-5/+5
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-10Pub use CheckedDiv in the preludeAdolfo OchagavĂ­a-1/+1
2014-06-09std: adjust the TCP io doc example to work reliably.Huon Wilson-1/+6
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-18/+13
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-36/+20
2014-06-09auto merge of #14554 : kmcallister/rust/plugin_registrar, r=cmrbors-1/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2
2014-06-09std: Read HOME instead of USERAlex Crichton-2/+2
2014-06-09auto merge of #14709 : alexcrichton/rust/collections, r=brsonbors-34/+34
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-14/+14
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-22/+22
2014-06-08auto merge of #14765 : rapha/rust/master, r=alexcrichtonbors-22/+23
2014-06-09Converted PortReader and ChanWriter to use Vec.Raphael Speyer-22/+23
2014-06-08Fix spelling errors in comments.Joseph Crail-10/+10
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-5/+5
2014-06-08std::io: expand the oneshot/periodic docs.Huon Wilson-8/+68
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-21/+13
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-210/+453
2014-06-06std: Extract librustrt out of libstdAlex Crichton-5593/+245
2014-06-06rtio: Remove usage of `Path`Alex Crichton-5/+8
2014-06-06rtio: Remove unused stuctAlex Crichton-12/+0
2014-06-06Test fixes from the rollupAlex Crichton-1/+0
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06Removing unused wrapper to libc::close.Axel Viala-6/+0
2014-06-06mk: Run doc tests with --cfg doxAlex Crichton-1/+5
2014-06-06Implement Eq for HashSet and HashMapSteven Fackler-3/+7
2014-06-06Rename Iterator::len to countAaron Turon-8/+7
2014-06-06Remove reference to ~str in documentationfort-1/+1
2014-06-06auto merge of #14676 : brson/rust/double-rainbow, r=alexcrichtonbors-3/+1
2014-06-05auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichtonbors-4/+57
2014-06-05Fallout from the libcollections movementAlex Crichton-14/+25
2014-06-05std: Recreate a `collections` moduleAlex Crichton-8615/+2906
2014-06-05How about a less cringe-worthy double-failure message?Brian Anderson-3/+1
2014-06-05Improve documentation on std::os::env.Axel Viala-2/+11