about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-06-11run rustfmt on libstd/collections/hash folderSrinivas Reddy Thatiparthy-167/+178
2016-06-10Auto merge of #34200 - sanxiyn:rollup, r=sanxiynbors-256/+341
2016-06-10Rollup merge of #34185 - tshepang:shorten-paragraph, r=steveklabnikSeo Sanghyeon-2/+4
2016-06-10Rollup merge of #34175 - rwz:patch-2, r=alexcrichtonSeo Sanghyeon-1/+1
2016-06-10Rollup merge of #34165 - ollie27:docs_char_case, r=steveklabnikSeo Sanghyeon-9/+15
2016-06-10Rollup merge of #34160 - hoodie:bug/GoT_References, r=GuillaumeGomezSeo Sanghyeon-4/+4
2016-06-10Rollup merge of #34148 - srinivasreddy:bitflags_rustfmt, r=nagisaSeo Sanghyeon-2/+2
2016-06-10Rollup merge of #34146 - srinivasreddy:libflate_rustfmt, r=nagisaSeo Sanghyeon-5/+5
2016-06-10Rollup merge of #34145 - matklad:any-docs, r=steveklabnikSeo Sanghyeon-1/+1
2016-06-10Rollup merge of #34136 - imjacobclark:ice-test-case-25579, r=nikomatsakisSeo Sanghyeon-0/+27
2016-06-10Rollup merge of #34129 - jviide:from-string-box-error, r=steveklabnikSeo Sanghyeon-12/+8
2016-06-10Rollup merge of #34088 - srinivasreddy:rustfmt_map.rs, r=nrcSeo Sanghyeon-220/+274
2016-06-10Auto merge of #34178 - shepmaster:llvm-3.7-and-up, r=alexcrichtonbors-224/+5
2016-06-10Auto merge of #34086 - srinivasreddy:rustfmt_liballoc_jemalloc, r=nagisabors-14/+26
2016-06-09Auto merge of #34046 - Vtec234:fix-atomic-doc, r=steveklabnikbors-3/+3
2016-06-09Auto merge of #34173 - srinivasreddy:rm_redundant, r=alexcrichtonbors-16/+14
2016-06-10Address review comments + fix rebaseVadim Petrochenkov-167/+51
2016-06-10make all pattern bindings with the same name resolve to the first oneAriel Ben-Yehuda-77/+22
2016-06-10Add testsVadim Petrochenkov-1/+56
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-473/+277
2016-06-10Move the hack with fake partial resolution for <A>::B from typeck to resolveVadim Petrochenkov-105/+40
2016-06-10resolve: Rewrite resolve_patternVadim Petrochenkov-483/+339
2016-06-09doc: intro should be 1 sentenceTshepang Lekhonkhobe-2/+4
2016-06-09Remove unneeded indirection of GET_ARCHIVEJake Goulding-2/+1
2016-06-09Reflect supporting only LLVM 3.7+ in the LLVM wrappersJake Goulding-222/+4
2016-06-09Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakisbors-942/+1262
2016-06-09fix issuesAriel Ben-Yehuda-2/+10
2016-06-09Auto merge of #33895 - AndrewBrinker:master, r=steveklabnikbors-137/+114
2016-06-09use the type name as the pass nameAriel Ben-Yehuda-27/+12
2016-06-09refactor simplify_cfg and split off simplify_branchesAriel Ben-Yehuda-133/+194
2016-06-09add hook infrastructure for automatically dumping MIR on every passAriel Ben-Yehuda-30/+152
2016-06-09introduce an `unreachable` terminatorAriel Ben-Yehuda-92/+37
2016-06-09add a cache for MIR predecessorsAriel Ben-Yehuda-21/+93
2016-06-09make the basic_blocks field privateAriel Ben-Yehuda-200/+203
2016-06-09introduce the type-safe IdxVec and use it instead of loose indexesAriel Ben-Yehuda-437/+594
2016-06-09Auto merge of #34109 - pnkfelix:fix-issue-34101, r=arielb1bors-28/+103
2016-06-09merge the RemoveDeadBlocks pass into the SimplifyCfg passAriel Ben-Yehuda-103/+70
2016-06-09Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrcbors-173/+98
2016-06-08Auto merge of #34032 - jseyfried:load_macros_in_expansion, r=nrcbors-97/+99
2016-06-08Fix BTreeMap example typoPavel Pravosud-1/+1
2016-06-09clean up for test casesSrinivas Reddy Thatiparthy-14/+14
2016-06-09remove redundant assert statementsSrinivas Reddy Thatiparthy-2/+0
2016-06-08Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakisbors-729/+931
2016-06-09Add comment and clean up `expand_annotatable`Jeffrey Seyfried-8/+8
2016-06-09Add regression testJeffrey Seyfried-0/+19
2016-06-09Load macros from `extern crate`s during expansion.Jeffrey Seyfried-90/+73
2016-06-08Auto merge of #34167 - eddyb:fix-pairs-for-real, r=nikomatsakisbors-4/+20
2016-06-09fix Cargo.lockAriel Ben-Yehuda-2/+0
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-18/+21
2016-06-09remove residual slice pattern junk from mem_categorizationAriel Ben-Yehuda-76/+10