about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-17rustc: Polish off `in_external_macro`Alex Crichton-39/+112
2018-07-17added function to check if lints belong to an external macrodylan_DPC-2/+53
2018-07-17Auto merge of #52433 - kennytm:rollup, r=kennytmbors-44/+114
2018-07-17Auto merge of #52190 - davidtwco:issue-52028, r=nikomatsakisbors-121/+174
2018-07-17Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre...kennytm-1/+26
2018-07-17Rollup merge of #52446 - kennytm:block-beta-on-clippy, r=nrckennytm-7/+9
2018-07-17Rollup merge of #52434 - Mark-Simulacrum:incremental-keep-stage, r=alexcrichtonkennytm-4/+1
2018-07-17Rollup merge of #52338 - RalfJung:miri, r=oli-obkkennytm-2511/+11927
2018-07-17Rollup merge of #52435 - ljedrz:misc_capacity, r=estebankkennytm-2/+3
2018-07-17Rollup merge of #52306 - ljedrz:obligation_forest_clone, r=varkorkennytm-3/+8
2018-07-17Rollup merge of #52286 - ljedrz:dyn_librustc_errors, r=varkorkennytm-17/+20
2018-07-17Rollup merge of #52430 - RalfJung:nomicon, r=kennytmkennytm-0/+0
2018-07-17update miriRalf Jung-14/+14
2018-07-17update miri (Windows tests fixed)Ralf Jung-14/+14
2018-07-17update miriRalf Jung-7/+44
2018-07-17Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakisbors-44/+28
2018-07-17Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obkbors-17/+9577
2018-07-16Generate region values directly to reduce memory usage.David Wood-121/+174
2018-07-16Return tests that have platform dependant outputEsteban Küber-59/+0
2018-07-17Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakisbors-51/+53
2018-07-16Update clippyManish Goregaokar-5/+8
2018-07-17Block beta if clippy breaks.kennytm-7/+9
2018-07-16Auto merge of #52081 - alexcrichton:proc-macro-stable, r=petrochenkovbors-515/+241
2018-07-17Rollup merge of #52392 - heycam:patch-1, r=steveklabnikkennytm-3/+3
2018-07-16Calculate the exact capacity for 2 HashMapsljedrz-2/+3
2018-07-16Enable incremental independent of stageMark Rousskov-4/+1
2018-07-16Rollup merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakiskennytm-51/+53
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-515/+241
2018-07-16update nomiconRalf Jung-0/+0
2018-07-16Update the clippy submoduleOliver Schneider-5/+5
2018-07-16Update a debug stringOliver Schneider-1/+1
2018-07-16Fix tidycsmoe-42/+131
2018-07-16ItemKindcsmoe-696/+696
2018-07-16ForeignItemKindcsmoe-61/+60
2018-07-16TyKindcsmoe-142/+143
2018-07-16ExprKindcsmoe-667/+666
2018-07-16VariantKindcsmoe-11/+11
2018-07-16DeclKindcsmoe-37/+36
2018-07-16StmtKindcsmoe-63/+62
2018-07-16BinOpKindcsmoe-293/+297
2018-07-16Auto merge of #52422 - michaelwoerister:revert-52266, r=oli-obkbors-457/+171
2018-07-16Auto merge of #52395 - zackmdavis:and_the_case_of_the_renamed_lint, r=estebankbors-17/+27
2018-07-16Revert "Provide a way of accessing the ThinLTO module import map in rustc."Michael Woerister-132/+1
2018-07-16Revert "Persist ThinLTO import data in incr. comp. session directory."Michael Woerister-107/+4
2018-07-16Revert "Clean up CodegenUnit name generation."Michael Woerister-154/+57
2018-07-16Revert "Clean up LLVM module naming (just use CodegenUnit names)."Michael Woerister-39/+69
2018-07-16Revert "Adapt codegen-unit tests to new CGU naming scheme."Michael Woerister-58/+35
2018-07-16Revert "Fix some run-make tests after object file naming has changed."Michael Woerister-5/+5
2018-07-16Revert "Use callback-based interface to load ThinLTO import data into rustc."Michael Woerister-58/+96
2018-07-15Fix testsEsteban Küber-32/+0