| Age | Commit message (Expand) | Author | Lines |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -790/+1461 |
| 2019-07-20 | Auto merge of #62008 - ia0:issues_61053, r=petrochenkov | bors | -68/+946 |
| 2019-07-19 | Tweak span for variant not found error | Esteban Küber | -4/+5 |
| 2019-07-19 | Use sharded maps for interning | John Kåre Alsaker | -77/+149 |
| 2019-07-19 | Auto merge of #62705 - petrochenkov:oh-bye-mark, r=matthewjasper | bors | -372/+378 |
| 2019-07-19 | normalize use of backticks in compiler messages for librustc_metadata | Samy Kacimi | -24/+25 |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+1 |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+4 |
| 2019-07-19 | review comments | Esteban Küber | -16/+10 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -47/+913 |
| 2019-07-19 | Remember the span of the Kleene operator in macros | Julien Cretin | -21/+33 |
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -114/+227 |
| 2019-07-20 | Revert "Disable stack probing for gnux32." | CrLF0710 | -2/+1 |
| 2019-07-19 | fixup! rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -1/+55 |
| 2019-07-19 | rustc_typeck: improve diagnostics for _ const/static declarations | Denys Otrishko | -24/+80 |
| 2019-07-19 | Auto merge of #62690 - alexcrichton:azure-update, r=pietroalbini | bors | -7/+41 |
| 2019-07-19 | avoid uninit_array! macro where it is not needed | Ralf Jung | -5/+4 |
| 2019-07-19 | azure: Prepare configuration for 4-core machines | Alex Crichton | -7/+41 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -10/+30 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -325/+3 |
| 2019-07-19 | Auto merge of #62679 - Xanewok:after-expansion, r=Zoxc | bors | -8/+20 |
| 2019-07-19 | hygiene: Tweak naming some more | Vadim Petrochenkov | -64/+65 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -192/+196 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -182/+183 |
| 2019-07-19 | ONCE_INIT is deprecated-in-future only for bootstrap | Ralf Jung | -2/+3 |
| 2019-07-19 | do not use mem::uninitialized in std::io | Ralf Jung | -17/+15 |
| 2019-07-19 | warn about deprecated-in-future in most of libstd | Ralf Jung | -3/+3 |
| 2019-07-19 | Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddyb | bors | -42/+125 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -1271/+1170 |
| 2019-07-18 | normalize use of backticks in compiler messages for libcore/ptr | Samy Kacimi | -3/+3 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -142/+659 |
| 2019-07-18 | Fix typo in src/libstd/net/udp.rs doc comment | Martin Indra | -2/+2 |
| 2019-07-18 | Suggest trait bound on type parameter when it is unconstrained | Esteban Küber | -36/+148 |
| 2019-07-18 | Update src/ci/docker/x86_64-gnu-tools/checkregression.py | Who? Me?! | -1/+1 |
| 2019-07-18 | Auto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrum | bors | -299/+319 |
| 2019-07-18 | Add riscv32i-unknown-none-elf target | Vadim Kaushan | -0/+35 |
| 2019-07-18 | Rollup merge of #62778 - jsgf:notify-dep-info, r=petrochenkov | Mark Rousskov | -6/+14 |
| 2019-07-18 | Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddyb | Mark Rousskov | -18/+36 |
| 2019-07-18 | Rollup merge of #62774 - smaeul:pr/simd-tests, r=petrochenkov | Mark Rousskov | -0/+4 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -177/+177 |
| 2019-07-18 | Rollup merge of #62752 - nikic:llvm-disable-z3, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2019-07-18 | Rollup merge of #62749 - chocol4te:fix_60633, r=estebank | Mark Rousskov | -1/+4 |
| 2019-07-18 | Rollup merge of #62745 - BaoshanPang:master, r=nikic | Mark Rousskov | -6/+4 |
| 2019-07-18 | Rollup merge of #62740 - lzutao:patch-2, r=alexcrichton | Mark Rousskov | -0/+1 |
| 2019-07-18 | Rollup merge of #62732 - nathanwhit:fix_mem_uninit, r=Amanieu | Mark Rousskov | -4/+9 |
| 2019-07-18 | Rollup merge of #62730 - matthewjasper:hygiene-tests, r=petrochenkov | Mark Rousskov | -42/+26 |
| 2019-07-18 | Rollup merge of #62728 - DutchGhost:fix-double-wording, r=jonas-schievink | Mark Rousskov | -3/+3 |
| 2019-07-18 | Rollup merge of #62712 - limira:self-type-help, r=estebank | Mark Rousskov | -14/+18 |
| 2019-07-18 | Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank | Mark Rousskov | -22/+7 |
| 2019-07-18 | Rollup merge of #62615 - wesleywiser:pgo_error, r=nagisa | Mark Rousskov | -6/+9 |