about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-06Print more tags in rustdocGuillaume Gomez-8/+40
2016-11-06Auto merge of #37616 - jneem:master, r=alexcrichtonbors-0/+17
2016-11-06Fix terminfo database search pathmeh-30/+26
2016-11-06Force static linking of LLVMpweyck-0/+13
2016-11-06Add test for issue 18060.Joe Neeman-0/+17
2016-11-06rustc: harden against InferOk having obligations in more cases.Eduard Burtescu-44/+78
2016-11-06Add support for ARMv5TE architectureJuan Gomez-0/+34
2016-11-06Fix typosinkuu-1/+1
2016-11-06Make E0243/0244 message consistent with E0107sinkuu-36/+41
2016-11-06Auto merge of #37386 - johnthagen:Self-reference-example, r=GuillaumeGomezbors-0/+15
2016-11-05Auto merge of #37597 - alexcrichton:rollup, r=alexcrichtonbors-2960/+4309
2016-11-05Only test docs and such for the hostAlex Crichton-5/+14
2016-11-05Add unary and binary tests for incr-compoldmanmike-0/+497
2016-11-05Use From trait as an example usage of Self.johnthagen-0/+15
2016-11-05Include type of missing trait methods in errorEsteban Küber-11/+186
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-606/+1234
2016-11-05Fix tests from the rollupAlex Crichton-8/+67
2016-11-05Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollupAlex Crichton-0/+52
2016-11-05Merge branch 'new-rustbuild' into rollupAlex Crichton-983/+1115
2016-11-05Rollup merge of #37596 - est31:master, r=alexcrichtonAlex Crichton-0/+17
2016-11-05Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichtonAlex Crichton-8/+20
2016-11-05Rollup merge of #37587 - ollie27:to_mut, r=alexcrichtonAlex Crichton-1/+4
2016-11-05Rollup merge of #37586 - TimNN:fix-37559, r=alexcrichtonAlex Crichton-0/+0
2016-11-05Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichtonAlex Crichton-11/+11
2016-11-05Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichtonAlex Crichton-2/+428
2016-11-05Rollup merge of #37579 - liigo:defaulthasher, r=alexcrichtonAlex Crichton-9/+18
2016-11-05Rollup merge of #37577 - nnethercote:shrink-Expr-slightly, r=eddybAlex Crichton-5/+5
2016-11-05Rollup merge of #37574 - ollie27:cow_add, r=alexcrichtonAlex Crichton-53/+143
2016-11-05Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddybAlex Crichton-448/+353
2016-11-05Rollup merge of #37566 - brson:env, r=alexcrichtonAlex Crichton-1/+1
2016-11-05Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichtonAlex Crichton-4/+1
2016-11-05Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddybAlex Crichton-4/+19
2016-11-05Rollup merge of #37557 - TimNN:fix-36954, r=eddybAlex Crichton-7/+41
2016-11-05Rollup merge of #37556 - dinfuehr:main_frame_pointer, r=eddybAlex Crichton-0/+3
2016-11-05Rollup merge of #37537 - GuillaumeGomez:error_kind_doc, r=steveklabnikAlex Crichton-2/+7
2016-11-05Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brsonAlex Crichton-4/+127
2016-11-05Rollup merge of #37470 - arthurprs:sip-smaller, r=alexcrichtonAlex Crichton-14/+12
2016-11-05Rollup merge of #37427 - nnethercote:opt-IchHasher, r=michaelwoeristerAlex Crichton-12/+68
2016-11-05Rollup merge of #37422 - bluss:wrapping-offset, r=alexcrichtonAlex Crichton-0/+80
2016-11-05_match: correct max_slice_length logicAriel Ben-Yehuda-8/+95
2016-11-05Auto merge of #37470 - arthurprs:sip-smaller, r=alexcrichtonbors-14/+12
2016-11-05ignore gdb check for androidTim Neumann-5/+6
2016-11-05Auto merge of #37427 - nnethercote:opt-IchHasher, r=michaelwoeristerbors-12/+68
2016-11-04book: Removed platform compatibility table, link to the forgeBrian Anderson-99/+12
2016-11-05Add `{into,from}_raw` to Rc and ArcCristi Cobzarenco-0/+190
2016-11-04Auto merge of #37422 - bluss:wrapping-offset, r=alexcrichtonbors-0/+80
2016-11-04Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakisAlex Crichton-802/+631
2016-11-04Rollup merge of #37255 - mbrubeck:doc-edit, r=steveklabnikAlex Crichton-9/+10
2016-11-05add missing urls on io structsGuillaume Gomez-11/+19
2016-11-04Add error when proc_macro_derive is used not on functionsest31-0/+17