| Age | Commit message (Expand) | Author | Lines |
| 2015-09-09 | Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur... | Richard Diamond | -6/+13 |
| 2015-09-07 | Auto merge of #28272 - Manishearth:improve_vec_docs, r=steveklabnik | bors | -0/+6 |
| 2015-09-07 | Auto merge of #28175 - christopherdumas:master, r=nrc | bors | -2/+1 |
| 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 | 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 |
| 2015-09-06 | Rustonomicon: Fix bug in implementation of Vec::drain() | Jørn Lode | -11/+16 |
| 2015-09-06 | Auto merge of #28259 - christopherdumas:fix_empty_link, r=Manishearth | bors | -1/+1 |
| 2015-09-05 | Auto merge of #28190 - arielb1:generic-key-entry, r=eddyb | bors | -9/+31 |
| 2015-09-05 | Added link for hygenic macro system in macros.md | christopherdumas | -1/+1 |
| 2015-09-05 | Auto merge of #28249 - stepancheg:get-num-cpus, r=huonw | bors | -2/+2 |
| 2015-09-05 | Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-09-05 | Rollup merge of #28234 - AlisdairO:diagnostics247, r=Manishearth | Manish Goregaokar | -1/+18 |
| 2015-09-05 | Rollup merge of #28231 - GuillaumeGomez:help_note, r=Manishearth | Manish Goregaokar | -4/+19 |
| 2015-09-05 | Rollup merge of #28225 - jackwilsonv:patch-3, r=steveklabnik | Manish Goregaokar | -8/+8 |
| 2015-09-05 | Add erroneous code example for E0010 | Guillaume Gomez | -3/+15 |
| 2015-09-05 | Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichton | bors | -10/+50 |
| 2015-09-04 | Fix typo in prelude docs | Murarth | -2/+2 |
| 2015-09-05 | Auto merge of #28240 - nhowell:master, r=steveklabnik | bors | -7/+7 |
| 2015-09-05 | Auto merge of #28221 - huonw:simd, r=alexcrichton | bors | -115/+1421 |
| 2015-09-05 | get_num_cpus function should be static | Stepan Koltsov | -2/+2 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -10/+50 |
| 2015-09-04 | Auto merge of #28161 - nrc:fmt, r=brson | bors | -177/+119 |
| 2015-09-05 | fixup | Nick Cameron | -1/+2 |
| 2015-09-05 | rustfmt librustc_trans/save | Nick Cameron | -177/+118 |
| 2015-09-04 | rustbook: Fix relative links on the Introduction page | Nick Howell | -7/+7 |
| 2015-09-04 | Auto merge of #28197 - petrochenkov:borrow, r=alexcrichton | bors | -0/+15 |
| 2015-09-04 | Add long diagnostics for E0247 | Alisdair Owens | -1/+18 |
| 2015-09-04 | Auto merge of #28227 - birkenfeld:use_filter_map, r=alexcrichton | bors | -3/+2 |
| 2015-09-04 | Add some fancier AArch64 load/store instructions. | Huon Wilson | -1/+643 |
| 2015-09-04 | Support return aggregates in platform intrinsics. | Huon Wilson | -18/+88 |
| 2015-09-04 | Add various pointer & void-using x86 intrinsics. | Huon Wilson | -13/+378 |