summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-23Rollup merge of #23119 - nikomatsakis:issue-23116-ref-mut, r=pnkfelixSteve Klabnik-10/+116
2015-03-23Rollup merge of #22954 - ches:docs, r=steveklabnikSteve Klabnik-42/+48
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-10/+38
2015-03-23Update borrowck tests to test that index is by-move nowNiko Matsakis-8/+82
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-159/+245
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-8/+600
2015-03-23Compiler and trait changes to make indexing by value.Niko Matsakis-2/+26
2015-03-23Make the `Fn` traits inherit from one another and remove the bridgingNiko Matsakis-202/+495
2015-03-23Make note of str in 'more strings' chapterSteve Klabnik-2/+31
2015-03-23Don't conflate regions and affine typesSteve Klabnik-6/+3
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-91/+127
2015-03-23Stabilize the Error traitAaron Turon-12/+18
2015-03-23prctl instead of pthread on linux for name setupSimonas Kazlauskas-11/+8
2015-03-23Clarify that slices don't just point to arraysSteve Klabnik-5/+5
2015-03-23Beef up BufRead::consume documentation.Steve Klabnik-0/+6
2015-03-23Clarify behavior of Path::relative_fromBrian Anderson-0/+3
2015-03-23Fix regression in -C rpath that causes failures with symlinksBrian Anderson-15/+43
2015-03-23derive missing trait implementations for cursorJulian Orth-0/+1
2015-03-23Add note about pointer state after the call.Steve Klabnik-0/+3
2015-03-23Fix shift-overflow in very old run-pass test.Felix S. Klock II-1/+1
2015-03-23document iteration order for `vec_deque::IntoIter`Andrew Paseltiner-1/+1
2015-03-23implement `ExactSizeIterator` for `linked_list::IntoIter`Andrew Paseltiner-0/+2
2015-03-23implement `Clone` for various iteratorsAndrew Paseltiner-0/+30
2015-03-23Fix dead link for std::sync::mpsc.Wangshan Lu-1/+1
2015-03-23When matching against a pattern (either via `match` or `let`) thatNiko Matsakis-10/+116
2015-03-23Remove incorrect subtyping for `&mut Trait` and introduce coercionNiko Matsakis-22/+71
2015-03-23min_stack_size: clarify both reasons to use dlsymAnders Kaseorg-5/+6
2015-03-23min_stack_size: update non-Linux implementation commentAnders Kaseorg-2/+2
2015-03-23Get __pthread_get_minstack at runtime with dlsymAnders Kaseorg-12/+23
2015-03-23Fix a typo in the Rust Book ownership page.Liam Monahan-2/+2
2015-03-23Rollup merge of #23590 - FuGangqiang:attr, r=alexcrichtonManish Goregaokar-3/+3
2015-03-23Rollup merge of #23576 - barosl:mutex-doc, r=alexcrichtonManish Goregaokar-2/+2
2015-03-23add lifetime for `while` and `for` expressionFuGangqiang-2/+2
2015-03-23Rollup merge of #23562 - steveklabnik:fix_book_numbers, r=alexcrichtonManish Goregaokar-3/+3
2015-03-23fix the attributes sytaxFuGangqiang-1/+1
2015-03-23Rollup merge of #23554 - Ms2ger:readme-rustc, r=steveklabnikManish Goregaokar-125/+129
2015-03-23Rollup merge of #23578 - fhahn:issue-22820-feature-gate-tests1, r=alexcrichtonManish Goregaokar-0/+88
2015-03-23Rollup merge of #23570 - dotdash:issue23550, r=eddybManish Goregaokar-45/+116
2015-03-23Rollup merge of #23559 - aturon:future-proof-map-index, r=GankroManish Goregaokar-26/+5
2015-03-22placate check-pretty and pretty-printer bug; see also issue 23623.Felix S. Klock II-2/+4
2015-03-22book: some Crates and Modules nitsTshepang Lekhonkhobe-76/+24
2015-03-22Re-word explanation on closures in introSteve Klabnik-10/+10
2015-03-22Remove an unsafe function definition in __thread_local_inner.Ms2ger-5/+3
2015-03-22Document how to document macrosSteve Klabnik-0/+35
2015-03-22Note order of BinaryHeap::drainSteve Klabnik-0/+2
2015-03-22Remove bad reference to std::ioSteve Klabnik-2/+1
2015-03-22Reduce code bloat in closureBjörn Steinbrink-72/+8
2015-03-22Refine Cursor docstringSimonas Kazlauskas-8/+5
2015-03-22Auto merge of #23361 - petrochenkov:refdst, r=jakub-bors-7/+42
2015-03-21implement `Clone` for `btree` iteratorsAndrew Paseltiner-0/+41