| Age | Commit message (Expand) | Author | Lines |
| 2019-08-08 | Miri test: call 'cargo miri test' and use the sysroot it has set up | Ralf Jung | -13/+76 |
| 2019-08-08 | simplify a match | Ralf Jung | -3/+1 |
| 2019-08-08 | bootstrap: get rid of TEST_MIRI env var | Ralf Jung | -15/+0 |
| 2019-08-08 | move store lib probing code to librustc_codegen_ssa | Martin Finkel | -40/+14 |
| 2019-08-08 | Add async versions of arbitrary_self_types_pin_lifetime tests. | Mazdak Farrokhzad | -0/+230 |
| 2019-08-08 | Fix fat LTO determinism test so it fails without the fix. | Joel Galenson | -2/+2 |
| 2019-08-08 | Sort fat LTO modules later and add a test. | Joel Galenson | -18/+15 |
| 2019-08-08 | Add async version of self_lifetime.rs test. | Mazdak Farrokhzad | -0/+70 |
| 2019-08-08 | reduce visibility | Aleksey Kladov | -2/+2 |
| 2019-08-08 | Rollup merge of #63379 - jackh726:issue-53096, r=Centril,oli-obk | Mazdak Farrokhzad | -0/+9 |
| 2019-08-08 | Rollup merge of #63377 - SOF3:issues/63375, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-08 | Rollup merge of #63370 - JohnTitor:fix-ice-63364, r=varkor | Mazdak Farrokhzad | -1/+23 |
| 2019-08-08 | Rollup merge of #63366 - lzutao:fix-float-to-le-bytes-typo, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-08-08 | Rollup merge of #63342 - ehuss:remap-path-dep-info, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-08-08 | Rollup merge of #63332 - marmistrz:truncate, r=alexcrichton | Mazdak Farrokhzad | -3/+11 |
| 2019-08-08 | Rollup merge of #63316 - topecongiro:rustfmt-1.4.4, r=Mark-Simulacrum | Mazdak Farrokhzad | -18/+18 |
| 2019-08-08 | Rollup merge of #63261 - RalfJung:rand, r=nikomatsakis | Mazdak Farrokhzad | -16/+16 |
| 2019-08-08 | Move test | Jack | -0/+0 |
| 2019-08-08 | lifetime elision: document conformance of 'async fn' to 'fn'. | Mazdak Farrokhzad | -0/+31 |
| 2019-08-08 | lifetime elision: add non-conforming-to-fn tests. | Mazdak Farrokhzad | -0/+2195 |
| 2019-08-08 | Add test for issue 53096 | Jack | -0/+9 |
| 2019-08-08 | lifetime elision: add conforming-to-fn tests. | Mazdak Farrokhzad | -0/+341 |
| 2019-08-08 | Improved documentation for compile_error!() | SOFe | -1/+1 |
| 2019-08-08 | Move the TryInto import into the inner scope | Marcin Mielniczuk | -1/+1 |
| 2019-08-08 | Auto merge of #63371 - Centril:rollup-k0xtdcz, r=Centril | bors | -9/+121 |
| 2019-08-08 | move of packed fields might or might not occur when they actually are suffici... | Ralf Jung | -1/+2 |
| 2019-08-08 | we don't clutter the src/ dir any more | Ralf Jung | -46/+0 |
| 2019-08-08 | Rollup merge of #63360 - brson:cz-help, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+6 |
| 2019-08-08 | Rollup merge of #63353 - ehuss:update-books, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2019-08-08 | Rollup merge of #63334 - mark-i-m:fix-guide, r=ehuss | Mazdak Farrokhzad | -0/+0 |
| 2019-08-08 | Rollup merge of #63331 - gorup:conditionalinit, r=cramertj | Mazdak Farrokhzad | -0/+43 |
| 2019-08-08 | Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+4 |
| 2019-08-08 | Rollup merge of #63259 - JohnTitor:add-tests-for-some-issues, r=Centril | Mazdak Farrokhzad | -0/+53 |
| 2019-08-08 | Rollup merge of #62994 - iluuu1994:test-for-43398, r=nikomatsakis | Mazdak Farrokhzad | -0/+15 |
| 2019-08-08 | Auto merge of #63282 - Xanewok:update-rls, r=nikomatsakis | bors | -0/+0 |
| 2019-08-08 | Return early to avoid failing assertion | Yuki Okushi | -1/+23 |
| 2019-08-08 | doc: Fix typo in float from bytes methods | Lzu Tao | -4/+4 |
| 2019-08-08 | Auto merge of #63363 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-08-07 | Update cargo | Eric Huss | -0/+0 |
| 2019-08-07 | Auto merge of #62457 - zackmdavis:minimax_search_and_the_structure_of_cogniti... | bors | -45/+62 |
| 2019-08-07 | Use consistent capitalization in -C/-Z help | Brian Anderson | -6/+6 |
| 2019-08-07 | Fix double resolving custom libdir | O01eg | -11/+22 |
| 2019-08-07 | Auto merge of #60547 - redox-os:redox-unix, r=alexcrichton | bors | -6440/+590 |
| 2019-08-07 | Update books | Eric Huss | -0/+0 |
| 2019-08-07 | Sort the fat LTO modules to produce deterministic output. | Joel Galenson | -1/+15 |
| 2019-08-07 | Auto merge of #63280 - lzutao:update-clippy, r=Mark-Simulacrum | bors | -13/+9 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -91/+157 |
| 2019-08-07 | submodules: Update clippy | Lzu Tao | -13/+9 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -74/+172 |
| 2019-08-06 | pretty-pretty extremal constants! | Zack M. Davis | -45/+62 |