| Age | Commit message (Expand) | Author | Lines |
| 2015-06-19 | Add regression tests for #23649 | Corey Farwell | -0/+53 |
| 2015-06-19 | Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakis | bors | -4477/+3525 |
| 2015-06-19 | Add a test for Debug for io::Error | Peter Atashian | -0/+10 |
| 2015-06-19 | Add test for #24227 | Philip Munksgaard | -0/+27 |
| 2015-06-19 | Expand the "givens" set to cover transitive relations. The givens array | Niko Matsakis | -16/+68 |
| 2015-06-19 | Fix docs for column/line | Steve Klabnik | -2/+2 |
| 2015-06-19 | address review comments | arielb1 | -2/+2 |
| 2015-06-19 | Rollup merge of #26427 - GuillaumeGomez:patch-7, r=Manishearth | Manish Goregaokar | -5/+195 |
| 2015-06-19 | Rollup merge of #26414 - alexcrichton:msvc-fix-build, r=brson | Manish Goregaokar | -1/+6 |
| 2015-06-19 | Rollup merge of #26401 - jooert:fix26360, r=steveklabnik | Manish Goregaokar | -0/+3 |
| 2015-06-19 | Rollup merge of #26388 - frewsxcv:regression-tests-21622, r=alexcrichton | Manish Goregaokar | -0/+28 |
| 2015-06-19 | Remove error codes from macro | Guillaume Gomez | -3/+0 |
| 2015-06-19 | Replace "Bad example" by a better sentence | Guillaume Gomez | -2/+36 |
| 2015-06-19 | Add E0016 explanation | Guillaume Gomez | -0/+15 |
| 2015-06-19 | Add Universal Function Call Syntax example | Guillaume Gomez | -3/+25 |
| 2015-06-19 | Add E0034 error explanation | Guillaume Gomez | -0/+41 |
| 2015-06-19 | Remove unneeded indentation | Guillaume Gomez | -2/+2 |
| 2015-06-19 | Add E0035 error explanation | Guillaume Gomez | -0/+34 |
| 2015-06-19 | Good time concordance | Guillaume Gomez | -2/+2 |
| 2015-06-19 | Add E0036 error explanation | Guillaume Gomez | -0/+47 |
| 2015-06-18 | updating installer to fix install issues on bitrig | Dave Huseby | -0/+0 |
| 2015-06-18 | Custom Debug impl for io::Error | Peter Atashian | -1/+11 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -58/+50 |
| 2015-06-18 | Auto merge of #26413 - alexcrichton:from-raw-fd-prelude, r=sfackler | bors | -1/+3 |
| 2015-06-18 | std: Add FromRaw{Fd,Handle,Socket} to os preludes | Alex Crichton | -1/+3 |
| 2015-06-19 | Remove extra fmt::Debug impl for VtableClosureData from #26147. | Eduard Burtescu | -6/+0 |
| 2015-06-19 | rustc: add more doc comments to ty::Lift and ty::with_ctxt. | Eduard Burtescu | -0/+10 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -1802/+1637 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1896/+977 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -63/+150 |
| 2015-06-19 | rustc: remove some unused UserString and Repr impls. | Eduard Burtescu | -28/+3 |
| 2015-06-19 | Clean up unused argument/variable warnings. | Eduard Burtescu | -54/+22 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -1933/+1991 |
| 2015-06-18 | rustc_trans: Disable landing pads on MSVC | Alex Crichton | -1/+6 |
| 2015-06-19 | rustc: allow "lifting" T<'a> to T<'tcx> if the value is part of ty::ctxt<'tcx>. | Eduard Burtescu | -0/+122 |
| 2015-06-19 | rustc: store the type context in TLS and allow safe access to it. | Eduard Burtescu | -4/+26 |
| 2015-06-19 | rustc: leave only one free top-level function in ppaux, and private. | Eduard Burtescu | -367/+331 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -152/+133 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -142/+101 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -222/+255 |
| 2015-06-19 | rustc_resolve: don't require redundant arguments to resolve_crate. | Eduard Burtescu | -9/+3 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -196/+161 |
| 2015-06-18 | Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis | bors | -107/+231 |
| 2015-06-18 | Fix #23589 | Ariel Ben-Yehuda | -5/+20 |
| 2015-06-18 | Normalize associated types in closure signatures | Ariel Ben-Yehuda | -48/+169 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -1092/+1386 |
| 2015-06-18 | Simplify and type_known_to_meet_builtin_bound and make it more correct when | Ariel Ben-Yehuda | -59/+62 |
| 2015-06-18 | Fix libstd tests | Alex Crichton | -15/+12 |
| 2015-06-18 | rustdoc: Update document title when displaying search results | Johannes Oertel | -0/+3 |
| 2015-06-18 | Auto merge of #26385 - nham:fix_25396, r=alexcrichton | bors | -1/+50 |