about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-09Rollup merge of #24171 - rillian:rustup, r=brsonManish Goregaokar-1/+1
2015-04-09Fix the span for `for` expressionsNick Cameron-1/+1
2015-04-09Auto merge of #24171 - rillian:rustup, r=brsonbors-1/+1
2015-04-09Debug impls for a few things in syntax::codemapNick Cameron-0/+12
2015-04-09Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichtonbors-0/+40
2015-04-08Implement io::Seek for io::BufWriter<W> where W: io::SeekKevin Ballard-0/+22
2015-04-08Implement io::Seek for io::BufReader<R> where R: io::SeekKevin Ballard-2/+109
2015-04-09Auto merge of #24158 - sanxiyn:cast, r=nrcbors-154/+224
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-792/+0
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-6/+12
2015-04-08std: Stabilize Clone::clone_fromAlex Crichton-2/+1
2015-04-08std: Destabilize the internals of panic!Alex Crichton-3/+1
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-17/+0
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+67
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-1/+79
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-34/+446
2015-04-08std: Fix fs::read_link behavior on WindowsAlex Crichton-14/+63
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-34/+446
2015-04-08Auto merge of #24195 - steveklabnik:rollup, r=steveklabnikbors-2032/+970
2015-04-08Rollup merge of #24178 - steveklabnik:new_toc, r=nikomatsakisSteve Klabnik-1942/+845
2015-04-08Rollup merge of #24167 - hauleth:remove-incorrect-example-from-mpsc, r=stevek...Steve Klabnik-52/+0
2015-04-08Rollup merge of #24149 - bombless:update-faq, r=steveklabnikSteve Klabnik-6/+10
2015-04-08Rollup merge of #24143 - michaelsproul:extended-errors, r=pnkfelixSteve Klabnik-32/+115
2015-04-08Modify the ExprUseVisitor to walk each part of an AutoRef, and inNiko Matsakis-74/+226
2015-04-08Add tests for #22289, #22370 and #22384Luke Gallagher-0/+49
2015-04-08Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakisbors-8/+301
2015-04-08Add Homogenous Aggregates for AArch64 codegenJohn Gallagher-0/+84
2015-04-08Address review nit by making `map_id` take an `FnMut`.Felix S. Klock II-2/+2
2015-04-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-253/+399
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-24/+24
2015-04-08Address review commentsSeo Sanghyeon-11/+13
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+67
2015-04-08Auto merge of #24078 - whipsch:extra-token-msg, r=huonwbors-3/+20
2015-04-08Update "`let` is used to introduce variables" paragraphYork Xiang-6/+10
2015-04-07Import real content.Steve Klabnik-3/+9377
2015-04-07rustdoc: Add a test for should_fail in doctestsAlex Crichton-0/+22
2015-04-07rustdoc: Index inherent methods on primitivesAlex Crichton-42/+56
2015-04-07std: Hide facade extension traits in docsAlex Crichton-0/+4
2015-04-07std: Reorganize thread::local a bitAlex Crichton-28/+26
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-2/+55
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-1/+20
2015-04-07book: Fix a hyperlink to CONFIGS.mdAlex Crichton-2/+5
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-8/+97
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-12/+91
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-9/+64
2015-04-07book: Emit links to play.rust-lang.org to run examplesAlex Crichton-1/+12
2015-04-07rustdoc: Don't duplicate inlined impl blocksAlex Crichton-2/+35
2015-04-07rustdoc: Add a test for #21092Alex Crichton-0/+37
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-69/+382
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-10/+199