| Age | Commit message (Expand) | Author | Lines |
| 2019-11-10 | Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitor | bors | -4/+58 |
| 2019-11-10 | Rollup merge of #66235 - eddyb:coff-syrup, r=nagisa | Yuki Okushi | -2/+2 |
| 2019-11-10 | Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obk | Yuki Okushi | -2/+56 |
| 2019-11-09 | Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obk | bors | -0/+224 |
| 2019-11-09 | Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril | bors | -39/+60 |
| 2019-11-09 | Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis | Mazdak Farrokhzad | -4/+4 |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -1/+43 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -1492/+214 |
| 2019-11-08 | [mir-opt] Handle aggregates in SimplifyLocals pass | Wesley Wiser | -5/+2 |
| 2019-11-08 | [mir-opt] Handle const-prop for the return place | Wesley Wiser | -0/+57 |
| 2019-11-09 | rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-11-08 | Bless tests now that we do promotion if `min_const_fn` fails | Dylan MacKenzie | -28/+7 |
| 2019-11-08 | Use new `PromoteTemps` for promotion | Dylan MacKenzie | -6/+6 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -155/+155 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -394/+161 |
| 2019-11-08 | Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r... | bors | -0/+17 |
| 2019-11-08 | Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton | Yuki Okushi | -104/+113 |
| 2019-11-08 | Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddyb | bors | -4/+67 |
| 2019-11-07 | Add test for --extern alloc=librustc.rlib | Eric Huss | -0/+7 |
| 2019-11-07 | Update src/test/ui-fulldeps/pathless-extern-unstable.rs
| Eric Huss | -1/+1 |
| 2019-11-07 | Add more --extern tests. | Eric Huss | -1/+59 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -3/+1 |
| 2019-11-07 | Rollup merge of #66182 - RalfJung:invalid-value, r=Centril | Mazdak Farrokhzad | -35/+35 |
| 2019-11-07 | Rollup merge of #66087 - tmiasko:ui-mode, r=Centril | Mazdak Farrokhzad | -328/+324 |
| 2019-11-07 | Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwco | Mazdak Farrokhzad | -3/+4 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -30/+25 |
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -1/+2 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | invalid_value lint: fix help text | Ralf Jung | -35/+35 |
| 2019-11-07 | Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper | Mazdak Farrokhzad | -0/+103 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -172/+233 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -9/+70 |
| 2019-11-07 | Use -Zsave-analysis when compiling issue-37323.rs | Tomasz MiÄ…sko | -0/+1 |
| 2019-11-07 | test that extern lits accept raw strings annd escapes | Mazdak Farrokhzad | -0/+26 |
| 2019-11-07 | test that parser is oblivious to set of ABIs | Mazdak Farrokhzad | -0/+17 |
| 2019-11-07 | parser: allow ABIs from literal macro fragments | Mazdak Farrokhzad | -4/+30 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -168/+160 |
| 2019-11-06 | Implement pass to remove branches on uninhabited variants | Wesley Wiser | -0/+224 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -155/+155 |
| 2019-11-07 | Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obk | Yuki Okushi | -2/+2 |
| 2019-11-07 | Rollup merge of #66084 - petrochenkov:x86arm, r=alexcrichton | Yuki Okushi | -5/+1 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -7/+71 |
| 2019-11-07 | Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcrichton | Yuki Okushi | -29/+44 |
| 2019-11-07 | Rollup merge of #65794 - Centril:unimpl-internal, r=varkor | Yuki Okushi | -19/+18 |
| 2019-11-06 | Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddyb | bors | -0/+12 |
| 2019-11-06 | Suggest missing item from `trait` in `impl` | Esteban Küber | -9/+70 |
| 2019-11-06 | Add test for promotability in `let` | Dylan MacKenzie | -0/+17 |
| 2019-11-06 | Add UI test for `array.into_iter()` lint | Lukas Kalbertodt | -0/+103 |
| 2019-11-06 | Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ... | bors | -1/+444 |