summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-02Auto merge of #22882 - alexcrichton:stabilize-process, r=aturonbors-15/+57
2015-03-02Add regression tests for #15778Keegan McAllister-0/+80
2015-03-02Readd int_uint feature to libstdSimonas Kazlauskas-0/+1
2015-03-03Rollup merge of #22966 - nikomatsakis:closure-region-hierarchy, r=pnkfelixManish Goregaokar-230/+93
2015-03-03Add cfg_attr to known attributesManish Goregaokar-0/+1
2015-03-03Rollup merge of #22961 - dotdash:branch_drop, r=eddybManish Goregaokar-2/+1
2015-03-03Rollup merge of #22925 - leonardinius:issue-22646-fmt, r=steveklabnikManish Goregaokar-1/+1
2015-03-03Rollup merge of #22911 - djmally:master, r=steveklabnikManish Goregaokar-9/+9
2015-03-03Rollup merge of #22906 - alexandercampbell:readme_typo_fix, r=steveklabnikManish Goregaokar-4/+4
2015-03-03Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnikManish Goregaokar-22/+16
2015-03-02Added note that method names in tables may differ from actual collectionsDavid Mally-1/+2
2015-03-02Fixed references to set & take ; minor wording & syntax fixesDavid Mally-5/+5
2015-03-02Make `test/run-pass/backtrace.rs` more robust about own host environment.Felix S. Klock II-1/+3
2015-03-02Drop alloca_zeroedBjörn Steinbrink-27/+5
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-424/+419
2015-03-02Properly propagate block changes while translating drop glueBjörn Steinbrink-2/+1
2015-03-02Auto merge of #22510 - GuillaumeGomez:audit-integer-libstd-thread, r=alexcric...bors-10/+10
2015-03-02Remove the synthetic "region bound" from closures and instead update howNiko Matsakis-230/+93
2015-03-02iter: use Option::map() in struct Iterater::map()Lai Jiangshan-16/+3
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-108/+732
2015-03-02Add missing stability attributes on struct fields.Huon Wilson-0/+2
2015-03-02Manual Clone for Windows/Chunks.Huon Wilson-2/+22
2015-03-02Fix broken aarch64 buildEunji Jeong-1/+1
2015-03-01std: Stabilize the `process` moduleAlex Crichton-15/+57
2015-03-02Rollup merge of #22944 - Manishearth:patch-1, r=sfacklerManish Goregaokar-0/+2
2015-03-02Fix unknown attribute in testManish Goregaokar-0/+2
2015-03-02Rollup merge of #22941 - sfackler:re-disable, r=sfacklerManish Goregaokar-0/+2
2015-03-01Ignore issue #16671 test on android (again)Steven Fackler-0/+2
2015-03-01Replace int/uint by isize/usizeGuillaumeGomez-10/+10
2015-03-02Rollup merge of #22935 - dotdash:method_attr, r=eddybManish Goregaokar-6/+35
2015-03-02Rollup merge of #22931 - semarie:dragonfly-ino_t, r=alexcrichtonManish Goregaokar-1/+0
2015-03-02Rollup merge of #22923 - dotdash:trans_arg, r=eddybManish Goregaokar-10/+11
2015-03-02Rollup merge of #22922 - dotdash:closure_env_attr, r=eddybManish Goregaokar-7/+11
2015-03-02Rollup merge of #22893 - Ms2ger:lints, r=huonwManish Goregaokar-153/+173
2015-03-02Rollup merge of #22821 - ipetkov:lint-method-rename, r=eddybManish Goregaokar-3/+3
2015-03-02Rollup merge of #22777 - pnkfelix:issue-22443, r=nikomatsakisManish Goregaokar-24/+299
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-122/+53
2015-03-01Bison grammar: parse higher ranked constraints in where clausesBrian Leibig-2/+12
2015-03-01Bison grammar: allow ExprQualifiedPath to have optional "as TRAIT_REF"Brian Leibig-13/+18
2015-03-01Bison grammar: support parsing default trait implsBrian Leibig-0/+8
2015-03-01Emit proper attributes for the self pointer in method call through trait objectsBjörn Steinbrink-6/+35
2015-03-01unbreak dragonfly build after nacl integrationSébastien Marie-1/+0
2015-03-01Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonwbors-46/+53
2015-03-01Addresses rust-lang/rust#22646Leonids Maslovs-1/+1
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-65/+39
2015-03-01Use trans_arg_datum in trans_args_under_call_abiBjörn Steinbrink-10/+11
2015-03-01Emit proper function argument attributes for closure environmentsBjörn Steinbrink-7/+11
2015-03-01Add regression tests for issue 22443.Felix S. Klock II-0/+174
2015-03-01Add check for unbounded due to non-regular types in dropck.Felix S. Klock II-24/+125
2015-03-01Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichtonbors-3/+15