summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-10trans: Specify `archive_format` for MSVCAlex Crichton-0/+1
2015-08-10Add back and deprecate old methods.Steven Fackler-0/+17
2015-08-10Stabilize the Duration APISteven Fackler-80/+51
2015-08-10placate the pretty tests by ignoring my test.Felix S. Klock II-0/+2
2015-08-10Regression test for dropflag reinit issue.Felix S. Klock II-0/+34
2015-08-10Turn nonzeroing move hints back off by default.Felix S. Klock II-3/+3
2015-08-10Auto merge of #27338 - alexcrichton:remove-morestack, r=brsonbors-1661/+135
2015-08-10Remove morestack supportAlex Crichton-1661/+135
2015-08-11Make the backtrace-debuginfo test less error proneBjörn Steinbrink-1/+11
2015-08-11doc: remove an unneeded distinctionTshepang Lekhonkhobe-1/+1
2015-08-10Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichtonbors-2/+14
2015-08-10Use pentium4 for base CPU on i686-pc-windows-msvcElaine "See More" Nemo-1/+1
2015-08-10doc: success is implied reallyTshepang Lekhonkhobe-2/+2
2015-08-10Remove transmute from `btree::node::Node::as_slices_internal_mut`Andrew Paseltiner-2/+23
2015-08-10Add Send/Sync traits on Iter struct in hash/tableGuillaume Gomez-1/+28
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-33/+169
2015-08-10fix import nit for long diagnostics on E0387Alisdair Owens-1/+3
2015-08-10Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichtonbors-108/+133
2015-08-10add and use Span.substitute_dummy methodTim Neumann-23/+15
2015-08-10Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brsonbors-0/+4
2015-08-10add info about cell types to diagnostic message E0387Alisdair Owens-2/+18
2015-08-10Auto merge of #27547 - vberger:more_perseverant_resolve, r=nrcbors-15/+138
2015-08-10Fixed algorithm to match shootout requirementsllogiq-16/+13
2015-08-10Add another example for E0425Guillaume Gomez-0/+8
2015-08-10std: Allow ?Sized parameters in std::io::copyUlrik Sverdrup-2/+14
2015-08-10Revert "Mark round_up_to_next as inline"Tim Neumann-1/+0
2015-08-10doc: add missing symbolTshepang Lekhonkhobe-1/+1
2015-08-10Modify the callback to be run from a macroGarming Sam-30/+17
2015-08-09Tweak style guide to avoid referencing the removed ascii::Ascii.Eli Friedman-10/+13
2015-08-09Remove unused featureTobias Bucher-1/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-143/+122
2015-08-09Remove #[cfg(stage0)] annotationTobias Bucher-3/+0
2015-08-09Change TODO to FIXMETobias Bucher-1/+1
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-22/+3
2015-08-09Make `slice::transmute*` privateTobias Bucher-50/+14
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-103/+187
2015-08-10Avoid adding extra paren with two castsGarming Sam-1/+5
2015-08-09add diagnostics for E0193Alisdair Owens-2/+37
2015-08-09Mark round_up_to_next as inlineAriel Ben-Yehuda-0/+1
2015-08-09Add optional, external tests for floating point parsing.Robin Kruppe-0/+664
2015-08-09Casts are a type of binopGarming Sam-1/+1
2015-08-09Add operator precedence for pretty printerGarming Sam-2/+25
2015-08-09Binary ops should add parenthesis to each sideGarming Sam-2/+2
2015-08-09Add a proper comment for create_resolverGarming Sam-0/+8
2015-08-09Expose more of the save analysis moduleGarming Sam-3/+3
2015-08-09Remove some duplicated code with new create_resolverGarming Sam-10/+1
2015-08-09Remove unused language itemsGarming Sam-1/+0
2015-08-09Avoid change to current module on escape from callbackGarming Sam-2/+1
2015-08-09Introduce callback to resolverGarming Sam-16/+92
2015-08-09doc/core: fix description of `nth` functionVincent Bernat-2/+1