summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-31document that Files close themselves automaticallyJack O'Connor-0/+3
2016-05-31Print linker arguments if calling the linker failsPeter Atashian-1/+5
2016-05-31rustbuild: Clean more on `make clean`Alex Crichton-3/+8
2016-05-31hoedown: fix trigger of -Werror=misleading-indentationIvan Shapovalov-0/+0
2016-06-01doc: Correct char::escape_unicode documentation.CrLF0710-2/+2
2016-05-31normalize types in MIR typeck after erasing regionsAriel Ben-Yehuda-25/+53
2016-05-31Take the def_map argument to TyCtxt::create_and_enter out of its RefCell.Ms2ger-6/+4
2016-05-30Auto merge of #33960 - tbu-:pr_ref_clone_overflow, r=Aatchbors-1/+3
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-1212/+52
2016-05-30Retry on EINTR in Bytes and Chars.Aaron Gallagher-11/+18
2016-05-30revise explanation for E0429 (focus on error first)Zack M. Davis-9/+7
2016-05-30Auto merge of #33968 - srinivasreddy:slice.rs, r=Manishearthbors-2/+1
2016-05-30stable features lint warning mentions version stabilizedZack M. Davis-16/+26
2016-05-30Auto merge of #33909 - michaelwoerister:frame-pointer-fix, r=nikomatsakisbors-13/+27
2016-05-30Correct grammar; and remove redundant commentSrinivas Reddy Thatiparthy-2/+1
2016-05-30librustc_resolve: make sure pattern def gets recorded if `resolve_path` retur...Daan Sprenkels-7/+10
2016-05-30Rollup merge of #33964 - Ms2ger:refcell-resolutions, r=ManishearthManish Goregaokar-7/+8
2016-05-30Rollup merge of #33958 - kennytm:patch-1, r=GuillaumeGomezManish Goregaokar-2/+2
2016-05-30Rollup merge of #33942 - srinivasreddy:rustfmt_llvm_folder, r=nrcManish Goregaokar-56/+83
2016-05-30Rollup merge of #33926 - jseyfried:fix_derive_span, r=nrcManish Goregaokar-60/+38
2016-05-30Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomezManish Goregaokar-40/+65
2016-05-30print enum variant fields in docsOliver Schneider-40/+65
2016-05-30Move driver::Resolutions::def_map out of its RefCell.Ms2ger-7/+8
2016-05-30Rollup merge of #33938 - srinivasreddy:rustfmt_libunwind, r=ManishearthManish Goregaokar-28/+20
2016-05-30Rollup merge of #33937 - srinivasreddy:rustfmt_librand, r=GuillaumeGomezManish Goregaokar-37/+44
2016-05-30Rollup merge of #33917 - srinivasreddy:rustfmt_liballoc, r=GuillaumeGomezManish Goregaokar-17/+22
2016-05-30Rollup merge of #33914 - GuillaumeGomez:improve_err_expl, r=GuillaumeGomezManish Goregaokar-3/+82
2016-05-30Rollup merge of #33913 - GuillaumeGomez:improve_e0133, r=GuillaumeGomezManish Goregaokar-1/+13
2016-05-30Rollup merge of #33912 - GuillaumeGomez:improve_E0132, r=steveklabnikManish Goregaokar-1/+24
2016-05-30Rollup merge of #33893 - Ophirr33:docs_string_split_fix, r=GuillaumeGomezManish Goregaokar-2/+28
2016-05-30Rollup merge of #33793 - GuillaumeGomez:compile_fail, r=GuillaumeGomezManish Goregaokar-15/+28
2016-05-30Use Path::is_dir() in fs::read_dir()'s example.kennytm-2/+2
2016-05-30Prevent the borrow counter from overflowing in `Ref::clone`Tobias Bucher-1/+3
2016-05-29Auto merge of #33929 - petrochenkov:pathir, r=eddybbors-548/+390
2016-05-29add explanation for E0429 (`self` use declaration must use brace syntax)Zack M. Davis-1/+26
2016-05-29Auto merge of #33860 - doomrobo:fix-grammar-verification, r=nagisabors-106/+108
2016-05-29Improve E0161 error explanationGuillaume Gomez-3/+27
2016-05-29Auto merge of #33859 - nrc:save-field-sub, r=pnkfelixbors-3/+9
2016-05-29Add new error code testsGuillaume Gomez-0/+255
2016-05-29run rustfmt on rtstartup folderSrinivas Reddy Thatiparthy-7/+4
2016-05-29Auto merge of #33934 - Byron:libsyntex-ring-buffer-size, r=pnkfelixbors-2/+2
2016-05-29run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-56/+83
2016-05-29run rustfmt on libunwindSrinivas Reddy Thatiparthy-28/+20
2016-05-29run rustfmt on librand folderSrinivas Reddy Thatiparthy-37/+44
2016-05-28Auto merge of #33848 - alexcrichton:android-gdb-sysroot, r=michaelwoeristerbors-5/+6
2016-05-28Auto merge of #33824 - alexcrichton:rustbuild-fix-local-rust, r=nikomatsakisbors-4/+8
2016-05-28Prevent overflows by increasing ring buffer sizeSebastian Thiel-2/+2
2016-05-28sanity -> validationVadim Petrochenkov-13/+17
2016-05-28Move some other checks to AST sanity passVadim Petrochenkov-212/+169
2016-05-28Add an AST sanity checking pass and use it to catch some illegal lifetime/lab...Vadim Petrochenkov-2/+139