| Age | Commit message (Expand) | Author | Lines |
| 2019-01-29 | Implement Weak::{strong_count, weak_count} | Jonas Schievink | -0/+80 |
| 2019-01-29 | Use correct CI test image for WASM and NVPTX | Denys Zariaiev | -21/+1 |
| 2019-01-29 | Provide PTXLinker with fallback to internal `target-cpu` | Denys Zariaiev | -4/+13 |
| 2019-01-29 | Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg | bors | -25/+124 |
| 2019-01-29 | Merge NVPTX and WASM test images into `test-various` | Denys Zariaiev | -15/+16 |
| 2019-01-29 | Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis | bors | -216/+427 |
| 2019-01-29 | Attempt to debug 259 exit code on AppVeyor | Alex Crichton | -0/+7 |
| 2019-01-29 | Auto merge of #57948 - Zoxc:parallel, r=michaelwoerister | bors | -89/+95 |
| 2019-01-29 | SGX target: improve panic & exit handling | Jethro Beekman | -22/+32 |
| 2019-01-29 | Update stdsimd | gnzlbg | -25/+124 |
| 2019-01-29 | Auto merge of #57862 - hsivonen:buildneon, r=alexcrichton | bors | -2/+6 |
| 2019-01-29 | Auto merge of #57957 - Centril:rollup, r=Centril | bors | -92/+269 |
| 2019-01-29 | avoid committing to autoderef in object method probing | Ariel Ben-Yehuda | -7/+81 |
| 2019-01-29 | add tests to a few edge cases in method lookup | Ariel Ben-Yehuda | -0/+290 |
| 2019-01-29 | add some comments to method::probe::Candidate | Ariel Ben-Yehuda | -0/+31 |
| 2019-01-28 | Adjust PTXLinker LTO logic and CLI | Denys Zariaiev | -10/+9 |
| 2019-01-28 | Introduce into_raw_non_null on Rc and Arc | Dale Wijnand | -0/+42 |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather tha... | Rémy Rakic | -21/+21 |
| 2019-01-28 | Rollup merge of #57950 - QuietMisdreavus:lifetime-err-desc, r=estebank | Mazdak Farrokhzad | -0/+33 |
| 2019-01-28 | Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavis | Mazdak Farrokhzad | -27/+36 |
| 2019-01-28 | Rollup merge of #57904 - euclio:attribute-typos, r=davidtwco | Mazdak Farrokhzad | -8/+108 |
| 2019-01-28 | Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus | Mazdak Farrokhzad | -8/+0 |
| 2019-01-28 | Rollup merge of #57833 - jethrogb:jb/thread-spawn-unwrap, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-01-28 | Rollup merge of #57674 - dotdash:erase_reg, r=varkor | Mazdak Farrokhzad | -1/+6 |
| 2019-01-28 | Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapin | Mazdak Farrokhzad | -47/+85 |
| 2019-01-28 | bootstrap: set toolchain variables on per target basis | Mateusz Mikuła | -9/+4 |
| 2019-01-28 | Fix a comment | John Kåre Alsaker | -1/+1 |
| 2019-01-28 | Fix CI | John Kåre Alsaker | -2/+2 |
| 2019-01-28 | rustdoc: remove blank unstable spans | Andy Russell | -4/+12 |
| 2019-01-28 | fix gdb debug printing | Ralf Jung | -5/+6 |
| 2019-01-28 | review comments | QuietMisdreavus | -13/+13 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -86/+92 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -170/+395 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -11/+11 |
| 2019-01-28 | fix typos, improve docs | Ralf Jung | -2/+2 |
| 2019-01-28 | Auto merge of #57899 - davidtwco:issue-56685, r=estebank | bors | -59/+179 |
| 2019-01-28 | Use warn() for extra diagnostics; with -D warnings this leads to errors | Ralf Jung | -5/+5 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -30/+25 |
| 2019-01-28 | avoid some raw ptr casts in BTreeMap | Ralf Jung | -7/+10 |
| 2019-01-28 | avoid mem::uninitialized in BTreeMap | Ralf Jung | -10/+18 |
| 2019-01-28 | Build the standard library for thumbv7neon-unknown-linux-gnueabihf in CI | Henri Sivonen | -2/+6 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -59/+179 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -13/+49 |
| 2019-01-28 | liballoc: remove unneeded allow(deprecated) | Ralf Jung | -3/+0 |
| 2019-01-28 | libcore: remove unneeded allow(deprecated) | Ralf Jung | -4/+2 |
| 2019-01-28 | Auto merge of #57691 - Zoxc:pass-skip, r=petrochenkov | bors | -19/+44 |
| 2019-01-28 | Conditionally skip two passes if their related attributes were not found | John Kåre Alsaker | -19/+44 |
| 2019-01-28 | Auto merge of #57910 - Mark-Simulacrum:delete-test, r=petrochenkov | bors | -4/+2 |
| 2019-01-27 | add typo suggestion to unknown attribute error | Andy Russell | -8/+108 |
| 2019-01-28 | Auto merge of #57442 - oli-obk:lazy_const, r=RalfJung | bors | -80/+71 |