| Age | Commit message (Expand) | Author | Lines |
| 2019-09-02 | Auto merge of #63692 - iluuu1994:issue-49660, r=sfackler | bors | -0/+77 |
| 2019-09-01 | Auto merge of #63870 - estebank:async-fn-call, r=oli-obk | bors | -2081/+1234 |
| 2019-09-01 | review comment | Esteban Küber | -2/+2 |
| 2019-08-31 | Fix nll tests | Esteban Küber | -37/+24 |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -0/+20 |
| 2019-08-31 | Suggest call fn ctor passed as arg to fn with type param bounds | Esteban Küber | -0/+56 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -2044/+1154 |
| 2019-08-31 | Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppe | bors | -13/+23 |
| 2019-08-31 | improper_ctypes: guard against accidental change to Unique<T>. | Mazdak Farrokhzad | -13/+23 |
| 2019-08-30 | Auto merge of #64026 - Centril:rollup-le667lp, r=Centril | bors | -106/+162 |
| 2019-08-30 | Rollup merge of #64015 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -60/+84 |
| 2019-08-30 | Rollup merge of #64014 - RalfJung:miri-slice, r=oli-obk | Mazdak Farrokhzad | -46/+78 |
| 2019-08-30 | Auto merge of #63982 - sam09:fix-63976, r=estebank | bors | -2/+2 |
| 2019-08-30 | add test | Ralf Jung | -0/+29 |
| 2019-08-30 | Skip wrapping arithmetic tests on emscripten for 128 bit integers | Ilija Tovilo | -0/+2 |
| 2019-08-30 | const-eval tests: make all unions repr(C) | Ralf Jung | -59/+79 |
| 2019-08-30 | explain why REF_AS_USIZE is important | Ralf Jung | -0/+3 |
| 2019-08-30 | tweak const-valid test | Ralf Jung | -1/+2 |
| 2019-08-30 | make unions repr(C) | Ralf Jung | -18/+21 |
| 2019-08-30 | Auto merge of #63402 - estebank:strip-margin, r=oli-obk | bors | -24/+118 |
| 2019-08-30 | better variable names | Ralf Jung | -28/+28 |
| 2019-08-30 | Update tests | Oliver Scherer | -2/+2 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -0/+32 |
| 2019-08-30 | Fix test. | Sam Radhakrishan | -2/+2 |
| 2019-08-29 | Also test isize and usize in wrapping arithmetics | Ilija Tovilo | -0/+2 |
| 2019-08-29 | Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoerister | Mazdak Farrokhzad | -1/+1 |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -66/+123 |
| 2019-08-29 | Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper | Mazdak Farrokhzad | -75/+88 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -0/+4 |
| 2019-08-29 | Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank | Mazdak Farrokhzad | -116/+392 |
| 2019-08-29 | Rollup merge of #63938 - tshepang:typo, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-29 | Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertj | Mazdak Farrokhzad | -0/+55 |
| 2019-08-28 | Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebank | bors | -0/+51 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -10/+10 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -12/+12 |
| 2019-08-28 | or-pattern: fix typo in error message | Tshepang Lekhonkhobe | -2/+2 |
| 2019-08-28 | Remove `sized` spans | Yuki Okushi | -14/+2 |
| 2019-08-28 | Apply review comments | Yuki Okushi | -2/+14 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -0/+4 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -0/+51 |
| 2019-08-27 | Improve 'mut ' diagnostic. | Mazdak Farrokhzad | -17/+48 |
| 2019-08-27 | rustc: Handle modules in "fat" LTO more robustly | Alex Crichton | -1/+1 |
| 2019-08-27 | Ensure 'let mut ;' where ':pat' is banned. | Mazdak Farrokhzad | -1/+18 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -2/+2 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -4/+4 |
| 2019-08-27 | recover on 'mut ' and improve recovery for keywords. | Mazdak Farrokhzad | -116/+344 |
| 2019-08-27 | Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramert | Mazdak Farrokhzad | -0/+23 |
| 2019-08-27 | Rollup merge of #63761 - petrochenkov:procattrs, r=eddyb | Mazdak Farrokhzad | -41/+188 |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -41/+143 |
| 2019-08-27 | Respect attributes on proc macro definitions | Vadim Petrochenkov | -0/+43 |