| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Test an assoc. type in struct member def inside fn | Igor Matuszewski | -0/+10 |
| 2019-10-12 | Auto merge of #65328 - lzutao:bump-rls-rustfmt, r=Xanewok | bors | -18/+18 |
| 2019-10-12 | Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r... | bors | -4/+23 |
| 2019-10-12 | Update RLS and Rustfmt | Igor Matuszewski | -18/+18 |
| 2019-10-12 | Auto merge of #65322 - tmandry:rollup-frr651r, r=tmandry | bors | -280/+730 |
| 2019-10-12 | Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw... | bors | -13/+187 |
| 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 | -2/+8 |
| 2019-10-11 | Rollup merge of #65289 - varkor:issue-65284, r=estebank | Tyler Mandry | -21/+41 |
| 2019-10-11 | Rollup merge of #65283 - petrochenkov:softstab2, r=estebank | Tyler Mandry | -6/+32 |
| 2019-10-11 | Rollup merge of #65277 - csmoe:fix-move, r=estebank | Tyler Mandry | -26/+55 |
| 2019-10-11 | Rollup merge of #65276 - varkor:toolstate-no-ping, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2019-10-11 | Rollup merge of #65266 - rust-lang:must-use-join, r=dtolnay | Tyler Mandry | -0/+1 |
| 2019-10-11 | Rollup merge of #65263 - mbStavola:dedup-raw-item-fns, r=Centril | Tyler Mandry | -21/+12 |
| 2019-10-11 | Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikic | Tyler Mandry | -0/+0 |
| 2019-10-11 | Rollup merge of #65205 - GuillaumeGomez:long-err-explanation-E0568, r=estebank | Tyler Mandry | -3/+34 |
| 2019-10-11 | Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomez | Tyler Mandry | -5/+9 |
| 2019-10-11 | Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakis | Tyler Mandry | -0/+142 |
| 2019-10-11 | Rollup merge of #65048 - Kixunil:patch-1, r=KodrAus | Tyler Mandry | -0/+2 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -152/+389 |
| 2019-10-11 | Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPC | Tyler Mandry | -4/+4 |
| 2019-10-11 | Remove painful test that is not pulling its weight | Mark Rousskov | -39/+0 |
| 2019-10-11 | Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapin | bors | -6/+1 |
| 2019-10-11 | test: extend derive_on_deprecated to include more derivations | Dan Aloni | -0/+6 |
| 2019-10-11 | deriving: avoid dummy Span on an artificial `type_ident` path | Dan Aloni | -2/+2 |
| 2019-10-11 | emcscripten: ignore another thread-using test | Ralf Jung | -0/+1 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -18/+1 |
| 2019-10-11 | ignore-emcscripten as it does not support threads | Ralf Jung | -0/+1 |
| 2019-10-11 | Fix issue 65284 | varkor | -21/+41 |
| 2019-10-10 | Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum | bors | -33/+127 |
| 2019-10-10 | stability: Do not use `buffer_lint` after lowering to HIR | Vadim Petrochenkov | -6/+32 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -120/+222 |
| 2019-10-10 | query generator kind for error reporting | csmoe | -26/+55 |
| 2019-10-10 | Don't cc rust-lang/compiler for toolstate changes | varkor | -1/+1 |
| 2019-10-10 | Auto merge of #59546 - sfanxiang:interminable-ub, r=nagisa | bors | -1/+107 |
| 2019-10-10 | Update ui tests | Guillaume Gomez | -2/+5 |
| 2019-10-10 | Add long error explanation for E0568 | Guillaume Gomez | -1/+29 |
| 2019-10-10 | Auto merge of #65140 - petrochenkov:disapp, r=nikomatsakis | bors | -1/+37 |
| 2019-10-10 | Mark Path::join as must_use | Aleksey Kladov | -0/+1 |
| 2019-10-10 | Add and update rustdoc ui test | Guillaume Gomez | -2/+24 |
| 2019-10-10 | Don't pass doctest feature by default | Guillaume Gomez | -7/+4 |
| 2019-10-10 | Preserve output of raw pointers in mir dump. | ben | -1/+8 |
| 2019-10-10 | Auto merge of #65129 - andjo403:cargo_args, r=alexcrichton | bors | -0/+10 |
| 2019-10-09 | Qualify LangItem | Matt Stavola | -1/+1 |
| 2019-10-09 | Delegate is_{freeze,copy,sized}_raw to is_item_raw | Matt Stavola | -21/+12 |
| 2019-10-10 | Auto merge of #65077 - estebank:mut-trait-expected, r=nikomatsakis | bors | -57/+297 |
| 2019-10-10 | Auto merge of #64939 - nnethercote:snapshot-cleanups, r=nikomatsakis | bors | -37/+28 |
| 2019-10-09 | Auto merge of #65249 - matthewjasper:revert-into-drop, r=nnethercote | bors | -466/+247 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -466/+247 |
| 2019-10-10 | Pretty print raw pointers in consts as '{pointer}'. | ben | -3/+4 |