| Age | Commit message (Expand) | Author | Lines |
| 2019-12-30 | Gammer fix | Donough Liu | -3/+3 |
| 2019-12-30 | Add error code explanation for E0477 | Donough Liu | -3/+54 |
| 2019-12-29 | Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc | bors | -75/+99 |
| 2019-12-28 | Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis | bors | -131/+268 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -131/+267 |
| 2019-12-28 | Auto merge of #67151 - petrochenkov:docomm, r=estebank | bors | -103/+81 |
| 2019-12-28 | Auto merge of #67459 - ssomers:#67438, r=RalfJung | bors | -25/+152 |
| 2019-12-28 | Auto merge of #67675 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2019-12-28 | update miri | Ralf Jung | -7/+9 |
| 2019-12-28 | doc comments: Less attribute mimicking | Vadim Petrochenkov | -103/+81 |
| 2019-12-28 | Auto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum | bors | -30/+30 |
| 2019-12-28 | Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obk | bors | -3/+71 |
| 2019-12-27 | Teach `compiletest` to ignore platform triples | Esteban Küber | -0/+1 |
| 2019-12-28 | Rollup merge of #67659 - SimonSapin:matches, r=rkruppe | Oliver Scherer | -7/+1 |
| 2019-12-28 | Rollup merge of #67654 - rossmacarthur:fix-51770-add-regression-test, r=Centril | Oliver Scherer | -0/+20 |
| 2019-12-28 | Rollup merge of #67635 - Mark-Simulacrum:path-doc-unsafe, r=dtolnay | Oliver Scherer | -0/+7 |
| 2019-12-28 | Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik | Oliver Scherer | -16/+16 |
| 2019-12-28 | Rollup merge of #67629 - kraai:remove-redundant-link-texts, r=steveklabnik | Oliver Scherer | -15/+15 |
| 2019-12-28 | Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obk | Oliver Scherer | -9/+22 |
| 2019-12-28 | Rollup merge of #67617 - kraai:remove-compiler_builtins_lib-docs, r=Dylan-DPC | Oliver Scherer | -40/+1 |
| 2019-12-28 | Rollup merge of #67604 - christianpoveda:scalar_to_(u|i)64, r=RalfJung | Oliver Scherer | -21/+35 |
| 2019-12-28 | Rollup merge of #67602 - xfix:use-issue-none-instead-of-0-in-intrinsics, r=Ce... | Oliver Scherer | -6/+6 |
| 2019-12-28 | Rollup merge of #67588 - Kixunil:nonnull-slice-iter, r=rkruppe | Oliver Scherer | -22/+25 |
| 2019-12-28 | Rollup merge of #67576 - king6cong:slice_repeat, r=Dylan-DPC | Oliver Scherer | -4/+4 |
| 2019-12-28 | Rollup merge of #65244 - seanmonstar:into-future, r=seanmonstar | Oliver Scherer | -12/+90 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -12/+90 |
| 2019-12-27 | Auto merge of #67035 - Goirad:implement-ipadd-padding, r=dtolnay | bors | -13/+80 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -7/+1 |
| 2019-12-27 | Add regression test for old NLL ICE | Ross MacArthur | -0/+20 |
| 2019-12-27 | Auto merge of #67437 - matthew-healy:skip-llvm-rebuild, r=Mark-Simulacrum | bors | -0/+15 |
| 2019-12-27 | Auto merge of #67192 - oli-obk:const_zst_addr, r=RalfJung,varkor | bors | -59/+192 |
| 2019-12-26 | Move arena_vec inside lowering. | Camille GILLOT | -12/+12 |
| 2019-12-26 | Remove some type information. | Camille GILLOT | -15/+13 |
| 2019-12-26 | Fewer calls to arena.alloc. | Camille GILLOT | -138/+121 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -413/+491 |
| 2019-12-26 | Lowering for hir::Expr. | Camille GILLOT | -229/+347 |
| 2019-12-26 | Visit for hir::Expr. | Camille GILLOT | -38/+41 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -341/+355 |
| 2019-12-26 | Skip LLVM rebuild when skip-rebuild is true | Matthew Healy | -0/+9 |
| 2019-12-26 | Parse llvm_skip_rebuild into Config | Matthew Healy | -0/+6 |
| 2019-12-26 | Make ui test bitwidth independent | Oliver Scherer | -7/+11 |
| 2019-12-26 | Fix rebase fallout | Oliver Scherer | -1/+6 |
| 2019-12-26 | Use the targetted const eval functions | Oliver Scherer | -9/+5 |
| 2019-12-26 | Reintroduce the recursion comment | Oliver Scherer | -0/+4 |
| 2019-12-26 | Documentation nit | Oliver Scherer | -1/+2 |
| 2019-12-26 | Add a `const_eval` helper to `InterpCx` | Oliver Scherer | -20/+23 |
| 2019-12-26 | Early abort instead of building up zero sized values | Oliver Scherer | -13/+11 |
| 2019-12-26 | Explain why `const_eval` is ok here | Oliver Scherer | -0/+7 |
| 2019-12-26 | Typo | Oliver Scherer | -1/+1 |
| 2019-12-26 | Remove unintended noisy log statement | Oliver Scherer | -109/+1 |