about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-10-26Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ...Felix S. Klock II-32/+70
2018-10-26Refactoring: added `PatternTypeAnnotation` wrapper around `UserTypeAnnotation...Felix S. Klock II-13/+28
2018-10-26restrict scope of methods that are only called within mod tree of parent.Felix S. Klock II-2/+2
2018-10-26Remove `PlaceContext` from API of `mir::Visitor::visit_projection_elem`.Felix S. Klock II-6/+3
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-496/+1164
2018-10-26Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obkkennytm-34/+33
2018-10-26Rollup merge of #55383 - nnethercote:coerce_unsized-SmallVec, r=davidtwcokennytm-16/+20
2018-10-26Rollup merge of #55264 - michaelwoerister:single-cgu-std, r=simulacrumkennytm-5/+26
2018-10-26Rollup merge of #55379 - RalfJung:no-empty-union, r=oli-obkkennytm-1/+5
2018-10-26Rollup merge of #55378 - Keruspe:bootstrap-linker, r=petrochenkovkennytm-0/+3
2018-10-26Rollup merge of #55375 - upstreaming:configure_cmake-comment-typo-fixes, r=al...kennytm-2/+2
2018-10-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-65/+56
2018-10-26Rollup merge of #55346 - nnethercote:shrink-StatementKind, r=nagisakennytm-6/+10
2018-10-26Rollup merge of #55343 - Keruspe:remap-debuginfo-release, r=alexcrichtonkennytm-1/+1
2018-10-26Rollup merge of #55302 - goffrie:impl-stable-hash, r=varkorkennytm-76/+40
2018-10-26Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkovkennytm-141/+385
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-50/+152
2018-10-26Rollup merge of #55292 - estebank:macro-eof, r=pnkfelixkennytm-35/+123
2018-10-26Rollup merge of #55271 - sinkuu:traversal_iter, r=matthewjasperkennytm-12/+24
2018-10-26Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoeristerbors-24/+59
2018-10-26bootstrap: clean up a few clippy findingsMatthias Krüger-34/+33
2018-10-26CI: Set codegen-units-std=1 for dist builds.Michael Woerister-0/+1
2018-10-26Make configure.py handle numeric arguments for `--set` a little better.Michael Woerister-1/+12
2018-10-26bootstrap: Allow for build libstd to have its own codegen-unit setting.Michael Woerister-4/+13
2018-10-26Auto merge of #53821 - oli-obk:sanity_query, r=RalfJungbors-1229/+1130
2018-10-26Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomezkennytm-3/+87
2018-10-26Rollup merge of #55167 - nnethercote:is_missing_ctors_empty, r=varkorkennytm-19/+66
2018-10-26Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavuskennytm-14/+68
2018-10-26Rollup merge of #54824 - Munksgaard:fix-49713, r=QuietMisdreavuskennytm-13/+16
2018-10-26Rollup merge of #54816 - oli-obk:double_promotion, r=alexregkennytm-3/+47
2018-10-26validity: assert that unions are non-emptyRalf Jung-1/+5
2018-10-26Use `SmallVec` for the queue in `coerce_unsized`.Nicholas Nethercote-16/+20
2018-10-26rustbuild: use configured linker to build boostrapMarc-Antoine Perennou-0/+3
2018-10-26Extend the impl_stable_hash_for! macro for miri.Geoffry Song-76/+40
2018-10-26Typo fixes in configure_cmake commentsEddy Petrișor-2/+2
2018-10-26Remove redundant cloneShotaro Yamada-65/+56
2018-10-26Auto merge of #54145 - nrc:save-path-segments, r=petrochenkovbors-833/+725
2018-10-26Shrink `Statement`.Nicholas Nethercote-6/+10
2018-10-26more reviewer changesNick Cameron-16/+8
2018-10-26Fix tests and assertions; add some commentsNick Cameron-187/+274
2018-10-26rebasing and reviewer changesNick Cameron-133/+157
2018-10-26save-analysis: handle missing field namesNick Cameron-6/+7
2018-10-26Fix tests and rustdocNick Cameron-24/+28
2018-10-26dump refs for path segments in save-analysisNick Cameron-20/+51
2018-10-26dump data for prefix path segmentsNick Cameron-131/+22
2018-10-26save-analysis: remove hacky, unnecessary code now that we have spans for ever...Nick Cameron-345/+124
2018-10-26Store a resolved def on hir::PathSegmentNick Cameron-111/+182
2018-10-26Give each PathSegment a NodeIdNick Cameron-7/+19
2018-10-25Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obkbors-287/+240
2018-10-25Clear up nonpromotable const fn call qualificationOliver Scherer-5/+6