summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-413/+435
2018-03-02Fix Decodable impl for ArcJohn Kåre Alsaker-1/+1
2018-03-02Optimize str::repeatShotaro Yamada-3/+35
2018-03-02Remove print_what_bootstrap_meansPhlosioneer-27/+8
2018-03-02Auto merge of #48653 - Manishearth:rollup2, r=Manishearthbors-334/+703
2018-03-01rustbuild: Pass `ccache` to build scriptsAlex Crichton-5/+28
2018-03-01Auto merge of #47861 - sgrif:sg-rebase-chalkify-universe-refactorings, r=niko...bors-1315/+660
2018-03-01rustc: More stable hashes of command line argumentsAlex Crichton-130/+71
2018-03-01rustfmt over error_reporting, explain_borrow and region_infer modsSantiago Pastorino-454/+513
2018-03-01Make explain borrow work for Universal lifetimesSantiago Pastorino-22/+127
2018-03-01Refactor note_and_explain_region to call note_and_explain_free_regionSantiago Pastorino-86/+92
2018-03-01Rollup merge of #48570 - Amanieu:aarch64_features, r=alexcrichtonkennytm-9/+17
2018-03-01Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakisManish Goregaokar-0/+43
2018-03-01Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichtonManish Goregaokar-141/+43
2018-03-01Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddybManish Goregaokar-6/+127
2018-03-01Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c...Manish Goregaokar-8/+55
2018-03-01Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakisManish Goregaokar-107/+166
2018-03-01Rollup merge of #48446 - mark-i-m:e0245, r=mark-i-mManish Goregaokar-17/+45
2018-03-01Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-SimulacrumManish Goregaokar-46/+207
2018-03-01Add comment explaining when posix_spawn() can be supported.Bryan Drewery-0/+2
2018-03-01posix_spawn() on OSX supports returning ENOENT.Bryan Drewery-2/+2
2018-03-01Document why we download rust-mingwSegev Finer-0/+3
2018-03-01Bump enaSean Griffin-4/+4
2018-03-01Fix breakage in rustdocSean Griffin-1/+6
2018-03-01Fix bad rebaseSean Griffin-2/+2
2018-03-01Re-add some removed uses of `Kind`Sean Griffin-1/+1
2018-03-01Remove dead codeSean Griffin-798/+0
2018-03-01change skolemizations to use universe indexSean Griffin-24/+34
2018-03-01fix tests in `librustc_driver`Niko Matsakis-1/+2
2018-03-01fix tidy errorNiko Matsakis-1/+4
2018-03-01change skolemizations to use universe indexNiko Matsakis-10/+17
2018-03-01add universes to type inference variablesNiko Matsakis-55/+132
2018-03-01remove unnecessary clause propagating divergenceNiko Matsakis-8/+0
2018-03-01have `probe()` return `TypeVariableValue`Niko Matsakis-35/+46
2018-03-01correct subtle bug in the type variable codeNiko Matsakis-108/+63
2018-03-01store type values in the unification table directlyNiko Matsakis-98/+176
2018-03-01obtain `UnificationTable` and `snapshot_vec` from `ena` insteadNiko Matsakis-65/+88
2018-03-01kill supporting code from type-variable defaultsNiko Matsakis-151/+18
2018-03-01kill custom type inference defaults (these don't really work anyway)Niko Matsakis-31/+16
2018-03-01make `Default` Copy and CloneNiko Matsakis-3/+3
2018-03-01use `{}` for `Known` variant just for more parityNiko Matsakis-6/+8
2018-03-01introduce `UniverseIndex` into `ParamEnv`Niko Matsakis-12/+66
2018-03-01add some comments to `Obligation`Niko Matsakis-1/+12
2018-03-01introduce `Universe` structNiko Matsakis-0/+62
2018-03-01Restore the download of rust-mingwSegev Finer-0/+5
2018-03-01Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko...bors-23/+231
2018-03-01Fix spelling s/casted/cast/Lukas Lueg-18/+18
2018-03-01Fix bracesScott McMurray-4/+2
2018-03-01Add a Zip::nth test for side effectsScott McMurray-0/+20
2018-03-01Specialize Zip::nth for TrustedRandomAccessScott McMurray-0/+84