| Age | Commit message (Expand) | Author | Lines |
| 2016-02-22 | Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichton | bors | -34/+41 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -1/+1 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -5/+6 |
| 2016-02-20 | tuple arguments to overloaded calls | Ariel Ben-Yehuda | -35/+124 |
| 2016-02-18 | Auto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomatsakis | bors | -31/+83 |
| 2016-02-18 | Add intrinsics for compare_exchange and compare_exchange_weak | Amanieu d'Antras | -34/+41 |
| 2016-02-17 | MSVC SEH in MIR is implemented here | Simonas Kazlauskas | -24/+77 |
| 2016-02-17 | Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb | bors | -51/+47 |
| 2016-02-16 | Auto merge of #30714 - wesleywiser:fix_29914, r=arielb1 | bors | -8/+6 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -15/+11 |
| 2016-02-15 | Auto merge of #31653 - tomaka:emscripten-abi, r=eddyb | bors | -4/+54 |
| 2016-02-14 | trans: Don't link whole rlibs to executables | Alex Crichton | -1/+5 |
| 2016-02-14 | Fix the asmjs ABI | Pierre Krieger | -4/+54 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -43/+43 |
| 2016-02-14 | Auto merge of #31581 - petrochenkov:patrefact, r=Manishearth | bors | -7/+8 |
| 2016-02-13 | Fix ICE on using result of index on a constant to index into a constant | Wesley Wiser | -8/+6 |
| 2016-02-13 | Auto merge of #31588 - soltanmm:layer, r=nikomatsakis | bors | -2/+2 |
| 2016-02-13 | Split ast::PatKind::Enum into tuple struct and path patterns | Vadim Petrochenkov | -1/+2 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -7/+7 |
| 2016-02-13 | Auto merge of #31564 - durka:lang-item-icemelt, r=nikomatsakis | bors | -2/+2 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -264/+263 |
| 2016-02-12 | Autoderef in librustc_trans | Jonas Schievink | -264/+263 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -6/+15 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -2/+2 |
| 2016-02-12 | Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichton | bors | -1/+3 |
| 2016-02-12 | Auto merge of #30830 - arcnmx:static-extern, r=alexcrichton | bors | -2/+1 |
| 2016-02-12 | Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brson | bors | -0/+25 |
| 2016-02-11 | Auto merge of #31545 - dotdash:no_noalias, r=alexcrichton | bors | -1/+1 |
| 2016-02-11 | Add a no-landing-pads MIR pass | Simonas Kazlauskas | -7/+6 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+25 |
| 2016-02-11 | Pass through diagnostic handler instead | arcnmx | -1/+1 |
| 2016-02-11 | Use find_export_name_attr instead of string literal | arcnmx | -1/+1 |
| 2016-02-11 | Only retain external static symbols across LTO | arcnmx | -2/+1 |
| 2016-02-11 | Auto merge of #31487 - oli-obk:breaking_batch/ast/unop, r=Manishearth | bors | -207/+212 |
| 2016-02-11 | [breaking-change] don't glob export ast::PathListItem_ variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -7/+9 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -18/+19 |
| 2016-02-11 | [breaking-change] don't pub export ast::IntLitType variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -15/+15 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] remove the sign from integer literals in the ast | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -80/+80 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -14/+14 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -55/+57 |
| 2016-02-11 | [breaking-change] don't glob import ast::FunctionRetTy variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | Auto merge of #31525 - antonblanchard:powerpc64_merge4, r=alexcrichton | bors | -1/+1 |