| Age | Commit message (Expand) | Author | Lines |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -1/+4 |
| 2020-02-12 | Auto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r=Dylan-DPC | bors | -2/+20 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -4/+4 |
| 2020-02-12 | Rollup merge of #69042 - yaahc:backtrace-header, r=dtolnay | Dylan DPC | -2/+2 |
| 2020-02-12 | Rollup merge of #69032 - chrissimpkins:ice-yield-println-#69017, r=petrochenkov | Dylan DPC | -0/+18 |
| 2020-02-12 | Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelix | bors | -0/+2 |
| 2020-02-12 | Rollup merge of #69026 - TimDiekmann:common-usage, r=Amanieu | Yuki Okushi | -18/+0 |
| 2020-02-12 | Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJung | Yuki Okushi | -41/+119 |
| 2020-02-11 | Fix failing backtrace ui tests | Jane Lusby | -2/+2 |
| 2020-02-11 | Test failure of unchecked arithmetic intrinsics in const eval | Dylan MacKenzie | -41/+119 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -0/+449 |
| 2020-02-11 | On mismatched argument count point at arguments | Esteban Küber | -98/+167 |
| 2020-02-11 | Suggest named lifetime in ADT with hrtb | Esteban Küber | -3/+42 |
| 2020-02-11 | Use new dataflow framework for `rustc_peek` tests | Dylan MacKenzie | -0/+2 |
| 2020-02-11 | Specify overflow checks behaviour in test | Matthew Jasper | -1/+2 |
| 2020-02-11 | Suggestion when encountering assoc types from hrtb | Esteban Küber | -5/+103 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -263/+301 |
| 2020-02-11 | Rollup merge of #69031 - Centril:dyntest, r=eddyb | Dylan DPC | -30/+30 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -232/+270 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-02-11 | Auto merge of #68725 - jumbatm:invert-control-in-struct_lint_level, r=Centril | bors | -43/+81 |
| 2020-02-11 | Fix stage2 test failures from call to span_lint. | jumbatm | -43/+80 |
| 2020-02-11 | Also check for "use fully-qualified syntax". | jumbatm | -0/+1 |
| 2020-02-11 | Auto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa | bors | -6/+4 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -685/+689 |
| 2020-02-10 | Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPC | bors | -2/+96 |
| 2020-02-10 | review comment: wording | Esteban Küber | -8/+8 |
| 2020-02-10 | Add `repr(no_niche)` to `UnsafeCell`. Fix #68303. | Felix S. Klock II | -0/+32 |
| 2020-02-10 | tests for `#[repr(no_niche)]`. | Felix S. Klock II | -0/+417 |
| 2020-02-10 | add main function to issue-69017 test | Chris Simpkins | -0/+2 |
| 2020-02-10 | Remove common usage pattern from `AllocRef` | Tim Diekmann | -18/+0 |
| 2020-02-10 | add issue 69017 test | Chris Simpkins | -0/+16 |
| 2020-02-10 | use `dyn Trait` more in tests | Mazdak Farrokhzad | -30/+30 |
| 2020-02-10 | Rollup merge of #69014 - dwrensha:fix-68890, r=Centril | Dylan DPC | -0/+24 |
| 2020-02-10 | Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=Centril | Dylan DPC | -0/+55 |
| 2020-02-10 | Rollup merge of #68908 - jwhite927:E0637, r=Dylan-DPC | Dylan DPC | -2/+17 |
| 2020-02-10 | Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum | bors | -16/+18 |
| 2020-02-10 | Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC | bors | -5/+89 |
| 2020-02-10 | some more tests for i128 oveflow behavior | Ralf Jung | -13/+66 |
| 2020-02-10 | div/rem overflow tests: also test i128 | Ralf Jung | -39/+117 |
| 2020-02-10 | add test that checks overflows on arithmetic operators | Ralf Jung | -0/+26 |
| 2020-02-09 | [parser] change an instance of span_bug() to struct_span_err() to avoid ICE | David Renshaw | -0/+24 |
| 2020-02-10 | Rollup merge of #69006 - petrochenkov:prevspan2, r=Centril | Dylan DPC | -2/+2 |
| 2020-02-10 | Rollup merge of #68992 - matthewjasper:imm-binding-after-at, r=Centril | Dylan DPC | -0/+75 |
| 2020-02-10 | Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnay | Dylan DPC | -1/+10 |
| 2020-02-09 | Properly use parent generics for opaque types | Aaron Hill | -0/+32 |
| 2020-02-09 | Reduce queries/map lookups done by coherence | Jonas Schievink | -2/+2 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -288/+790 |
| 2020-02-10 | parser: Keep current and previous tokens precisely | Vadim Petrochenkov | -2/+2 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -685/+689 |