| Age | Commit message (Expand) | Author | Lines |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -64/+111 |
| 2020-04-24 | adjust tests | Ralf Jung | -133/+113 |
| 2020-04-24 | Revert "Move early needs_subst bailout to _after_ linting." | Ralf Jung | -5/+5 |
| 2020-04-24 | tidy | mark | -4/+1 |
| 2020-04-24 | Added lint `match_vec_item` | CrazyRoka | -0/+7 |
| 2020-04-24 | fix a couple more uses of def_kind | mark | -2/+2 |
| 2020-04-24 | Remove unused `visit_local` | Dylan MacKenzie | -9/+0 |
| 2020-04-24 | Use `debug` to print illegal operations in a const context | Dylan MacKenzie | -1/+1 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -81/+34 |
| 2020-04-24 | Tweak `descr` for `AnonConst` and fix `article` for `Use` and `ExternCrate`. | Eduard-Mihai Burtescu | -3/+4 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -100/+69 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -6/+12 |
| 2020-04-24 | add a few more DefKinds | mark | -64/+133 |
| 2020-04-24 | Fix cross-compiling LLD to different platforms | Alex Crichton | -2/+28 |
| 2020-04-25 | Minimize parameter of coerce_borrowed_pointer() | Donough Liu | -12/+9 |
| 2020-04-24 | Take a single root node in range_search | Mark Rousskov | -10/+7 |
| 2020-04-24 | Add rustdoc regression test for the unused_braces lint | flip1995 | -0/+14 |
| 2020-04-24 | Quick and dirty fix of the unused_braces lint | flip1995 | -1/+7 |
| 2020-04-24 | Only set *FLAGS env vars if they are not empty | Dylan MacKenzie | -2/+10 |
| 2020-04-24 | Remove useless "" args | Rustin-Liu | -3/+3 |
| 2020-04-24 | Auto merge of #71509 - Dylan-DPC:rollup-n8s37rm, r=Dylan-DPC | bors | -498/+829 |
| 2020-04-24 | Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytm | Dylan DPC | -101/+51 |
| 2020-04-24 | Rollup merge of #71475 - RalfJung:miri-frame-loc, r=ecstatic-morse | Dylan DPC | -41/+29 |
| 2020-04-24 | Rollup merge of #71428 - tromey:gdb-10-parsing, r=tromey | Dylan DPC | -5/+21 |
| 2020-04-24 | Rollup merge of #71318 - RalfJung:miri-unleash-cleanup, r=oli-obk | Dylan DPC | -181/+156 |
| 2020-04-24 | Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse | Dylan DPC | -170/+572 |
| 2020-04-24 | Don't run various MIR optimizations at mir-opt-level=0 | Wesley Wiser | -55/+81 |
| 2020-04-24 | Add BinaryHeap::retain as suggested in #42849 | arlo | -0/+37 |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -82/+133 |
| 2020-04-24 | Improve PanicInfo examples readability | Guillaume Gomez | -3/+9 |
| 2020-04-24 | Auto merge of #71215 - marmeladema:issue70853/librustc_middle-local-def-id-2,... | bors | -987/+1082 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -40/+40 |
| 2020-04-24 | Rollup merge of #71492 - LeSeulArtichaut:document-unsafe-2, r=Mark-Simulacrum | Dylan DPC | -16/+28 |
| 2020-04-24 | Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJung | Dylan DPC | -40/+40 |
| 2020-04-24 | Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank | Dylan DPC | -30/+30 |
| 2020-04-24 | Rollup merge of #71068 - pyfisch:unicode-version-stable, r=SimonSapin | Dylan DPC | -7/+8 |
| 2020-04-24 | Rollup merge of #71063 - LeSeulArtichaut:document-unsafe, r=Mark-Simulacrum | Dylan DPC | -7/+28 |
| 2020-04-24 | Rollup merge of #70845 - varkor:const-generics-derive-eq-diagnostic, r=estebank | Dylan DPC | -19/+51 |
| 2020-04-24 | Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::... | LeSeulArtichaut | -16/+28 |
| 2020-04-23 | Downgrade match_bool to pedantic | David Tolnay | -1/+1 |
| 2020-04-23 | Fix librustdoc error due to `as_local_hir_id` changes | marmeladema | -2/+2 |
| 2020-04-24 | Minor formatting changes in `cfg-sanitize.md` | mibac138 | -10/+8 |
| 2020-04-24 | update_tests | flip1995 | -4/+10 |
| 2020-04-24 | Use correct span on while (let) lowering | flip1995 | -6/+2 |
| 2020-04-23 | Address comments from review | marmeladema | -104/+68 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -305/+248 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -444/+579 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -492/+545 |
| 2020-04-23 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+2 |
| 2020-04-23 | Import RequiredConstsVisitor | Santiago Pastorino | -2/+2 |