| Age | Commit message (Expand) | Author | Lines |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -11/+247 |
| 2018-07-14 | Auto merge of #52212 - kennytm:o3-again, r=alexcrichton | bors | -7/+0 |
| 2018-07-14 | Auto merge of #52244 - glandium:issue52097, r=estebank | bors | -7/+581 |
| 2018-07-14 | Auto merge of #52328 - petrochenkov:pmroot, r=alexcrichton | bors | -10/+39 |
| 2018-07-14 | Auto merge of #52314 - varkor:issue-52023, r=oli-obk | bors | -1/+28 |
| 2018-07-14 | Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton | bors | -59/+137 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -59/+137 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -171/+457 |
| 2018-07-13 | Auto merge of #52352 - kennytm:rollup, r=kennytm | bors | -87/+191 |
| 2018-07-14 | Rollup merge of #52350 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-07-14 | Rollup merge of #52346 - rkruppe:patch-1, r=cramertj | kennytm | -3/+3 |
| 2018-07-14 | Rollup merge of #52333 - kennytm:linux-core-dump, r=alexcrichton | kennytm | -0/+6 |
| 2018-07-14 | Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkor | kennytm | -12/+16 |
| 2018-07-14 | Rollup merge of #52322 - varkor:llvm-7-rebuild-trigger, r=alexcrichton | kennytm | -1/+1 |
| 2018-07-14 | Rollup merge of #52316 - seanmonstar:waker-unsafety, r=cramertj | kennytm | -5/+3 |
| 2018-07-14 | Rollup merge of #52315 - ljedrz:FIXME_#27942, r=petrochenkov | kennytm | -21/+1 |
| 2018-07-14 | Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj | kennytm | -0/+43 |
| 2018-07-14 | Rollup merge of #52300 - ljedrz:dyn_target_test, r=Mark-Simulacrum | kennytm | -7/+12 |
| 2018-07-14 | Rollup merge of #52299 - ljedrz:dyn_libserialize, r=cramertj | kennytm | -8/+10 |
| 2018-07-14 | Rollup merge of #52293 - ljedrz:dyn_librustc_typeck, r=estebank | kennytm | -14/+15 |
| 2018-07-14 | Rollup merge of #52290 - ljedrz:dyn_librustc_save_analysis, r=cramertj | kennytm | -3/+4 |
| 2018-07-14 | Rollup merge of #52280 - japaric:llvm-tools-preview, r=kennytm | kennytm | -1/+1 |
| 2018-07-14 | Rollup merge of #52156 - zajlerke:update-deprecation-notice, r=Kimundi | kennytm | -10/+30 |
| 2018-07-14 | Rollup merge of #52003 - Kerollmops:option-replace, r=Kimundi | kennytm | -0/+43 |
| 2018-07-14 | Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichton | kennytm | -1/+2 |
| 2018-07-13 | Bump bootstrap compiler to 1.28.0-beta.10 | Pietro Albini | -1/+1 |
| 2018-07-13 | Don't silently ignore invalid data in target spec | Jethro Beekman | -12/+16 |
| 2018-07-13 | Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelix | bors | -60/+239 |
| 2018-07-13 | Fix typo in improper_ctypes suggestion | Robin Kruppe | -3/+3 |
| 2018-07-13 | Enabled core dump on Linux, and print stack trace on failure. | kennytm | -0/+6 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -919/+1728 |
| 2018-07-13 | Use callback-based interface to load ThinLTO import data into rustc. | Michael Woerister | -96/+58 |
| 2018-07-13 | Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapin | bors | -112/+208 |
| 2018-07-13 | Auto merge of #52281 - cramertj:fast-tls, r=alexcrichton | bors | -6/+1 |
| 2018-07-12 | Bless one more test | ashtneoi | -0/+11 |
| 2018-07-12 | Factor out suggest_ref_mut; use it in rustc_borrowck | ashtneoi | -39/+27 |
| 2018-07-12 | Bless tests and update ERROR | ashtneoi | -5/+6 |
| 2018-07-12 | span_suggestion | csmoe | -11/+28 |
| 2018-07-12 | add nll stderr | csmoe | -0/+11 |
| 2018-07-12 | update test | csmoe | -3/+3 |
| 2018-07-12 | replace ref | csmoe | -4/+9 |
| 2018-07-12 | lint with ref_span | csmoe | -8/+6 |
| 2018-07-12 | update test | csmoe | -0/+25 |
| 2018-07-12 | fix wrong replacing | csmoe | -1/+1 |
| 2018-07-12 | Also test `&mut self` suggestion | ashtneoi | -4/+24 |
| 2018-07-12 | Simplify match expression | ashtneoi | -10/+8 |
| 2018-07-12 | Put the two halves of suggest_ampmut back together | ashtneoi | -22/+16 |
| 2018-07-12 | Don't try to suggest `ref mut` for implicit `ref` | ashtneoi | -20/+26 |
| 2018-07-12 | Reimplement some "add `mut`" suggestions under NLL | ashtneoi | -35/+88 |
| 2018-07-12 | Add `ref mut` suggestion test | ashtneoi | -0/+52 |