| Age | Commit message (Expand) | Author | Lines |
| 2015-09-09 | Rollup merge of #28281 - rutsky:patch-2, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-09-09 | Auto merge of #28297 - lifthrasiir:rustdoc-html-tweaks, r=alexcrichton | bors | -16/+28 |
| 2015-09-09 | Auto merge of #28277 - DiamondLovesYou:intrinsic-unnamed-addr, r=huonw | bors | -0/+24 |
| 2015-09-09 | Auto merge of #28198 - alexcrichton:from-raw-mut, r=aturon | bors | -8/+5 |
| 2015-09-08 | Auto merge of #28264 - mneumann:dragonfly_backend_fixes2, r=alexcrichton | bors | -2/+0 |
| 2015-09-08 | Auto merge of #28241 - dhuseby:adding_openbsd_snapshot, r=alexcrichton | bors | -0/+1 |
| 2015-09-08 | Auto merge of #28173 - alexcrichton:llvm-37, r=brson | bors | -1/+1 |
| 2015-09-09 | rustdoc: Tweak the main template and CSS for semantic mark-up. | Kang Seonghoon | -16/+28 |
| 2015-09-08 | Auto merge of #28287 - llogiq:clippy, r=Manishearth | bors | -272/+252 |
| 2015-09-08 | Reverted for-loop, it messes up type inference | llogiq | -1/+2 |
| 2015-09-08 | Let's see if lifetime elision works in this case | llogiq | -1/+1 |
| 2015-09-08 | Fixed required type coercion | llogiq | -1/+2 |
| 2015-09-08 | Auto merge of #28291 - nrc:shr_span_fix, r=sfackler | bors | -1/+21 |
| 2015-09-08 | Fix span bug with >> and type bindings | Nick Cameron | -1/+21 |
| 2015-09-08 | Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton | bors | -110/+145 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -110/+145 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -6/+4 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -273/+253 |
| 2015-09-07 | Auto merge of #28285 - steveklabnik:split_at_idiom, r=arielb1 | bors | -1/+3 |
| 2015-09-07 | Use unsafe more idiomatically | Steve Klabnik | -1/+3 |
| 2015-09-07 | Auto merge of #28278 - pfpacket:typo, r=steveklabnik | bors | -1/+1 |
| 2015-09-07 | fix punctuation in list (again) | Vladimir Rutsky | -2/+2 |
| 2015-09-07 | fix punctuation in list | Vladimir Rutsky | -2/+2 |
| 2015-09-07 | Auto merge of #28275 - hunan-rostomyan:patch-1, r=steveklabnik | bors | -2/+2 |
| 2015-09-07 | Auto merge of #28272 - Manishearth:improve_vec_docs, r=steveklabnik | bors | -0/+6 |
| 2015-09-07 | at_exit: fix a typo of the doc comment | Ryo Munakata | -1/+1 |
| 2015-09-07 | Auto merge of #28175 - christopherdumas:master, r=nrc | bors | -2/+1 |
| 2015-09-06 | Don't add unnamed address attributes to intrinsics. | Richard Diamond | -0/+24 |
| 2015-09-06 | Auto merge of #28270 - arielb1:raw-fat-ops, r=nrc | bors | -40/+234 |
| 2015-09-07 | Add note about clone in docs for vec![] | Manish Goregaokar | -0/+6 |
| 2015-09-06 | Fix a typo | Hunan Rostomyan | -2/+2 |
| 2015-09-06 | Auto merge of #27893 - nikomatsakis:mir, r=nrc | bors | -101/+6145 |
| 2015-09-06 | enable slice patterns and enable building rustdoc | Niko Matsakis | -107/+207 |
| 2015-09-06 | Auto merge of #28269 - petrochenkov:docorder, r=steveklabnik | bors | -17/+19 |
| 2015-09-06 | Auto merge of #28265 - boblehest:master, r=bluss | bors | -11/+16 |
| 2015-09-06 | Rustonomicon: Reword potentially confusing comment in Vec::drain. | Jørn Lode | -2/+2 |
| 2015-09-06 | functional structure update syntax -> structure update syntax | christopherdumas | -2/+1 |
| 2015-09-06 | implement raw fat pointer ops | Ariel Ben-Yehuda | -40/+234 |
| 2015-09-06 | Further tweaks to doc/index.md | Vadim Petrochenkov | -8/+10 |
| 2015-09-06 | Reorder sections in doc/index.md | Vadim Petrochenkov | -16/+16 |
| 2015-09-06 | convert TODOs to FIXMEs | Niko Matsakis | -2/+4 |
| 2015-09-06 | fix EUV delegate to take advantage of defaults. This also | Niko Matsakis | -1/+1 |
| 2015-09-06 | add MIR crate and link it into the driver | Niko Matsakis | -0/+5 |
| 2015-09-06 | add -Z always-build-mir option | Niko Matsakis | -0/+6 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -12/+5856 |
| 2015-09-06 | extract autoderef type adjustment code into a reusable | Niko Matsakis | -22/+39 |
| 2015-09-06 | move fnv hashing support into librustc_data_structures | Niko Matsakis | -37/+57 |
| 2015-09-06 | add a few accessors to Graph | Niko Matsakis | -0/+10 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -23/+23 |
| 2015-09-06 | generalize graphviz library to handle HTML tags and other such things | Niko Matsakis | -14/+54 |