| Age | Commit message (Expand) | Author | Lines |
| 2020-08-19 | Upgrade Emscripten on CI to 1.39.20 | Thomas Lively | -2/+2 |
| 2020-08-19 | Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27 | bors | -9/+174 |
| 2020-08-19 | Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514 | Yuki Okushi | -77/+173 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -170/+42 |
| 2020-08-19 | Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomez | Yuki Okushi | -7/+28 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -102/+251 |
| 2020-08-19 | Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrum | bors | -0/+36 |
| 2020-08-19 | Auto merge of #75555 - workingjubilee:update-everything, r=Mark-Simulacrum | bors | -19/+30 |
| 2020-08-18 | Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkov | bors | -126/+41 |
| 2020-08-18 | Fix asm compiler flags change from cmake 0.1.44 | Tomasz Miąsko | -1/+2 |
| 2020-08-18 | Don't emit "is not a logical operator" error outside of associative expressions | Tyson Nottingham | -170/+42 |
| 2020-08-18 | Don't panic in Vec::shrink_to_fit | Josh Stone | -0/+36 |
| 2020-08-18 | Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb | bors | -5/+1 |
| 2020-08-18 | Resolve licensing by updating tinyvec 0.3.3 -> 0.3.4 | Jubilee Young | -0/+1 |
| 2020-08-18 | Update license check post-cargo update | Mark Rousskov | -18/+27 |
| 2020-08-18 | Auto merge of #75639 - RalfJung:miri, r=RalfJung | bors | -10/+8 |
| 2020-08-18 | Update rustdoc-ui tests | Guillaume Gomez | -51/+85 |
| 2020-08-18 | Auto merge of #75663 - Xanewok:update-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2020-08-18 | Add doc examples count for --show-coverage | Guillaume Gomez | -26/+88 |
| 2020-08-18 | Remove broken clap versions from cargotest | Aleksey Kladov | -8/+1 |
| 2020-08-18 | Bump RLS | Igor Matuszewski | -0/+0 |
| 2020-08-18 | Auto merge of #75631 - matklad:rust-analyzer-2020-08-17, r=matklad | bors | -16/+44 |
| 2020-08-18 | update miri | Ralf Jung | -10/+8 |
| 2020-08-18 | Auto merge of #75566 - alasher:master, r=oli-obk | bors | -3687/+48 |
| 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-17 | Rollup merge of #75637 - ctaggart:wasm32build, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 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 | -39/+111 |
| 2020-08-18 | Rollup merge of #75634 - scileo:fix-75581, r=ehuss | Yuki Okushi | -1/+1 |
| 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 #75389 - RalfJung:span_label, r=davidtwco | Yuki Okushi | -12/+17 |
| 2020-08-17 | Resolve true and false as booleans | Joshua Nelson | -7/+28 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -304/+303 |
| 2020-08-17 | Update MIR tests with comment verbosity fix | Austin Lasher | -3679/+30 |
| 2020-08-17 | Suppress verbose MIR comments for trivial types | Austin Lasher | -8/+18 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -458/+565 |
| 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 | -1/+1 |
| 2020-08-17 | Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obk | bors | -24/+24 |
| 2020-08-18 | Wrap recursion in `ensure_sufficient_stack`. | jumbatm | -88/+91 |
| 2020-08-18 | Also accept Refs for is_primitive_or_pointer | jumbatm | -4/+5 |
| 2020-08-18 | Avoid double hashset lookup. | jumbatm | -2/+1 |
| 2020-08-18 | Don't memoize seen types. | jumbatm | -51/+9 |