about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-16fix nitsNiko Matsakis-1/+1
2017-10-16add a function for testing if a ty is uninhabited from all modulesNiko Matsakis-0/+4
2017-10-16convert constant promotion into a queryNiko Matsakis-54/+165
2017-10-16invoke const only on body-idsNiko Matsakis-14/+17
2017-10-16restructure the public inhabitedness APIs and remove the cacheNiko Matsakis-41/+70
2017-10-16refactor inhabitedness to have clearer public entry pointsNiko Matsakis-86/+100
2017-10-16Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkovbors-25/+127
2017-10-16Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1bors-124/+220
2017-10-16Auto merge of #45191 - petrochenkov:yesar, r=Mark-Simulacrumbors-124/+203
2017-10-16Re-enable linker override for cross-compilationVadim Petrochenkov-2/+3
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-41/+36
2017-10-15Auto merge of #45215 - alexcrichton:thin-lto-reference-more, r=michaelwoeristerbors-10/+67
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-107/+190
2017-10-15Auto merge of #44613 - QuietMisdreavus:rustdoc-perf, r=michaelwoeristerbors-5/+22
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-10/+67
2017-10-15Auto merge of #45228 - theotherjimmy:ensure-query, r=michaelwoeristerbors-1/+47
2017-10-15Auto merge of #45123 - goffrie:fix-method-unit-call, r=oli-obkbors-24/+117
2017-10-15Check namespaces when resolving associated items in typeckmatthewjasper-25/+127
2017-10-15Auto merge of #45299 - kennytm:rollup, r=kennytmbors-41/+108
2017-10-15Rollup merge of #45289 - GuillaumeGomez:fix-doc-help, r=kennytmkennytm-2/+2
2017-10-15Rollup merge of #45280 - GuillaumeGomez:fix-mobile-search, r=kennytmkennytm-0/+4
2017-10-15Rollup merge of #45269 - sfackler:connect-timeout-fix, r=alexcrichtonkennytm-4/+24
2017-10-15Rollup merge of #45264 - 0xAX:fix-typo-bootstrap-readm, r=kennytmkennytm-1/+1
2017-10-15Rollup merge of #45263 - Manishearth:hashmap-clean, r=blusskennytm-16/+16
2017-10-15Rollup merge of #45258 - hdhoang:master, r=alexcrichtonkennytm-2/+2
2017-10-15Rollup merge of #45255 - bgermann:master, r=alexcrichtonkennytm-15/+19
2017-10-15Rollup merge of #45250 - brauliobz:non-ascii-idents-details, r=steveklabnikkennytm-1/+31
2017-10-15Rollup merge of #45113 - Pirh:process_output_links, r=steveklabnikkennytm-0/+9
2017-10-15Auto merge of #45224 - malbarbo:x32, r=alexcrichtonbors-26/+65
2017-10-15Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakisbors-5/+49
2017-10-14Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichtonbors-30/+50
2017-10-14Fix TcpStream::connect_timeout on linuxSteven Fackler-4/+24
2017-10-14Auto merge of #45177 - oli-obk:clippy, r=alexcrichtonbors-27/+19
2017-10-14Fix arrow displayGuillaume Gomez-2/+2
2017-10-14rustc: Remove `used_mut_nodes` from `TyCtxt`Alex Crichton-124/+220
2017-10-14Auto merge of #45175 - petrochenkov:dyn, r=nikomatsakisbors-49/+154
2017-10-14std: Set probe length tag on cloned hashmapsManish Goregaokar-0/+1
2017-10-14std: Get rid of hash_offet in RawTableManish Goregaokar-16/+15
2017-10-14Remove terribly useless and problematic margin when searching on mobileGuillaume Gomez-0/+4
2017-10-14Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1bors-530/+622
2017-10-14Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakisbors-105/+398
2017-10-14Update rustfmt submoduleVadim Petrochenkov-8/+5
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-41/+149
2017-10-14Auto merge of #45155 - Nashenas88:nll-infer, r=nikomatsakisbors-9/+245
2017-10-14Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakisbors-147/+79
2017-10-14Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoeristerbors-475/+786
2017-10-13Pass the full span for method callsGeoffry Song-24/+117
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-59/+6
2017-10-13rustdoc: wrap redirect page writers in a BufWriterQuietMisdreavus-2/+4
2017-10-13rustdoc: don't create directories more than onceQuietMisdreavus-3/+18