| Age | Commit message (Expand) | Author | Lines |
| 2020-07-30 | Fix #[track_caller] shims for trait objects. | Adam Perry | -0/+25 |
| 2020-07-30 | Add a test for pattern matching within a tuple | Mark Rousskov | -0/+7 |
| 2020-07-30 | Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern" | Mark Rousskov | -33/+0 |
| 2020-07-25 | The const propagator cannot trace references. | Oliver Scherer | -8/+2 |
| 2020-07-23 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -0/+33 |
| 2020-07-22 | Use `ReEmpty(U0)` as the implicit region bound in typeck | Matthew Jasper | -0/+101 |
| 2020-07-10 | Perform obligation deduplication to avoid buggy `ExistentialMismatch` | Esteban Küber | -0/+26 |
| 2020-07-10 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -5/+9 |
| 2020-06-26 | Beta backport of PR #73005 (obligation error impl candidate) | Aaron Hill | -181/+37 |
| 2020-06-26 | Ensure stack when building MIR for matches | Simonas Kazlauskas | -0/+5208 |
| 2020-06-26 | Don't run test on emscripten which doesn't have threads | Amanieu d'Antras | -0/+1 |
| 2020-06-26 | Add -O compile flag to test | Amanieu d'Antras | -0/+1 |
| 2020-06-26 | Fix link error with #[thread_local] introduced by #71192 | Amanieu d'Antras | -0/+12 |
| 2020-06-26 | Allow inference regions when relating consts | Tyler Mandry | -0/+12 |
| 2020-06-26 | Add regression test for #73431 | Dylan MacKenzie | -0/+29 |
| 2020-06-13 | normalize adt fields during structural match check | Bastian Kauschke | -0/+23 |
| 2020-06-13 | Add regression test for #73137 | Dylan MacKenzie | -0/+42 |
| 2020-06-13 | Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi... | Mark Rousskov | -2/+2 |
| 2020-06-02 | Rollup merge of #72893 - RalfJung:unleash-tls, r=ecstatic-morse | Yuki Okushi | -3/+55 |
| 2020-06-02 | Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwco | Yuki Okushi | -10/+16 |
| 2020-06-02 | Rollup merge of #72795 - petrochenkov:identgroup, r=nikomatsakis | Yuki Okushi | -33/+99 |
| 2020-06-02 | Rollup merge of #72775 - JohnTitor:await-sugg, r=estebank | Yuki Okushi | -0/+35 |
| 2020-06-02 | Fix comment | Ralf Jung | -1/+1 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -3/+55 |
| 2020-06-01 | Rollup merge of #72823 - matthewjasper:describe-queries, r=eddyb | Dylan DPC | -56/+61 |
| 2020-05-31 | Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebank | Dylan DPC | -0/+29 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -56/+61 |
| 2020-05-31 | Clarify errors and warnings about the transition to the new asm! | Amanieu d'Antras | -10/+16 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-31 | Add a test for wrong assoc type diagnostics | XIAO Tian | -0/+29 |
| 2020-05-31 | Add a test for `$:ident` in proc macro input | Vadim Petrochenkov | -0/+94 |
| 2020-05-31 | test-macros: Avoid always producing errors in `#[derive(Print)]` | Vadim Petrochenkov | -33/+5 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72757 - petrochenkov:shebang, r=varkor | Ralf Jung | -0/+14 |
| 2020-05-30 | Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,... | Ralf Jung | -0/+68 |
| 2020-05-30 | Rollup merge of #72637 - euclio:env-hygiene, r=davidtwco | Ralf Jung | -0/+8 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -12/+133 |
| 2020-05-30 | Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirements | Esteban Küber | -135/+65 |
| 2020-05-30 | Account for enclosing item when suggesting new lifetime name | Esteban Küber | -10/+63 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -363/+55 |
| 2020-05-30 | Update nll tests | Esteban Küber | -8/+29 |
| 2020-05-30 | review comment: tweak wording and account for span overlap | Esteban Küber | -21/+20 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -63/+114 |
| 2020-05-30 | Fix NLL output | Esteban Küber | -12/+98 |
| 2020-05-30 | Improve output of argument anonymous borrow missing annotation involving opaq... | Esteban Küber | -68/+19 |
| 2020-05-30 | Account for missing lifetime in opaque return type | Esteban Küber | -0/+246 |
| 2020-05-30 | Test ui suggestion fn trait notation | Arthur Woimbée | -0/+68 |
| 2020-05-30 | Rollup merge of #72607 - Amanieu:fix-72570, r=oli-obk | Ralf Jung | -0/+18 |
| 2020-05-30 | Rollup merge of #72585 - Aaron1011:feature/opt-item-tokens, r=petrochenkov | Ralf Jung | -2/+2 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -20/+69 |