about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-13Bypass ppaux for `Outlives` predicatesscalexm-18/+48
2018-11-13Provide program clauses for builtin typesscalexm-229/+512
2018-11-13Adjust documentationscalexm-3/+8
2018-11-13Pretty print quantified goals and clausesscalexm-79/+198
2018-11-13Replace type params with bound vars in `rustc_traits::lowering`scalexm-61/+143
2018-11-13Rollup merge of #55722 - RalfJung:impl-stable-hash, r=varkorkennytm-377/+192
2018-11-13Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavuskennytm-35/+78
2018-11-13Rollup merge of #55908 - KWierso:patch-1, r=wesleywiserkennytm-1/+1
2018-11-13Rollup merge of #55905 - nnethercote:short_name-to-literal_name, r=Mark-Simul...kennytm-8/+8
2018-11-13Rollup merge of #55896 - rust-lang:opt-fuse, r=shepmasterkennytm-1/+1
2018-11-13Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichtonkennytm-0/+9
2018-11-13Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obkkennytm-12/+13
2018-11-13Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu...kennytm-3/+4
2018-11-13Rollup merge of #55879 - Xanewok:dont-panic-with-globs, r=nrckennytm-15/+19
2018-11-13Rollup merge of #55874 - denisvasilik:docs, r=alexcrichtonkennytm-0/+41
2018-11-13Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiserkennytm-22/+22
2018-11-13Rollup merge of #55863 - dwijnand:patch-1, r=blusskennytm-1/+1
2018-11-13Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd...kennytm-4/+9
2018-11-13Rollup merge of #55843 - Axary:master, r=sfacklerkennytm-1/+17
2018-11-13Rollup merge of #55840 - dlrobertson:fix_stage0_download, r=alexcrichtonkennytm-2/+2
2018-11-13Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ...kennytm-0/+55
2018-11-13Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrumkennytm-20/+40
2018-11-13Rollup merge of #55804 - QuietMisdreavus:eager-crate-inline, r=pnkfelixkennytm-1/+81
2018-11-13Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichtonkennytm-3/+6
2018-11-13Rollup merge of #55711 - kngwyu:btreemap-rangemut-doc, r=Mark-Simulacrumkennytm-3/+4
2018-11-13Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelixbors-189/+308
2018-11-12Fix their/there grammar nitKWierso-1/+1
2018-11-13Auto merge of #55052 - newpavlov:patch-2, r=alexcrichtonbors-1/+1
2018-11-13Move two `static_assert!`s to better spots.Nicholas Nethercote-6/+9
2018-11-13Add a static assertion about the size of `ast::Expr`.Nicholas Nethercote-0/+5
2018-11-13Move a `static_assert!` to a better spot.Nicholas Nethercote-4/+4
2018-11-13Move `static_assert!` into librustc_data_structures.Nicholas Nethercote-10/+22
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-85/+118
2018-11-12Update docsStjepan Glavina-16/+3
2018-11-12Add forget_unsized onlyStjepan Glavina-107/+15
2018-11-12Deduplicate field and variant visitor methodsOliver Scherer-25/+22
2018-11-12miri-engine value visitor update to VariantIdxOliver Scherer-10/+42
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-104/+144
2018-11-12Use IndexVec instead of `usize` in librustcOliver Scherer-68/+108
2018-11-12Shrink some internal enumsOliver Scherer-6/+17
2018-11-12Merge an assert + cast into a `try_into` callOliver Scherer-2/+1
2018-11-12Document optimizations enabled by FusedIteratorSimon Sapin-1/+1
2018-11-12Fix fallout it rustc_driver testsOliver Scherer-5/+5
2018-11-12Typo nitOliver Scherer-1/+1
2018-11-12Fix fulldeps test with NodeIdOliver Scherer-1/+1
2018-11-12Reintroduce the original debug formatting for NodeIdsOliver Scherer-0/+1
2018-11-12Fix rustdocOliver Scherer-6/+6
2018-11-12Turn `HirLocalId` into a `newtype_index`Oliver Scherer-42/+36
2018-11-12Make `NodeId` a `newtype_index` to enable niche optimizationsOliver Scherer-46/+26
2018-11-12remove unused importRalf Jung-1/+1