about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-17rustc: Polish off `in_external_macro`Alex Crichton-39/+112
2018-07-17sync::Once: Use Acquire on the hot path, and explain why we don't use it else...Ralf Jung-2/+10
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-18/+238
2018-07-18Cleanup Dockerfile.Hideki Sekine-79/+0
2018-07-17Allow clippy to be installed with make installO01eg-0/+2
2018-07-17added function to check if lints belong to an external macrodylan_DPC-2/+53
2018-07-18Adjust TARGETS.Hideki Sekine-18/+3
2018-07-18Add IMAGE `thumb-none` to .travis.ymlHideki Sekine-0/+2
2018-07-17Pull out a statement that all match arms are executingOliver Schneider-5/+4
2018-07-18Fix rust issue #52163Hideki Sekine-1/+3
2018-07-17Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomezbors-63/+63
2018-07-17rustc: Fix a suggestion for the `proc_macro` featureAlex Crichton-1/+1
2018-07-17Auto merge of #52433 - kennytm:rollup, r=kennytmbors-44/+114
2018-07-17Fix doc comment: use `?` instead of `.unwrap()`Felix Rabe-1/+1
2018-07-17Fix doc linkFelix Rabe-63/+63
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-17Avoid most allocations in `Canonicalizer`.Nicholas Nethercote-63/+121
2018-07-17remove useless feature(repr_transparent)F001-1/+0
2018-07-17impl DerefMut for Cell<[T]>F001-0/+10
2018-07-17code style fixesF001-4/+7
2018-07-17impl `Deref` instead of `Index`F001-10/+9
2018-07-17use lifetime elision for consistencyF001-1/+1
2018-07-17remove "get_with" methodF001-26/+2
2018-07-17add repr transparentF001-0/+1
2018-07-17implement rfc 1789F001-44/+125
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-17Auto merge of #52448 - Manishearth:clippyup, r=Mark-Simulacrumbors-5/+8
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-16cleanup unnecessary elseMichael Lamparski-6/+4
2018-07-16Document From conversions for CString and CStrMarkus Wein-0/+25
2018-07-16Document From conversions for OsString and OsStrMarkus Wein-0/+21
2018-07-17Rollup merge of #52392 - heycam:patch-1, r=steveklabnikkennytm-3/+3
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-328/+147