| Age | Commit message (Expand) | Author | Lines |
| 2019-11-27 | rustc_metadata: use a separate TableBuilder type to build a Table. | Eduard-Mihai Burtescu | -33/+39 |
| 2019-11-27 | rustc_metadata: replace PerDefTable<T> with Table<DefIndex, T>. | Eduard-Mihai Burtescu | -113/+68 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -36/+78 |
| 2019-11-27 | Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn... | bors | -106/+328 |
| 2019-11-27 | Auto merge of #66794 - tmandry:rollup-99qrpr0, r=tmandry | bors | -402/+441 |
| 2019-11-26 | Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=Centril | Tyler Mandry | -0/+24 |
| 2019-11-26 | Rollup merge of #66786 - jyn514:const-if-match-tests, r=Centril | Tyler Mandry | -0/+21 |
| 2019-11-26 | Rollup merge of #66779 - guanqun:reorder-funcs, r=Dylan-DPC | Tyler Mandry | -6/+6 |
| 2019-11-26 | Rollup merge of #66763 - Parth:patch-2, r=steveklabnik | Tyler Mandry | -1/+1 |
| 2019-11-26 | Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC | Tyler Mandry | -300/+115 |
| 2019-11-26 | Rollup merge of #66737 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPC | Tyler Mandry | -50/+39 |
| 2019-11-26 | Rollup merge of #66720 - Mark-Simulacrum:error-reported, r=Centril | Tyler Mandry | -5/+8 |
| 2019-11-26 | Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=Centril | Tyler Mandry | -24/+37 |
| 2019-11-26 | Rollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum | Tyler Mandry | -3/+6 |
| 2019-11-26 | Rollup merge of #66713 - hermitcore:hermit, r=alexcrichton | Tyler Mandry | -0/+54 |
| 2019-11-26 | Rollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa | Tyler Mandry | -0/+1 |
| 2019-11-26 | Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk | Tyler Mandry | -13/+18 |
| 2019-11-26 | Rollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcrichton | Tyler Mandry | -0/+26 |
| 2019-11-26 | Rollup merge of #66128 - emilio:new-zeroed, r=SimonSapin | Tyler Mandry | -0/+85 |
| 2019-11-26 | Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obk | bors | -135/+136 |
| 2019-11-26 | Remove test for #66758 | Dylan MacKenzie | -6/+0 |
| 2019-11-26 | Move ErrorReported to rustc_errors | Mark Rousskov | -5/+8 |
| 2019-11-26 | Add regression test for #66756 | Dylan MacKenzie | -0/+27 |
| 2019-11-26 | Allow `Unreachable` terminators behind `const_if_match` | Dylan MacKenzie | -0/+3 |
| 2019-11-26 | Test multiple variants | Joshua Nelson | -0/+2 |
| 2019-11-26 | Auto merge of #66776 - Mark-Simulacrum:revert-try-breakage, r=Mark-Simulacrum | bors | -10/+59 |
| 2019-11-26 | follow the same function order in the trait | Guanqun Lu | -6/+6 |
| 2019-11-26 | Revert "DO NOT MERGE: enable windows try builder" | Mark Rousskov | -10/+59 |
| 2019-11-26 | Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton | bors | -0/+251 |
| 2019-11-26 | PGO: Make branch-weights regression test more robust. | Michael Woerister | -10/+10 |
| 2019-11-26 | Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebank | bors | -7/+176 |
| 2019-11-26 | Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichton | bors | -32/+215 |
| 2019-11-25 | Add wildcard test for const_if_match | Joshua Nelson | -0/+19 |
| 2019-11-25 | Update documentation-tests.md | Parth Mehrotra | -1/+1 |
| 2019-11-25 | Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkor | bors | -47/+226 |
| 2019-11-25 | make sure we handle all transmute invocations, including diverging ones | Ralf Jung | -3/+7 |
| 2019-11-25 | Various cleanups | Esteban Küber | -21/+22 |
| 2019-11-25 | Tweak removed feature error | Esteban Küber | -9/+4 |
| 2019-11-25 | Tweak bad `continue` error | Esteban Küber | -9/+4 |
| 2019-11-25 | Tweak duplicate matcher binding error | Esteban Küber | -29/+14 |
| 2019-11-25 | Tweak duplicate fmt arg error | Esteban Küber | -8/+5 |
| 2019-11-25 | Tweak move error due to non-Copy | Esteban Küber | -175/+31 |
| 2019-11-25 | Tweak multiple allocators error | Esteban Küber | -8/+7 |
| 2019-11-25 | miri: couple ret place and ret block together (they both exist or both don't) | Ralf Jung | -67/+65 |
| 2019-11-25 | Fix capitalization when mentioning different crate versions in E0308 | Esteban Küber | -22/+9 |
| 2019-11-25 | Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbini | bors | -289/+251 |
| 2019-11-25 | Auto merge of #66748 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+1 |
| 2019-11-25 | Update cargo, rls, books. | Eric Huss | -0/+1 |
| 2019-11-25 | move ABI check out to cover all calls | Ralf Jung | -24/+24 |
| 2019-11-25 | unify call_intrinsic handling of intruction pointer with other machine hooks | Ralf Jung | -23/+5 |