| Age | Commit message (Expand) | Author | Lines |
| 2020-10-05 | Add regression test for SimplifyBranchSame miscompilation | Tomasz Miąsko | -0/+21 |
| 2020-10-03 | repairing broken error message and rustfix application for the new test | Aurélien Deharbe | -9/+23 |
| 2020-10-03 | add non-regression test for issue #76597 | Aurélien Deharbe | -0/+21 |
| 2020-10-03 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -11/+15 |
| 2020-10-03 | Only visit types once when walking the type tree | Valerii Lashmanov | -7/+70 |
| 2020-10-02 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -16/+37 |
| 2020-10-02 | Revert "Move macro test to ui/macros" | Mark Rousskov | -0/+0 |
| 2020-09-28 | revert const_type_id stabilization | Ashley Mannix | -4/+7 |
| 2020-09-28 | [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt | Wesley Wiser | -15/+31 |
| 2020-09-17 | Account for async functions when suggesting new named lifetime | Esteban Küber | -12/+36 |
| 2020-09-17 | Account for version number in NtIdent hack | Aaron Hill | -7/+43 |
| 2020-09-17 | Add ui test for 74672 and 76571 | Lzu Tao | -0/+46 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -1/+0 |
| 2020-08-24 | Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomez | bors | -8/+91 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-08-23 | Update primitive test to match the new behavior | Joshua Nelson | -8/+8 |
| 2020-08-23 | Report an ambiguity if both modules and primitives are in scope | Joshua Nelson | -0/+83 |
| 2020-08-23 | Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov | bors | -0/+123 |
| 2020-08-23 | Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebank | bors | -0/+116 |
| 2020-08-23 | Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJung | bors | -0/+170 |
| 2020-08-23 | Fix `compile-flags` directive | ecstatic-morse | -2/+2 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -15/+10 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -543/+252 |
| 2020-08-23 | Auto merge of #73526 - cuviper:rust-llvm11, r=nikic | bors | -18/+20 |
| 2020-08-23 | Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkov | bors | -62/+172 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -543/+252 |
| 2020-08-22 | Add backwards-compat hack for certain '$name' tokens | Aaron Hill | -0/+60 |
| 2020-08-22 | Recursively expand `TokenKind::Interpolated` (take 2) | Aaron Hill | -62/+112 |
| 2020-08-22 | Write coverage filenames in Version3 format | Josh Stone | -1/+1 |
| 2020-08-22 | Match scalar-pair-bool more flexibly for LLVM 11 | Josh Stone | -2/+3 |
| 2020-08-22 | Expand RISCV pseudo-instructions to match LLVM 11 | Josh Stone | -15/+16 |
| 2020-08-22 | Test new floating point bit casts | Dylan MacKenzie | -0/+170 |
| 2020-08-22 | Auto merge of #74566 - lzutao:guard, r=petrochenkov | bors | -0/+430 |
| 2020-08-22 | remove feature gate from tests | Ralf Jung | -15/+10 |
| 2020-08-22 | Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,... | bors | -5/+54 |
| 2020-08-22 | rustdoc: Only resolve traits in scope | Joshua Nelson | -0/+37 |
| 2020-08-22 | rustdoc: Add support for associated items even outside the impl itself | Joshua Nelson | -0/+86 |
| 2020-08-22 | Rollup merge of #75781 - Amanieu:asm-fix, r=nagisa | Dylan DPC | -0/+5 |
| 2020-08-22 | Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc... | Dylan DPC | -2/+3 |
| 2020-08-22 | Rollup merge of #75718 - GuillaumeGomez:coverage-ui-doc-examples-count, r=jyn514 | Dylan DPC | -59/+111 |
| 2020-08-21 | Add regression test | Amanieu d'Antras | -0/+5 |
| 2020-08-21 | Strenghten tests for missing_doc_code_examples lint | Guillaume Gomez | -5/+54 |
| 2020-08-21 | Auto merge of #75697 - lzutao:mir-dumb-const-prefix, r=oli-obk | bors | -128/+128 |
| 2020-08-21 | Rollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakis | Yuki Okushi | -2/+4 |
| 2020-08-21 | Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkov | bors | -2/+56 |
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -128/+128 |
| 2020-08-21 | Extend normalization in const-eval-query-stack test | Tomasz Miąsko | -2/+3 |
| 2020-08-20 | Auto merge of #75494 - matthewjasper:defer-recursive-projection-error, r=niko... | bors | -47/+103 |
| 2020-08-20 | Update how doc examples are counted | Guillaume Gomez | -8/+31 |