about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-17added non trivial examples of closures for str::findChristian Poveda-2/+2
2017-10-17added examples of closuresChristian Poveda-1/+3
2017-10-17Auto merge of #45138 - johnthagen:future_imports, r=nikomatsakisbors-2/+4
2017-10-16Merge branch 'master' into future_importsjohnthagen-3957/+8875
2017-10-16Auto merge of #44857 - toidiu:ak-44493-empty-predicate, r=nikomatsakisbors-1/+113
2017-10-16Auto merge of #45243 - alexcrichton:tool-rls-rustfmt, r=Mark-Simulacrumbors-89/+129
2017-10-16fix function nametoidiu-1/+1
2017-10-16add a new dep node for outlivestoidiu-1/+3
2017-10-16add error to the correct line in unit testtoidiu-3/+2
2017-10-16add a test casetoidiu-7/+31
2017-10-16added components for testing. added outlives test to the check_crate function...toidiu-30/+39
2017-10-16create a seperate module for outlives. added a query for inferred_outlives. s...toidiu-9/+73
2017-10-16add inferred_outlives_of querytoidiu-0/+3
2017-10-16return an empty inferred_outlives_oftoidiu-1/+12
2017-10-16rustbuild: Allow setting rls/rustfmt to "broken"Alex Crichton-89/+129
2017-10-16Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoeristerbors-9/+58
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