| Age | Commit message (Expand) | Author | Lines |
| 2020-03-12 | Move some more tests to `check-pass` | LeSeulArtichaut | -3/+6 |
| 2020-03-12 | Move some const-eval `build-pass` tests to `check-pass` | LeSeulArtichaut | -20/+20 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -1/+1 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -73/+83 |
| 2020-03-12 | support LLVM globals corresponding to miri allocations | Chris Simpkins | -3/+3 |
| 2020-03-12 | Remove fn special casing in const printing | Oliver Scherer | -1/+1 |
| 2020-03-11 | Add the "consider importing it directly" label to public imports as well | Vadim Petrochenkov | -2/+2 |
| 2020-03-11 | make error message less confusing | Ralf Jung | -25/+25 |
| 2020-03-11 | start Miri messages lower-case | Ralf Jung | -45/+45 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -4/+4 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -32/+32 |
| 2020-03-11 | fix expand-to-unstable test | Ralf Jung | -1/+1 |
| 2020-03-11 | resolve: Print import chains on privacy errors | Vadim Petrochenkov | -6/+46 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -47/+9 |
| 2020-03-11 | Rollup merge of #69876 - ayushmishra2005:doc/61137-add-long-error-code-e0739,... | Mazdak Farrokhzad | -0/+1 |
| 2020-03-11 | Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank | Mazdak Farrokhzad | -161/+627 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -0/+34 |
| 2020-03-11 | Rollup merge of #69896 - petrochenkov:reqname2, r=Centril | Mazdak Farrokhzad | -0/+22 |
| 2020-03-11 | Rollup merge of #69891 - Centril:fix-69875, r=varkor | Mazdak Farrokhzad | -0/+43 |
| 2020-03-11 | Rollup merge of #69859 - contrun:fix-62456, r=matthewjasper | Mazdak Farrokhzad | -1/+33 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+40 |
| 2020-03-11 | Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis | Mazdak Farrokhzad | -0/+33 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -2/+0 |
| 2020-03-11 | Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddyb | Mazdak Farrokhzad | -102/+170 |
| 2020-03-11 | Don't print literal type suffixes if `print_ty` is false | Oliver Scherer | -1/+1 |
| 2020-03-11 | Print function pointer type for function pointer const generics | Oliver Scherer | -6/+6 |
| 2020-03-11 | Don't print all zsts as their type as it makes no sense for more complex exam... | Oliver Scherer | -3/+3 |
| 2020-03-11 | Print leading zeros for non pointers | Oliver Scherer | -1/+1 |
| 2020-03-11 | Reduce special casing in the const pretty printer | Oliver Scherer | -3/+3 |
| 2020-03-11 | Don't print leading zeros on hex dumps constants | Oliver Scherer | -17/+14 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -20/+23 |
| 2020-03-10 | review comments | Esteban Küber | -31/+6 |
| 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 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 2020-03-10 | parse: Tweak the function parameter edition check | Vadim Petrochenkov | -0/+22 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -205/+124 |
| 2020-03-10 | Matrix::push: recursively expand or-patterns | Mazdak Farrokhzad | -0/+43 |
| 2020-03-10 | explain the use of a custom identity function | Bastian Kauschke | -0/+3 |
| 2020-03-10 | parse_if_expr: recover on attributes | Mazdak Farrokhzad | -56/+59 |
| 2020-03-10 | trait-object-lifetime-parens: improve recovery. | Mazdak Farrokhzad | -27/+29 |
| 2020-03-10 | use check_path more | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | simplify & improve parse_ty_tuple_or_parens | Mazdak Farrokhzad | -43/+89 |
| 2020-03-10 | issue 68890: add more minimal repro | Mazdak Farrokhzad | -0/+17 |
| 2020-03-10 | error_block_no_opening_brace: handle closures better | Mazdak Farrokhzad | -10/+10 |
| 2020-03-10 | block-no-opening-brace: add another statement | Mazdak Farrokhzad | -44/+45 |
| 2020-03-10 | parser: add note for `'label expr`. | Mazdak Farrokhzad | -0/+12 |
| 2020-03-10 | parse_labeled_expr: add a suggestion on missing colon. | Mazdak Farrokhzad | -11/+18 |