summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-10Fix for #23150Ben Ashford-1/+18
2015-04-10Add test for discriminant_value resultsJames Miller-0/+62
2015-04-10Implement `discriminant_value` intrinsicJames Miller-0/+24
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-13/+128
2015-04-10Add a new `span_suggestion` infrastructure. This lets you edit a snippetNiko Matsakis-1/+72
2015-04-10Modify the codemap code to use more slices and to information aboutNiko Matsakis-40/+133
2015-04-10Replace the use of the rather randomly named boolean `custom` to meanNiko Matsakis-30/+37
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-67/+86
2015-04-10Test fixes and review feedbackAlex Crichton-48/+64
2015-04-10Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichtonbors-36/+88
2015-04-10Add tests for E-needstest issuesLuke Gallagher-0/+70
2015-04-10Optimise Iterator::{max, max_by, min, min_by}.Huon Wilson-36/+88
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-6/+3
2015-04-09test: Unignore test for fixed issue #20676Richo Healey-3/+2
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-1/+41
2015-04-09Ensure that .join().unwrap() worksAaron Turon-0/+27
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-250/+214
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-30/+125
2015-04-09Write the 'primitive types' section of TRPLSteve Klabnik-171/+267
2015-04-09TRPL: new introductionSteve Klabnik-25/+178
2015-04-09std: Make FromRawFd::from_raw_fd an unsafe methodAlex Crichton-13/+28
2015-04-09Copyediting for 'variable bindings'Steve Klabnik-49/+57
2015-04-10fixup windows std_miscManish Goregaokar-1/+3
2015-04-09Don't use skolemized parameters but rather fresh variables inNiko Matsakis-50/+49
2015-04-09Indicate keyword in doc comment is code-likeCorey Farwell-2/+2
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 #24193 - lstat:needstest, r=alexcrichtonManish Goregaokar-0/+49
2015-04-10Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelixManish Goregaokar-74/+226
2015-04-09Fix `borrow` docsAndrew Paseltiner-9/+9
2015-04-09Add regression test for #19097Aaron Turon-0/+22
2015-04-09resurrect research paper list #24004Thiago Carvalho-0/+47
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