about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-20rustc_mir: do not remove dead user variables if debuginfo needs them.Eduard-Mihai Burtescu-4/+13
2018-02-20rustc_mir: handle all aggregate kinds in the deaggregator.Eduard-Mihai Burtescu-84/+70
2018-02-20rustc_mir: use the "idiomatic" optimization gating in the deaggregator.Eduard-Mihai Burtescu-11/+16
2018-02-18Rollup merge of #48312 - frewsxcv:frewsxcv-section-headings, r=QuietMisdreavusGuillaume Gomez-9/+9
2018-02-18Rollup merge of #48282 - Centril:spelling-fix/iter-repeat-with, r=kennytmGuillaume Gomez-1/+1
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-86/+86
2018-02-18Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavusGuillaume Gomez-1344/+113
2018-02-18Rollup merge of #48273 - alercah:file-warning, r=joshtriplettGuillaume Gomez-0/+15
2018-02-18Rollup merge of #48194 - GuillaumeGomez:doc-test-command, r=Mark-SimulacrumGuillaume Gomez-0/+15
2018-02-18Auto merge of #47687 - SimonSapin:panic-impl, r=sfacklerbors-199/+279
2018-02-18Auto merge of #47544 - U007D:master, r=nikomatsakisbors-18/+77
2018-02-17Unify 'Platform-specific behavior' documentation headings.Corey Farwell-9/+9
2018-02-17Remove useless commentGuillaume Gomez-1/+0
2018-02-17Auto merge of #47408 - eddyb:deref-danger, r=nikomatsakisbors-15/+46
2018-02-17Fix unstable bookGuillaume Gomez-0/+3
2018-02-17fix more typos found by codespell.Matthias Krüger-86/+86
2018-02-17Add command to launch only doc testsGuillaume Gomez-0/+15
2018-02-17Update to last repository versionGuillaume Gomez-0/+0
2018-02-17Auto merge of #48294 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1741/+2151
2018-02-17Wording fixes from review for File.Alexis Hunt-5/+5
2018-02-17Rollup merge of #48286 - SergioBenitez:master, r=BurntSushiGuillaume Gomez-5/+5
2018-02-17Rollup merge of #48284 - crawford:string, r=sfacklerGuillaume Gomez-4/+4
2018-02-17Rollup merge of #48260 - dns2utf8:add_link_to_yield, r=kennytmGuillaume Gomez-3/+4
2018-02-17Rollup merge of #48243 - rust-lang:steveklabnik-patch-1, r=kennytmGuillaume Gomez-1/+1
2018-02-17Rollup merge of #48239 - GuillaumeGomez:fix-condvar-example, r=QuietMisdreavusGuillaume Gomez-2/+4
2018-02-17Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnikGuillaume Gomez-2/+0
2018-02-17Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavusGuillaume Gomez-1719/+1914
2018-02-17Rollup merge of #48095 - QuietMisdreavus:doctest-assembly, r=GuillaumeGomezGuillaume Gomez-5/+219
2018-02-17Auto merge of #47956 - retep998:is-nibbles, r=BurntSushibors-21/+44
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-1/+302
2018-02-17Auto merge of #47917 - davidtwco:issue-47703, r=nikomatsakisbors-7/+134
2018-02-17Auto merge of #47906 - Zoxc:nocycle, r=nikomatsakisbors-9/+27
2018-02-16Clarify contiguity of Vec's elements.Sergio Benitez-5/+5
2018-02-16Remove unneeded string allocationsAlex Crawford-4/+4
2018-02-16Remove hoedown from rustdocGuillaume Gomez-1343/+110
2018-02-16core::iter::repeat_with: fix spelling, s/not/noteMazdak Farrokhzad-1/+1
2018-02-16Notify users that this example is shared through integer typesGuillaume Gomez-19/+47
2018-02-16Auto merge of #48252 - Mark-Simulacrum:exclude-paths, r=alexcrichtonbors-7/+9
2018-02-16Add a warning to File about mutability.Alexis Hunt-0/+15
2018-02-16Force the link to std::thread::yield_now()Stefan Schindler-1/+1
2018-02-16Add link to yield_nowStefan Schindler-3/+4
2018-02-16Fix panic when `x.py` is called without any arguments.kennytm-2/+4
2018-02-16Auto merge of #46714 - leodasvacas:refactor-structurally-resolve-type, r=niko...bors-94/+73
2018-02-15Consider paths passed to x.py to be root-relative.Mark Simulacrum-6/+6
2018-02-15Prevent silently ignoring unmatched pathsMark Simulacrum-1/+1
2018-02-16Auto merge of #45404 - giannicic:defaultimpl2, r=nikomatsakisbors-703/+117
2018-02-15spelling fix in commentSteve Klabnik-1/+1
2018-02-15Fix condvar exampleGuillaume Gomez-2/+4
2018-02-15Remove "empty buffer" doc in read_untilRoss Light-2/+0
2018-02-15add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-62/+51