| Age | Commit message (Expand) | Author | Lines |
| 2015-07-06 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -0/+10 |
| 2015-06-23 | Auto merge of #26490 - alexcrichton:fix-msvc-again, r=brson | bors | -9/+15 |
| 2015-06-23 | change `const_val` enum and its variants to camel-case | Oliver Schneider | -3/+4 |
| 2015-06-21 | rustc_trans: Use custom PATH for archive commands | Alex Crichton | -9/+15 |
| 2015-06-21 | Make expr_is_lval more robust | Ariel Ben-Yehuda | -11/+165 |
| 2015-06-20 | Auto merge of #26198 - stygstra:issue-24258, r=huonw | bors | -11/+52 |
| 2015-06-20 | Auto merge of #26411 - dotdash:fat_in_registers, r=aatch | bors | -252/+263 |
| 2015-06-20 | Pass fat pointers in two immediate arguments | Björn Steinbrink | -116/+183 |
| 2015-06-20 | Auto merge of #26382 - alexcrichton:less-racy-path, r=brson | bors | -1/+11 |
| 2015-06-20 | Support checked Shl/Shr on SIMD types | David Stygstra | -11/+52 |
| 2015-06-20 | Make trans_arg_datum fill a destination vector instead of returning its result | Björn Steinbrink | -61/+57 |
| 2015-06-20 | Simplify argument forwarding in the various shim generators | Björn Steinbrink | -62/+16 |
| 2015-06-20 | Use a single match arm for all TyRef variants when deducing function argument... | Björn Steinbrink | -26/+20 |
| 2015-06-19 | Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakis | bors | -1/+2 |
| 2015-06-19 | Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakis | bors | -484/+394 |
| 2015-06-19 | Expand the "givens" set to cover transitive relations. The givens array | Niko Matsakis | -1/+2 |
| 2015-06-19 | Rollup merge of #26414 - alexcrichton:msvc-fix-build, r=brson | Manish Goregaokar | -1/+6 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -314/+272 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -25/+13 |
| 2015-06-19 | rustc: remove some unused UserString and Repr impls. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | Clean up unused argument/variable warnings. | Eduard Burtescu | -6/+5 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -177/+177 |
| 2015-06-18 | rustc_trans: Disable landing pads on MSVC | Alex Crichton | -1/+6 |
| 2015-06-19 | rustc: leave only one free top-level function in ppaux, and private. | Eduard Burtescu | -5/+5 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -57/+52 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -3/+2 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -137/+108 |
| 2015-06-18 | Auto merge of #26147 - arielb1:assoc-trans, r=nikomatsakis | bors | -4/+8 |
| 2015-06-18 | Normalize associated types in closure signatures | Ariel Ben-Yehuda | -4/+8 |
| 2015-06-18 | Auto merge of #26192 - alexcrichton:features-clean, r=aturon | bors | -9/+10 |
| 2015-06-18 | Fix libstd tests | Alex Crichton | -1/+0 |
| 2015-06-18 | remove unused functions from trans and llvm | Oliver Schneider | -56/+0 |
| 2015-06-17 | rustc_driver: Frob the global PATH less | Alex Crichton | -1/+11 |
| 2015-06-17 | Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa... | bors | -3/+3 |
| 2015-06-17 | Auto merge of #26062 - eefriedman:cleanup-cached, r=nikomatsakis | bors | -0/+7 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -5/+1 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -4/+10 |
| 2015-06-17 | Auto merge of #26025 - alexcrichton:update-llvm, r=brson | bors | -55/+104 |
| 2015-06-16 | rustc: Update LLVM | Alex Crichton | -55/+104 |
| 2015-06-15 | Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs | Niko Matsakis | -3/+3 |
| 2015-06-15 | save-analysis: fix a couple of span bugs | Nick Cameron | -6/+8 |
| 2015-06-15 | Rebasing and bug fixing | Nick Cameron | -39/+45 |
| 2015-06-15 | save-analysis: use a macro for 'downcasting' | Nick Cameron | -139/+132 |
| 2015-06-15 | save-analysis: API-ify struct lits | Nick Cameron | -33/+65 |
| 2015-06-15 | save-analysis: merge StructRef and TypeRef | Nick Cameron | -8/+4 |
| 2015-06-15 | save-analysis: API-ify impls | Nick Cameron | -53/+131 |