| Age | Commit message (Expand) | Author | Lines |
| 2022-02-14 | Call the method fork instead of clone and add proper comments | Santiago Pastorino | -3/+36 |
| 2022-02-14 | Properly check regions on negative overlap check | Santiago Pastorino | -8/+34 |
| 2022-02-14 | Add debug calls for negative impls in coherence | Santiago Pastorino | -4/+10 |
| 2022-02-14 | Move FIXME text to the right place | Santiago Pastorino | -3/+3 |
| 2022-02-14 | Remove extra negative_impl_exists check | Santiago Pastorino | -3/+1 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -72/+91 |
| 2022-02-14 | Auto merge of #93937 - bjorn3:simplifications3, r=cjgillot | bors | -22/+4 |
| 2022-02-13 | rustc_target: Remove compiler-rt linking hack on Android | Vadim Petrochenkov | -7/+1 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -22/+4 |
| 2022-02-13 | Rollup merge of #93936 - bjorn3:simplifications2, r=cjgillot | Matthias Krüger | -198/+157 |
| 2022-02-13 | Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726 | Matthias Krüger | -107/+243 |
| 2022-02-13 | Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obk | Matthias Krüger | -288/+550 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -3/+18 |
| 2022-02-12 | Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk | bors | -88/+78 |
| 2022-02-12 | Address review comment | Matthew Jasper | -2/+5 |
| 2022-02-12 | trailing whitespace | Ellen | -6/+6 |
| 2022-02-12 | change docs on `Res::SelfTy` | Ellen | -27/+35 |
| 2022-02-12 | change to a struct variant | Ellen | -48/+59 |
| 2022-02-12 | Remove SPAN_DEBUG global | bjorn3 | -40/+13 |
| 2022-02-12 | Move setup_callbacks call to create_compiler_and_run | bjorn3 | -7/+6 |
| 2022-02-12 | Remove the RustcDefaultCalls struct | bjorn3 | -151/+138 |
| 2022-02-12 | Rollup merge of #93898 - GuillaumeGomez:error-code-check, r=Mark-Simulacrum | Matthias Krüger | -3/+5 |
| 2022-02-12 | Rollup merge of #93759 - dtolnay:usetree, r=nagisa | Matthias Krüger | -15/+39 |
| 2022-02-12 | Rollup merge of #93595 - compiler-errors:ice-on-lifetime-arg, r=jackh726 | Matthias Krüger | -3/+3 |
| 2022-02-12 | Report the selection error when possible | Deadbeef | -15/+36 |
| 2022-02-12 | Adapt new change | Deadbeef | -4/+11 |
| 2022-02-12 | Handle Fn family trait call errror | Deadbeef | -6/+43 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -7/+8 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -238/+432 |
| 2022-02-12 | More informative error message for E0015 | Deadbeef | -49/+51 |
| 2022-02-12 | Auto merge of #93691 - compiler-errors:mir-tainted-by-errors, r=oli-obk | bors | -157/+229 |
| 2022-02-12 | Auto merge of #93671 - Kobzol:stable-hash-const, r=the8472 | bors | -46/+39 |
| 2022-02-11 | Update expr.rs | Michael Goulet | -16/+8 |
| 2022-02-12 | Bless nll tests. | Camille GILLOT | -0/+18 |
| 2022-02-12 | Update error code documentation. | Camille GILLOT | -3/+3 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -85/+57 |
| 2022-02-12 | Add missing E0192 in the error code listing | Guillaume Gomez | -3/+5 |
| 2022-02-11 | Renumber universes when canonicalizing for Chalk | Matthew Jasper | -22/+165 |
| 2022-02-11 | Reverse parameter to placeholder substitution in chalk results | Matthew Jasper | -10/+40 |
| 2022-02-11 | Fix more chalk lowering issues | Matthew Jasper | -16/+22 |
| 2022-02-11 | Stop using a placeholder for empty regions in Chalk | Matthew Jasper | -60/+14 |
| 2022-02-11 | Rollup merge of #93910 - rosehuds:master, r=cjgillot | Matthias Krüger | -4/+4 |
| 2022-02-11 | Rollup merge of #93909 - saschanaz:patch-2, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-02-11 | Rollup merge of #93868 - Amanieu:asm_reg_conflict, r=cjgillot | Matthias Krüger | -1/+3 |
| 2022-02-11 | Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=Amanieu | Matthias Krüger | -15/+80 |
| 2022-02-11 | Rollup merge of #92895 - bjorn3:simplifications, r=jackh726 | Matthias Krüger | -12/+4 |
| 2022-02-11 | Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726 | Matthias Krüger | -32/+46 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -42/+18 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -23/+37 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -74/+119 |