| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 | Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ... | bors | -1/+444 |
| 2019-11-06 | rollback gating for failing macro matchers | Mazdak Farrokhzad | -0/+14 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -106/+125 |
| 2019-11-06 | --bless | Ralf Jung | -2/+2 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -19/+18 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -1/+13 |
| 2019-11-06 | Rollup merge of #66115 - eddyb:global-meta-what, r=michaelwoerister | Mazdak Farrokhzad | -112/+112 |
| 2019-11-06 | Rollup merge of #66101 - estebank:break-tail-e0308, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2019-11-06 | Rollup merge of #66098 - estebank:path-asciption-typo, r=Centril | Mazdak Farrokhzad | -0/+18 |
| 2019-11-06 | Rollup merge of #66093 - estebank:fmt-ice, r=Centril | Mazdak Farrokhzad | -1/+17 |
| 2019-11-06 | Rollup merge of #66068 - euclio:null-emitter, r=estebank | Mazdak Farrokhzad | -64/+0 |
| 2019-11-06 | Rollup merge of #66054 - petrochenkov:delspan, r=estebank | Mazdak Farrokhzad | -9/+29 |
| 2019-11-06 | Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebank | Mazdak Farrokhzad | -40/+114 |
| 2019-11-05 | Tweak type mismatch caused by break on tail expr | Esteban Küber | -0/+26 |
| 2019-11-05 | Do not ICE whith a precision flag in formatting str and no format arguments | Esteban Küber | -1/+17 |
| 2019-11-05 | rustc: remove "GlobalMetaData" dead code from hir::map::definitions. | Eduard-Mihai Burtescu | -112/+112 |
| 2019-11-05 | Account for typo in turbofish and suggest `::` | Esteban Küber | -1/+1 |
| 2019-11-05 | Detect if item.span is in a macro, and fall back | Pi Lanningham | -2/+5 |
| 2019-11-05 | Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obk | bors | -8/+63 |
| 2019-11-05 | tests: add `#[repr(C)]` to test | David Wood | -2/+1 |
| 2019-11-05 | improper ctypes: adjust lint msg for extern fns | David Wood | -24/+24 |
| 2019-11-05 | improper_ctypes: `extern "C"` fns | David Wood | -0/+444 |
| 2019-11-05 | Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=Centril | Pietro Albini | -0/+118 |
| 2019-11-05 | Rollup merge of #66042 - ohadravid:suggest-correct-code-when-ref-current-trai... | Pietro Albini | -3/+25 |
| 2019-11-04 | Detect `::` -> `:` typo when involving turbofish | Esteban Küber | -0/+18 |
| 2019-11-04 | Add tests for loop constructs in consts | Dylan MacKenzie | -0/+118 |
| 2019-11-04 | Do not require extra LLVM backends for `x.py test` to pass | Vadim Petrochenkov | -5/+1 |
| 2019-11-04 | also test different integers | Ralf Jung | -1/+27 |
| 2019-11-04 | test offset_from with two integers | Ralf Jung | -8/+37 |
| 2019-11-04 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -0/+132 |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -64/+0 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -103/+188 |
| 2019-11-03 | Test that borrows of projections are promoted everywhere | Dylan MacKenzie | -0/+12 |
| 2019-11-03 | Auto merge of #65646 - Amanieu:foreign-exceptions, r=nikomatsakis | bors | -2/+161 |
| 2019-11-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -260/+272 |
| 2019-11-03 | Fix macOS tests | Amanieu d'Antras | -0/+2 |