about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-21Workaround rust-lang/rust#54222 by just ignoring the warning about the linker...Felix S. Klock II-0/+2
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+296
2018-09-21Provide way for ui tests to opt out of having their output checked.Felix S. Klock II-2/+28
2018-09-21Support `// skip-codegen` in header of ui testsFelix S. Klock II-1/+1
2018-09-21Make `src/test/run-pass/` act like an alternative `ui` test suite.Felix S. Klock II-6/+22
2018-09-21Auto merge of #54399 - alexcrichton:fix-bug, r=steveklabnikbors-1/+28
2018-09-20Auto merge of #54389 - kennytm:rollup, r=kennytmbors-522/+633
2018-09-20std: Check for overflow in `str::repeat`Alex Crichton-1/+28
2018-09-20Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-test, r=pn...kennytm-0/+35
2018-09-20Rollup merge of #54346 - eddyb:constant-horror, r=nikomatsakiskennytm-1/+5
2018-09-20Rollup merge of #54337 - ericho:remove_clone_tests, r=Mark-Simulacrumkennytm-4/+4
2018-09-20Rollup merge of #54333 - steveklabnik:update-book, r=frewsxcvkennytm-0/+0
2018-09-20Auto merge of #53162 - QuietMisdreavus:crouching-impl-hidden-trait, r=Guillau...bors-221/+643
2018-09-20Rollup merge of #54298 - RalfJung:miri-field-align, r=eddybkennytm-1/+4
2018-09-20Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakiskennytm-466/+414
2018-09-20Rollup merge of #54292 - memoryruins:issue-53712, r=estebankkennytm-0/+38
2018-09-20Rollup merge of #54290 - michaelwoerister:aarch64-back-to-msvc, r=alexcrichtonkennytm-3/+2
2018-09-20Rollup merge of #54266 - LionNatsu:master, r=nikomatsakiskennytm-1/+1
2018-09-20Rollup merge of #54258 - alexcrichton:lld-fatal-warnings, r=eddybkennytm-0/+4
2018-09-20Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNNkennytm-28/+1
2018-09-20Rollup merge of #54233 - irinagpopa:llvm-3.9, r=tromeykennytm-16/+4
2018-09-20Rollup merge of #53470 - bjorn3:warn_metadata_errors, r=alexcrichtonkennytm-1/+1
2018-09-20Rollup merge of #52813 - newpavlov:duration_mul_div_extras, r=alexcrichtonkennytm-1/+120
2018-09-20fix intra-links for trait implsQuietMisdreavus-21/+104
2018-09-20filter collected trait impls against items in the crateQuietMisdreavus-60/+149
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-24/+31
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-19/+19
2018-09-20collect auto-/blanket-impls during collect-trait-implsQuietMisdreavus-63/+65
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-5/+53
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-5/+63
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-6/+38
2018-09-20swap external_traits into the crate before running strip_hiddenQuietMisdreavus-3/+10
2018-09-20pull impl generics from HIR if availableQuietMisdreavus-13/+19
2018-09-20collect impl items from the HIR if availableQuietMisdreavus-6/+17
2018-09-20pull local types from the HIR instead of tcxQuietMisdreavus-1/+10
2018-09-20handle local names when registering FQNsQuietMisdreavus-4/+8
2018-09-20add a bunch of debug printsQuietMisdreavus-0/+12
2018-09-20undo some tweaks to build_implQuietMisdreavus-13/+8
2018-09-20don't record an external trait if it's not externalQuietMisdreavus-0/+4
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-14/+8
2018-09-20ignore rustdoc/doc-proc-macro on stage1QuietMisdreavus-0/+2
2018-09-20print local inlined consts via the HIR mapQuietMisdreavus-1/+5
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-82/+137
2018-09-20Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakisbors-1/+97
2018-09-20Auto merge of #54241 - vi:suggest_with_applicability, r=estebankbors-96/+258
2018-09-20Auto merge of #54301 - alexcrichton:update-curl, r=Mark-Simulacrumbors-36/+35
2018-09-19Update some `*-sys` dependencies of Cargo/RLSAlex Crichton-36/+35
2018-09-20Auto merge of #54211 - nnethercote:keccak-Liveness-memory, r=nikomatsakisbors-39/+35
2018-09-19Add regression test for thread local static mut borrowsSantiago Pastorino-0/+35
2018-09-19Auto merge of #54174 - parched:park, r=alexcrichtonbors-18/+26