| Age | Commit message (Expand) | Author | Lines |
| 2020-05-12 | Add some more sanity tests and add a debug log message for it | Oliver Scherer | -0/+94 |
| 2020-05-12 | Propagate locals, even if they have unpropagatable assignments somewhere. | Oliver Scherer | -4/+31 |
| 2020-05-12 | Add a repro example for not propagating constants of partially const initiali... | Oliver Scherer | -0/+69 |
| 2020-05-12 | Rollup merge of #72128 - RalfJung:str-validity, r=oli-obk | Dylan DPC | -11/+12 |
| 2020-05-12 | Rollup merge of #72096 - jonas-schievink:mirck-docs, r=matthewjasper | Dylan DPC | -54/+50 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -3/+38 |
| 2020-05-12 | Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez | Dylan DPC | -3/+17 |
| 2020-05-12 | Rollup merge of #71737 - RalfJung:miri-test-threads, r=shepmaster | Dylan DPC | -9/+10 |
| 2020-05-12 | Add target thumbv7a-uwp-windows-msvc | bdbai | -0/+32 |
| 2020-05-12 | Change `WorkProduct::saved_files` to an `Option`. | Nicholas Nethercote | -42/+36 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -11/+12 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -100/+24 |
| 2020-05-12 | Split `RawVec::grow` up. | Nicholas Nethercote | -50/+79 |
| 2020-05-12 | Remove `RawVec::double`. | Nicholas Nethercote | -88/+23 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -73/+1032 |
| 2020-05-11 | Ignore arguments when looking for `IndexMut` for subsequent `mut` obligation | Esteban Küber | -1/+32 |
| 2020-05-12 | Remove `RawVec::double_in_place`. | Nicholas Nethercote | -18/+0 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -79/+68 |
| 2020-05-11 | Rollup merge of #72107 - GuillaumeGomez:cleanup-e0579, r=Dylan-DPC | Dylan DPC | -4/+6 |
| 2020-05-11 | Rollup merge of #72077 - GuillaumeGomez:cleanup-E0571, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-05-11 | Rollup merge of #72072 - tspiteri:minus-inf, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-05-11 | Rollup merge of #72067 - jonas-schievink:fuel-warn, r=varkor | Dylan DPC | -7/+11 |
| 2020-05-11 | Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morse | Dylan DPC | -14/+16 |
| 2020-05-11 | Rollup merge of #72044 - RalfJung:min-spec, r=matthewjasper | Dylan DPC | -9/+9 |
| 2020-05-11 | Rollup merge of #72027 - Mark-Simulacrum:ci-caches, r=pietroalbini | Dylan DPC | -4/+8 |
| 2020-05-11 | Rollup merge of #72019 - matthewjasper:dont-skip-binder, r=davidtwco | Dylan DPC | -0/+45 |
| 2020-05-11 | Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27 | Dylan DPC | -3/+6 |
| 2020-05-11 | Fix hang in lexical_region_resolve | Matthew Jasper | -4/+23 |
| 2020-05-11 | Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup | flip1995 | -1/+15 |
| 2020-05-11 | Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup | flip1995 | -257/+1574 |
| 2020-05-11 | Auto merge of #72089 - Mark-Simulacrum:error-is-really-an-error, r=pietroalbini | bors | -1/+4 |
| 2020-05-11 | rustc-book: Document `-Z strip=val` option | Vadim Petrochenkov | -0/+17 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -79/+68 |
| 2020-05-11 | Configure cache domain for GHA | Mark Rousskov | -0/+2 |
| 2020-05-11 | fix test_weak_count_locked for Miri | Ralf Jung | -1/+5 |
| 2020-05-11 | rustbook: Bump mdbook dependency | Igor Matuszewski | -1/+1 |
| 2020-05-11 | Clean up E0579 explanation | Guillaume Gomez | -4/+6 |
| 2020-05-11 | update miri some more | Ralf Jung | -12/+7 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -42/+342 |
| 2020-05-11 | bless ui tests | csmoe | -10/+41 |
| 2020-05-11 | Make MIR typeck use `LocalDefId` and fix docs | Jonas Schievink | -54/+50 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -2/+33 |
| 2020-05-11 | rustc_driver::main: more informative return type | Ralf Jung | -2/+2 |
| 2020-05-10 | Unblock font loading in rustdoc.css | Jubilee | -0/+9 |
| 2020-05-10 | update miri | Ralf Jung | -7/+11 |
| 2020-05-10 | Run rustfmt | Marko Mijalkovic | -6/+1 |
| 2020-05-10 | Renamed lld_link_script to link_script and support all GNU-like linkers | Marko Mijalkovic | -17/+18 |
| 2020-05-10 | rustc_driver: factor out computing the exit code | Ralf Jung | -3/+1 |
| 2020-05-10 | rustc_driver: factor out computing the exit code | Ralf Jung | -10/+13 |
| 2020-05-10 | Fail if I/O error occurs during testing | Mark Rousskov | -1/+4 |