| Age | Commit message (Expand) | Author | Lines |
| 2020-02-22 | Rollup merge of #69346 - GuillaumeGomez:clean-up-e032x-explanations, r=Dylan-DPC | Dylan DPC | -5/+10 |
| 2020-02-22 | Rollup merge of #69339 - wesleywiser:test_for_69312, r=Centril | Dylan DPC | -0/+10 |
| 2020-02-22 | Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler | Dylan DPC | -1/+8 |
| 2020-02-22 | Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoerister | bors | -13/+46 |
| 2020-02-22 | Auto merge of #67330 - golddranks:split_inclusive, r=kodraus | bors | -1/+545 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -22/+109 |
| 2020-02-21 | Auto merge of #69242 - cjgillot:object_violations, r=Zoxc | bors | -156/+153 |
| 2020-02-21 | Auto merge of #69347 - matthiaskrgr:submodule_upd, r=Xanewok | bors | -0/+0 |
| 2020-02-21 | Auto merge of #69342 - flip1995:clippyup, r=Dylan-DPC | bors | -8/+10 |
| 2020-02-21 | Clean up E0326 explanation | Guillaume Gomez | -3/+5 |
| 2020-02-21 | Clean up E0323, E0324 and E0325 explanations | Guillaume Gomez | -2/+5 |
| 2020-02-21 | submodules: update rls from 0100ac8 to 10bf331 | Matthias Krüger | -0/+0 |
| 2020-02-21 | Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb | bors | -37/+56 |
| 2020-02-21 | Update Clippy | flip1995 | -8/+10 |
| 2020-02-21 | Auto merge of #69290 - wesleywiser:speed_up_ctfe_stress_4, r=RalfJung | bors | -6/+6 |
| 2020-02-21 | Auto merge of #69281 - nnethercote:inline-some-encoding-decoding-methods, r=C... | bors | -0/+2 |
| 2020-02-20 | Add test for #69312 | Wesley Wiser | -0/+10 |
| 2020-02-21 | Revert `u8to64_le` changes from #68914. | Nicholas Nethercote | -13/+46 |
| 2020-02-20 | Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov | bors | -184/+498 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -37/+56 |
| 2020-02-20 | Rollup merge of #69317 - LeSeulArtichaut:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2020-02-20 | Rollup merge of #69311 - GuillaumeGomez:clean-up-e0321-e0322, r=Dylan-DPC | Mazdak Farrokhzad | -1/+13 |
| 2020-02-20 | Rollup merge of #69305 - estebank:consider-lt, r=Dylan-DPC | Mazdak Farrokhzad | -61/+62 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -1109/+1613 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -105/+214 |
| 2020-02-20 | Fix broken link to the rustc guide | LeSeulArtichaut | -1/+1 |
| 2020-02-20 | Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakis | bors | -29/+148 |
| 2020-02-20 | Greatly improve E0322 explanation | Guillaume Gomez | -0/+10 |
| 2020-02-20 | clean up E0321 explanation | Guillaume Gomez | -1/+3 |
| 2020-02-20 | Auto merge of #69309 - Dylan-DPC:rollup-gjdqx7l, r=Dylan-DPC | bors | -55/+207 |
| 2020-02-20 | Rollup merge of #69287 - GuillaumeGomez:clean-e0317, r=Dylan-DPC | Dylan DPC | -7/+23 |
| 2020-02-20 | Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiser | Dylan DPC | -19/+47 |
| 2020-02-20 | Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk | Dylan DPC | -23/+86 |
| 2020-02-20 | Rollup merge of #68945 - mjbshaw:once_is_completed, r=LukasKalbertodt | Dylan DPC | -6/+5 |
| 2020-02-20 | Rollup merge of #68705 - BijanT:ll_remove, r=Mark-Simulacrum | Dylan DPC | -0/+46 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -221/+597 |
| 2020-02-20 | Auto merge of #67925 - petertodd:2020-fromstr-infallible, r=LukasKalbertodt | bors | -11/+4 |
| 2020-02-19 | Tweak binding lifetime suggestion text | Esteban Küber | -61/+62 |
| 2020-02-20 | Auto merge of #69256 - nnethercote:misc-inlining, r=Centril | bors | -1/+22 |
| 2020-02-19 | Check `RUSTC_CTFE_BACKTRACE` much less by generating fewer errors | Wesley Wiser | -6/+6 |
| 2020-02-20 | Add regression test | Jonas Schievink | -0/+30 |
| 2020-02-19 | Add more comments to `SuspensionPoint` | Jonas Schievink | -3/+9 |
| 2020-02-19 | Remap the resume place if necessary | Jonas Schievink | -0/+9 |
| 2020-02-19 | Auto merge of #68988 - Zoxc:query-caches, r=eddyb | bors | -416/+691 |
| 2020-02-19 | Reorder yield visitation order to match call | Jonas Schievink | -2/+2 |
| 2020-02-19 | Handle resume args in `RequiresStorage` analysis | Jonas Schievink | -11/+46 |
| 2020-02-19 | Use match ergonomics to simplify match | Jonas Schievink | -5/+5 |
| 2020-02-19 | Match MIR statements exhaustively | Jonas Schievink | -1/+8 |
| 2020-02-19 | Change FromStr for String to use Infallible directly | Peter Todd | -11/+4 |
| 2020-02-19 | Construct `AssociatedItems` from an iterator instead of a `Vec` | Dylan MacKenzie | -3/+2 |