about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-11Auto merge of #27571 - TimNN:pretty-no-crate-type, r=alexcrichtonbors-6/+22
2015-08-11Auto merge of #27575 - brson:lint, r=alexcrichtonbors-0/+23
2015-08-11Rollup merge of #27651 - tshepang:patch-8, r=GankroManish Goregaokar-1/+1
2015-08-11Rollup merge of #27648 - tshepang:patch-7, r=brsonManish Goregaokar-2/+2
2015-08-11Rollup merge of #27647 - rust-lang:issue-27646, r=alexcrichtonManish Goregaokar-1/+1
2015-08-11Rollup merge of #27633 - tshepang:patch-6, r=alexcrichtonManish Goregaokar-1/+1
2015-08-11Rollup merge of #27617 - AlisdairO:diagnostics193, r=ManishearthManish Goregaokar-2/+37
2015-08-11Rollup merge of #27612 - vincentbernat:fix/doc/iter-nth, r=steveklabnikManish Goregaokar-2/+1
2015-08-11Rollup merge of #27611 - vincentbernat:fix/doc/chars-iterator, r=steveklabnikManish Goregaokar-1/+1
2015-08-11Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric...Manish Goregaokar-3/+7
2015-08-11Rollup merge of #27542 - steveklabnik:gh27303, r=alexcrichtonManish Goregaokar-0/+53
2015-08-11Fix #27567: remove --crate-type=lib from pretty testTim Neumann-1/+22
2015-08-11remove unused file in test/prettyTim Neumann-5/+0
2015-08-11Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonwbors-0/+1
2015-08-11Auto merge of #27549 - tshepang:clarity, r=alexcrichtonbors-1/+1
2015-08-11Auto merge of #26818 - sfackler:duration-stabilization, r=aturonbors-81/+68
2015-08-10Fix doc testSteven Fackler-1/+0
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-87/+218
2015-08-10syntax: Add a new unstable #[linked_from] attributeAlex Crichton-77/+103
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-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-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-33/+169
2015-08-10Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichtonbors-108/+133
2015-08-10Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brsonbors-0/+4
2015-08-10Auto merge of #27547 - vberger:more_perseverant_resolve, r=nrcbors-15/+138
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-09Remove unused featureTobias Bucher-1/+0
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-09add diagnostics for E0193Alisdair Owens-2/+37
2015-08-09Mark round_up_to_next as inlineAriel Ben-Yehuda-0/+1
2015-08-09doc/core: fix description of `nth` functionVincent Bernat-2/+1
2015-08-09TRPL: minor correction on how `chars().nth()` workVincent Bernat-1/+1
2015-08-08Auto merge of #27182 - AlisdairO:diagnostics382, r=Manishearthbors-1/+63
2015-08-08add long diagnostics for E0382Alisdair Owens-1/+63