about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-01-19Rollup merge of #39151 - canndrew:feature-gate-uninhabited-references, r=brsonGuillaume Gomez-1/+31
2017-01-19Rollup merge of #39150 - birkenfeld:slice-doc, r=GuillaumeGomezGuillaume Gomez-8/+17
2017-01-19Rollup merge of #39149 - circuitfox:E0122-type-def-trait-bounds-where-clause,...Guillaume Gomez-1/+26
2017-01-19Rollup merge of #39115 - king6cong:master, r=nikomatsakisGuillaume Gomez-1/+1
2017-01-19Rollup merge of #39091 - richard-imaoka:E0491-long-explanation, r=GuillaumeGomezGuillaume Gomez-1/+34
2017-01-19Rollup merge of #39039 - michaelwoerister:ignore-gdb-version, r=nrcGuillaume Gomez-9/+54
2017-01-19Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelixGuillaume Gomez-4/+26
2017-01-19Rollup merge of #38922 - chris-morgan:fs-markdown-link-fix, r=steveklabnikGuillaume Gomez-1/+2
2017-01-19Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomezGuillaume Gomez-5/+20
2017-01-19Fix regression in parsing of trait object typesVadim Petrochenkov-2/+24
2017-01-19Use fs::symlink_metadata in doc for is_symlinkJack Vickeridge-1/+6
2017-01-19add exclusive range patterns under a feature gateOliver Schneider-67/+215
2017-01-19Auto merge of #38464 - clarcharr:ip_cmp, r=sfacklerbors-4/+100
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-1/+19
2017-01-19Auto merge of #38712 - clarcharr:duration_sum, r=sfacklerbors-0/+15
2017-01-18Use multiline Diagnostic for candidate in other moduleEsteban Küber-37/+38
2017-01-18A few improvements to the slice docs.Corey Farwell-10/+24
2017-01-19Update jemalloc to include various fixes for OSX 10.12Mike Hommey-0/+0
2017-01-19Add doctest to the proc-macro derive-testJosh-0/+3
2017-01-19Stop warning when doc testing proc macro cratesJosh-0/+1
2017-01-18Add regression test for debuginfo + LTOMichael Woerister-2/+74
2017-01-18Add missing Debug implementation for librand structsGuillaume Gomez-3/+275
2017-01-18Feature gate `&Void`'s uninhabitedness.Andrew Cann-1/+31
2017-01-18collections: update docs of slice get() and friendsGeorg Brandl-8/+17
2017-01-18E0122 should apply with where clausesChris Stankus-1/+26
2017-01-18Auto merge of #38168 - estebank:help-E0034, r=nrcbors-8/+224
2017-01-18Auto merge of #39019 - nikomatsakis:issue-38919, r=eddybbors-3/+25
2017-01-17check inherent impls of traits for overlap as wellNiko Matsakis-0/+18
2017-01-17run rustdoc tests in the same sort of thread rustc runs inNiko Matsakis-30/+49
2017-01-17tolerate `None` return from `get_line`Niko Matsakis-1/+1
2017-01-17more complete error messageNiko Matsakis-1/+1
2017-01-17Teach Diagnostics to highlight textEsteban Küber-67/+242
2017-01-17Fix ICE when compiling fn f<T: ?for<'a> Sized>() {}gralpli-1/+13
2017-01-17Auto merge of #37972 - bluss:iter-find-is-on-a-roll, r=sfacklerbors-14/+185
2017-01-17Fix fallout in `rustdoc`.Jeffrey Seyfried-12/+10
2017-01-17Remove the lookahead buffer.Jeffrey Seyfried-37/+14
2017-01-17Clarify when range is removed by drainStephen E. Baker-2/+2
2017-01-17Fix BinaryHeap place by only constructing vec::PlaceBack onceMartin Hafskjold Thoresen-50/+29
2017-01-17Auto merge of #39109 - michaelwoerister:incr-comp-cache-cleanup, r=nikomatsakisbors-12/+51
2017-01-17travis: Pass --enable-llvm-static-stdcppAlex Crichton-0/+1
2017-01-17Auto merge of #39100 - Mark-Simulacrum:fix-stage1, r=eddybbors-0/+4
2017-01-17Fix make tidyAndrew Cann-5/+8
2017-01-17Change unreachable patterns ICEs to warningsAndrew Cann-20/+125
2017-01-17Add error explanation for E0491Richard S. Imaoka-1/+34
2017-01-17Auto merge of #39110 - petrochenkov:sum, r=eddybbors-373/+239
2017-01-17Auto merge of #39095 - nagisa:fix-ub-in-testhelp, r=alexcrichtonbors-4/+1
2017-01-17Avoid interpolated token trees.Jeffrey Seyfried-37/+9
2017-01-17Clean up `ext::tt::transcribe`.Jeffrey Seyfried-74/+35
2017-01-17Refactor the parser to consume token trees.Jeffrey Seyfried-213/+59
2017-01-17Introduce `string_reader.parse_all_token_trees()`.Jeffrey Seyfried-27/+192