about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-06-01Remove redundant `check_for_macros` AST pass.Jeffrey Seyfried-23/+0
2016-06-01Auto merge of #33794 - petrochenkov:sanity, r=nrcbors-214/+312
2016-06-01Rollup merge of #33977 - Ms2ger:create-and-enter, r=nrcManish Goregaokar-6/+4
2016-06-01Rollup merge of #33973 - zackmdavis:stable_features_warning_notes_version_sta...Manish Goregaokar-16/+26
2016-06-01Rollup merge of #33970 - arielb1:normal-type-check, r=eddybManish Goregaokar-25/+53
2016-06-01Rollup merge of #33967 - dsprenkels:enum_pattern_resolve_ice, r=petrochenkovManish Goregaokar-7/+10
2016-06-01Rollup merge of #33921 - jameysharp:patch-1, r=alexcrichtonManish Goregaokar-0/+2
2016-06-01Rollup merge of #33915 - GuillaumeGomez:err-codes, r=steveklabnikManish Goregaokar-0/+255
2016-06-01Rollup merge of #33896 - strake:next_code_point, r=aturonManish Goregaokar-2/+3
2016-06-01Rollup merge of #33892 - seanmonstar:slice-eq-ptr, r=alexcrichtonManish Goregaokar-0/+3
2016-06-01Rollup merge of #33841 - LeoTestard:macro-sequence-lhs, r=pnkfelixManish Goregaokar-30/+6
2016-06-01Rollup merge of #33606 - tshepang:future-talk, r=brsonManish Goregaokar-6/+3
2016-06-01Rollup merge of #33385 - cheercroaker:doc-correction, r=brsonManish Goregaokar-1/+1
2016-05-31Auto merge of #33141 - tshepang:python-love, r=brsonbors-19/+15
2016-05-31Auto merge of #33979 - retep998:why-the-long-face, r=alexcrichtonbors-1/+5
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-80/+32
2016-05-31Print linker arguments if calling the linker failsPeter Atashian-1/+5
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-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-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-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