| Age | Commit message (Expand) | Author | Lines |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -6/+12 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -17/+17 |
| 2020-05-06 | Add a size assertion for `LocalDecl`. | Nicholas Nethercote | -0/+4 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -38/+24 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -14/+18 |
| 2020-05-06 | validation: port more checks to the pattern-based macro (and give it the shor... | Ralf Jung | -0/+5 |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -18/+16 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -5/+12 |
| 2020-05-05 | Allow `hir().find` to return `None` | John Kåre Alsaker | -16/+18 |
| 2020-05-05 | Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-04 | fix rebase | Esteban Küber | -2/+5 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -3/+221 |
| 2020-05-04 | add a missing word | Dante Broggi | -1/+1 |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -1/+1 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -38/+395 |
| 2020-05-03 | review comment: use early return | Esteban Küber | -10/+19 |
| 2020-05-03 | review comments: move logic to their own methods | Esteban Küber | -137/+139 |
| 2020-05-03 | fix rebase | Esteban Küber | -1/+3 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -1/+3 |
| 2020-05-03 | Auto merge of #70825 - eddyb:enum-discr-correct-generics-parent, r=nikomatsakis | bors | -15/+8 |
| 2020-05-02 | Add docs | Esteban Küber | -0/+18 |
| 2020-05-02 | Suggest constraint on `impl Trait` in return type | Esteban Küber | -21/+47 |
| 2020-05-02 | fix rebase | Esteban Küber | -1/+1 |
| 2020-05-02 | Point at associated types when they have a default type | Esteban Küber | -6/+68 |
| 2020-05-02 | review comment: use or patterns | Esteban Küber | -4/+2 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -41/+157 |
| 2020-05-02 | On type mismatch involving associated type, suggest constraint | Esteban Küber | -10/+134 |
| 2020-05-02 | Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | bors | -1/+23 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -8/+8 |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -4/+3 |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-05-02 | Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | Dylan DPC | -1/+23 |
| 2020-05-02 | ty: use `delay_span_bug` in `ty::AdtDef::eval_explicit_discr`. | Eduard-Mihai Burtescu | -15/+8 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -21/+2 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -2/+26 |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -16/+12 |
| 2020-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -12/+10 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -4/+3 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -8/+8 |
| 2020-05-02 | Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPC | bors | -848/+37 |
| 2020-05-01 | Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726 | Dylan DPC | -846/+3 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -2/+34 |
| 2020-05-01 | Auto merge of #69808 - cjgillot:vtbl, r=pnkfelix | bors | -31/+8 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -846/+3 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -0/+1 |
| 2020-05-01 | Don't copy bytecode files into the incr. comp. cache. | Nicholas Nethercote | -1/+1 |
| 2020-05-01 | Prevent functions with `#[target_feature]` to be coerced to safe function poi... | LeSeulArtichaut | -1/+23 |
| 2020-05-01 | Move the DepNode construction to librustc_query_system. | Camille GILLOT | -30/+7 |
| 2020-05-01 | fix Miri error message padding | Ralf Jung | -2/+2 |
| 2020-05-01 | Monomorphise load_from_disk_and_cache_in_memory. | Camille GILLOT | -1/+1 |