about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-01-13resolve: Levenshtein-based suggestions for non-import pathsVadim Petrochenkov-19/+157
2017-01-13Use multiline Diagnostic for "relevant impl" listEsteban Küber-12/+41
2017-01-13Auto merge of #39036 - aidanhs:aphs-robust-docker, r=alexcrichtonbors-2/+0
2017-01-13Remove strictly-unnecessary flags for dockerAidan Hobson Sayers-2/+0
2017-01-13Auto merge of #38890 - petrochenkov:noresolve, r=nrcbors-294/+304
2017-01-13Rollup merge of #39027 - behnam:typo, r=frewsxcvGuillaume Gomez-2/+2
2017-01-13Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnikGuillaume Gomez-14/+14
2017-01-13Rollup merge of #38995 - petrochenkov:minmax, r=GuillaumeGomezGuillaume Gomez-10/+10
2017-01-13Rollup merge of #38994 - BenWiederhake:master, r=sanxiynGuillaume Gomez-2/+2
2017-01-13Rollup merge of #38986 - APTy:fix-nonblocking-test, r=aturonGuillaume Gomez-4/+16
2017-01-13Rollup merge of #38965 - GuillaumeGomez:mutex_docs, r=frewsxcvGuillaume Gomez-1/+79
2017-01-13Rollup merge of #38946 - GuillaumeGomez:path_doc, r=frewsxcvGuillaume Gomez-22/+95
2017-01-13Rollup merge of #38877 - jdub:patch-1, r=sanxiynGuillaume Gomez-4/+0
2017-01-13Rollup merge of #38636 - shahn:extend, r=steveklabnikGuillaume Gomez-1/+4
2017-01-13Rollup merge of #38362 - GuillaumeGomez:instant_doc, r=frewsxcvGuillaume Gomez-14/+115
2017-01-13Auto merge of #38909 - clarcharr:char_struct_display, r=alexcrichtonbors-175/+277
2017-01-12[libcollections] [doc] Fix typo in documentationBehnam Esfahbod-2/+2
2017-01-13Auto merge of #38748 - alexcrichton:upload, r=brsonbors-51/+77
2017-01-12rustbuild: Actually don't build stage0 target rustcAlex Crichton-1/+13
2017-01-13Change `to_owned` to `to_string` in docsStjepan Glavina-14/+14
2017-01-13Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichtonbors-3/+8
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-51/+77
2017-01-12Also mark the struct_field_attributes regression testest31-0/+2
2017-01-12Mark even more tests as gate testsest31-0/+96
2017-01-12Use a whitelist and print nice hintsest31-12/+26
2017-01-12Automatically treat test files "feature-gate-$f.rs" as gate tests for feature $fest31-0/+16
2017-01-12Don't require gate tests for removed featuresest31-2/+4
2017-01-12Add gate-test- to some already existing testsest31-1/+9
2017-01-12Require compile-fail tests for new lang featuresest31-1/+71
2017-01-12Use only one feature struct, and use hash maps in both occasionsest31-18/+11
2017-01-12Auto merge of #38650 - infinity0:master, r=alexcrichtonbors-0/+6
2017-01-12incr.comp.: Add some caching to Predecessors construction.Michael Woerister-9/+297
2017-01-12Add some more info to -Zincremental-infoMichael Woerister-0/+11
2017-01-12Auto merge of #38814 - Ralith:cfg-fields, r=jseyfriedbors-19/+164
2017-01-12Mark some BitVector methods with #[inline]Michael Woerister-0/+9
2017-01-12Disable jemalloc tests on platforms where it is disabled (closes #38612)Ximin Luo-3/+6
2017-01-12Add mips architectures to conditional-compile testXimin Luo-0/+6
2017-01-12Disable jemalloc on s390x as well (closes #38596)Ximin Luo-0/+2
2017-01-12Auto merge of #38569 - chris-morgan:rustdoc-highlight-kw-2, r=steveklabnikbors-3/+5
2017-01-12Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichtonbors-97/+148
2017-01-12Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brsonbors-24/+65
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-294/+304
2017-01-11syntax: struct field attributes and cfgBenjamin Saunders-19/+164
2017-01-12Auto merge of #37926 - bluss:from-utf8-small-simplification, r=sfacklerbors-27/+26
2017-01-12Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brsonbors-0/+1
2017-01-12Auto merge of #38605 - estebank:fix-38371, r=nikomatsakisbors-8/+120
2017-01-11Add missing links and examples for path modules and structsGuillaume Gomez-22/+95
2017-01-11Auto merge of #38313 - jseyfried:self_imports, r=nrcbors-13/+78
2017-01-11Implement Display for char Escape*, To*case.Clar Charr-175/+277
2017-01-11Fix two const-eval issues related to i128 negationSimonas Kazlauskas-14/+31