| Age | Commit message (Expand) | Author | Lines |
| 2019-07-27 | Rollup merge of #63036 - topecongiro:add-lib-section, r=matklad | Mazdak Farrokhzad | -0/+6 |
| 2019-07-27 | Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank | Mazdak Farrokhzad | -7/+134 |
| 2019-07-27 | Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfackler | Mazdak Farrokhzad | -0/+3 |
| 2019-07-27 | Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJung | Mazdak Farrokhzad | -34/+52 |
| 2019-07-27 | Rollup merge of #62979 - Mark-Simulacrum:json-dumper-pretty, r=Xanewok | Mazdak Farrokhzad | -78/+35 |
| 2019-07-27 | Rollup merge of #62423 - Aaron1011:fix/existential-cycle, r=oli-obk | Mazdak Farrokhzad | -100/+158 |
| 2019-07-27 | Add comment | topecongiro | -0/+2 |
| 2019-07-27 | Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung | bors | -5/+15 |
| 2019-07-27 | Add lib section to rustc_lexer's Cargo.toml | topecongiro | -0/+4 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -969/+499 |
| 2019-07-26 | Rollup merge of #63009 - Rosto75:master, r=matklad | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=Centril | Mazdak Farrokhzad | -0/+29 |
| 2019-07-26 | Rollup merge of #63002 - gilescope:better-build-diagnostics, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank | Mazdak Farrokhzad | -12/+8 |
| 2019-07-26 | Rollup merge of #62983 - Mark-Simulacrum:remove-needless-rc, r=petrochenkov | Mazdak Farrokhzad | -20/+16 |
| 2019-07-26 | Rollup merge of #62980 - alexcrichton:windows-metadata, r=sfackler | Mazdak Farrokhzad | -16/+69 |
| 2019-07-26 | Rollup merge of #62970 - pietroalbini:fix-tools-builder, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | Rollup merge of #62964 - RalfJung:ty-tests, r=Centril | Mazdak Farrokhzad | -7/+7 |
| 2019-07-26 | Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkov | Mazdak Farrokhzad | -36/+89 |
| 2019-07-26 | Rollup merge of #62956 - ia0:fix_62831, r=petrochenkov | Mazdak Farrokhzad | -27/+119 |
| 2019-07-26 | Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton | Mazdak Farrokhzad | -0/+6 |
| 2019-07-26 | Rollup merge of #62904 - nikic:arm-d32, r=alexcrichton | Mazdak Farrokhzad | -4/+4 |
| 2019-07-26 | Rollup merge of #62862 - BaoshanPang:cleanup, r=alexcrichton | Mazdak Farrokhzad | -1042/+1 |
| 2019-07-26 | Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb | Mazdak Farrokhzad | -102/+37 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -700/+3 |
| 2019-07-26 | Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obk | Mazdak Farrokhzad | -127/+171 |
| 2019-07-26 | Rollup merge of #62583 - sfackler:unpin-raw, r=cramertj | Mazdak Farrokhzad | -0/+6 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -136/+393 |
| 2019-07-26 | Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=Centril | Mazdak Farrokhzad | -5/+9 |
| 2019-07-26 | Rollup merge of #62120 - GuillaumeGomez:add-missing-type-links, r=Centril | Mazdak Farrokhzad | -63/+81 |
| 2019-07-26 | Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-07-26 | lowering: Omit bare trait lint on macro call sites | David Wood | -16/+17 |
| 2019-07-26 | add repr(transparent) to IoSliceMut where missing | Niv Kaminer | -0/+3 |
| 2019-07-26 | Update src/librustc_mir/interpret/memory.rs | Oliver Scherer | -1/+1 |
| 2019-07-26 | Update src/librustc_mir/interpret/memory.rs | Oliver Scherer | -1/+1 |
| 2019-07-26 | Address review comments | Oliver Scherer | -7/+11 |
| 2019-07-26 | std: Add more accessors for `Metadata` on Windows | Alex Crichton | -16/+69 |
| 2019-07-26 | Remove redundant `mut` from variable declaration. | Tomasz Różański | -1/+1 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -969/+499 |
| 2019-07-26 | Auto merge of #62914 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-07-26 | Add test for issue-54062 | Yuki Okushi | -0/+29 |
| 2019-07-26 | Clear up `get_size_and_align` | Oliver Scherer | -34/+37 |
| 2019-07-26 | clarify and unify some type test names | Ralf Jung | -7/+7 |
| 2019-07-26 | Fix tidy | Oliver Scherer | -1/+1 |
| 2019-07-26 | `run_quiet` outputs stdout/stderr when things go wrong. | Giles Cope | -1/+1 |
| 2019-07-25 | Update cargo | Eric Huss | -0/+0 |
| 2019-07-26 | Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton | bors | -117/+529 |
| 2019-07-25 | Auto merge of #62990 - Centril:rollup-k9n0hvs, r=Centril | bors | -1220/+1329 |
| 2019-07-25 | Rewrite `get_size_and_align` so it doesn't duplicate work | Oliver Scherer | -34/+35 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -27/+119 |