| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Improve type safety | bjorn3 | -24/+17 |
| 2019-10-13 | Add top level provide/provide_extern to cg_ssa and cg_utils | bjorn3 | -5/+19 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -22/+21 |
| 2019-10-13 | Inline functions from cg_ssa::callee and remove the mod | bjorn3 | -66/+40 |
| 2019-10-13 | s/FuncId/Function | bjorn3 | -14/+14 |
| 2019-10-13 | Move span_invalid_monomorphization_error from cg_llvm to cg_ssa | bjorn3 | -46/+42 |
| 2019-10-13 | Move some provides from cg_llvm to rustc_interface | bjorn3 | -5/+5 |
| 2019-10-13 | Remove unused method CodegenBackend::diagnostics | bjorn3 | -5/+0 |
| 2019-10-13 | Remove is_const_integral method from ConstMethods | bjorn3 | -16/+18 |
| 2019-10-13 | Introduce FuncId backend type | bjorn3 | -10/+16 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -10/+86 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+37 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -117/+718 |
| 2019-10-12 | Remove the fn pointer #[track_caller] test. | Adam Perry | -37/+0 |
| 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 | Clarify comment about purpose of ReifyShim. | Adam Perry | -2/+2 |
| 2019-10-11 | resolve_for_fn_ptr checks that the instance is an Item before returning shim. | Adam Perry | -10/+12 |
| 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 |