about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-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-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-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-103/+6161
2015-09-06enable slice patterns and enable building rustdocNiko Matsakis-108/+208
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-06plumbing to automatically run MIR for crates where it works;Niko Matsakis-0/+13
2015-09-06add MIR crate and link it into the driverNiko Matsakis-2/+8
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
2015-09-06Rustonomicon: Fix bug in implementation of Vec::drain()Jørn Lode-11/+16
2015-09-06Auto merge of #28259 - christopherdumas:fix_empty_link, r=Manishearthbors-1/+1
2015-09-05Auto merge of #28190 - arielb1:generic-key-entry, r=eddybbors-9/+31
2015-09-05Added link for hygenic macro system in macros.mdchristopherdumas-1/+1
2015-09-05Auto merge of #28249 - stepancheg:get-num-cpus, r=huonwbors-2/+2
2015-09-05Auto merge of #28258 - Manishearth:rollup, r=Manishearthbors-15/+47
2015-09-05Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnikManish Goregaokar-2/+2
2015-09-05Rollup merge of #28234 - AlisdairO:diagnostics247, r=ManishearthManish Goregaokar-1/+18
2015-09-05Rollup merge of #28231 - GuillaumeGomez:help_note, r=ManishearthManish Goregaokar-4/+19
2015-09-05Rollup merge of #28225 - jackwilsonv:patch-3, r=steveklabnikManish Goregaokar-8/+8
2015-09-05Add erroneous code example for E0010Guillaume Gomez-3/+15
2015-09-05Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichtonbors-10/+50
2015-09-04Fix typo in prelude docsMurarth-2/+2
2015-09-05Auto merge of #28240 - nhowell:master, r=steveklabnikbors-7/+7
2015-09-05Auto merge of #28221 - huonw:simd, r=alexcrichtonbors-115/+1421
2015-09-05get_num_cpus function should be staticStepan Koltsov-2/+2
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-10/+50
2015-09-04Auto merge of #28161 - nrc:fmt, r=brsonbors-177/+119