| Age | Commit message (Expand) | Author | Lines |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -3/+3 |
| 2019-06-22 | Auto merge of #62010 - ecstatic-morse:kill-borrows-of-proj, r=pnkfelix | bors | -0/+164 |
| 2019-06-22 | Rollup merge of #62016 - JohnTitor:add-test-for-issue-27697, r=alexcrichton | Mazdak Farrokhzad | -0/+21 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-06-22 | Rollup merge of #61681 - asfreitas:addSendTrait, r=estebank | Mazdak Farrokhzad | -14/+14 |
| 2019-06-22 | adding in these files that didn't get added in previous commit | Andrew | -7/+7 |
| 2019-06-21 | changed expected output in tests so it now passes with changed output | Andrew | -7/+7 |
| 2019-06-21 | Add test checking our behavior for assigning over a `ConstIndex` projection. | Felix S. Klock II | -0/+59 |
| 2019-06-21 | Add test that our handling of projections hasn't gone too far: | Felix S. Klock II | -0/+52 |
| 2019-06-21 | Added test for deref projection. | Felix S. Klock II | -0/+27 |
| 2019-06-21 | add comment outlining test. | Felix S. Klock II | -0/+5 |
| 2019-06-21 | rename file because I found the old filename too long and unwieldy. | Felix S. Klock II | -0/+0 |
| 2019-06-21 | Auto merge of #61959 - oli-obk:const_field_ice, r=eddyb | bors | -0/+17 |
| 2019-06-21 | Add test for issue-27697 | Yuki Okushi | -0/+21 |
| 2019-06-20 | Auto merge of #60293 - nagisa:rustdoc-all-the-auto-traits, r=eddyb | bors | -3/+15 |
| 2019-06-20 | Kill conflicting borrows of places with projections. | Dylan MacKenzie | -0/+21 |
| 2019-06-20 | Rollup merge of #62000 - JohnTitor:add-test-issue-54189, r=cramertj | Mazdak Farrokhzad | -0/+15 |
| 2019-06-21 | Add test for issue-54189 | Yuki Okushi | -0/+15 |
| 2019-06-20 | rustc_mir: support type parameters by printing them as `_`. | Eduard-Mihai Burtescu | -0/+19 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -3/+15 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-20 | Rollup merge of #61782 - Electron-libre:suggest_tuple_struct_syntax, r=estebank | Mazdak Farrokhzad | -4/+12 |
| 2019-06-20 | Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton | bors | -14/+12 |
| 2019-06-19 | Auto merge of #61947 - estebank:ice-ice-revolution, r=matthewjasper | bors | -0/+33 |
| 2019-06-19 | fix compile-fail test for targets without thread locals | tyler | -4/+3 |
| 2019-06-19 | Rename regression test to link it to the corresponding issue | Oliver Scherer | -0/+0 |
| 2019-06-19 | fix indentation | Cedric | -2/+2 |
| 2019-06-19 | Rollup merge of #61547 - petrochenkov:cfgen, r=Centril | Mazdak Farrokhzad | -87/+104 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -0/+17 |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -421/+3202 |
| 2019-06-19 | Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJung | bors | -0/+187 |
| 2019-06-19 | provide variant definition on tuple struct unknow field error | Cedric | -2/+8 |
| 2019-06-19 | adt hint pointing to adt span | Cedric | -8/+6 |
| 2019-06-19 | Support `cfg` and `cfg_attr` on generic parameters | Vadim Petrochenkov | -87/+104 |
| 2019-06-19 | Update ui test output | Oliver Scherer | -1/+1 |
| 2019-06-19 | Add and update more tests | Oliver Scherer | -1/+28 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -0/+160 |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -89/+116 |
| 2019-06-18 | Fix ICE involving mut references | Esteban Küber | -0/+33 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -4/+4 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -13/+5 |
| 2019-06-19 | Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov | Mazdak Farrokhzad | -0/+66 |
| 2019-06-19 | Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |
| 2019-06-19 | Rollup merge of #61748 - estebank:transparent-span, r=Centril | Mazdak Farrokhzad | -69/+38 |
| 2019-06-19 | Rollup merge of #61701 - RalfJung:const-tests, r=cramertj | Mazdak Farrokhzad | -0/+0 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -4/+4 |
| 2019-06-18 | Improve the explicit_outlives_requirements lint | Matthew Jasper | -413/+3194 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -8/+8 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -72/+192 |
| 2019-06-18 | test: normalize away the line/column info in ui/pattern/const-pat-ice. | Eduard-Mihai Burtescu | -1/+2 |