about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-01Rollup merge of #32622 - tyoc213:rust-beginners, r=alexcrichtonManish Goregaokar-5/+7
2016-04-01Auto merge of #32643 - Amanieu:arc_compare_exchange, r=alexcrichtonbors-17/+21
2016-03-31Auto merge of #32635 - gereeter:hashmap-iter-variance, r=alexcrichtonbors-44/+72
2016-03-31Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichtonbors-1/+10
2016-03-31Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichtonbors-6/+2
2016-03-31Auto merge of #32506 - petrochenkov:use, r=Manishearthbors-19/+34
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-14/+55
2016-03-31librustc: excise Session's now-unused bug methodsBenjamin Herr-17/+0
2016-03-31librustc_const_eval: use bug!(), span_bug!()Benjamin Herr-46/+43
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-484/+436
2016-03-31librustc_typeck: use bug!(), span_bug!()Benjamin Herr-151/+129
2016-03-31librustc_save_analysis: remove duplicate macro defBenjamin Herr-12/+0
2016-03-31librustc_save_analysis: use bug!(), span_bug!()Benjamin Herr-71/+63
2016-03-31librustc_resolve: use bug!(), span_bug!()Benjamin Herr-13/+14
2016-03-31librustc_privacy: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-31librustc_passes: use bug!(), span_bug!()Benjamin Herr-16/+16
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-74/+62
2016-03-31librustc_mir: use bug!(), span_bug!()Benjamin Herr-72/+75
2016-03-31librustc_lint: use bug!(), span_bug!()Benjamin Herr-8/+8
2016-03-31librustc_borrowck: use bug!(), span_bug!()Benjamin Herr-35/+28
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-55/+55
2016-03-31librustc: replace unimplemented!() with bug!()Benjamin Herr-69/+71
2016-03-31librustc: replace unreachable! with bug!()Benjamin Herr-21/+21
2016-03-31librustc: replace span_bug calls with span_bug!()Benjamin Herr-176/+162
2016-03-31librustc: replace tcx.sess.bug calls with bug!()Benjamin Herr-132/+95
2016-03-31librustc: add {span_,}bug! macrosBenjamin Herr-0/+49
2016-03-31Remove incorrect comment about `PartialEq` implementationTobias Bucher-1/+0
2016-03-31Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`Tobias Bucher-1/+1
2016-03-31Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakisbors-518/+236
2016-03-31Only allow using the atomic intrinsics on integer typesAmanieu d'Antras-31/+44
2016-03-31added missing refcell ref/refmut coercions to unsizedВалерий Лашманов-2/+28
2016-03-31Stop re-exporting check_match::Constructor.Ms2ger-8/+8
2016-03-31Change Arc to use compare_exchange instead of compare_and_swapAmanieu d'Antras-17/+21
2016-03-31Fix formatting in the documentation for AtomicIsize::compare_exchange_weakAmanieu d'Antras-1/+1
2016-03-31Improve E0277 error message in a generic contextTobias Bucher-0/+41
2016-03-31Using only one Mibbit link for access the two channelsDavid AO Lozano-8/+6
2016-03-31Adding #rust-beginners to README and pointing the two channels on getting-sta...David AO Lozano-7/+11
2016-03-31Misspelled beginners in one placeDavid AO Lozano-1/+1
2016-03-31Book: in beginner guide change irc channel #rust → #rust-beginnersDavid AO Lozano-3/+3
2016-03-31syntax: Extra diagnostics for `_` used in an identifier positionVadim Petrochenkov-19/+34
2016-03-31Remove accidental `println!`Jeffrey Seyfried-1/+0
2016-03-31Fix suggestionsJeffrey Seyfried-2/+8
2016-03-30Auto merge of #32439 - jseyfried:visible_suggestions, r=nrcbors-291/+396
2016-03-30Test that HashMap, HashSet, and their iterators are properly covariantJonathan S-0/+29
2016-03-30Fix the variances of HashMap and HashSet iteratorsJonathan S-26/+20
2016-03-30Make HashMap's RawBucket covariantJonathan S-18/+23
2016-03-31Register new FreeBSD snapshotAlan Somers-0/+1
2016-03-31Turn break critical edges into a MIR passJames Miller-23/+36
2016-03-30Update Rust version in the Rustonomicon Vec chapterMatt Brubeck-1/+1
2016-03-30Detect cycles that include renamed importsJeffrey Seyfried-16/+32