summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-24Auto merge of #48552 - kennytm:lower-unstable-priority, r=nikomatsakisbors-92/+381
2018-03-24Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakisbors-33/+358
2018-03-24Fix test for PR #49268Hidehito Yabuuchi-11/+4
2018-03-23Auto merge of #49311 - SimonSapin:bootstrap-vs-rustflags-the-return, r=Mark-S...bors-0/+6
2018-03-24Track IsSuggestion in ProbeContext. Don't warn stability for suggestions.kennytm-9/+13
2018-03-24Filed a proper tracking issue.kennytm-3/+2
2018-03-24Specialize future-incompatibility warning for UNSTABLE_NAME_COLLISION.kennytm-12/+18
2018-03-24Changed `check_stability` to take an `Option<NodeId>` instead of `NodeId`.kennytm-33/+43
2018-03-24When picking a candidate, consider the unstable ones last.kennytm-41/+317
2018-03-24Provide a proper span when demanding for the return type of `box x`.kennytm-13/+7
2018-03-24Fix error annotations in testHidehito Yabuuchi-2/+2
2018-03-24Better diagnostics for '..' pattern fragment not in the last positionHidehito Yabuuchi-1/+51
2018-03-23Fix rustdocSean Griffin-2/+0
2018-03-23Remove getopts leftover from treeMark Simulacrum-1622/+0
2018-03-23Reduce scope of unsafe block in sun_path_offsetDaniel Kolsoi-7/+5
2018-03-23Fix failures after rebaseSean Griffin-7/+4
2018-03-23Fix IE11 searchGuillaume Gomez-0/+7
2018-03-23Revert "add universes to type inference variables"Sean Griffin-133/+55
2018-03-23Revert "introduce `UniverseIndex` into `ParamEnv`"Sean Griffin-62/+9
2018-03-23Revert "change skolemizations to use universe index"Sean Griffin-17/+10
2018-03-23Revert "fix tidy error"Sean Griffin-4/+1
2018-03-23Revert "fix tests in `librustc_driver`"Sean Griffin-2/+1
2018-03-23Revert "change skolemizations to use universe index"Sean Griffin-18/+18
2018-03-23Use the same RUSTFLAGS for building and testing `bootstrap`Simon Sapin-0/+6
2018-03-23Test fixesAlex Crichton-1/+9
2018-03-23Rename variables in rustc’s SelectionContext::copy_clone_conditionsSimon Sapin-4/+3
2018-03-23Improved comments for UserAssertTy statement.David Wood-4/+13
2018-03-23Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollupAlex Crichton-95/+95
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-145/+519
2018-03-23Rollup merge of #49295 - csmoe:nll_test_48238, r=alexcrichtonAlex Crichton-0/+30
2018-03-23Rollup merge of #49272 - semarie:cat-and-grep-gnu, r=alexcrichtonAlex Crichton-0/+5
2018-03-23Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebankAlex Crichton-7/+56
2018-03-23Rollup merge of #49169 - sanxiyn:doc-only, r=aturonAlex Crichton-0/+2
2018-03-23Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obkAlex Crichton-42/+104
2018-03-23Rollup merge of #49102 - glandium:decimal, r=aturonAlex Crichton-5/+0
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-65/+60
2018-03-23Rollup merge of #49028 - QuietMisdreavus:the-dark-forbidden-corners-of-rustdo...Alex Crichton-0/+363
2018-03-23Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkovAlex Crichton-84/+270
2018-03-23Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakisAlex Crichton-62/+1145
2018-03-23Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichtonAlex Crichton-28/+194
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-89/+210
2018-03-23Mention closures in docs for Clone and CopySimon Sapin-0/+10
2018-03-23Fixed issues with incremental tests.David Wood-1/+24
2018-03-23Simplify local accessorsOliver Schneider-10/+8
2018-03-23Updated MIR with UserAssertTy in mir-opt tests.David Wood-2/+5
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-169/+15
2018-03-23add test for issue-48238csmoe-0/+30
2018-03-23Don't allocate a local array at all if there are no localsOliver Schneider-16/+22
2018-03-23Replace uses of `Hash(Map|Set)` with `FxHash(Map|Set)` in miriOliver Schneider-8/+9
2018-03-23Introduce unsafe offset_from on pointersScott McMurray-2/+237