| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-20 | tweak comments | Niko Matsakis | -5/+10 |
| 2020-04-20 | Remove unused ToHex/FromHex trait | Shotaro Yamada | -207/+0 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -15/+0 |
| 2020-04-20 | Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk | bors | -103/+128 |
| 2020-04-19 | Bless new miri_unleashed test | Dylan MacKenzie | -2/+13 |
| 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 |
| 2020-04-19 | [ConstProp] Use a `BitSet<Local>` instead of `IndexVec<Local, bool>` | Wesley Wiser | -5/+4 |
| 2020-04-19 | Stabilize PathBuf capacity methods | Mark Rousskov | -8/+7 |
| 2020-04-19 | allow(unused_must_use) in issue-23611-enum-swap-in-drop.rs | Josh Stone | -1/+2 |
| 2020-04-19 | Note that some terminators should cause an error | Dylan MacKenzie | -0/+2 |
| 2020-04-19 | Exhaustively match on `TerminatorKind` during const checking | Dylan MacKenzie | -1/+11 |
| 2020-04-19 | Exhaustively match on `StatementKind` during const checking | Dylan MacKenzie | -3/+8 |
| 2020-04-19 | Check for `llvm_asm` in a const context | Dylan MacKenzie | -1/+23 |
| 2020-04-19 | Update pattern docs. | Eric Huss | -37/+150 |
| 2020-04-19 | Moving all rustdoc-ui tests to check-pass | Val Markovic | -19/+19 |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -70/+172 |