about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-9/+7
2018-01-17Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelixGuillaume Gomez-1/+7
2018-01-18Rollup merge of #47458 - mark-i-m:lint_array_comma, r=estebankkennytm-6/+7
2018-01-18Rollup merge of #47426 - varkor:default-mir-dump-dir, r=nikomatsakiskennytm-2/+2
2018-01-18Rollup merge of #47404 - integer32llc:reexport-to-re-export, r=steveklabnikkennytm-4/+4
2018-01-16Allow a trailing comma in lint_array; fix #47428Mark Mansi-6/+7
2018-01-16Don't include DefIndex in plugin- and proc-macro registrar fn symbol.Michael Woerister-9/+7
2018-01-15On E0283, point at method with the requirementsEsteban Küber-1/+7
2018-01-15Add `-Z dep-info-omit-d-target` to control dep-info styleAdam C. Foltzer-0/+3
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-3/+3
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-1/+1
2018-01-15Auto merge of #47329 - davidtwco:issue-46983, r=nikomatsakisbors-12/+13
2018-01-15Fix testvarkor-1/+1
2018-01-14Make dump_mir_dir non-optionalvarkor-1/+1
2018-01-14Add a default directory for -Zmir-dump-dirvarkor-1/+1
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-2/+2
2018-01-14Auto merge of #47223 - alexcrichton:new-target-feature, r=eddybbors-28/+60
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-28/+38
2018-01-13Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkovbors-51/+8
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-0/+22
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-51/+8
2018-01-13Auto merge of #47251 - rkruppe:rm-simd-attr, r=eddybbors-5/+0
2018-01-13Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddybbors-52/+51
2018-01-13Rollup merge of #47328 - mbrubeck:fs_read, r=sfacklerkennytm-5/+3
2018-01-13Rollup merge of #47307 - dlrobertson:fix_panic_strings, r=kennytmkennytm-1/+1
2018-01-11Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoeristerbors-140/+148
2018-01-11Auto merge of #47243 - wesleywiser:incr_fingerprint_encoding, r=michaelwoeristerbors-2/+50
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-5/+3
2018-01-10Fix panic strings.Dan Robertson-1/+1
2018-01-10Fixes #46983. Fixes bad error message when converting anonymous lifetime to `...David Wood-12/+13
2018-01-09[incremental] Specialize encoding and decoding of FingerprintsWesley Wiser-2/+50
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-140/+148
2018-01-09Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichtonbors-0/+14
2018-01-09Rollup merge of #47270 - Zoxc:gen-layout-fix, r=eddybkennytm-0/+7
2018-01-09Rollup merge of #47258 - rkruppe:struct-assert, r=eddybkennytm-17/+16
2018-01-09Rollup merge of #47256 - rkruppe:misc-cleanup, r=eddybkennytm-9/+9
2018-01-09Rollup merge of #47233 - dotdash:cleanup_llvm, r=alexcrichtonkennytm-4/+0
2018-01-08Use different DefIndex representation that is better suited for variable leng...Michael Woerister-52/+51
2018-01-08Don't look for niches inside generator types. Fixes #47253John Kåre Alsaker-0/+7
2018-01-08Shorten names of some compiler generated artifacts.Michael Woerister-0/+14
2018-01-08Auto merge of #47200 - BurntPizza:query-snatp, r=nikomatsakisbors-3/+37
2018-01-08rustc::ty: Rename `struct_variant` to `non_enum_variant`Robin Kruppe-17/+16
2018-01-07Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakisbors-1/+1
2018-01-07Rename ReprExtern to ReprC, and similarily rename a few other fields and loca...Robin Kruppe-9/+9
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-2/+2
2018-01-07Remove deprecated unstable attribute `#[simd]`Robin Kruppe-5/+0
2018-01-07Remove redundant -Zdebug-llvm optionBjörn Steinbrink-4/+0
2018-01-07Rollup merge of #47220 - nagisa:nonamellvm, r=rkruppekennytm-1/+14
2018-01-07Rollup merge of #47205 - eddyb:alloc-id, r=oli-obkkennytm-18/+16
2018-01-07Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakiskennytm-22/+15