| Age | Commit message (Expand) | Author | Lines |
| 2019-10-14 | Rollup merge of #65395 - JohnTitor:add-tests, r=Centril | Mazdak Farrokhzad | -0/+131 |
| 2019-10-14 | Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril | Mazdak Farrokhzad | -257/+257 |
| 2019-10-14 | Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+1 |
| 2019-10-14 | Add test for issue-48638 | Yuki Okushi | -0/+21 |
| 2019-10-14 | Add test for issue-48027 | Yuki Okushi | -0/+29 |
| 2019-10-14 | Add test for issue-48010 | Yuki Okushi | -0/+23 |
| 2019-10-14 | Add test for issue-47486 | Yuki Okushi | -0/+23 |
| 2019-10-14 | Add test for issue-44153 | Yuki Okushi | -0/+35 |
| 2019-10-13 | Rollup merge of #65347 - RalfJung:unwind-abort-rust, r=varkor | Mazdak Farrokhzad | -3/+27 |
| 2019-10-13 | Rollup merge of #65320 - memoryruins:const_err, r=oli-obk | Mazdak Farrokhzad | -0/+38 |
| 2019-10-13 | Rollup merge of #65250 - da-x:ctor-in-error-msgs, r=petrochenkov | Mazdak Farrokhzad | -173/+173 |
| 2019-10-13 | Rollup merge of #65248 - estebank:mention-if-let, r=cramertj | Mazdak Farrokhzad | -0/+142 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+34 |
| 2019-10-12 | test unwind(abort) with Rust ABI | Ralf Jung | -3/+27 |
| 2019-10-12 | Auto merge of #65322 - tmandry:rollup-frr651r, r=tmandry | bors | -5/+398 |
| 2019-10-12 | Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw... | bors | -0/+148 |
| 2019-10-11 | Rollup merge of #65310 - da-x:issue-56195, r=petrochenkov | Tyler Mandry | -0/+6 |
| 2019-10-11 | Rollup merge of #65289 - varkor:issue-65284, r=estebank | Tyler Mandry | -0/+26 |
| 2019-10-11 | Rollup merge of #65283 - petrochenkov:softstab2, r=estebank | Tyler Mandry | -2/+15 |
| 2019-10-11 | Rollup merge of #65277 - csmoe:fix-move, r=estebank | Tyler Mandry | -1/+1 |
| 2019-10-11 | Rollup merge of #65205 - GuillaumeGomez:long-err-explanation-E0568, r=estebank | Tyler Mandry | -2/+5 |
| 2019-10-11 | Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakis | Tyler Mandry | -0/+142 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -0/+203 |
| 2019-10-11 | Add regression test for CONST_ERR lints in extern macros | memoryruins | -0/+38 |
| 2019-10-11 | resolve: shorten wording on private constructor error | Dan Aloni | -55/+55 |
| 2019-10-11 | resolve: fix error title regarding private constructors | Dan Aloni | -118/+118 |
| 2019-10-11 | test: extend derive_on_deprecated to include more derivations | Dan Aloni | -0/+6 |
| 2019-10-11 | emcscripten: ignore another thread-using test | Ralf Jung | -0/+1 |
| 2019-10-11 | ignore-emcscripten as it does not support threads | Ralf Jung | -0/+1 |
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -257/+257 |
| 2019-10-11 | Fix issue 65284 | varkor | -0/+26 |
| 2019-10-11 | Add long error explanation for E0697 | Yuki Okushi | -0/+1 |
| 2019-10-10 | stability: Do not use `buffer_lint` after lowering to HIR | Vadim Petrochenkov | -2/+15 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -89/+192 |
| 2019-10-10 | query generator kind for error reporting | csmoe | -1/+1 |
| 2019-10-10 | Update ui tests | Guillaume Gomez | -2/+5 |
| 2019-10-10 | Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakis | bors | -0/+37 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -0/+128 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -287/+159 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -0/+142 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -3/+3 |
| 2019-10-09 | Only suggest change mut if vars are resolved | Esteban Küber | -1/+0 |
| 2019-10-09 | Obligation must apply modulo regions | Esteban Küber | -2/+0 |
| 2019-10-09 | Tweak wording | Esteban Küber | -9/+9 |
| 2019-10-09 | Note when a mutable trait object is needed | Esteban Küber | -0/+131 |
| 2019-10-09 | resolve: Use field spans for reporting the private constructor error | Vadim Petrochenkov | -89/+192 |
| 2019-10-09 | Rollup merge of #65166 - csmoe:async-move, r=estebank | Mazdak Farrokhzad | -0/+46 |
| 2019-10-09 | Rollup merge of #65037 - anp:track-caller, r=oli-obk | Mazdak Farrokhzad | -0/+217 |
| 2019-10-08 | Rollup merge of #65213 - estebank:peel-drop-temps, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-10-08 | Rollup merge of #65194 - estebank:remove_str, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |