| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -472/+191 |
| 2019-09-29 | Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+7 |
| 2019-09-29 | Rollup merge of #64589 - andre-richter:aarch64_bare_metal, r=Amanieu | Mazdak Farrokhzad | -2/+40 |
| 2019-09-29 | Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper | Mazdak Farrokhzad | -432/+322 |
| 2019-09-28 | Rollup merge of #64880 - llogiq:slice-docs, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-09-28 | Rollup merge of #64876 - vertexclique:vcq/fix-fn-name-intrinsic-op-unsafety, ... | Mazdak Farrokhzad | -4/+4 |
| 2019-09-28 | Rollup merge of #64875 - ehuss:async-await-reserved, r=estebank | Mazdak Farrokhzad | -61/+61 |
| 2019-09-28 | Rollup merge of #64852 - Baranowski:param_note_52082, r=estebank | Mazdak Farrokhzad | -26/+188 |
| 2019-09-28 | Rollup merge of #64837 - nliberg:patch-2, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-09-28 | Rollup merge of #64793 - immunant:format_spans, r=matthewjasper | Mazdak Farrokhzad | -12/+9 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -32/+59 |
| 2019-09-28 | Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper | Mazdak Farrokhzad | -18/+50 |
| 2019-09-28 | Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor | Mazdak Farrokhzad | -3/+64 |
| 2019-09-28 | Rollup merge of #64131 - shivan1b:deterministic-fxhashmap, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+178 |
| 2019-09-28 | Slice docs: fix typo | Andre Bogus | -1/+1 |
| 2019-09-28 | Fix typo in intrinsics op safety | Mahmut Bulut | -4/+4 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -61/+61 |
| 2019-09-28 | Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -254/+425 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -461/+184 |
| 2019-09-28 | StableHasher does not need to be generic over the Result type | Mark Rousskov | -11/+7 |
| 2019-09-28 | rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`. | Eduard-Mihai Burtescu | -18/+8 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -386/+295 |
| 2019-09-28 | rustc: don't store a lifetime in hir::TyKind::CVarArgs. | Eduard-Mihai Burtescu | -30/+18 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -19/+22 |
| 2019-09-28 | Refactor into ban_nonexisting_field method | Wojciech Baranowski | -27/+37 |
| 2019-09-28 | Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril | bors | -5/+54 |
| 2019-09-28 | Fix lint-exceeding-bitshifts ui tests | Wesley Wiser | -23/+27 |
| 2019-09-28 | Allow reading non-mutable statics in const prop | Wesley Wiser | -11/+45 |
| 2019-09-28 | Implement CRs | Wojciech Baranowski | -75/+46 |
| 2019-09-28 | Improve wording in documentation of MaybeUninit | Nils Liberg | -6/+6 |
| 2019-09-28 | data_structures: Add deterministic FxHashMap and FxHashSet wrappers | Shivani Bhardwaj | -0/+178 |
| 2019-09-28 | Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank | Mazdak Farrokhzad | -26/+96 |
| 2019-09-28 | Rollup merge of #64847 - mati865:env_logger, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-09-28 | Rollup merge of #64845 - rusty-snake:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -0/+2 |
| 2019-09-28 | Rollup merge of #64836 - lzutao:stabilize-map_get_key_value, r=SimonSapin | Mazdak Farrokhzad | -4/+2 |
| 2019-09-28 | Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank | Mazdak Farrokhzad | -3/+16 |
| 2019-09-28 | Rollup merge of #64818 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-09-28 | Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkor | Mazdak Farrokhzad | -71/+204 |
| 2019-09-28 | Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper | Mazdak Farrokhzad | -118/+136 |
| 2019-09-28 | Rollup merge of #64794 - Mark-Simulacrum:rm-dep-track-map, r=estebank | Mazdak Farrokhzad | -156/+3 |
| 2019-09-28 | Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb | Mazdak Farrokhzad | -209/+97 |
| 2019-09-28 | Rollup merge of #64745 - kennethbgoodin:should-panic-msg, r=varkor | Mazdak Farrokhzad | -2/+3 |
| 2019-09-28 | Rollup merge of #64703 - llogiq:slices-elems-are-equidistant, r=rkruppe | Mazdak Farrokhzad | -1/+3 |
| 2019-09-27 | Add test for redundant_semicolon lint interaction with proc macro attrs | Nathan | -0/+52 |
| 2019-09-28 | Improve diagnostic for `let A = 0;` | Mazdak Farrokhzad | -26/+96 |
| 2019-09-27 | Filter out stmts made for the redundant_semicolon lint when pretty-printing | nathanwhit | -3/+12 |
| 2019-09-27 | Introduce a `ConstPropMachine` | Wesley Wiser | -39/+177 |
| 2019-09-27 | Work around for #64506 | Wesley Wiser | -1/+11 |
| 2019-09-27 | Move Ref-from-arg checking from `step.rs` to `const_prop.rs` | Wesley Wiser | -99/+95 |
| 2019-09-27 | Respond to code review feedback and fix tidy | Wesley Wiser | -15/+42 |