| Age | Commit message (Expand) | Author | Lines |
| 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 | Don't discard value names when using address or memory sanitizer | Tomasz Miąsko | -0/+3 |
| 2019-10-13 | Collect occurrences of for mismatched braces diagnostic | wangxiangqing | -0/+14 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+34 |
| 2019-10-13 | Test an assoc. type in struct member def inside fn | Igor Matuszewski | -0/+10 |
| 2019-10-12 | make tests more robust | Ralf Jung | -2/+2 |
| 2019-10-12 | test unwind(abort) with Rust ABI | Ralf Jung | -3/+27 |
| 2019-10-12 | some typography | Ralf Jung | -2/+2 |
| 2019-10-12 | also (properly) test nounwind on function definitions | Ralf Jung | -6/+19 |
| 2019-10-12 | update test for nounwind on FFI imports | Ralf Jung | -19/+41 |
| 2019-10-12 | Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r... | bors | -0/+21 |
| 2019-10-12 | Auto merge of #65322 - tmandry:rollup-frr651r, r=tmandry | bors | -45/+399 |
| 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 #65321 - Mark-Simulacrum:remove-linker-no-utf8-test, r=nikoma... | Tyler Mandry | -39/+0 |
| 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 | -1/+204 |
| 2019-10-11 | Remove painful test that is not pulling its weight | Mark Rousskov | -39/+0 |
| 2019-10-11 | Add regression test for CONST_ERR lints in extern macros | memoryruins | -0/+38 |
| 2019-10-11 | don't assume we can *always* find a return type hint in async fn | Niko Matsakis | -0/+19 |
| 2019-10-11 | rustdoc: forward -Z options to rustc | Tomasz Miąsko | -15/+32 |
| 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 | Update ui stderr | Oliver Scherer | -15/+2 |
| 2019-10-11 | Ensure we do not treat all unions as not having any drop glue. | Oliver Scherer | -0/+47 |
| 2019-10-11 | Preserve originally intended test semantics | Oliver Scherer | -4/+6 |
| 2019-10-11 | rpass tests are now part of `ui` tests | Oliver Scherer | -1/+1 |
| 2019-10-11 | Extend union-nodrop.rs test | Simon Sapin | -1/+5 |
| 2019-10-11 | Update src/test/run-pass/union/union-nodrop.rs | Simon Sapin | -1/+1 |
| 2019-10-11 | Fixes #41073, it is no longer an ICE | Simon Sapin | -0/+39 |
| 2019-10-11 | Change untagged_unions to not allow union fields with drop | Ulrik Sverdrup | -75/+186 |
| 2019-10-11 | Remove most uses of `allow(unions_with_drop_fields)` in tests | Simon Sapin | -121/+118 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -0/+179 |
| 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 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -0/+50 |
| 2019-10-10 | Update ui tests | Guillaume Gomez | -2/+5 |