| Age | Commit message (Expand) | Author | Lines |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -321/+309 |
| 2019-07-05 | Rollup merge of #62158 - christianpoveda:ecx-memory-extra, r=RalfJung | Mazdak Farrokhzad | -7/+17 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -191/+251 |
| 2019-07-05 | Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=Zoxc | Mazdak Farrokhzad | -38/+33 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -89/+209 |
| 2019-07-05 | Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddyb | Mazdak Farrokhzad | -21/+52 |
| 2019-07-05 | Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkor | Mazdak Farrokhzad | -1/+33 |
| 2019-07-05 | Rollup merge of #62371 - Nemo157:fix-62288, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-05 | Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj | Mazdak Farrokhzad | -30/+30 |
| 2019-07-05 | Rollup merge of #62323 - Centril:clarify-read-unaligned, r=RalfJung | Mazdak Farrokhzad | -35/+53 |
| 2019-07-05 | Rollup merge of #62292 - Centril:split-async-closures, r=cramertj | Mazdak Farrokhzad | -115/+260 |
| 2019-07-05 | Rollup merge of #62238 - GuillaumeGomez:fix-code-block-information-icon-pos, ... | Mazdak Farrokhzad | -0/+4 |
| 2019-07-05 | Rollup merge of #62169 - Zoxc:store-query-results, r=eddyb | Mazdak Farrokhzad | -24/+26 |
| 2019-07-05 | Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung | Mazdak Farrokhzad | -29/+12 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -26/+26 |
| 2019-07-05 | Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb | bors | -2280/+2076 |
| 2019-07-05 | Auto merge of #62376 - Mark-Simulacrum:1.38-nightly, r=alexcrichton | bors | -107/+47 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -9/+30 |
| 2019-07-05 | Add a "total" measurement to -Ztime-passes. | Nicholas Nethercote | -21/+32 |
| 2019-07-05 | Remove `solve_nll_region_constraints` measurements from `-Ztime-passes` output. | Nicholas Nethercote | -17/+1 |
| 2019-07-04 | Auto merge of #62153 - alexcrichton:parallel-compress, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-07-04 | Break out of the correct number of scopes in loops | Matthew Jasper | -21/+52 |
| 2019-07-04 | Update the `rust-installer` submodule | Alex Crichton | -0/+0 |
| 2019-07-04 | Auto merge of #61392 - Zoxc:single-interner, r=eddyb | bors | -136/+28 |
| 2019-07-04 | Improve error span for async type inference error | Aaron Hill | -1/+33 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -98/+17 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -29/+12 |
| 2019-07-04 | Add tracking issue for Box::into_pin | Wim Looman | -1/+1 |
| 2019-07-04 | infer: fix a Region-related debug message | ljedrz | -6/+1 |
| 2019-07-04 | fix a dep_graph doc regarding type_of_item | ljedrz | -1/+1 |
| 2019-07-04 | infer::error_reporting: adjust 2 debug messages | ljedrz | -8/+2 |
| 2019-07-04 | rename hir::map::opt_local_def_id* | ljedrz | -9/+9 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -252/+252 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -45/+48 |
| 2019-07-04 | remove FIXMEs for functions that won't go away | ljedrz | -4/+0 |
| 2019-07-04 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-04 | ptr::{read,write}_unaligned: use no_run and reword slightly. | Mazdak Farrokhzad | -4/+4 |
| 2019-07-04 | Fix merge conflicts | Christian Poveda | -3401/+6661 |
| 2019-07-04 | Clarify unaligned fields in ptr::read_unaligned. | Mazdak Farrokhzad | -35/+53 |
| 2019-07-04 | Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj | Mazdak Farrokhzad | -27/+5 |
| 2019-07-04 | Rollup merge of #62346 - RalfJung:miri-tests, r=Centril | Mazdak Farrokhzad | -8/+4 |
| 2019-07-04 | Rollup merge of #62344 - matklad:simplify-option, r=sfackler | Mazdak Farrokhzad | -9/+1 |
| 2019-07-04 | Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -716/+716 |
| 2019-07-04 | Rollup merge of #62316 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+89 |
| 2019-07-04 | Rollup merge of #62297 - matklad:peek-delimited, r=petrochenkov | Mazdak Farrokhzad | -67/+72 |
| 2019-07-04 | Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertj | Mazdak Farrokhzad | -6/+9 |
| 2019-07-04 | Rollup merge of #62287 - petrhosek:libunwind-link-attribute, r=tmandry | Mazdak Farrokhzad | -3/+15 |
| 2019-07-04 | Rollup merge of #62268 - Zoxc:inherent_impls, r=eddyb | Mazdak Farrokhzad | -29/+4 |
| 2019-07-04 | Rollup merge of #62258 - petrochenkov:idclean, r=Centril | Mazdak Farrokhzad | -230/+111 |