| Age | Commit message (Expand) | Author | Lines |
| 2020-04-21 | Refactoring and added test-cases #70528 | Ayush Kumar Mishra | -1/+25 |
| 2020-04-21 | Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakis | bors | -16/+166 |
| 2020-04-21 | sccs are computed in dependency order | Niko Matsakis | -53/+10 |
| 2020-04-21 | update ref test | Niko Matsakis | -71/+72 |
| 2020-04-21 | Fix #! (shebang) stripping account space issue #70528 | Ayush Kumar Mishra | -1/+1 |
| 2020-04-21 | Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na... | bors | -10/+22 |
| 2020-04-20 | ./x.py fmt | Cameron Taggart | -6/+6 |
| 2020-04-20 | allow wasm32 compilation of librustc_data_structures/profiling.rs | Cameron Taggart | -4/+11 |
| 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 | Fix show-const-contents rustdoc test | Linus Färnstrand | -1/+1 |
| 2020-04-20 | Use assoc float consts instead of module level | Linus Färnstrand | -16/+15 |
| 2020-04-20 | Define module level int consts from assoc consts | Linus Färnstrand | -2/+2 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -9/+3 |
| 2020-04-20 | Auto merge of #5332 - DevinR528:if-let-else-mutex, r=flip1995 | bors | -0/+7 |
| 2020-04-20 | Ignore -Zprofile when building compiler_builtins | Amanieu d'Antras | -5/+18 |
| 2020-04-20 | const prop: don't special case return place | Jonas Schievink | -13/+9 |
| 2020-04-20 | Use copy_op_transmute | Jonas Schievink | -1/+1 |
| 2020-04-20 | Bless 32-bit test output | Jonas Schievink | -15/+15 |
| 2020-04-20 | Remove unnecessary block | Jonas Schievink | -6/+4 |
| 2020-04-20 | Fix codegen and mir-opt tests | Jonas Schievink | -19/+18 |
| 2020-04-20 | Update const prop | Jonas Schievink | -5/+5 |
| 2020-04-20 | Dump return_place upon returning | Jonas Schievink | -0/+1 |
| 2020-04-20 | Fix pop_stack_frame logic | Jonas Schievink | -22/+7 |
| 2020-04-20 | Remove null places | Jonas Schievink | -21/+0 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -70/+42 |
| 2020-04-20 | Do not build tools if user do not want them | Mateusz Mikuła | -1/+9 |
| 2020-04-20 | Ensure tail expression will have a `Ty` for E0746 | Esteban Küber | -66/+113 |
| 2020-04-20 | Apply suggestions from PR review | Eduardo Broto | -1/+1 |
| 2020-04-20 | Remove some allocations in predicate evaluation | Esteban Küber | -9/+10 |
| 2020-04-20 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -81/+60 |
| 2020-04-20 | Remove unnecessary allocation | Esteban Küber | -26/+25 |
| 2020-04-20 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -54/+38 |
| 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 | Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't return | Esteban Küber | -42/+101 |
| 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 | Add error message for using type parameter as the type of a const parameter | varkor | -19/+49 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -379/+339 |
| 2020-04-20 | Make the `structural_match` error diagnostic for const generics clearer | varkor | -7/+9 |
| 2020-04-20 | use span_lint_and_help, cargo dev fmt | Devin R | -1/+1 |
| 2020-04-20 | progress work on suggestion for auto fix | Devin R | -0/+7 |