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