about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-04-10Fix for #23150Ben Ashford-1/+18
2015-04-10Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichtonbors-36/+88
2015-04-10Optimise Iterator::{max, max_by, min, min_by}.Huon Wilson-36/+88
2015-04-09Auto merge of #24205 - brson:debug, r=alexcrichtonbors-3/+7
2015-04-09Auto merge of #24232 - Manishearth:rollup, r=Manishearthbors-947/+461
2015-04-10fixup windows std_miscManish Goregaokar-1/+3
2015-04-10Rollup merge of #24217 - aturon:iterator-fixes, r=alexcrichtonManish Goregaokar-20/+22
2015-04-10Rollup merge of #24225 - nrc:for-span, r=pnkfelixManish Goregaokar-1/+1
2015-04-10Rollup merge of #24170 - omo:omo-typo-fix, r=steveklabnikManish Goregaokar-1/+1
2015-04-10Rollup merge of #24221 - nrc:debug-loc, r=sfacklerManish Goregaokar-0/+12
2015-04-10Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichtonManish Goregaokar-17/+0
2015-04-10Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturonManish Goregaokar-6/+12
2015-04-10Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturonManish Goregaokar-2/+1
2015-04-10Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonwManish Goregaokar-795/+1
2015-04-10Rollup merge of #24207 - kmcallister:llvm-plugin, r=brsonManish Goregaokar-1/+79
2015-04-10Rollup merge of #24205 - brson:debug, r=alexcrichtonManish Goregaokar-28/+52
2015-04-10Rollup merge of #24193 - lstat:needstest, r=alexcrichtonManish Goregaokar-0/+49
2015-04-10Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelixManish Goregaokar-74/+226
2015-04-09Nightly gets LLVM assertionsBrian Anderson-3/+7
2015-04-09Improve bounds in Iterator APIAaron Turon-20/+22
2015-04-09Auto merge of #24176 - kballard:bufreader-seek-impl, r=aturonbors-2/+131
2015-04-09Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturonManish Goregaokar-2/+131
2015-04-09Rollup merge of #24175 - dhuseby:bitrig_fixing_tests_2, r=alexcrichtonManish Goregaokar-1/+2
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-08Don't deoptimize llvm when --enable-debugBrian Anderson-1/+0
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-08configure: Add --enable-debug-jemallocBrian Anderson-0/+7
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+67
2015-04-08Add --enable-debug to control multiple perf optionsBrian Anderson-5/+33
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-1/+79
2015-04-08configure: Add --enable-debuginfoBrian Anderson-0/+6
2015-04-08configure: Clarify --enable-debug-assertions status messageBrian Anderson-1/+1
2015-04-08configure: Disable LLVM asserts by defaultBrian Anderson-2/+2
2015-04-08configure: Clarify help message for --enable-debug-assertionsBrian Anderson-1/+1
2015-04-08configure: Disable debug assertions by defaultBrian Anderson-4/+4
2015-04-08configure: Rename --enable-debug to --enable-debug-assertionsBrian Anderson-4/+4
2015-04-08configure: Remove obsolete --disable-verify optionBrian Anderson-9/+2
2015-04-08configure: Remove obsolete --nightly flagBrian Anderson-11/+2
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-34/+446