about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-06-02Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-613/+183
2017-06-02Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddybbors-1038/+1571
2017-06-02Rollup merge of #42372 - frewsxcv:frewsxcv/improve-receiver-docs, r=QuietMisd...Mark Simulacrum-14/+21
2017-06-02Rollup merge of #42370 - mbrubeck:docs, r=frewsxcvMark Simulacrum-0/+2
2017-06-02Rollup merge of #42360 - ollie27:rustdoc_vector_rename, r=GuillaumeGomezMark Simulacrum-22/+12
2017-06-02Rollup merge of #42355 - bjorn3:patch-1, r=Mark-SimulacrumMark Simulacrum-1/+1
2017-06-02Rollup merge of #42343 - cuviper:install-executables, r=alexcrichtonMark Simulacrum-5/+5
2017-06-02Rollup merge of #42335 - jcowgill:fingerprint-be, r=michaelwoeristerMark Simulacrum-19/+1
2017-06-02Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakisMark Simulacrum-1/+5
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-15/+45
2017-06-02Rollup merge of #42225 - brson:vs2017, r=alexcrichtonMark Simulacrum-533/+63
2017-06-02Rollup merge of #41981 - gamazeps:thread-detach, r=frewsxcvMark Simulacrum-3/+28
2017-06-02Auto merge of #42128 - kennytm:travis-folder, r=alexcrichtonbors-19/+250
2017-06-02Expands `detach` documentation in `thread::JoinHande`.Felix Raimundo-3/+28
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+285
2017-06-02Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisabors-1/+143
2017-06-02Rewrite `Receiver::try_iter` doc example to show resulting values.Corey Farwell-8/+13
2017-06-02Rewrite `Receiver::iter` doc example to show resulting values.Corey Farwell-6/+8
2017-06-01Add [[T]] -> [T] examples to SliceConcatExt docsMatt Brubeck-0/+2
2017-06-01Support VS 2017Brian Anderson-533/+63
2017-06-01fix ui referenceNiko Matsakis-1/+1
2017-06-01fix librustc_driver testsNiko Matsakis-16/+14
2017-06-01pacify the mercilous tidyNiko Matsakis-29/+52
2017-06-01ergonomic improvements to the methods in infcxNiko Matsakis-297/+434
2017-06-01remove `layout_cache` and fix `-Z print-type-sizes`Niko Matsakis-200/+240
2017-06-01strip param-env from infcxNiko Matsakis-383/+694
2017-06-02ci: Further tone down the test verbosity.kennytm-7/+16
2017-06-02ci: Improve log output (mainly Travis).kennytm-10/+218
2017-06-02Added --color flag to compiletest.kennytm-2/+16
2017-06-01rewrite layout to take a (param-env, ty) pair instead of infcxNiko Matsakis-212/+225
2017-06-01move projection mode into parameter environmentNiko Matsakis-99/+110
2017-06-01Syntax highlight rust code in librustc/dep_graph/README.mdbjorn3-1/+1
2017-06-01rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`Oliver Middleton-22/+12
2017-06-01Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakisbors-2147/+1479
2017-06-01Don't byteswap Fingerprints when encodingJames Cowgill-19/+1
2017-06-01Auto merge of #42263 - alexcrichton:fix-copies, r=Mark-Simulacrumbors-84/+178
2017-06-01Adding support for the llvm `prefetch` intrinsicFalco Hirschenberger-1/+143
2017-06-01tests: fix fallout from changing the span of binop errors.Eduard-Mihai Burtescu-24/+19
2017-06-01tests: fix fallout from empowering unused_allocation in comparisons.Eduard-Mihai Burtescu-16/+16
2017-06-01rustc: adjust the RHS of comparison operators instead of assuming autorefs.Eduard-Mihai Burtescu-320/+114
2017-06-01rustc: decompose Adjustment into a vector of adjustment steps.Eduard-Mihai Burtescu-850/+676
2017-06-01rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.Eduard-Mihai Burtescu-304/+290
2017-06-01rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.Eduard-Mihai Burtescu-164/+261
2017-06-01rustc: remove unused TypeFolder methods.Eduard-Mihai Burtescu-47/+0
2017-06-01rustc: replace method_map with Def::Method and node_substs entries.Eduard-Mihai Burtescu-119/+120
2017-06-01rustc: remove unnecessary ItemSubsts wrapper.Eduard-Mihai Burtescu-95/+27
2017-06-01rustc: avoid using MethodCallee's signature where possible.Eduard-Mihai Burtescu-163/+147
2017-06-01rustc: replace TyFnDef in MethodCallee with just the FnSig.Eduard-Mihai Burtescu-135/+88
2017-06-01rustc: keep overloaded autoderef MethodCallee's in Adjust.Eduard-Mihai Burtescu-705/+518
2017-06-01rustc: remove unused field of mc::Categorization::Deref.Eduard-Mihai Burtescu-64/+61