| Age | Commit message (Expand) | Author | Lines |
| 2019-07-16 | Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton | bors | -12/+14 |
| 2019-07-16 | Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -5/+5 |
| 2019-07-16 | Rollup merge of #62702 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -3/+3 |
| 2019-07-15 | Rollup merge of #62685 - nathanwhit:as_ref_suggest_fix, r=estebank | Mark Rousskov | -0/+1 |
| 2019-07-15 | Rollup merge of #62673 - RalfJung:validity-msg, r=oli-obk | Mark Rousskov | -3/+3 |
| 2019-07-15 | Rollup merge of #62668 - goodmanjonathan:fix-62660, r=estebank | Mark Rousskov | -0/+19 |
| 2019-07-15 | Rollup merge of #62646 - estebank:wording, r=petrochenkov | Mark Rousskov | -59/+59 |
| 2019-07-15 | Rollup merge of #62639 - immunant:invariant_valistimpl, r=eddyb | Mark Rousskov | -44/+116 |
| 2019-07-15 | Rollup merge of #62405 - hellow554:patch-1, r=varkor | Mark Rousskov | -0/+9 |
| 2019-07-15 | Rollup merge of #62103 - RalfJung:debug-assert, r=alexcrichton | Mark Rousskov | -0/+3 |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -5/+5 |
| 2019-07-15 | normalize use of backticks in compiler messages for libsyntax_ext | Samy Kacimi | -3/+3 |
| 2019-07-15 | ignore some codegen tests in debug mode | Ralf Jung | -0/+3 |
| 2019-07-15 | Relax checks in pgo-instrumentation codegen test | Nikita Popov | -4/+4 |
| 2019-07-15 | pprust: Support `macro` macros | Vadim Petrochenkov | -1/+8 |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -39/+86 |
| 2019-07-15 | pprust: Do not convert attributes into `MetaItem`s for printing | Vadim Petrochenkov | -2/+9 |
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -50/+50 |
| 2019-07-15 | pprust: Use `print_mac_common` for attributes | Vadim Petrochenkov | -1/+1 |
| 2019-07-15 | pprust: Use `print_mac_common` for `macro_rules` definitions | Vadim Petrochenkov | -3/+5 |
| 2019-07-15 | pprust: Move some methods to the `PrintState` trait | Vadim Petrochenkov | -2/+2 |
| 2019-07-15 | Update transparent aggregate codegen test for byval changes | Nikita Popov | -8/+10 |
| 2019-07-14 | Add info about undefined behavior to as_ref suggestions | nathanwhit | -0/+1 |
| 2019-07-15 | Auto merge of #62670 - estebank:extern-fn-with-body, r=petrochenkov | bors | -0/+29 |
| 2019-07-14 | Make VaListImpl<'f> invariant over the 'f lifetime | Andrei Homescu | -44/+116 |
| 2019-07-14 | Auto merge of #62643 - estebank:parse-recovery-type-errs, r=petrochenkov | bors | -59/+38 |
| 2019-07-14 | Auto merge of #62638 - estebank:issue-62554, r=petrochenkov | bors | -3/+38 |
| 2019-07-14 | miri validation: better error messages for dangling references | Ralf Jung | -3/+3 |
| 2019-07-13 | review comment | Esteban Küber | -1/+1 |
| 2019-07-14 | Auto merge of #62331 - wesleywiser:fix_early_return_leak, r=matthewjasper | bors | -0/+91 |
| 2019-07-13 | Detect `fn` with a body in an `extern` block | Esteban Küber | -0/+29 |
| 2019-07-13 | Don't drop DiagnosticBuilder if parsing fails | Jonathan Goodman | -0/+19 |
| 2019-07-13 | Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix | bors | -0/+64 |
| 2019-07-13 | review comments | Esteban Küber | -46/+46 |
| 2019-07-13 | Tweak wording in feature gate errors | Esteban Küber | -105/+105 |
| 2019-07-13 | Auto merge of #62659 - Centril:rollup-90oz643, r=Centril | bors | -3/+58 |
| 2019-07-13 | Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2019-07-13 | Rollup merge of #62604 - estebank:unemitted-err-ice, r=pnkfelix | Mazdak Farrokhzad | -0/+20 |
| 2019-07-13 | Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when... | Mazdak Farrokhzad | -0/+35 |
| 2019-07-13 | Auto merge of #62468 - rust-lang:mutable-overloaded-operators, r=estebank | bors | -75/+97 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -3/+3 |
| 2019-07-12 | Do not emit type errors after parse error in last statement of block | Esteban Küber | -59/+38 |
| 2019-07-12 | add tests | Esteban Küber | -0/+35 |
| 2019-07-12 | Use snippet instead of pprinting statement | Esteban Küber | -3/+3 |
| 2019-07-12 | Rollup merge of #62623 - pnkfelix:issue-62614-downgrade-indirect-structural-m... | Mazdak Farrokhzad | -13/+96 |
| 2019-07-12 | Rollup merge of #62608 - delan:async-unsafe-fn-tests, r=Centril | Mazdak Farrokhzad | -2/+118 |
| 2019-07-12 | Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2019-07-12 | Rollup merge of #62578 - JohnTitor:add-test-for-49919, r=alexcrichton | Mazdak Farrokhzad | -0/+16 |
| 2019-07-12 | Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper | Mazdak Farrokhzad | -119/+28 |
| 2019-07-12 | Rollup merge of #62453 - zackmdavis:single_path, r=estebank | Mazdak Farrokhzad | -1/+43 |