| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | 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 | -103/+6161 |
| 2015-09-06 | enable slice patterns and enable building rustdoc | Niko Matsakis | -108/+208 |
| 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 | plumbing to automatically run MIR for crates where it works; | Niko Matsakis | -0/+13 |
| 2015-09-06 | add MIR crate and link it into the driver | Niko Matsakis | -2/+8 |
| 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 | Auto merge of #28258 - Manishearth:rollup, r=Manishearth | bors | -15/+47 |
| 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 |