about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-03Remove `usable_size` APIsTim Diekmann-269/+134
2020-02-12Auto merge of #69088 - JohnTitor:rollup-x7bk7h7, r=JohnTitorbors-1022/+1198
2020-02-12Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPCYuki Okushi-4/+3
2020-02-12Rollup merge of #69058 - TimDiekmann:box, r=AmanieuYuki Okushi-21/+28
2020-02-12Rollup merge of #69027 - TimDiekmann:zeroed-alloc, r=AmanieuYuki Okushi-0/+137
2020-02-12Rollup merge of #69026 - TimDiekmann:common-usage, r=AmanieuYuki Okushi-223/+9
2020-02-12Rollup merge of #68999 - andjo403:itertools, r=CentrilYuki Okushi-7/+1
2020-02-12Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichtonYuki Okushi-85/+114
2020-02-12Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJungYuki Okushi-41/+119
2020-02-12Rollup merge of #68554 - cjgillot:lang_items, r=ZoxcYuki Okushi-628/+687
2020-02-12Rollup merge of #68487 - 0dvictor:nolink, r=tmandryYuki Okushi-8/+56
2020-02-12Rollup merge of #67695 - gilescope:truth, r=centrilYuki Okushi-5/+44
2020-02-12Auto merge of #68998 - lzutao:clippyup, r=Manishearthbors-7/+9
2020-02-12Auto merge of #68823 - matthiaskrgr:submodule_upd, r=ehussbors-0/+1
2020-02-12Update clippyLzu Tao-7/+9
2020-02-12Fix outdated doc comment.jumbatm-4/+3
2020-02-11Test failure of unchecked arithmetic intrinsics in const evalDylan MacKenzie-41/+119
2020-02-11Review comments.Camille GILLOT-75/+76
2020-02-11Merge rustc::middle::*lang_items.Camille GILLOT-42/+30
2020-02-11Move it all into rustc_hir.Camille GILLOT-79/+19
2020-02-11Nits.Camille GILLOT-1/+1
2020-02-11Move weak_lang_items checking to librustc_passes.Camille GILLOT-33/+40
2020-02-11Move weak_lang_items.rs to librustc_passes.Camille GILLOT-0/+0
2020-02-11Move weak lang items to librustc_lang_items.Camille GILLOT-68/+80
2020-02-11Move get_lang_items query in librustc_passes.Camille GILLOT-172/+176
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-288/+372
2020-02-11Move hir::check_attr::Target to librustc_lang_items.Camille GILLOT-3/+25
2020-02-11Move macro enum_from_u32 to rustc_data_structures.Camille GILLOT-37/+38
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-24/+521
2020-02-11Keyword docsGiles Cope-5/+44
2020-02-11remove some dependencies on itertoolsAndreas Jonson-7/+1
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-375/+528
2020-02-11Rollup merge of #69055 - GuillaumeGomez:clean-up-e0307, r=Dylan-DPCDylan DPC-3/+17
2020-02-11Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwcoDylan DPC-30/+43
2020-02-11Rollup merge of #69031 - Centril:dyntest, r=eddybDylan DPC-30/+30
2020-02-11Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkovDylan DPC-4/+5
2020-02-11Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-SimulacrumDylan DPC-0/+52
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-238/+367
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-70/+14
2020-02-11Auto merge of #68725 - jumbatm:invert-control-in-struct_lint_level, r=Centrilbors-1611/+1795
2020-02-11Preparation for allocator aware `Box`Tim Diekmann-21/+28
2020-02-11Clean up E0307 explanationGuillaume Gomez-3/+17
2020-02-11Fix stage2 test failures from call to span_lint.jumbatm-43/+80
2020-02-11Avoid allocs in a few places.jumbatm-13/+14
2020-02-11Address review nitpicks.jumbatm-4/+4
2020-02-11Move more into decorate functions.jumbatm-51/+58
2020-02-11Run RustFmtjumbatm-87/+100
2020-02-11Make cx.span_lint methods lazyjumbatm-114/+85
2020-02-11Move more work into `decorate` functions.jumbatm-32/+28
2020-02-11Run RustFmtjumbatm-499/+476