| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-11 | Rollup merge of #69625 - Stebalien:feat/iter-copy-specialize, r=KodrAus | Mazdak Farrokhzad | -0/+12 |
| 2020-03-11 | Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis | Mazdak Farrokhzad | -7/+111 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -19/+48 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -169/+370 |
| 2020-03-11 | Address review comments | Oliver Scherer | -1/+1 |
| 2020-03-11 | Generalize typed value printing and use for undef printing | Oliver Scherer | -24/+18 |
| 2020-03-11 | Don't print literal type suffixes if `print_ty` is false | Oliver Scherer | -3/+10 |
| 2020-03-11 | Print function pointer type for function pointer const generics | Oliver Scherer | -7/+11 |
| 2020-03-11 | Reuse type ascripted printing for type cast printing | Oliver Scherer | -9/+27 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -6/+23 |
| 2020-03-11 | Prefer fall through to code repetition | Oliver Scherer | -20/+34 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -3/+3 |