| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-11 | Reduce special casing in the const pretty printer | Oliver Scherer | -12/+6 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -21/+17 |
| 2020-03-11 | Eliminate all ParamEnv::empty uses in pretty printing | Oliver Scherer | -22/+19 |
| 2020-03-11 | Print braces only in print_ty mode | Oliver Scherer | -43/+43 |
| 2020-03-11 | Address review comments around `type_ascribed_value` | Oliver Scherer | -40/+41 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -147/+286 |
| 2020-03-11 | librustc_codegen_llvm: Use slices instead of 0-terminated strings | Tomasz Miąsko | -56/+62 |
| 2020-03-10 | Add docs for From::<&mut str>::from String impl | Ryan Lopopolo | -0/+3 |
| 2020-03-10 | Add stable feature name | Ryan Lopopolo | -1/+1 |
| 2020-03-10 | review comments | Esteban Küber | -68/+22 |
| 2020-03-10 | Ignore `mir-opt` test when panic=abort | Dylan MacKenzie | -0/+2 |
| 2020-03-10 | Add `mir-opt` test for better drop elaboration | Dylan MacKenzie | -0/+41 |
| 2020-03-10 | [Miri] Use a session variable instead of checking for an env var always | Wesley Wiser | -13/+44 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -55/+55 |
| 2020-03-10 | Rename Rustc Guide to Rustc Dev Guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc_guide to rustc_dev_guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -78/+78 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -58/+58 |
| 2020-03-10 | parse: Tweak the function parameter edition check | Vadim Petrochenkov | -3/+23 |