about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-21parser: Tweak function parameter parsing to avoid rollback on succesfull pathVadim Petrochenkov-36/+26
2018-09-20Add test for deref recursion limit printing twicememoryruins-0/+72
2018-09-20Auto merge of #54389 - kennytm:rollup, r=kennytmbors-522/+633
2018-09-20Disable rustfix temporarily on extern-const.rsRémy Rakic-26/+1
2018-09-20Use no_default_libraries for all NetBSD flavorsbgermann-1/+1
2018-09-20std: Check for overflow in `str::repeat`Alex Crichton-1/+28
2018-09-20debug_macro: --bless tests.Mazdak Farrokhzad-23/+1
2018-09-20dbg_macro: notes about VCS and log::debug!(..)Mazdak Farrokhzad-3/+5
2018-09-20dbg_macro: output tests.Mazdak Farrokhzad-0/+119
2018-09-20dbg_macro: Debug-required test.Mazdak Farrokhzad-0/+24
2018-09-20dbg_macro: feature gate + move semantics test.Mazdak Farrokhzad-0/+89
2018-09-20dbg!(expr) implementation.Mazdak Farrokhzad-0/+118
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-20fix stage 0 compilationRalf Jung-1/+2
2018-09-20unsurprisingly, miri needs tcxRalf Jung-1/+1
2018-09-20move loop detector constants to the module that uses them; make lifetime orde...Ralf Jung-29/+28