about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-09Rollup merge of #28281 - rutsky:patch-2, r=steveklabnikManish Goregaokar-4/+4
2015-09-09Auto merge of #28297 - lifthrasiir:rustdoc-html-tweaks, r=alexcrichtonbors-16/+28
2015-09-09Auto merge of #28277 - DiamondLovesYou:intrinsic-unnamed-addr, r=huonwbors-0/+24
2015-09-09Auto merge of #28198 - alexcrichton:from-raw-mut, r=aturonbors-8/+5
2015-09-08Auto merge of #28264 - mneumann:dragonfly_backend_fixes2, r=alexcrichtonbors-2/+0
2015-09-08Auto merge of #28241 - dhuseby:adding_openbsd_snapshot, r=alexcrichtonbors-0/+1
2015-09-08Auto merge of #28173 - alexcrichton:llvm-37, r=brsonbors-1/+1
2015-09-09rustdoc: Tweak the main template and CSS for semantic mark-up.Kang Seonghoon-16/+28
2015-09-08Auto merge of #28287 - llogiq:clippy, r=Manishearthbors-272/+252
2015-09-08Reverted for-loop, it messes up type inferencellogiq-1/+2
2015-09-08Let's see if lifetime elision works in this casellogiq-1/+1
2015-09-08Fixed required type coercionllogiq-1/+2
2015-09-08Auto merge of #28291 - nrc:shr_span_fix, r=sfacklerbors-1/+21
2015-09-08Fix span bug with >> and type bindingsNick Cameron-1/+21
2015-09-08Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichtonbors-110/+145
2015-09-08Allow tracking issues for lang features.Huon Wilson-110/+145
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-6/+4
2015-09-08some more clippy-based improvementsAndre Bogus-273/+253
2015-09-07Auto merge of #28285 - steveklabnik:split_at_idiom, r=arielb1bors-1/+3
2015-09-07Use unsafe more idiomaticallySteve Klabnik-1/+3
2015-09-07Auto merge of #28278 - pfpacket:typo, r=steveklabnikbors-1/+1
2015-09-07fix punctuation in list (again)Vladimir Rutsky-2/+2
2015-09-07fix punctuation in listVladimir Rutsky-2/+2
2015-09-07Auto merge of #28275 - hunan-rostomyan:patch-1, r=steveklabnikbors-2/+2
2015-09-07Auto merge of #28272 - Manishearth:improve_vec_docs, r=steveklabnikbors-0/+6
2015-09-07at_exit: fix a typo of the doc commentRyo Munakata-1/+1
2015-09-07Auto merge of #28175 - christopherdumas:master, r=nrcbors-2/+1
2015-09-06Don't add unnamed address attributes to intrinsics.Richard Diamond-0/+24
2015-09-06Auto merge of #28270 - arielb1:raw-fat-ops, r=nrcbors-40/+234
2015-09-07Add note about clone in docs for vec![]Manish Goregaokar-0/+6
2015-09-06Fix a typoHunan Rostomyan-2/+2
2015-09-06Auto merge of #27893 - nikomatsakis:mir, r=nrcbors-101/+6145
2015-09-06enable slice patterns and enable building rustdocNiko Matsakis-107/+207
2015-09-06Auto merge of #28269 - petrochenkov:docorder, r=steveklabnikbors-17/+19
2015-09-06Auto merge of #28265 - boblehest:master, r=blussbors-11/+16
2015-09-06Rustonomicon: Reword potentially confusing comment in Vec::drain.Jørn Lode-2/+2
2015-09-06functional structure update syntax -> structure update syntaxchristopherdumas-2/+1
2015-09-06implement raw fat pointer opsAriel Ben-Yehuda-40/+234
2015-09-06Further tweaks to doc/index.mdVadim Petrochenkov-8/+10
2015-09-06Reorder sections in doc/index.mdVadim Petrochenkov-16/+16
2015-09-06convert TODOs to FIXMEsNiko Matsakis-2/+4
2015-09-06fix EUV delegate to take advantage of defaults. This alsoNiko Matsakis-1/+1
2015-09-06add MIR crate and link it into the driverNiko Matsakis-0/+5
2015-09-06add -Z always-build-mir optionNiko Matsakis-0/+6
2015-09-06add MIR code (unused thus far)Niko Matsakis-12/+5856
2015-09-06extract autoderef type adjustment code into a reusableNiko Matsakis-22/+39
2015-09-06move fnv hashing support into librustc_data_structuresNiko Matsakis-37/+57
2015-09-06add a few accessors to GraphNiko Matsakis-0/+10
2015-09-06track, for each upvar, its index in list of upvarsNiko Matsakis-23/+23
2015-09-06generalize graphviz library to handle HTML tags and other such thingsNiko Matsakis-14/+54