| Age | Commit message (Expand) | Author | Lines |
| 2020-05-22 | Fix hang in lexical_region_resolve | Matthew Jasper | -0/+7 |
| 2020-05-22 | Fix E0284 to not use incorrect wording | Esteban Küber | -12/+100 |
| 2020-05-09 | fix error code for E0751 | YI | -28/+28 |
| 2020-05-09 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+1 |
| 2020-05-09 | Add rustdoc regression test for the unused_braces lint | flip1995 | -0/+14 |
| 2020-05-09 | Do not try to find binop method on RHS `TyErr` | Esteban Küber | -0/+27 |
| 2020-05-09 | resolve: Relax fresh binding disambiguation slightly to fix regression | Vadim Petrochenkov | -0/+1 |
| 2020-04-22 | adjust tests | Ralf Jung | -133/+113 |
| 2020-04-21 | Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakis | bors | -12/+36 |
| 2020-04-21 | Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov | Dylan DPC | -0/+43 |
| 2020-04-20 | Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkov | Dylan DPC | -2/+14 |
| 2020-04-20 | Check that main/start is not async | Sebastian Malton | -0/+43 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -35/+35 |
| 2020-04-19 | check '-Zast-json' & '-Zast-json-noexpand' to output legal JSON | JOE1994 | -2/+14 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -4/+22 |
| 2020-04-19 | Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJung | Dylan DPC | -3/+3 |
| 2020-04-19 | Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morse | Dylan DPC | -0/+25 |
| 2020-04-19 | Rollup merge of #71310 - JohnTitor:dont-did, r=estebank | Dylan DPC | -2/+24 |
| 2020-04-19 | Rollup merge of #71026 - seiyab:issue-64362-adhoc, r=varkor | Dylan DPC | -1/+21 |
| 2020-04-19 | Fix comment | Ralf Jung | -3/+2 |
| 2020-04-19 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -3/+3 |
| 2020-04-19 | Rollup merge of #71188 - Duddino:fix, r=matthewjasper | Dylan DPC | -2/+10 |
| 2020-04-19 | test for false "never constructed" warnings for `Self::` variant paths | jakubadamw | -1/+21 |
| 2020-04-19 | miri-unleash test for llvm_asm | Ralf Jung | -0/+26 |
| 2020-04-19 | Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasper | bors | -39/+65 |
| 2020-04-19 | Auto merge of #69793 - estebank:predicate-obligations-4, r=nikomatsakis | bors | -118/+212 |
| 2020-04-19 | Do not show DefId in diagnostics | Yuki Okushi | -2/+24 |
| 2020-04-18 | Add label to item source of bound obligation | Esteban Küber | -59/+59 |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -44/+0 |
| 2020-04-18 | Remove `AssocTypeBound` and propagate bound `Span`s | Esteban Küber | -88/+55 |
| 2020-04-18 | Maintain chain of derived obligations | Esteban Küber | -0/+171 |
| 2020-04-19 | Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morse | Dylan DPC | -0/+29 |
| 2020-04-18 | Make Box<dyn FnOnce> respect self alignment | Santiago Pastorino | -12/+36 |
| 2020-04-18 | Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakis | bors | -0/+13 |
| 2020-04-18 | miri-unleashed: test that we detect heap allocations | Ralf Jung | -0/+29 |
| 2020-04-18 | Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum | bors | -53/+24 |
| 2020-04-17 | Rollup merge of #71243 - Duddino:Fix2, r=estebank | Dylan DPC | -0/+39 |
| 2020-04-17 | Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisa | Dylan DPC | -8/+35 |
| 2020-04-17 | Ignore generator-drop-cleanup on wasm32-bare | Jonas Schievink | -31/+33 |
| 2020-04-17 | Adjust mir-opt test and make it drop something | Jonas Schievink | -26/+54 |
| 2020-04-17 | Rollup merge of #71239 - JohnTitor:llvm-asm, r=Amanieu | Dylan DPC | -19/+19 |
| 2020-04-17 | Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obk | Dylan DPC | -0/+28 |
| 2020-04-17 | Make `needs_drop` less pessimistic on generators | Jonas Schievink | -13/+9 |
| 2020-04-17 | Account for use of `try!()` in 2018 edition and guide users in the right dire... | Duddino | -0/+39 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -293/+47 |
| 2020-04-17 | Rename `asm` test directory in favor of `llvm_asm` | Yuki Okushi | -19/+19 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -3/+1 |
| 2020-04-17 | Auto merge of #71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPC | bors | -6/+181 |
| 2020-04-17 | ty/print: pretty-print constant aggregates (arrays, tuples and ADTs). | Eduard-Mihai Burtescu | -8/+8 |
| 2020-04-17 | mir: pretty-print `Rvalue::Aggregate` correctly. | Eduard-Mihai Burtescu | -27/+27 |