| Age | Commit message (Expand) | Author | Lines |
| 2015-11-04 | Auto merge of #29543 - Amanieu:asm_mem_constraint, r=alexcrichton | bors | -2/+41 |
| 2015-11-04 | Auto merge of #29536 - sanxiyn:unused-assign-arg, r=alexcrichton | bors | -4/+26 |
| 2015-11-04 | Auto merge of #29564 - gereeter:no-freevar-refcell, r=sanxiyn | bors | -13/+12 |
| 2015-11-04 | Auto merge of #29528 - amitsaha:rust-inside-other-languages-minor, r=nikomats... | bors | -1/+2 |
| 2015-11-04 | Auto merge of #29200 - tshepang:rustfmt-path, r=aturon | bors | -96/+165 |
| 2015-11-04 | Auto merge of #29550 - nrc:save-root, r=alexcrichton | bors | -4/+13 |
| 2015-11-04 | Auto merge of #29478 - angelsl:msvc2, r=alexcrichton | bors | -0/+38 |
| 2015-11-03 | Remove the RefCell around freevars and freevars_seen in librustc_resolve | Jonathan S | -13/+12 |
| 2015-11-04 | Build compiler-rt/builtins with MSVC | angelsl | -0/+38 |
| 2015-11-04 | Auto merge of #29217 - nikomatsakis:mir-trans, r=dotdash | bors | -387/+2022 |
| 2015-11-03 | remove unused import | Niko Matsakis | -1/+0 |
| 2015-11-04 | Auto merge of #29547 - arielb1:speculative-upvar, r=eddyb | bors | -151/+194 |
| 2015-11-03 | address nits from dotdash | Niko Matsakis | -4/+13 |
| 2015-11-03 | correct typos | Niko Matsakis | -2/+2 |
| 2015-11-03 | Add (and use) an analysis to determine which temps can forgo an alloca. | Niko Matsakis | -25/+160 |
| 2015-11-04 | save-analysis: emit the crate root | Nick Cameron | -4/+13 |
| 2015-11-03 | Auto merge of #29545 - mystor:vec-deque-test-panic, r=bluss | bors | -7/+9 |
| 2015-11-03 | Auto merge of #29532 - Ryman:cow_path, r=alexcrichton | bors | -18/+87 |
| 2015-11-03 | resolve: don't speculatively create freevars when resolving | Ariel Ben-Yehuda | -151/+194 |
| 2015-11-03 | Add test for inline asm indirect memory operands | Amanieu d'Antras | -0/+39 |
| 2015-11-03 | Correct incorrect assertion in VecDeque::wrap_copy | Michael Layzell | -7/+9 |
| 2015-11-04 | Update compiler-rt | angelsl | -0/+0 |
| 2015-11-03 | libcollections: DRY up a PartialEq impl for String | Kevin Butler | -18/+3 |
| 2015-11-03 | libstd: implement PartialEq<Path> for PathBuf and Cow<Path> | Kevin Butler | -0/+48 |
| 2015-11-03 | Auto merge of #29529 - Ryman:rustdoc-cap-lints, r=alexcrichton | bors | -0/+21 |
| 2015-11-03 | Allow indirect operands to be used as inputs for inline asm | Amanieu d'Antras | -2/+2 |
| 2015-11-03 | Auto merge of #29515 - Manishearth:ice-itembody, r=eddyb | bors | -1/+39 |
| 2015-11-03 | Fix ICE with unresolved associated items in closures (fixes #28971) | Manish Goregaokar | -1/+39 |
| 2015-11-03 | Auto merge of #29495 - meqif:fix_unindent_tabs, r=steveklabnik | bors | -6/+24 |
| 2015-11-03 | Fix #29533 | Toby Scrace | -1/+1 |
| 2015-11-03 | Add a MIR visitor | Niko Matsakis | -0/+240 |
| 2015-11-03 | libstd: implement From<&Path|PathBuf> for Cow<Path> | Kevin Butler | -0/+36 |
| 2015-11-03 | Warn unused_assignments for arguments | Seo Sanghyeon | -4/+26 |
| 2015-11-03 | Plumbing to omit allocas for temps when possible (currently unused) | Niko Matsakis | -44/+166 |
| 2015-11-03 | New trans codepath that builds fn body from MIR instead. | Niko Matsakis | -0/+887 |
| 2015-11-03 | Move shifting code out of expr and into somewhere more accessible | Niko Matsakis | -63/+88 |
| 2015-11-03 | Change adt case handling fn to be less tied to match | Niko Matsakis | -14/+7 |
| 2015-11-03 | Add helper methods that require tcx; these compute types of | Niko Matsakis | -1/+126 |
| 2015-11-03 | Change Call operands to be, well, Operands | Niko Matsakis | -28/+25 |
| 2015-11-03 | Add adt_def into Switch, since it's convenient to have in trans | Niko Matsakis | -2/+4 |
| 2015-11-03 | Move the "HAIR" code that reads the tcx tables etc out of the `tcx` | Niko Matsakis | -79/+94 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -17/+37 |
| 2015-11-03 | Convert from using named fields to always using indices | Niko Matsakis | -10/+27 |
| 2015-11-03 | Change ShallowDrop to Free, so that it matches what trans will do | Niko Matsakis | -4/+4 |
| 2015-11-03 | Build the MIR using the liberated fn sigs, and track the return type | Niko Matsakis | -29/+49 |
| 2015-11-03 | Introduce a "liberated fn sigs" map so that we have easy access to this | Niko Matsakis | -24/+53 |
| 2015-11-03 | Auto merge of #29459 - tshepang:simplify, r=steveklabnik | bors | -3/+3 |
| 2015-11-03 | Auto merge of #29523 - durka:patch-9, r=alexcrichton | bors | -3/+0 |
| 2015-11-03 | Auto merge of #29514 - apasel422:issue-26220, r=alexcrichton | bors | -0/+14 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -190/+174 |