about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-16Fallout in testing.Nick Cameron-30/+29
2015-03-16Error if `pub use` references a private item.Nick Cameron-5/+31
2015-03-16Misc tidy ups in resolveNick Cameron-63/+56
2015-03-15Auto merge of #23353 - alexcrichton:stabilize-os, r=aturonbors-323/+397
2015-03-15std: Stabilize portions of `std::os::$platform`Alex Crichton-323/+397
2015-03-15Auto merge of #23387 - Manishearth:rollup, r=Manishearthbors-25/+12
2015-03-15Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichtonbors-13/+3
2015-03-15Rollup merge of #23384 - daboross:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-03-15Rollup merge of #23382 - FuGangqiang:typos, r=alexcrichtonManish Goregaokar-2/+2
2015-03-15Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale...Manish Goregaokar-18/+9
2015-03-15Rollup merge of #23375 - kballard:remove-old_io-recommendation-from-io, r=huonwManish Goregaokar-4/+0
2015-03-15Auto merge of #23316 - alexcrichton:less-question-sized, r=aturonbors-43/+39
2015-03-15Implement `winsize()` for {ios,dragonfly}Tamir Duberstein-12/+2
2015-03-15Fallout of c933d44f7bb9Tamir Duberstein-1/+1
2015-03-15Fix an String -> a String in env.rs documentationDabo Ross-1/+1
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-43/+39
2015-03-15fix typosFuGangqiang-2/+2
2015-03-15Rollup merge of #23368 - EduardoBautista:fix-closures-chapter, r=steveklabnikManish Goregaokar-1/+1
2015-03-15Rollup merge of #23367 - EduardoBautista:fix-indentation-in-book, r=steveklabnikManish Goregaokar-4/+4
2015-03-15Rollup merge of #23365 - dotdash:array_loop_panic, r=eddybManish Goregaokar-2/+39
2015-03-15Rollup merge of #23363 - meqif:master, r=alexcrichtonManish Goregaokar-1/+1
2015-03-15Rollup merge of #23362 - dotdash:llvm_req, r=alexcrichtonManish Goregaokar-108/+12
2015-03-15Rollup merge of #23358 - rprichard:reject-empty-L, r=alexcrichtonManish Goregaokar-0/+19
2015-03-15Rollup merge of #23356 - bombless:camelcase, r=alexcrichtonManish Goregaokar-1/+4
2015-03-15Rollup merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichtonManish Goregaokar-9/+10
2015-03-15Auto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichtonbors-9/+10
2015-03-14Remove incorrect references to _raw stdio functionsKevin Ballard-18/+9
2015-03-15Auto merge of #23313 - barosl:match-specialize-ice, r=jakub-bors-1/+31
2015-03-14Stop recommending old_io in the module doc for std::ioKevin Ballard-4/+0
2015-03-14Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichtonbors-3/+142
2015-03-14Concurrency is now in the "Concurrency" chapterEduardo Bautista-1/+1
2015-03-14Fix indentation in the "Method Syntax" chapterEduardo Bautista-4/+4
2015-03-14Add support to search functions by type to rustdoc.Mihnea Dobrescu-Balaur-3/+142
2015-03-14Auto merge of #23357 - Manishearth:oops, r=Manishearthbors-94/+1
2015-03-14check_match: Dereference `ref x` before comparing it and some other typeBarosl Lee-1/+31
2015-03-14Fix broken codegen for [expr; n] where "expr" divergesBjörn Steinbrink-1/+22
2015-03-14Always evaluate the expression in [expr; n]Björn Steinbrink-1/+17
2015-03-14Fix a typo in the documentation.Ricardo Martins-1/+1
2015-03-14Drop support for LLVM < 3.5 and fix compile errors with 3.5Björn Steinbrink-108/+12
2015-03-14Split rustdoc summary lines in a smarter waySimonas Kazlauskas-9/+10
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-80/+72
2015-03-13Reject `-L ""`, `-L native=`, and other empty search paths.Ryan Prichard-0/+19
2015-03-14Revert "Extend dead code lint to detect more unused enum variants"Manish Goregaokar-93/+1
2015-03-14Revert "Remove dead code flagged by lint"Manish Goregaokar-1/+0
2015-03-14Improve camelcase suggestionYork Xiang-1/+4
2015-03-14Auto merge of #22948 - rprichard:simple-panic-opt, r=alexcrichtonbors-1/+7
2015-03-13Auto merge of #23292 - alexcrichton:stabilize-io, r=aturonbors-898/+820
2015-03-13Fallout of std::old_io deprecationAlex Crichton-793/+608
2015-03-13rm unused importManish Goregaokar-1/+0
2015-03-13Fix def -> PathResolutionManish Goregaokar-1/+1