| Age | Commit message (Expand) | Author | Lines |
| 2016-02-12 | Autoderef in librustc_lint | Jonas Schievink | -16/+16 |
| 2016-02-12 | Autoderef in librustc_metadata | Jonas Schievink | -64/+64 |
| 2016-02-12 | Autoderef in librustc_mir | Jonas Schievink | -4/+4 |
| 2016-02-12 | Autoderef in librustc_passes | Jonas Schievink | -19/+19 |
| 2016-02-12 | Autoderef in librustc_plugin | Jonas Schievink | -1/+1 |
| 2016-02-12 | Autoderef in librustc_privacy | Jonas Schievink | -4/+4 |
| 2016-02-12 | Autoderef in librustc_resolve | Jonas Schievink | -40/+40 |
| 2016-02-12 | Autoderef in librustc_trans | Jonas Schievink | -264/+263 |
| 2016-02-12 | Autoderef in librustc_typeck | Jonas Schievink | -195/+195 |
| 2016-02-12 | Use more autoderef in libsyntax | Jonas Schievink | -171/+171 |
| 2016-02-12 | Use more autoderef in libsyntax_ext | Jonas Schievink | -2/+2 |
| 2016-02-12 | Use more autoderef in rustc_driver | Jonas Schievink | -4/+4 |
| 2016-02-12 | Make more use of autoderef in librustc_front | Jonas Schievink | -109/+108 |
| 2016-02-12 | Auto merge of #31550 - Stebalien:fix-color, r=nrc | bors | -6/+6 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -254/+271 |
| 2016-02-12 | Auto merge of #31541 - tomaka:more-emscripten, r=brson | bors | -2/+10 |
| 2016-02-12 | Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichton | bors | -1/+12 |
| 2016-02-12 | Auto merge of #30830 - arcnmx:static-extern, r=alexcrichton | bors | -43/+42 |
| 2016-02-12 | Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brson | bors | -88/+4579 |
| 2016-02-11 | Auto merge of #31545 - dotdash:no_noalias, r=alexcrichton | bors | -4/+58 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -254/+271 |
| 2016-02-11 | rustc_back: Fix disabling jemalloc | Alex Crichton | -3/+3 |
| 2016-02-11 | configure: Add an option to use the cargo build system | Alex Crichton | -0/+23 |
| 2016-02-11 | rustc_llvm: Tweak how initialization is performed | Alex Crichton | -78/+39 |
| 2016-02-11 | rustbook: Make `main` a public function | Alex Crichton | -1/+1 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -5/+38 |
| 2016-02-11 | bootstrap: Add build scripts for crates | Alex Crichton | -0/+387 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+642 |
| 2016-02-11 | Auto merge of #31083 - SimonSapin:set_port, r=alexcrichton | bors | -10/+120 |
| 2016-02-11 | bootstrap: Read configuration from config.mk | Alex Crichton | -0/+123 |
| 2016-02-11 | Add a Cargo-based build system | Alex Crichton | -1/+3323 |
| 2016-02-11 | Pass through diagnostic handler instead | arcnmx | -8/+11 |
| 2016-02-11 | Use find_export_name_attr instead of string literal | arcnmx | -5/+5 |
| 2016-02-11 | Remove link_section and linkage as extern indicators | arcnmx | -2/+0 |
| 2016-02-11 | Only retain external static symbols across LTO | arcnmx | -43/+41 |
| 2016-02-11 | Auto merge of #31532 - tomaka:fix-emscripten, r=brson | bors | -8/+11 |
| 2016-02-11 | Auto merge of #31527 - danlrobertson:i15735, r=alexcrichton | bors | -0/+25 |
| 2016-02-11 | Add SocketAddrV6::set_flowinfo and set_scope_id | Simon Sapin | -0/+28 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_ip`. | Simon Sapin | -3/+52 |
| 2016-02-11 | Add `SocketAddr{,V4,V6}::set_port`. | Simon Sapin | -10/+43 |
| 2016-02-11 | Auto merge of #31487 - oli-obk:breaking_batch/ast/unop, r=Manishearth | bors | -2415/+2352 |
| 2016-02-11 | fixup: meta item kind | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::PathListItem_ variants | Oliver 'ker' Schneider | -39/+43 |
| 2016-02-11 | [breaking-change] don't glob export ast::StrStyle variants | Oliver 'ker' Schneider | -28/+28 |
| 2016-02-11 | [breaking-change] don't glob export ast::Visibility variants | Oliver 'ker' Schneider | -46/+45 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -40/+38 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -73/+87 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -84/+83 |
| 2016-02-11 | [breaking-change] don't glob export ast::MacStmtStyle | Oliver 'ker' Schneider | -14/+13 |
| 2016-02-11 | [breaking-change] don't glob export ast::KleeneOp variants | Oliver 'ker' Schneider | -17/+18 |