| Age | Commit message (Expand) | Author | Lines |
| 2020-08-22 | Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,... | bors | -5/+54 |
| 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 |
| 2020-08-20 | Remove "total" columns in --show-coverage output | Guillaume Gomez | -58/+49 |
| 2020-08-20 | Don't immediately error for cycles during normalization | Matthew Jasper | -47/+103 |
| 2020-08-20 | Auto merge of #75747 - cuviper:rollup-icke90l, r=cuviper | bors | -6/+40 |
| 2020-08-20 | Rollup merge of #75731 - lzutao:mir-cmts-suppress-float-ty-const, r=oli-obk | Josh Stone | -3/+0 |
| 2020-08-20 | Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obk | Josh Stone | -1/+40 |
| 2020-08-20 | Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviper | Josh Stone | -2/+0 |
| 2020-08-20 | Suppress ty::Float in MIR comments of ty::Const | Lzu Tao | -3/+0 |
| 2020-08-20 | Update rustdoc coverage UI test | Guillaume Gomez | -2/+40 |
| 2020-08-20 | Auto merge of #75562 - oli-obk:const_prop_no_aggregates, r=wesleywiser | bors | -10/+59 |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -985/+39 |
| 2020-08-20 | Suppress MIR comments for FnDef in ty::Const | Lzu Tao | -336/+11 |
| 2020-08-20 | Set RUST_BACKTRACE env variable | ThibsG | -1/+2 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -2/+56 |
| 2020-08-20 | Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co... | bors | -0/+17 |
| 2020-08-19 | Auto merge of #75563 - richkadel:llvm-coverage-map-gen-5.4, r=wesleywiser | bors | -46/+5 |
| 2020-08-19 | Rollup merge of #75649 - jyn514:inherent-lang-impls, r=guillaumegomez | Tyler Mandry | -0/+32 |
| 2020-08-19 | Rollup merge of #75587 - RalfJung:mir-comment-fixes, r=ecstatic-morse | Tyler Mandry | -5/+5 |
| 2020-08-19 | Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkor | Tyler Mandry | -384/+155 |
| 2020-08-19 | Fix bad printing of const-eval queries | ThibsG | -1/+39 |
| 2020-08-19 | Add test for f32 and f64 methods | Joshua Nelson | -2/+20 |
| 2020-08-19 | Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27 | bors | -7/+146 |
| 2020-08-19 | Add a test | Joshua Nelson | -0/+14 |
| 2020-08-19 | Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514 | Yuki Okushi | -51/+85 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -169/+41 |
| 2020-08-19 | Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -0/+119 |
| 2020-08-18 | Moved coverage counter injection from BasicBlock to Statement. | Rich Kadel | -46/+5 |
| 2020-08-19 | Auto merge of #75677 - cuviper:shrink-towel, r=Mark-Simulacrum | bors | -0/+36 |
| 2020-08-19 | Enable stack-overflow detection on musl for non-main threads | Tomasz Miąsko | -2/+0 |
| 2020-08-18 | Auto merge of #75516 - matklad:remove-deprecation, r=petrochenkov | bors | -45/+24 |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -77/+57 |
| 2020-08-18 | run wfcheck in parralel again, add test for 74950 | Bastian Kauschke | -11/+73 |
| 2020-08-18 | move const param structural match checks to wfcheck | Bastian Kauschke | -311/+40 |
| 2020-08-18 | Don't emit "is not a logical operator" error outside of associative expressions | Tyson Nottingham | -169/+41 |
| 2020-08-18 | Don't panic in Vec::shrink_to_fit | Josh Stone | -0/+36 |
| 2020-08-18 | Update rustdoc-ui tests | Guillaume Gomez | -51/+85 |
| 2020-08-18 | mir building: fix some comments | Ralf Jung | -5/+5 |