| Age | Commit message (Expand) | Author | Lines |
| 2018-07-15 | CTFE: use binary_op to compare integer with match disriminant | Ralf Jung | -4/+9 |
| 2018-07-15 | Auto merge of #52361 - QuietMisdreavus:proc-macro-doc, r=ollie27 | bors | -5/+27 |
| 2018-07-15 | tidy: avoid long line | Sébastien Marie | -1/+2 |
| 2018-07-15 | Disable LlvmTools packaging with external LLVM | Sébastien Marie | -0/+8 |
| 2018-07-15 | Auto merge of #52360 - Mark-Simulacrum:fix-keep-stage-for-cg-backends, r=alex... | bors | -38/+42 |
| 2018-07-14 | structured suggestion for renamed-and-removed-lints | Zack M. Davis | -17/+27 |
| 2018-07-15 | Auto merge of #52348 - oli-obk:bugfix, r=petrochenkov | bors | -6/+41 |
| 2018-07-15 | Auto merge of #52388 - oli-obk:clippy, r=Manishearth | bors | -47/+27 |
| 2018-07-15 | AsRef doc wording tweaks | Cameron McCormack | -3/+3 |
| 2018-07-15 | Update clippy and rls | Oliver Schneider | -47/+27 |
| 2018-07-15 | Ubsan this newly discovered dead code | Oliver Schneider | -14/+9 |
| 2018-07-14 | Add unaligned volatile intrinsics | Amanieu d'Antras | -8/+44 |
| 2018-07-14 | Auto merge of #52318 - TheDarkula:master, r=oli-obk | bors | -129/+213 |
| 2018-07-14 | Removed the promotable field from CheckCrateVisitor and replaced it with the ... | Meade Kincke | -129/+213 |
| 2018-07-14 | Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkov | bors | -3/+32 |
| 2018-07-14 | Clarify how the quote macro is loaded | Manish Goregaokar | -0/+5 |
| 2018-07-14 | Pass edition flags to compiler from rustdoc as expected | Guillaume Gomez | -1/+26 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -107/+297 |
| 2018-07-14 | Expose a self-referential object | Oliver Schneider | -0/+3 |
| 2018-07-14 | Auto merge of #52379 - kennytm:revert-o3, r=rkruppe | bors | -0/+7 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -11/+247 |
| 2018-07-14 | Change keep-stage to only affect the passed stage | Mark Rousskov | -46/+40 |
| 2018-07-14 | Auto merge of #51829 - petrochenkov:noideq, r=eddyb | bors | -595/+365 |
| 2018-07-14 | Remove `ty_to_def_id` | Oliver Schneider | -20/+11 |
| 2018-07-14 | Revert "Auto merge of #52212 - kennytm:o3-again, r=alexcrichton" | kennytm | -0/+7 |
| 2018-07-14 | Update lint plugin sample code. | eonil | -0/+2 |
| 2018-07-14 | Make rounding down clear in duration documentation | Karoline Plum | -4/+4 |
| 2018-07-14 | Address comments | Vadim Petrochenkov | -18/+15 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -277/+34 |
| 2018-07-14 | Remove most of `Hash` impls from AST and HIR structures | Vadim Petrochenkov | -210/+208 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -297/+315 |
| 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 | Reduce the number of clone()s needed in obligation_forest | ljedrz | -3/+8 |
| 2018-07-14 | Deny bare trait objects in src/librustc_errors | ljedrz | -17/+20 |
| 2018-07-14 | Auto merge of #52328 - petrochenkov:pmroot, r=alexcrichton | bors | -10/+39 |
| 2018-07-13 | add test for issue 52129 | QuietMisdreavus | -0/+18 |
| 2018-07-13 | Do not attempt to recompile codegen backend(s) with --keep-stage | Mark Rousskov | -0/+10 |
| 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 | don't panic when you see proc-macros | QuietMisdreavus | -5/+9 |
| 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 | stabilize lint handling in rustdoc | QuietMisdreavus | -5/+5 |
| 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 |