| Age | Commit message (Expand) | Author | Lines |
| 2019-07-09 | Rollup merge of #62541 - mark-i-m:patch-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-09 | Rollup merge of #62535 - alexcrichton:ci-job-name, r=pietroalbini | Mazdak Farrokhzad | -1/+3 |
| 2019-07-09 | Rollup merge of #62527 - matklad:debug-assert, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-07-09 | Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -693/+693 |
| 2019-07-09 | Rollup merge of #62520 - pnkfelix:add-test-for-42574, r=alexcrichton | Mazdak Farrokhzad | -0/+39 |
| 2019-07-09 | Rollup merge of #62515 - tshepang:consistent, r=Centril | Mazdak Farrokhzad | -3/+2 |
| 2019-07-09 | Rollup merge of #62470 - dima74:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+1 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -29/+389 |
| 2019-07-09 | Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelix | Mazdak Farrokhzad | -24/+61 |
| 2019-07-09 | Add spastorino for rustc-guide toolstate | Who? Me?! | -1/+1 |
| 2019-07-09 | Apply suggestions from code review | Aleksey Kladov | -3/+3 |
| 2019-07-09 | ci: Configure $CI_JOB_NAME correctly | Alex Crichton | -1/+3 |
| 2019-07-09 | Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix | bors | -17/+43 |
| 2019-07-09 | clarify that debug_assert does not completely omits the code | Aleksey Kladov | -6/+6 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -693/+693 |
| 2019-07-09 | Regression test for issue 42574. | Felix S. Klock II | -0/+39 |
| 2019-07-09 | Auto merge of #62463 - Disasm:riscv-lto, r=alexcrichton | bors | -0/+0 |
| 2019-07-09 | Auto merge of #62460 - RalfJung:llvm-null, r=eddyb | bors | -5/+12 |
| 2019-07-09 | Auto merge of #62511 - Centril:rollup-ojzb35x, r=Centril | bors | -244/+531 |
| 2019-07-09 | Rollup merge of #62494 - sinkuu:unused_deps, r=alexcrichton | Mazdak Farrokhzad | -6/+0 |
| 2019-07-09 | Rollup merge of #62403 - SimonSapin:concat, r=alexcrichton | Mazdak Farrokhzad | -74/+76 |
| 2019-07-09 | Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,... | Mazdak Farrokhzad | -139/+217 |
| 2019-07-09 | Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichton | Mazdak Farrokhzad | -25/+238 |
| 2019-07-09 | add feature to docs | Ashley Mannix | -0/+2 |
| 2019-07-08 | Auto merge of #61224 - aloucks:drain_filter, r=Gankro | bors | -9/+169 |
| 2019-07-09 | Remove unused dependencies | Shotaro Yamada | -6/+0 |
| 2019-07-08 | Auto merge of #62473 - timvermeulen:is_sorted_by_key, r=scottmcm | bors | -5/+5 |
| 2019-07-08 | Auto merge of #62366 - lzutao:feature/float-from-to-bytes, r=SimonSapin | bors | -6/+236 |
| 2019-07-08 | Add documentation to float conversion methods | Lzu Tao | -20/+144 |
| 2019-07-08 | Add float conversions to and from bytes | Tobias Bucher | -0/+106 |
| 2019-07-08 | Auto merge of #62485 - Centril:rollup-gg3it1u, r=Centril | bors | -54/+186 |
| 2019-07-08 | Rollup merge of #62478 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -11/+11 |
| 2019-07-08 | Rollup merge of #62477 - petrhosek:unwind-bootstrap, r=cramertj | Mazdak Farrokhzad | -8/+15 |
| 2019-07-08 | Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -26/+26 |
| 2019-07-08 | Rollup merge of #62462 - JohnTitor:document-while, r=Centril | Mazdak Farrokhzad | -9/+56 |
| 2019-07-08 | Rollup merge of #62356 - soc:topic/contains, r=Centril | Mazdak Farrokhzad | -0/+78 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -25/+236 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -11/+11 |
| 2019-07-07 | Re-add bootstrap attribute to libunwind for llvm-libunwind feature | Petr Hosek | -8/+15 |
| 2019-07-07 | Auto merge of #62026 - mati865:deps, r=alexcrichton | bors | -35/+22 |
| 2019-07-07 | Clarify double-drop comment | Aaron Loucks | -1/+1 |
| 2019-07-07 | Update phf to get rid of rand 0.4 | Mateusz MikuĊa | -35/+22 |
| 2019-07-07 | Only call the closure parameter of Iterator::is_sorted_by_key once per item | Tim Vermeulen | -5/+5 |
| 2019-07-07 | Auto merge of #62435 - scottmcm:constrained-array-impls, r=centril | bors | -8/+479 |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -8/+479 |
| 2019-07-07 | Remove while loop in DrainFilter::drop and add additional docs | Aaron Loucks | -19/+21 |
| 2019-07-07 | cli: make help output for -l and -L consistent | Tshepang Lekhonkhobe | -3/+2 |
| 2019-07-07 | normalize use of backticks in compiler messages for librustc_typecheck | Samy Kacimi | -26/+26 |
| 2019-07-07 | Prevent shrinking of "crate select" element on Firefox | Dmitry Murzin | -0/+1 |
| 2019-07-07 | Auto merge of #62467 - Centril:rollup-083tn7t, r=Centril | bors | -438/+679 |