| Age | Commit message (Expand) | Author | Lines |
| 2018-02-12 | rustc_typeck/check/closure: rustfmt | Niko Matsakis | -24/+27 |
| 2018-02-12 | Remove allocation from width of character function. | Mark Simulacrum | -3/+5 |
| 2018-02-12 | Delete information about 'entry_and_modify' from Unstable book | hedgehog1024 | -77/+0 |
| 2018-02-12 | Stabilize 'entry_and_modify' feature for HashMap | hedgehog1024 | -2/+1 |
| 2018-02-12 | Stabilize 'entry_and_modify' feature for BTreeMap | hedgehog1024 | -2/+1 |
| 2018-02-12 | Update compiletest's `read2` function | Alex Crichton | -10/+14 |
| 2018-02-12 | rustc: Persist LLVM's `Linker` in Fat LTO | Alex Crichton | -49/+114 |
| 2018-02-12 | core::iter::repeat_with: document DoubleEndedIterator behavior | Mazdak Farrokhzad | -0/+6 |
| 2018-02-12 | rustc: Add the ability to not run dsymutil | Alex Crichton | -3/+57 |
| 2018-02-12 | 38880 fixup add missing mut | Shaun Steenkamp | -1/+1 |
| 2018-02-12 | 38880 remove redundant extra function | Shaun Steenkamp | -14/+6 |
| 2018-02-12 | Fix tidy errors | Antoni Boucher | -6/+10 |
| 2018-02-12 | Add Iterator::try_for_each | Scott McMurray | -6/+42 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -55/+3255 |
| 2018-02-12 | core::iter::repeat_with: fix doc tests | Mazdak Farrokhzad | -2/+2 |
| 2018-02-12 | core::iter::repeat_with: fix tests some more | Mazdak Farrokhzad | -5/+5 |
| 2018-02-12 | core::iter::repeat_with: fix tests | Mazdak Farrokhzad | -1/+3 |
| 2018-02-12 | core::iter::repeat_with: derive Copy, Clone, Debug | Mazdak Farrokhzad | -0/+1 |
| 2018-02-12 | core::iter::repeat_with: general fixes | Mazdak Farrokhzad | -0/+7 |
| 2018-02-12 | add core::iter::repeat_with | Mazdak Farrokhzad | -0/+148 |
| 2018-02-12 | Auto merge of #48144 - kennytm:reduce-musl-test-size, r=Mark-Simulacrum | bors | -1/+9 |
| 2018-02-11 | Continue parsing function after finding `...` arg | Esteban Küber | -5/+43 |
| 2018-02-11 | Make primitive types docs relevant (unsigned) | Antoni Boucher | -735/+815 |
| 2018-02-11 | Make primitive types docs relevant | Guillaume Gomez | -985/+1016 |
| 2018-02-11 | Update ops range example to avoid confusion between indexes and values. | Jason Schein | -5/+5 |
| 2018-02-11 | Delete executables if the test ran successfully. | Mark Simulacrum | -3/+5 |
| 2018-02-12 | compiletest: Delete the executable immediately after running. | kennytm | -2/+8 |
| 2018-02-11 | Add an unstable FileTypeExt extension trait for Windows | Peter Atashian | -0/+21 |
| 2018-02-11 | Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis | bors | -56/+374 |
| 2018-02-11 | Change Step to be invoked with a path when in default mode. | Mark Simulacrum | -312/+415 |
| 2018-02-11 | Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb | bors | -57/+94 |
| 2018-02-11 | Dangling pointer fix | Artyom Pavlov | -2/+2 |
| 2018-02-11 | Add test. | Jeffrey Seyfried | -0/+30 |
| 2018-02-11 | Auto merge of #47657 - algesten:save-analysis-impls, r=nrc | bors | -10/+59 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -74/+154 |
| 2018-02-10 | Remove DontDistWithMiri struct and instead just directly check it in builder | Mark Simulacrum | -27/+7 |
| 2018-02-10 | Make exclude and paths relative to root of checkout | Mark Simulacrum | -7/+10 |
| 2018-02-10 | Implement excluding a build-step via --exclude | Mark Simulacrum | -7/+33 |
| 2018-02-10 | Add the emptiness condition to the docs; add a PartialOrd example with NAN | Scott McMurray | -2/+24 |
| 2018-02-11 | fixed errors | Артём Павлов [Artyom Pavlov] | -4/+4 |
| 2018-02-11 | typo: correct endianess to endianness (this also changes function names!) | Matthias Krüger | -18/+18 |
| 2018-02-11 | iterator instead loop | Артём Павлов [Artyom Pavlov] | -10/+8 |
| 2018-02-11 | added conversion from Rust feature to LLVM feature | Артём Павлов [Artyom Pavlov] | -35/+42 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -10/+10 |
| 2018-02-10 | Add comment about the problem, and use provided path if available | roblabla | -1/+8 |
| 2018-02-11 | Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv | kennytm | -0/+18 |
| 2018-02-10 | typo fix | Artyom Pavlov | -1/+1 |
| 2018-02-11 | Rollup merge of #48124 - alexcrichton:clean-up-debugging, r=kennytm | kennytm | -3/+8 |
| 2018-02-11 | Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichton | kennytm | -12/+12 |
| 2018-02-11 | Rollup merge of #48085 - alexcrichton:update-dlmalloc, r=Mark-Simulacrum | kennytm | -0/+0 |