about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-21Cargo fmt libtestSeiichi Uchida-233/+182
2018-03-21Fix test errorbjorn3-0/+8
2018-03-21WIP fix mir-opt-end-region-8Niko Matsakis-2/+4
2018-03-21work around fallout from these changes in rustcNiko Matsakis-21/+62
2018-03-21use subtyping when we create a closure instead of for upvar typesNiko Matsakis-4/+35
2018-03-21report an error if we see an unexpected lifetime in impl TraitNiko Matsakis-34/+291
2018-03-21fix vector fmin/fmax non-fast/fast intrinsics NaN handlinggnzlbg-4/+4
2018-03-21Bump racer and homeBastien Orivel-102/+12
2018-03-21document format_args! further wrt. Debug & Display"Mazdak Farrokhzad-0/+12
2018-03-21document format_args! behavior wrt. Display and DebugMazdak Farrokhzad-6/+66
2018-03-21Use NOTE instead of error-pattern directiveTyler Mandry-1/+2
2018-03-21termination_trait: Add () example to error messageTyler Mandry-3/+3
2018-03-21Revert "remove FIXME(#33435) and remove the spurious failures counter measure"Niv Kaminer-0/+5
2018-03-20Revert "Stabilize termination_trait in 1.25, not 1.26"Tyler Mandry-2/+2
2018-03-21Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoeristerbors-3/+38
2018-03-20whitelist every target feature for rustdocQuietMisdreavus-4/+26
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-124/+96
2018-03-21Rollup merge of #49196 - Phlosioneer:49123-sort-where-conditions, r=QuietMisd...kennytm-37/+67
2018-03-20Propose a variant if it is an enum for E0599Guillaume Gomez-2/+19
2018-03-20Pass attributes to hir::TyParamMrowqa-0/+3
2018-03-20rewrite to use a custom folderNiko Matsakis-42/+50
2018-03-20typeck: Report main return type errors on return type spanTyler Mandry-3/+14
2018-03-20Don't check interpret_interner when accessing a static to fix miri mutable st...bjorn3-22/+10
2018-03-20change all appropriate EPOCH to EDITIONKurtis Nusbaum-2/+2
2018-03-20rename epoch to editionKurtis Nusbaum-95/+95
2018-03-20talk about force-unstable-if-unmarkedQuietMisdreavus-0/+13
2018-03-20talk about --display-warningsQuietMisdreavus-0/+16
2018-03-20Remove outdated commentOliver Schneider-1/+0
2018-03-20Add unit test for Implemented-From-Envvarkor-0/+30
2018-03-20Implement Rule Implemented-From-Envvarkor-0/+32
2018-03-20Improve comments for Rule Implemented-From-Implvarkor-4/+13
2018-03-20Run the `run-make` tests last, so more tests run on Windows when `make` is un...John Kåre Alsaker-2/+4
2018-03-20ci: Print out how long each step takes on CIAlex Crichton-22/+77
2018-03-20Refactor the stack addr aligning code into a functionTatsuyuki Ishi-16/+16
2018-03-20Update Cargo to fix regressionAleksey Kladov-7/+7
2018-03-20Reinit the stack guard on unexpected failureTatsuyuki Ishi-3/+3
2018-03-20Make compiletest do exact matching on triplesvarkor-2/+4
2018-03-20Remove StdioRaw doc additions, add backticksPhlosioneer-10/+1
2018-03-20Add more canonicalisations for OS_TABLE and ARCH_TABLEvarkor-5/+21
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-662/+1033
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-3/+38
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+102
2018-03-20Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakisbors-226/+124
2018-03-20ignore emscripten in run-pass testgnzlbg-0/+2
2018-03-20diagnostics: Remove main return type errors from E0580Tyler Mandry-3/+3
2018-03-20Match against friendly error messageTyler Mandry-2/+2
2018-03-20Fix tidy trailing whitespacePhlosioneer-2/+2
2018-03-19Fix ordering of auto-generated trait bounds in rustdoc outputPhlosioneer-37/+67
2018-03-20Rollup merge of #49184 - bdrewery:update-beta-freebsd, r=alexcrichtonkennytm-1/+1
2018-03-20Rollup merge of #49166 - dileepbapat:pr-49133, r=nikomatsakiskennytm-4/+4