about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-09Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur...Richard Diamond-6/+13
2015-09-07Auto merge of #28272 - Manishearth:improve_vec_docs, r=steveklabnikbors-0/+6
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-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
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-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
2015-09-05fixupNick Cameron-1/+2
2015-09-05rustfmt librustc_trans/saveNick Cameron-177/+118
2015-09-04rustbook: Fix relative links on the Introduction pageNick Howell-7/+7
2015-09-04Auto merge of #28197 - petrochenkov:borrow, r=alexcrichtonbors-0/+15
2015-09-04Add long diagnostics for E0247Alisdair Owens-1/+18
2015-09-04Auto merge of #28227 - birkenfeld:use_filter_map, r=alexcrichtonbors-3/+2
2015-09-04Add some fancier AArch64 load/store instructions.Huon Wilson-1/+643
2015-09-04Support return aggregates in platform intrinsics.Huon Wilson-18/+88
2015-09-04Add various pointer & void-using x86 intrinsics.Huon Wilson-13/+378