| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-Simulacrum | Ralf Jung | -26/+2 |
| 2020-06-15 | Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnay | Ralf Jung | -6/+183 |
| 2020-06-15 | Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay | Ralf Jung | -0/+54 |
| 2020-06-15 | Rollup merge of #73086 - trevyn:apple-a7, r=nikic | Ralf Jung | -3/+3 |
| 2020-06-15 | Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnay | Ralf Jung | -15/+10 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -123/+141 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -67/+202 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -248/+373 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -851/+923 |
| 2020-06-14 | Update to use the new error type and correctly compile the doc tests | Alexis Bourget | -16/+21 |
| 2020-06-14 | Add a new error type for the new method | Alexis Bourget | -0/+98 |
| 2020-06-14 | Removing the TryFrom impl | Alexis Bourget | -14/+0 |
| 2020-06-14 | keep root_span and tcx together | Ralf Jung | -72/+60 |
| 2020-06-14 | Auto merge of #73089 - tmiasko:musl-1.1.24, r=kennytm | bors | -5/+7 |
| 2020-06-14 | Auto merge of #73232 - RalfJung:miri-no-default, r=Mark-Simulacrum | bors | -12/+20 |
| 2020-06-14 | Auto merge of #73188 - mati865:use-preinstalled-msys2, r=pietroalbini | bors | -50/+20 |
| 2020-06-13 | Rewrap comments in Mutex example | David Tolnay | -11/+11 |
| 2020-06-13 | Clarify the scope-related explanation | Poliorcetics | -3/+2 |
| 2020-06-13 | Apply suggestions from code review | Poliorcetics | -5/+5 |
| 2020-06-13 | Rollup merge of #73308 - yerke:fix-pretty-asm-rs-test-for-aarch64, r=Amanieu | Dylan DPC | -0/+2 |
| 2020-06-13 | Rollup merge of #73302 - JakobDegen:should-panic-documentation, r=Mark-Simula... | Dylan DPC | -71/+28 |
| 2020-06-13 | Rollup merge of #73267 - ehuss:cargotest-this-cargo, r=Mark-Simulacrum | Dylan DPC | -1/+2 |
| 2020-06-13 | Rollup merge of #73241 - mati865:mingw-libs-order-comment, r=petrochenkov | Dylan DPC | -3/+4 |
| 2020-06-13 | Rollup merge of #73194 - lzutao:INT-patterns, r=dtolnay | Dylan DPC | -139/+139 |
| 2020-06-13 | Rollup merge of #73066 - ecstatic-morse:query-structural-eq2, r=pnkfelix | Dylan DPC | -20/+86 |
| 2020-06-13 | Rollup merge of #72932 - poliorcetics:pattern-contains-behaviour, r=hanna-kruppe | Dylan DPC | -0/+37 |
| 2020-06-13 | Add/update comments about MinGW late_link_args | Mateusz MikuĊa | -3/+4 |
| 2020-06-13 | run const_eval_raw with root_span | Ralf Jung | -5/+5 |
| 2020-06-13 | avoid computing precise span for const_eval query | Ralf Jung | -3/+3 |
| 2020-06-13 | pretty/asm.rs should only be tested for x86_64 and not AArch64 | Yerkebulan Tulibergenov | -0/+2 |
| 2020-06-13 | Adjusted some doctests in libcore to use `should_panic`. | Jake Degen | -71/+28 |
| 2020-06-13 | Stabilize Option::zip | Lzu Tao | -15/+10 |
| 2020-06-13 | Prefer the associated consts for pattern matching error | Lzu Tao | -139/+139 |
| 2020-06-13 | Auto merge of #73277 - RalfJung:miri-caller-location, r=oli-obk | bors | -18/+18 |
| 2020-06-12 | Remove vestigial CI job msvc-aux. | Eric Huss | -26/+2 |
| 2020-06-12 | Auto merge of #73262 - wesleywiser:simplifyarmidentity_beta_regression, r=oli... | bors | -62/+87 |
| 2020-06-12 | Make `type_marked_structural` private | Dylan MacKenzie | -2/+1 |
| 2020-06-12 | Use "reflexive equality" in docs | Dylan MacKenzie | -2/+2 |
| 2020-06-12 | Helper method for whether type has structural equality | Dylan MacKenzie | -18/+85 |
| 2020-06-12 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -62/+87 |
| 2020-06-12 | fix caller_location intrinsic for Miri | Ralf Jung | -18/+18 |
| 2020-06-12 | Rollup merge of #73236 - GuillaumeGomez:cleanup-e0666, r=Dylan-DPC | Dylan DPC | -7/+11 |
| 2020-06-12 | Rollup merge of #73225 - tmandry:issue-73050, r=oli-obk | Dylan DPC | -10/+13 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -26/+146 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -518/+485 |
| 2020-06-12 | avoid computing cur_span all the time | Ralf Jung | -6/+14 |
| 2020-06-12 | fix const_prop spans and re-bless tests | Ralf Jung | -52/+61 |
| 2020-06-12 | make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o... | Ralf Jung | -109/+123 |
| 2020-06-12 | x.py: do not build Miri by default | Ralf Jung | -12/+20 |
| 2020-06-12 | make miri memory TyCtxtAt a TyCtxt | Ralf Jung | -12/+11 |