| Age | Commit message (Expand) | Author | Lines |
| 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 #66776 - Mark-Simulacrum:revert-try-breakage, r=Mark-Simulacrum | bors | -10/+59 |
| 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 | Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkor | bors | -47/+226 |
| 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 | Rollup merge of #66698 - petrochenkov:tidywarn, r=Mark-Simulacrum | Pietro Albini | -1/+0 |
| 2019-11-25 | Rollup merge of #66694 - RalfJung:panic-comments, r=Dylan-DPC | Pietro Albini | -6/+7 |
| 2019-11-25 | Rollup merge of #66684 - mark-i-m:error-reporting-cleanup, r=davidtwco | Pietro Albini | -22/+21 |
| 2019-11-25 | Rollup merge of #66678 - GuillaumeGomez:remove-useless-error-index-line, r=Dy... | Pietro Albini | -1/+0 |
| 2019-11-25 | Rollup merge of #66569 - pietroalbini:gha-1, r=alexcrichton | Pietro Albini | -248/+154 |
| 2019-11-25 | Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC | Pietro Albini | -10/+68 |
| 2019-11-25 | Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2019-11-25 | Auto merge of #66682 - estebank:fn-type-err, r=davidtwco | bors | -45/+238 |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -427/+199 |
| 2019-11-25 | Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper | bors | -13/+55 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -141/+678 |
| 2019-11-24 | disable redzone | Stefan Lankes | -0/+1 |
| 2019-11-24 | Auto merge of #66540 - nnethercote:SmallVec-Candidate-match_pairs, r=matthewj... | bors | -4/+6 |
| 2019-11-24 | use nicer code style to pass tidy check | Stefan Lankes | -1/+3 |
| 2019-11-24 | tidy: Accommodate rustfmt's preferred layout of stability attributes | David Tolnay | -3/+6 |
| 2019-11-24 | introduce a target to build the kernel HermitCore | Stefan Lankes | -0/+51 |
| 2019-11-24 | Add hardware floating point features to aarch64-pc-windows-msvc | Matt Ickstadt | -0/+1 |
| 2019-11-24 | Update for ConstKind refactor | Aaron Hill | -1/+1 |
| 2019-11-24 | Add example and extra documentation | Aaron Hill | -0/+32 |
| 2019-11-24 | Fix missing character | Aaron Hill | -1/+1 |
| 2019-11-24 | bug!() on const inference variable in opaque type | Aaron Hill | -1/+81 |
| 2019-11-24 | Also fix lifetimes and consts in opaque types | Aaron Hill | -2/+15 |
| 2019-11-24 | Improve error message when opaque type is not fully constrained | Aaron Hill | -46/+21 |
| 2019-11-24 | Fix opaque types resulting from projections in function signature | Aaron Hill | -1/+80 |
| 2019-11-24 | Auto merge of #66647 - petrochenkov:nosynt, r=Centril | bors | -522/+56 |
| 2019-11-24 | Add tests for raw_ref_op | Matthew Jasper | -11/+373 |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -2/+8 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -139/+308 |
| 2019-11-24 | fixup! Lowercase diagnostic message label | Timo Freiberg | -1/+1 |
| 2019-11-24 | fixup! Add negative tests where the diagnostic message would be wrong | Timo Freiberg | -14/+103 |
| 2019-11-24 | Add version mismatch help message for unimplemented trait | Timo Freiberg | -7/+87 |
| 2019-11-24 | Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertj | bors | -34/+63 |
| 2019-11-24 | tidy: Remove unused import | Vadim Petrochenkov | -1/+0 |
| 2019-11-24 | make comment compile | Ralf Jung | -2/+1 |