| Age | Commit message (Expand) | Author | Lines |
| 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 #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 |
| 2015-11-03 | Auto merge of #29500 - vadimcn:rustlib, r=alexcrichton | bors | -10/+7 |
| 2015-11-02 | Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton | bors | -143/+217 |
| 2015-11-03 | Parens + issue number + typo | Vadim Petrochenkov | -4/+4 |
| 2015-11-02 | Auto merge of #29456 - alexcrichton:path-hash, r=aturon | bors | -3/+37 |
| 2015-11-02 | std: Base Hash for Path on its iterator | Alex Crichton | -3/+37 |
| 2015-11-02 | remove #![feature(rc_unique)] from Rc docs | Alex Burka | -3/+0 |
| 2015-11-02 | Auto merge of #29513 - apasel422:issue-23217, r=alexcrichton | bors | -0/+16 |
| 2015-11-02 | Merged windows and unix `find_libdir()` | Vadim Chugunov | -6/+0 |
| 2015-11-02 | Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichton | bors | -0/+4 |
| 2015-11-02 | Minor fix to Rust Book, Macros chapter | Kyle Mayes | -1/+1 |
| 2015-11-02 | Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakis | bors | -193/+203 |
| 2015-11-02 | Auto merge of #29505 - rjbs:docs-where-type, r=steveklabnik | bors | -1/+3 |
| 2015-11-01 | Attempt to clarify use of `where i32: ConvertTo<T> | Ricardo Signes | -1/+3 |
| 2015-11-01 | Auto merge of #29507 - fhartwig:result-expect, r=Manishearth | bors | -6/+5 |
| 2015-11-01 | Implement `IntoIterator` for `&{Path, PathBuf}` | Andrew Paseltiner | -0/+14 |
| 2015-11-01 | Add test for #23217 | Andrew Paseltiner | -0/+16 |
| 2015-11-01 | Use guard-pages also on DragonFly/FreeBSD. | Michael Neumann | -0/+4 |
| 2015-11-01 | Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichton | bors | -6/+6 |
| 2015-11-01 | Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexc... | bors | -0/+1 |
| 2015-11-01 | Stop using ok().expect() in Result docs | Florian Hartwig | -4/+3 |
| 2015-11-01 | Replace ok().expect() by Result::expect in trait chapter of trpl | Florian Hartwig | -2/+2 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -135/+309 |
| 2015-11-01 | Auto merge of #29486 - petrochenkov:multiwild, r=Manishearth | bors | -89/+48 |
| 2015-11-01 | Add comment for stability.rs | Vadim Petrochenkov | -0/+1 |
| 2015-11-01 | Add code formatting on PatVec docs | Manish Goregaokar | -4/+4 |
| 2015-11-01 | Fix PatEnum docs | Manish Goregaokar | -2/+2 |
| 2015-11-01 | Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddyb | bors | -404/+605 |
| 2015-10-31 | Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi... | Vadim Chugunov | -5/+8 |
| 2015-10-31 | Fix stage0 ICE caused by the old _Unwind_Resume override trickery. | Vadim Chugunov | -0/+2 |
| 2015-10-31 | Minor documentation correction | Cole Reynolds | -1/+1 |
| 2015-10-31 | Check unchecked_div|rem's specialisation | Nicholas Mazzuca | -404/+605 |
| 2015-10-31 | Auto merge of #29487 - sfackler:current-exe-docs, r=steveklabnik | bors | -3/+3 |
| 2015-10-31 | Rustfmt region_inference. | Ms2ger | -357/+326 |
| 2015-10-30 | Tweak env docs a bit | Steven Fackler | -3/+3 |
| 2015-10-31 | Auto merge of #29484 - steveklabnik:gh29330, r=brson | bors | -130/+145 |
| 2015-10-31 | Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichton | bors | -0/+4 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -89/+47 |
| 2015-10-31 | Auto merge of #29477 - alexcrichton:revert-compiler-rt, r=brson | bors | -0/+0 |