about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-11/+247
2018-07-14Auto merge of #52212 - kennytm:o3-again, r=alexcrichtonbors-7/+0
2018-07-14Auto merge of #52244 - glandium:issue52097, r=estebankbors-7/+581
2018-07-14Auto merge of #52328 - petrochenkov:pmroot, r=alexcrichtonbors-10/+39
2018-07-14Auto merge of #52314 - varkor:issue-52023, r=oli-obkbors-1/+28
2018-07-14Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichtonbors-59/+137
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-59/+137
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-171/+457
2018-07-13Auto merge of #52352 - kennytm:rollup, r=kennytmbors-87/+191
2018-07-14Rollup merge of #52350 - pietroalbini:bump-bootstrap, r=Mark-Simulacrumkennytm-1/+1
2018-07-14Rollup merge of #52346 - rkruppe:patch-1, r=cramertjkennytm-3/+3
2018-07-14Rollup merge of #52333 - kennytm:linux-core-dump, r=alexcrichtonkennytm-0/+6
2018-07-14Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkorkennytm-12/+16
2018-07-14Rollup merge of #52322 - varkor:llvm-7-rebuild-trigger, r=alexcrichtonkennytm-1/+1
2018-07-14Rollup merge of #52316 - seanmonstar:waker-unsafety, r=cramertjkennytm-5/+3
2018-07-14Rollup merge of #52315 - ljedrz:FIXME_#27942, r=petrochenkovkennytm-21/+1
2018-07-14Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertjkennytm-0/+43
2018-07-14Rollup merge of #52300 - ljedrz:dyn_target_test, r=Mark-Simulacrumkennytm-7/+12
2018-07-14Rollup merge of #52299 - ljedrz:dyn_libserialize, r=cramertjkennytm-8/+10
2018-07-14Rollup merge of #52293 - ljedrz:dyn_librustc_typeck, r=estebankkennytm-14/+15
2018-07-14Rollup merge of #52290 - ljedrz:dyn_librustc_save_analysis, r=cramertjkennytm-3/+4
2018-07-14Rollup merge of #52280 - japaric:llvm-tools-preview, r=kennytmkennytm-1/+1
2018-07-14Rollup merge of #52156 - zajlerke:update-deprecation-notice, r=Kimundikennytm-10/+30
2018-07-14Rollup merge of #52003 - Kerollmops:option-replace, r=Kimundikennytm-0/+43
2018-07-14Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichtonkennytm-1/+2
2018-07-13Bump bootstrap compiler to 1.28.0-beta.10Pietro Albini-1/+1
2018-07-13Don't silently ignore invalid data in target specJethro Beekman-12/+16
2018-07-13Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelixbors-60/+239
2018-07-13Fix typo in improper_ctypes suggestionRobin Kruppe-3/+3
2018-07-13Enabled core dump on Linux, and print stack trace on failure.kennytm-0/+6
2018-07-13Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelixbors-919/+1728
2018-07-13Use callback-based interface to load ThinLTO import data into rustc.Michael Woerister-96/+58
2018-07-13Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapinbors-112/+208
2018-07-13Auto merge of #52281 - cramertj:fast-tls, r=alexcrichtonbors-6/+1
2018-07-12Bless one more testashtneoi-0/+11
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-39/+27
2018-07-12Bless tests and update ERRORashtneoi-5/+6
2018-07-12span_suggestioncsmoe-11/+28
2018-07-12add nll stderrcsmoe-0/+11
2018-07-12update testcsmoe-3/+3
2018-07-12replace refcsmoe-4/+9
2018-07-12lint with ref_spancsmoe-8/+6
2018-07-12update testcsmoe-0/+25
2018-07-12fix wrong replacingcsmoe-1/+1
2018-07-12Also test `&mut self` suggestionashtneoi-4/+24
2018-07-12Simplify match expressionashtneoi-10/+8
2018-07-12Put the two halves of suggest_ampmut back togetherashtneoi-22/+16
2018-07-12Don't try to suggest `ref mut` for implicit `ref`ashtneoi-20/+26
2018-07-12Reimplement some "add `mut`" suggestions under NLLashtneoi-35/+88
2018-07-12Add `ref mut` suggestion testashtneoi-0/+52