| Age | Commit message (Expand) | Author | Lines |
| 2022-02-14 | further update `fuzzy_match_tys` | lcnr | -35/+53 |
| 2022-02-14 | fast_reject: remove `StripReferences` | lcnr | -68/+20 |
| 2022-02-14 | fuzzify `fuzzy_match_tys` | lcnr | -102/+38 |
| 2022-02-14 | Make `find_similar_impl_candidates` a little fuzzier. | Ben Reeves | -32/+115 |
| 2022-02-13 | rustc_target: Remove compiler-rt linking hack on Android | Vadim Petrochenkov | -7/+1 |
| 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 | 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 |
| 2022-02-11 | always cache result from mir_borrowck | Michael Goulet | -1/+2 |
| 2022-02-11 | skip const eval if we have an error in borrowck | Michael Goulet | -2/+22 |
| 2022-02-11 | implement tainted_by_errors in mir borrowck | Michael Goulet | -52/+68 |
| 2022-02-11 | Make two functions private | bjorn3 | -2/+2 |
| 2022-02-11 | Remove the alt_std_name option | bjorn3 | -10/+2 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -1325/+875 |
| 2022-02-11 | Fix typo: explicitely->explicitly | Kagami Sascha Rosylight | -2/+2 |