| Age | Commit message (Expand) | Author | Lines |
| 2018-07-15 | Auto merge of #52348 - oli-obk:bugfix, r=petrochenkov | bors | -1/+40 |
| 2018-07-14 | Auto merge of #52318 - TheDarkula:master, r=oli-obk | bors | -0/+17 |
| 2018-07-14 | Removed the promotable field from CheckCrateVisitor and replaced it with the ... | Meade Kincke | -0/+17 |
| 2018-07-14 | Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkov | bors | -0/+24 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -59/+0 |
| 2018-07-14 | Auto merge of #52244 - glandium:issue52097, r=estebank | bors | -0/+518 |
| 2018-07-14 | Auto merge of #52328 - petrochenkov:pmroot, r=alexcrichton | bors | -0/+33 |
| 2018-07-14 | Auto merge of #52314 - varkor:issue-52023, r=oli-obk | bors | -0/+22 |
| 2018-07-14 | Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichton | bors | -59/+123 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -59/+123 |
| 2018-07-13 | Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri... | bors | -36/+36 |
| 2018-07-13 | Auto merge of #52352 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-07-14 | Rollup merge of #52346 - rkruppe:patch-1, r=cramertj | kennytm | -2/+2 |
| 2018-07-14 | Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkor | kennytm | -1/+1 |
| 2018-07-13 | Use the correct visibility | Oliver Schneider | -1/+40 |
| 2018-07-13 | Don't silently ignore invalid data in target spec | Jethro Beekman | -1/+1 |
| 2018-07-13 | Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelix | bors | -22/+154 |
| 2018-07-13 | rustc: Tweak expansion of #[proc_macro] for 2018 | Alex Crichton | -0/+24 |
| 2018-07-13 | Fix typo in improper_ctypes suggestion | Robin Kruppe | -2/+2 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -15/+15 |
| 2018-07-13 | Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapin | bors | -10/+93 |
| 2018-07-12 | Bless one more test | ashtneoi | -0/+11 |
| 2018-07-12 | Factor out suggest_ref_mut; use it in rustc_borrowck | ashtneoi | -12/+0 |
| 2018-07-12 | Bless tests and update ERROR | ashtneoi | -5/+6 |
| 2018-07-12 | span_suggestion | csmoe | -9/+25 |
| 2018-07-12 | add nll stderr | csmoe | -0/+11 |
| 2018-07-12 | update test | csmoe | -3/+3 |
| 2018-07-12 | lint with ref_span | csmoe | -1/+1 |
| 2018-07-12 | update test | csmoe | -0/+25 |
| 2018-07-12 | Also test `&mut self` suggestion | ashtneoi | -4/+24 |
| 2018-07-12 | Don't try to suggest `ref mut` for implicit `ref` | ashtneoi | -6/+6 |
| 2018-07-12 | Reimplement some "add `mut`" suggestions under NLL | ashtneoi | -7/+15 |
| 2018-07-12 | Add `ref mut` suggestion test | ashtneoi | -0/+52 |
| 2018-07-13 | compute region values using SCCs not iterative flow | Niko Matsakis | -15/+15 |
| 2018-07-13 | Auto merge of #52275 - alexcrichton:no-macro-use, r=nrc | bors | -0/+73 |
| 2018-07-13 | Fix some RangeInclusive test cases. | kennytm | -10/+19 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -0/+74 |
| 2018-07-13 | Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb | bors | -4/+152 |
| 2018-07-13 | proc_macro: Fix crate root detection | Vadim Petrochenkov | -0/+33 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -0/+73 |
| 2018-07-12 | Ensure StorageDead is created even if variable initialization fails | Taylor Cramer | -4/+152 |
| 2018-07-12 | Fix ICE when using a pointer cast as array size | varkor | -0/+22 |
| 2018-07-12 | Auto merge of #52256 - tinco:issue_52255, r=sanxiyn | bors | -4/+2 |
| 2018-07-12 | Fix some run-make tests after object file naming has changed. | Michael Woerister | -5/+5 |
| 2018-07-12 | Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkov | kennytm | -0/+74 |
| 2018-07-12 | Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkov | bors | -0/+52 |
| 2018-07-12 | Adapt codegen-unit tests to new CGU naming scheme. | Michael Woerister | -30/+30 |
| 2018-07-12 | Don't display default generic parameters in diagnostics that compare types. | Mike Hommey | -24/+24 |
| 2018-07-12 | Add UI tests for diagnostics comparing types | Mike Hommey | -0/+518 |
| 2018-07-12 | Auto merge of #52089 - eddyb:issue-51907, r=nagisa | bors | -0/+26 |