| Age | Commit message (Expand) | Author | Lines |
| 2020-08-18 | Remove broken clap versions from cargotest | Aleksey Kladov | -8/+1 |
| 2020-08-18 | Remove missing_fragment_specifier lint | Aleksey Kladov | -20/+0 |
| 2020-08-18 | Promote missing_fragment_specifier to hard error | Aleksey Kladov | -90/+32 |
| 2020-08-18 | Move macro test to ui/macros | Aleksey Kladov | -0/+0 |
| 2020-08-18 | Auto merge of #75654 - tmandry:rollup-ej0oezi, r=tmandry | bors | -8/+14 |
| 2020-08-17 | Rollup merge of #75637 - ctaggart:wasm32build, r=Mark-Simulacrum | Tyler Mandry | -3/+3 |
| 2020-08-17 | Rollup merge of #75603 - mati865:mingw-out-implib-compat, r=oli-obk | Tyler Mandry | -1/+1 |
| 2020-08-17 | Rollup merge of #75548 - dancrossnyc:master, r=tmandry | Tyler Mandry | -4/+10 |
| 2020-08-18 | Auto merge of #75653 - JohnTitor:rollup-0ejtdfo, r=JohnTitor | bors | -215/+702 |
| 2020-08-18 | Rollup merge of #75634 - scileo:fix-75581, r=ehuss | Yuki Okushi | -1/+1 |
| 2020-08-18 | Rollup merge of #75629 - EllenNyan:ellen-intra-doc-links, r=jyn514 | Yuki Okushi | -65/+13 |
| 2020-08-18 | Rollup merge of #75626 - GuillaumeGomez:cleanup-e0754, r=pickfire | Yuki Okushi | -13/+7 |
| 2020-08-18 | Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkov | Yuki Okushi | -0/+70 |
| 2020-08-18 | Rollup merge of #75578 - 5M1Sec:master, r=oli-obk | Yuki Okushi | -13/+16 |
| 2020-08-18 | Rollup merge of #75464 - poliorcetics:intra-links-panic-and-ascii, r=jyn514 | Yuki Okushi | -30/+10 |
| 2020-08-18 | Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJung | Yuki Okushi | -81/+568 |
| 2020-08-18 | Rollup merge of #75389 - RalfJung:span_label, r=davidtwco | Yuki Okushi | -12/+17 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -304/+303 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -458/+588 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -304/+303 |
| 2020-08-17 | Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiser | bors | -267/+381 |
| 2020-08-17 | librustc_metadata::locator: Properly detect file type. | Dan Cross | -4/+10 |
| 2020-08-17 | update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknown | Cameron Taggart | -3/+3 |
| 2020-08-17 | Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obk | bors | -24/+24 |
| 2020-08-17 | Improve display | Guillaume Gomez | -6/+4 |
| 2020-08-17 | Remove unnecessary links in env.rs | Ellen | -8/+0 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -7/+204 |
| 2020-08-17 | Switch to intra-doc links for std/src/alloc.rs | Ellen | -9/+0 |
| 2020-08-17 | Switch to intra-doc links for std/src/env.rs | Ellen | -27/+14 |
| 2020-08-17 | Switch to intra-doc links for std/src/error.rs | Ellen | -25/+3 |
| 2020-08-17 | Make a test platform independent | Oliver Scherer | -7/+11 |
| 2020-08-17 | Clean up E0754 explanation | Guillaume Gomez | -9/+5 |
| 2020-08-17 | clippy: support `QPath::LangItem` | David Wood | -130/+117 |
| 2020-08-17 | Add `as_uninit`-like methods to pointer types and unify documentation of `as_... | Tim Diekmann | -81/+568 |
| 2020-08-17 | attempt to improve span_label docs | Ralf Jung | -12/+17 |
| 2020-08-17 | Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obk | bors | -10/+23 |
| 2020-08-17 | fix typo | Ralf Jung | -1/+1 |
| 2020-08-17 | Mark x86_64-linux-kernel as * | Sasha | -1/+1 |
| 2020-08-17 | Auto merge of #75535 - denisvasilik:intra-doc-links-any, r=jyn514 | bors | -1/+1 |
| 2020-08-17 | Auto merge of #75468 - poliorcetics:intra-links-fs, r=jyn514 | bors | -132/+59 |
| 2020-08-17 | Auto merge of #75568 - ehuss:cloudabi-tier3, r=Mark-Simulacrum | bors | -5/+2 |
| 2020-08-16 | Allowing raw ptr dereference in const fn | 5M1Sec | -13/+16 |
| 2020-08-17 | Auto merge of #75014 - Amanieu:fix_asm_reg, r=nagisa | bors | -91/+959 |
| 2020-08-16 | Add explanation for `&mut self` method call when expecting `-> Self` | Esteban Küber | -0/+70 |
| 2020-08-16 | Auto merge of #74562 - pickfire:is_ascii_branchless, r=nagisa | bors | -9/+6 |
| 2020-08-16 | Auto merge of #75609 - tmandry:rollup-yrcmgke, r=tmandry | bors | -196/+455 |
| 2020-08-16 | Rollup merge of #75596 - nixphix:docs/windows-ext, r=jyn514 | Tyler Mandry | -34/+8 |
| 2020-08-16 | Rollup merge of #75569 - tmiasko:emscripten, r=tlively | Tyler Mandry | -2/+2 |
| 2020-08-16 | Rollup merge of #75485 - RalfJung:pin, r=nagisa | Tyler Mandry | -3/+10 |
| 2020-08-16 | Rollup merge of #75423 - denisvasilik:intra-doc-links-core-hint, r=dtolnay | Tyler Mandry | -2/+1 |