about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-02Perform manual fixupsManish Goregaokar-2/+5
2018-03-02Run Rustfix on librustcManish Goregaokar-55/+55
2018-03-02Impl !Send and !Sync for SourceFileJohn Kåre Alsaker-0/+6
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-02Auto merge of #48653 - Manishearth:rollup2, r=Manishearthbors-334/+703
2018-03-01Auto merge of #47861 - sgrif:sg-rebase-chalkify-universe-refactorings, r=niko...bors-1315/+660
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-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-01Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko...bors-23/+231
2018-03-01Add ignore-pretty for issue-48506.rsRyan Cumming-0/+1
2018-03-01Auto merge of #48349 - nrc:update, r=alexcrichtonbors-23/+79
2018-02-28Rollup merge of #48603 - pthariensflame:patch-1, r=frewsxcvManish Goregaokar-2/+2
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-46/+234
2018-02-28Rollup merge of #48420 - teiesti:path_parents, r=BurntSushiManish Goregaokar-0/+75
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-19/+115
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-70/+38
2018-02-28Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisManish Goregaokar-11/+213
2018-03-01Fix a bug introduced in previous commitStjepan Glavina-8/+5
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-107/+166
2018-02-28rustc: Tweak funclet cleanups of ffi functionsAlex Crichton-6/+127
2018-02-28Fix a few run-pass testsStjepan Glavina-8/+5