| Age | Commit message (Expand) | Author | Lines |
| 2019-01-29 | Fix tests | John Kåre Alsaker | -10/+3 |
| 2019-01-29 | Only store the result of mir_borrowck for closures | John Kåre Alsaker | -28/+31 |
| 2019-01-29 | Skip some test passes | John Kåre Alsaker | -8/+12 |
| 2019-01-29 | Use ensure for borrowck | John Kåre Alsaker | -1/+1 |
| 2019-01-29 | Add some time statements | John Kåre Alsaker | -3/+6 |
| 2019-01-29 | Use an ItemLikeVisitor for CheckTypeWellFormedVisitor | John Kåre Alsaker | -16/+9 |
| 2019-01-29 | Make impl_wf_check incremental | John Kåre Alsaker | -1/+32 |
| 2019-01-29 | Optimize match checking | John Kåre Alsaker | -15/+3 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -34/+38 |
| 2019-01-29 | Implement a slightly racy `sync::Weak::weak_count` | Jonas Schievink | -5/+70 |
| 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 | -18/+0 |
| 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 | -87/+92 |
| 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 | 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 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 | -85/+90 |
| 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 |