| Age | Commit message (Expand) | Author | Lines |
| 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 | mir building: fix some comments | Ralf Jung | -6/+7 |
| 2020-08-18 | Bump RLS | Igor Matuszewski | -0/+0 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -81/+267 |
| 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-18 | Provide better spans for the match arm without tail expression | Wonwoo Choi | -22/+154 |
| 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 |
| 2020-08-18 | Reduce indentation by replacing match arm w/ early return. | jumbatm | -125/+118 |
| 2020-08-18 | Remove structural equiv check for Array const. | jumbatm | -3/+0 |
| 2020-08-18 | Remove unnecessary rebinding of def ids. | jumbatm | -11/+5 |
| 2020-08-18 | Actually introduce a cycle in Reffy test. | jumbatm | -4/+6 |
| 2020-08-18 | Fix stack overflow for recursive types. | jumbatm | -102/+187 |
| 2020-08-18 | Add test demonstrating the issue. | jumbatm | -0/+117 |
| 2020-08-17 | Improve display | Guillaume Gomez | -6/+4 |
| 2020-08-17 | :arrow_up: rust-analyzer | Aleksey Kladov | -16/+44 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -3/+180 |
| 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 | polymorphize: ∃ used param ∈ predicate → all used | David Wood | -75/+29 |
| 2020-08-17 | clippy: support `QPath::LangItem` | David Wood | -130/+117 |
| 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 |