| Age | Commit message (Expand) | Author | Lines |
| 2020-04-19 | Fix `has_no_input_arg` function has self check | Rustin-Liu | -4/+7 |
| 2020-04-18 | On `FnDef` type annotation suggestion, use fn-pointer output | Esteban Küber | -1/+23 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -8/+26 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -61/+61 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -48/+22 |
| 2020-04-18 | Remove `AssocTypeBound` and propagate bound `Span`s | Esteban Küber | -287/+106 |
| 2020-04-18 | Maintain chain of derived obligations | Esteban Küber | -0/+181 |
| 2020-04-19 | Rollup merge of #71303 - tshepang:master, r=Mark-Simulacrum | Dylan DPC | -15/+17 |
| 2020-04-19 | Rollup merge of #71287 - JohnTitor:comment-vec, r=RalfJung | Dylan DPC | -0/+3 |
| 2020-04-19 | Rollup merge of #71283 - Amanieu:zprofile, r=davidtwco | Dylan DPC | -2/+16 |
| 2020-04-19 | Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morse | Dylan DPC | -3/+30 |
| 2020-04-19 | Rollup merge of #71271 - JohnTitor:map-in-place, r=petrochenkov | Dylan DPC | -7/+5 |
| 2020-04-18 | remove build warnings | Tshepang Lekhonkhobe | -15/+17 |
| 2020-04-18 | Change wording on read_vectored docs | Nathan Abel | -2/+3 |
| 2020-04-18 | Add regression test for #69654 | Alex Macleod | -0/+32 |
| 2020-04-18 | Make Box<dyn FnOnce> respect self alignment | Santiago Pastorino | -15/+160 |
| 2020-04-19 | Explain why we shouldn't add inline attr to into_vec | Yuki Okushi | -0/+3 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -52/+141 |
| 2020-04-18 | ty/instance: use `ParamEnvAnd` in the `resolve_instance` query. | Eduard-Mihai Burtescu | -16/+16 |
| 2020-04-18 | Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakis | bors | -6/+64 |
| 2020-04-18 | Add an option to inhibit automatic injection of profiler_builtins | Amanieu d'Antras | -1/+5 |
| 2020-04-18 | Miri: mplace_access_checked: offer option to force different alignment on place | Ralf Jung | -2/+4 |
| 2020-04-18 | Auto merge of #71278 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -20/+10 |
| 2020-04-18 | submodules: update clippy from 6651c1b9 to 891e1a85 | Matthias Krüger | -20/+10 |
| 2020-04-18 | miri-unleashed: test that we detect heap allocations | Ralf Jung | -2/+29 |
| 2020-04-18 | check_consts: make ops module private | Ralf Jung | -1/+1 |
| 2020-04-18 | Auto merge of #71204 - JohnTitor:into-vec, r=wesleywiser | bors | -1/+0 |
| 2020-04-18 | Add example in the alternative in std::mem::transmute docs | huangjiahua | -0/+18 |
| 2020-04-18 | Added basic lint and tests | pmk21 | -0/+7 |
| 2020-04-18 | Move `MapInPlace` to rustc_data_structures | Yuki Okushi | -7/+5 |
| 2020-04-17 | fix -Zast-json to properly output the 'id' field | JOE1994 | -2/+2 |
| 2020-04-18 | Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum | bors | -191/+63 |
| 2020-04-17 | Clarify layout information in Layout::extend | CAD97 | -3/+5 |
| 2020-04-17 | Remove unused abs_path method from rustc_span::source_map::FileLoader | Shea Levy | -12/+0 |
| 2020-04-17 | Rollup merge of #71243 - Duddino:Fix2, r=estebank | Dylan DPC | -1/+73 |
| 2020-04-17 | Rollup merge of #71238 - RalfJung:miri-typo, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-17 | Rollup merge of #71167 - RalfJung:big-o, r=shepmaster | Dylan DPC | -47/+46 |
| 2020-04-17 | Rollup merge of #71070 - petrochenkov:nolldaround, r=Mark-Simulacrum | Dylan DPC | -21/+0 |
| 2020-04-17 | Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisa | Dylan DPC | -9/+38 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -14/+14 |
| 2020-04-17 | Issue #71248: attempt to recover perf by removing `exports_all_green` flag. | Felix S. Klock II | -10/+5 |
| 2020-04-17 | Make -Zprofile set codegen-units to 1 | Amanieu d'Antras | -1/+11 |
| 2020-04-17 | Ignore generator-drop-cleanup on wasm32-bare | Jonas Schievink | -31/+33 |
| 2020-04-17 | Lint must_use on mem::replace | Josh Stone | -0/+1 |
| 2020-04-17 | Adjust mir-opt test and make it drop something | Jonas Schievink | -29/+57 |
| 2020-04-17 | Rollup merge of #71254 - JOE1994:add_comment, r=jonas-schievink | Dylan DPC | -3/+4 |
| 2020-04-17 | Rollup merge of #71247 - ldm0:minor, r=estebank | Dylan DPC | -10/+11 |
| 2020-04-17 | Rollup merge of #71246 - crlf0710:linked_list_cursor, r=Amanieu | Dylan DPC | -0/+8 |
| 2020-04-17 | Rollup merge of #71239 - JohnTitor:llvm-asm, r=Amanieu | Dylan DPC | -19/+19 |
| 2020-04-17 | Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obk | Dylan DPC | -24/+45 |