| Age | Commit message (Expand) | Author | Lines |
| 2020-03-12 | Remove fn special casing in const printing | Oliver Scherer | -12/+27 |
| 2020-03-12 | Clean up E0423 explanation | Guillaume Gomez | -2/+1 |
| 2020-03-12 | update outdated comment | YI | -1/+1 |
| 2020-03-12 | Comment nit | Oliver Scherer | -1/+1 |
| 2020-03-12 | codegen/mir: support polymorphic `InstanceDef`s | David Wood | -83/+102 |
| 2020-03-12 | Auto merge of #68551 - Marwes:allocations_mir, r=ecstatic-morse | bors | -7/+23 |
| 2020-03-12 | Auto merge of #68191 - simlay:add-tvSO-target, r=nagisa | bors | -21/+90 |
| 2020-03-11 | librustc_codegen_llvm: Replace deprecated API usage | Tomasz Miąsko | -16/+23 |
| 2020-03-11 | Fix cycle error when emitting suggestion for mismatched `fn` type | Aaron Hill | -22/+75 |
| 2020-03-11 | fmt | Ralf Jung | -1/+1 |
| 2020-03-11 | Add the "consider importing it directly" label to public imports as well | Vadim Petrochenkov | -3/+3 |
| 2020-03-11 | make error message less confusing | Ralf Jung | -27/+27 |
| 2020-03-11 | we are on 2018 edition, use try block | Ralf Jung | -6/+4 |
| 2020-03-11 | avoid boolean inversion | Ralf Jung | -3/+3 |
| 2020-03-11 | explain why we catch PointerUseAfterFree | Ralf Jung | -0/+2 |
| 2020-03-11 | start Miri messages lower-case | Ralf Jung | -47/+47 |
| 2020-03-11 | fmt, and fix rustfmt-induced rebase hickup | Ralf Jung | -5/+2 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -26/+32 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -70/+88 |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -364/+293 |
| 2020-03-11 | fix expand-to-unstable test | Ralf Jung | -1/+1 |
| 2020-03-11 | Update the mir inline costs | Andreas Jonson | -2/+17 |
| 2020-03-11 | resolve: Print import chains on privacy errors | Vadim Petrochenkov | -18/+95 |
| 2020-03-11 | resolve: Simplify `fn report_privacy_error` | Vadim Petrochenkov | -36/+31 |
| 2020-03-11 | Give LexError more descriptive Display impl | Kinsey Favre | -1/+1 |
| 2020-03-11 | Correct stability attribute for new LexError impls | Kinsey Favre | -2/+2 |
| 2020-03-11 | Reformat match statement to make the check pass | Lena Wildervanck | -3/+1 |
| 2020-03-11 | Format the match statement | Lena Wildervanck | -3/+6 |
| 2020-03-11 | Add Display and Error impls for proc_macro::LexError | Kinsey Favre | -1/+11 |
| 2020-03-11 | Regenerate tables for Unicode 13.0.0 | Josh Stone | -445/+462 |
| 2020-03-11 | review comments | Esteban Küber | -51/+53 |
| 2020-03-11 | Rustfmt and adjust capitalization | Oliver Scherer | -3/+2 |
| 2020-03-11 | rustdoc: remove unused import | Matthias Krüger | -1/+0 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -110/+14 |
| 2020-03-11 | Rollup merge of #69893 - tmiasko:cstr, r=petrochenkov | Mazdak Farrokhzad | -56/+62 |
| 2020-03-11 | Rollup merge of #69888 - wesleywiser:miri_exception_env_var_to_session_var, r... | Mazdak Farrokhzad | -13/+44 |
| 2020-03-11 | Rollup merge of #69876 - ayushmishra2005:doc/61137-add-long-error-code-e0739,... | Mazdak Farrokhzad | -1/+15 |
| 2020-03-11 | Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddyb | Mazdak Farrokhzad | -7/+55 |
| 2020-03-11 | Rollup merge of #69828 - RalfJung:vec-leak, r=kennytm | Mazdak Farrokhzad | -4/+12 |
| 2020-03-11 | Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank | Mazdak Farrokhzad | -401/+926 |
| 2020-03-11 | Rollup merge of #69603 - chrissimpkins:tidy-docs-update, r=petrochenkov | Mazdak Farrokhzad | -3/+10 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -25/+137 |
| 2020-03-11 | Comment nits | Oliver Scherer | -1/+1 |
| 2020-03-11 | Compute the correct layout for variants of uninhabited enums and readd a long... | Oliver Scherer | -13/+17 |
| 2020-03-11 | Rollup merge of #69896 - petrochenkov:reqname2, r=Centril | Mazdak Farrokhzad | -3/+23 |
| 2020-03-11 | Rollup merge of #69891 - Centril:fix-69875, r=varkor | Mazdak Farrokhzad | -1/+48 |
| 2020-03-11 | Rollup merge of #69859 - contrun:fix-62456, r=matthewjasper | Mazdak Farrokhzad | -6/+46 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -1/+50 |
| 2020-03-11 | Rollup merge of #69766 - skade:make-point-copy-in-add-documentation, r=shepma... | Mazdak Farrokhzad | -6/+6 |
| 2020-03-11 | Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC | Mazdak Farrokhzad | -0/+19 |