| Age | Commit message (Expand) | Author | Lines |
| 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/+1 |
| 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-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 | 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 | [beta] Update cargo | Eric Huss | -0/+0 |
| 2020-05-09 | Use 1.43.1 release | Mark Rousskov | -3/+3 |
| 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 | 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 | 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 | 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 |
| 2020-04-20 | Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfackler | Dylan DPC | -8/+7 |
| 2020-04-20 | Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkov | Dylan DPC | -6/+18 |
| 2020-04-20 | Rollup merge of #71270 - Rustin-Liu:rustin-patch-has-self, r=estebank | Dylan DPC | -4/+7 |
| 2020-04-20 | Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnison | Dylan DPC | -5/+41 |
| 2020-04-20 | Expand comment to justify not checking if all the exports are green. | Felix S. Klock II | -0/+17 |
| 2020-04-20 | Check that main/start is not async | Sebastian Malton | -14/+88 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -379/+339 |
| 2020-04-20 | tweak comments | Niko Matsakis | -5/+10 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -103/+128 |
| 2020-04-19 | check '-Zast-json' & '-Zast-json-noexpand' to output legal JSON | JOE1994 | -2/+14 |
| 2020-04-20 | Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrum | bors | -5/+34 |