| Age | Commit message (Expand) | Author | Lines |
| 2019-05-22 | Allow null-pointer-optimized enums in FFI if their underlying representation ... | Michael Bradshaw | -11/+76 |
| 2019-05-22 | Auto merge of #59445 - alexreg:ban-multi-trait-objects-via-aliases, r=oli-obk | bors | -41/+1649 |
| 2019-05-22 | Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertj | bors | -0/+1 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -7/+7 |
| 2019-05-21 | Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril | bors | -3/+5 |
| 2019-05-20 | Rollup merge of #60823 - oli-obk:used_unused_no_mangle, r=michaelwoerister | Mazdak Farrokhzad | -7/+11 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -0/+3 |
| 2019-05-20 | Reinstated shallow disallowing of maybe bounds in trait objects. | Alexander Regueiro | -6/+79 |
| 2019-05-20 | Addressed more points raised in review. | Alexander Regueiro | -118/+393 |
| 2019-05-20 | Addressed points raised in review. | Alexander Regueiro | -45/+91 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -60/+1259 |
| 2019-05-20 | Update tests. | Alexander Regueiro | -2/+17 |
| 2019-05-20 | Auto merge of #60445 - RalfJung:maybe-uninit, r=Centril | bors | -2/+1 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -2/+1 |
| 2019-05-20 | Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapin | bors | -37/+0 |
| 2019-05-20 | Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk | Mazdak Farrokhzad | -7/+76 |
| 2019-05-20 | Rollup merge of #60745 - wesleywiser:const_prop_into_terminators, r=oli-obk | Mazdak Farrokhzad | -6/+44 |
| 2019-05-20 | Rollup merge of #60590 - petertodd:2018-test-union-nonzero, r=nikomatsakis,Ce... | Mazdak Farrokhzad | -0/+94 |
| 2019-05-19 | [const-prop] Support propagating into SwitchInt's `discr` Operand | Wesley Wiser | -4/+42 |
| 2019-05-19 | [const-prop] Support propagating into Assert's `cond` Operand | Wesley Wiser | -2/+2 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -4/+18 |
| 2019-05-19 | Move run-pass/self/* to ui/self | Taiki Endo | -3/+3 |
| 2019-05-19 | Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy | bors | -0/+30 |
| 2019-05-19 | Move arbitrary_self_types's tests into ui/self | Taiki Endo | -0/+2 |
| 2019-05-18 | Make clear that status quo ≠ guarantee | Peter Todd | -2/+3 |
| 2019-05-19 | Rollup merge of #60924 - estebank:try-msg, r=petrochenkov | Mazdak Farrokhzad | -0/+3 |
| 2019-05-19 | Rollup merge of #60370 - Richard-W:const-layout-construction, r=sfackler | Mazdak Farrokhzad | -0/+21 |
| 2019-05-18 | Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearth | bors | -2/+2 |
| 2019-05-18 | Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrum | bors | -51/+47 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -0/+30 |
| 2019-05-18 | Update rustdoc-ui tests | Guillaume Gomez | -8/+38 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+39 |
| 2019-05-18 | Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis | bors | -20/+113 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -5/+2 |
| 2019-05-17 | Explain that ? converts the error type using From | Esteban Küber | -0/+3 |
| 2019-05-17 | Remove the unstable and deprecated mpsc_select | Josh Stone | -37/+0 |
| 2019-05-17 | Rollup merge of #60901 - estebank:str-str-str, r=Centril | Manish Goregaokar | -11/+170 |
| 2019-05-17 | Account for &String + String | Esteban Küber | -2/+2 |
| 2019-05-17 | Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix | bors | -962/+5201 |
| 2019-05-17 | Auto merge of #60892 - davidtwco:issue-60622, r=oli-obk | bors | -0/+45 |
| 2019-05-17 | Checking generic args after late bound region err. | David Wood | -0/+45 |
| 2019-05-16 | review comments | Esteban Küber | -13/+13 |
| 2019-05-16 | Fix binop span | Esteban Küber | -12/+9 |
| 2019-05-16 | Handle more string addition cases with appropriate suggestions | Esteban Küber | -4/+166 |
| 2019-05-17 | Rollup merge of #60873 - estebank:bad-await, r=Centril | Mazdak Farrokhzad | -27/+334 |
| 2019-05-16 | Fix span for await macro call | Esteban Küber | -1/+1 |
| 2019-05-16 | reverted changed cfg test cases | Dario Gonzalez | -8/+7 |
| 2019-05-16 | fixed issues relating to line numbers being shifted | Dario Gonzalez | -17/+17 |
| 2019-05-16 | Fixed tidy errors | Dario Gonzalez | -7/+2 |
| 2019-05-16 | Added ignore-sgx for appropriate tests | Dario Gonzalez | -7/+106 |