about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-03Add helper methods that require tcx; these compute types ofNiko Matsakis-1/+126
2015-11-03Change Call operands to be, well, OperandsNiko Matsakis-28/+25
2015-11-03Add adt_def into Switch, since it's convenient to have in transNiko Matsakis-2/+4
2015-11-03Move the "HAIR" code that reads the tcx tables etc out of the `tcx`Niko Matsakis-79/+94
2015-11-03Pass the mir map to transNiko Matsakis-17/+37
2015-11-03Convert from using named fields to always using indicesNiko Matsakis-10/+27
2015-11-03Change ShallowDrop to Free, so that it matches what trans will doNiko Matsakis-4/+4
2015-11-03Build the MIR using the liberated fn sigs, and track the return typeNiko Matsakis-29/+49
2015-11-03Introduce a "liberated fn sigs" map so that we have easy access to thisNiko Matsakis-24/+53
2015-11-03Auto merge of #29523 - durka:patch-9, r=alexcrichtonbors-3/+0
2015-11-03Auto merge of #29514 - apasel422:issue-26220, r=alexcrichtonbors-0/+14
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-190/+174
2015-11-03Auto merge of #29500 - vadimcn:rustlib, r=alexcrichtonbors-10/+7
2015-11-02Auto merge of #29291 - petrochenkov:privacy, r=alexcrichtonbors-143/+217
2015-11-03Parens + issue number + typoVadim Petrochenkov-4/+4
2015-11-02Auto merge of #29456 - alexcrichton:path-hash, r=aturonbors-3/+37
2015-11-02std: Base Hash for Path on its iteratorAlex Crichton-3/+37
2015-11-02remove #![feature(rc_unique)] from Rc docsAlex Burka-3/+0
2015-11-02Auto merge of #29513 - apasel422:issue-23217, r=alexcrichtonbors-0/+16
2015-11-02Merged windows and unix `find_libdir()`Vadim Chugunov-6/+0
2015-11-02Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichtonbors-0/+4
2015-11-02Minor fix to Rust Book, Macros chapterKyle Mayes-1/+1
2015-11-02Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakisbors-193/+203
2015-11-02Auto merge of #29505 - rjbs:docs-where-type, r=steveklabnikbors-1/+3
2015-11-01Attempt to clarify use of `where i32: ConvertTo<T>Ricardo Signes-1/+3
2015-11-01Auto merge of #29507 - fhartwig:result-expect, r=Manishearthbors-6/+5
2015-11-01Implement `IntoIterator` for `&{Path, PathBuf}`Andrew Paseltiner-0/+14
2015-11-01Add test for #23217Andrew Paseltiner-0/+16
2015-11-01Use guard-pages also on DragonFly/FreeBSD.Michael Neumann-0/+4
2015-11-01Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichtonbors-6/+6
2015-11-01Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexc...bors-0/+1
2015-11-01Stop using ok().expect() in Result docsFlorian Hartwig-4/+3
2015-11-01Replace ok().expect() by Result::expect in trait chapter of trplFlorian Hartwig-2/+2
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-135/+309
2015-11-01Auto merge of #29486 - petrochenkov:multiwild, r=Manishearthbors-89/+48
2015-11-01Add comment for stability.rsVadim Petrochenkov-0/+1
2015-11-01Add code formatting on PatVec docsManish Goregaokar-4/+4
2015-11-01Fix PatEnum docsManish Goregaokar-2/+2
2015-11-01Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddybbors-404/+605
2015-10-31Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi...Vadim Chugunov-5/+8
2015-10-31Fix stage0 ICE caused by the old _Unwind_Resume override trickery.Vadim Chugunov-0/+2
2015-10-31Minor documentation correctionCole Reynolds-1/+1
2015-10-31Check unchecked_div|rem's specialisationNicholas Mazzuca-404/+605
2015-10-31Auto merge of #29487 - sfackler:current-exe-docs, r=steveklabnikbors-3/+3
2015-10-31Rustfmt region_inference.Ms2ger-357/+326
2015-10-30Tweak env docs a bitSteven Fackler-3/+3
2015-10-31Auto merge of #29484 - steveklabnik:gh29330, r=brsonbors-130/+145
2015-10-31Auto merge of #29480 - apasel422:coerce-unique, r=alexcrichtonbors-0/+4
2015-10-31Remove PatWildMultiVadim Petrochenkov-89/+47
2015-10-31Auto merge of #29477 - alexcrichton:revert-compiler-rt, r=brsonbors-0/+0