| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Auto merge of #72883 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.44.0 | bors | -42/+293 |
| 2020-06-01 | add fixme suggested by eddyb | Felix S Klock II | -1/+4 |
| 2020-06-01 | Use the virtual name for libstd files in StableSourceFileId and also in the | Felix S. Klock II | -2/+24 |
| 2020-06-01 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -39/+103 |
| 2020-06-01 | `StableSourceFileId::new_from_pieces` does not need to be public. | Felix S. Klock II | -1/+1 |
| 2020-06-01 | 1.44 release | Mark Rousskov | -1/+163 |
| 2020-05-23 | Auto merge of #72468 - Elinvynia:backport, r=Mark-Simulacrum | bors | -24/+148 |
| 2020-05-22 | Fail if I/O error occurs during testing | Mark Rousskov | -1/+4 |
| 2020-05-22 | Fix hang in lexical_region_resolve | Matthew Jasper | -4/+23 |
| 2020-05-22 | Fix E0284 to not use incorrect wording | Esteban Küber | -15/+117 |
| 2020-05-22 | Bump pulldown-cmark | Eric Huss | -4/+4 |
| 2020-05-11 | Auto merge of #72054 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -264/+336 |
| 2020-05-11 | Bump clippy submodule to fix compilation failure | Mark Rousskov | -11/+18 |
| 2020-05-10 | ci: use the latest python available on windows | Pietro Albini | -2/+10 |
| 2020-05-10 | Remove some allocations in predicate evaluation | Esteban Küber | -9/+10 |
| 2020-05-10 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -81/+60 |
| 2020-05-10 | Remove unnecessary allocation | Esteban Küber | -26/+25 |
| 2020-05-10 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -52/+37 |
| 2020-05-09 | Don't fuse Chain in its second iterator | Josh Stone | -35/+62 |
| 2020-05-09 | fix error code for E0751 | YI | -30/+30 |
| 2020-05-09 | update openssl-src to 1.1.1g | Pietro Albini | -2/+2 |
| 2020-05-09 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+2 |
| 2020-05-09 | Update stdarch submodule | Amanieu d'Antras | -0/+0 |
| 2020-05-09 | Add rustdoc regression test for the unused_braces lint | flip1995 | -0/+14 |
| 2020-05-09 | Quick and dirty fix of the unused_braces lint | flip1995 | -1/+7 |
| 2020-05-09 | Do not try to find binop method on RHS `TyErr` | Esteban Küber | -1/+28 |
| 2020-05-09 | resolve: Relax fresh binding disambiguation slightly to fix regression | Vadim Petrochenkov | -6/+11 |
| 2020-05-09 | Update the `cc` crate | Alex Crichton | -2/+2 |
| 2020-05-09 | backport 1.43.1 release notes | Josh Stone | -4/+16 |
| 2020-05-09 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2020-05-09 | Use 1.43.1 release | Mark Rousskov | -3/+3 |
| 2020-04-25 | Auto merge of #71441 - RalfJung:beta-const-validation-fix, r=Mark-Simulacrum | bors | -138/+118 |
| 2020-04-22 | adjust tests | Ralf Jung | -133/+113 |
| 2020-04-22 | Revert "Move early needs_subst bailout to _after_ linting." | Ralf Jung | -5/+5 |
| 2020-04-21 | Auto merge of #71378 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -32/+10 |
| 2020-04-21 | Cherry-pick rustfmt test fixes | Mark Rousskov | -22/+0 |
| 2020-04-21 | Always permit miri to fail to build | Mark Rousskov | -4/+4 |
| 2020-04-21 | Switch to dev-static bootstrap | Mark Rousskov | -6/+6 |
| 2020-04-21 | Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakis | bors | -16/+166 |
| 2020-04-21 | Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na... | bors | -10/+22 |
| 2020-04-21 | Auto merge of #71367 - Dylan-DPC:rollup-ysj4olr, r=Dylan-DPC | bors | -35/+145 |
| 2020-04-21 | Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-Simulacrum | Dylan DPC | -1/+9 |
| 2020-04-21 | Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic... | Dylan DPC | -7/+5 |
| 2020-04-21 | Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkov | Dylan DPC | -14/+88 |
| 2020-04-21 | Rollup merge of #69362 - CAD97:alloc_layout_extras, r=Amanieu | Dylan DPC | -13/+43 |
| 2020-04-20 | Auto merge of #71356 - Dylan-DPC:rollup-liockhk, r=Dylan-DPC | bors | -60/+223 |
| 2020-04-20 | Do not build tools if user do not want them | Mateusz Mikuła | -1/+9 |
| 2020-04-20 | Improve Layout::extend docs | CAD97 | -3/+4 |
| 2020-04-20 | Update src/libcore/alloc/layout.rs | Christopher Durham | -2/+2 |
| 2020-04-20 | Rollup merge of #71334 - ehuss:pattern-docs, r=kennytm | Dylan DPC | -37/+150 |