summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-05Line longer that 80 chars.christopherdumas-2/+2
2015-09-05Small formatting/syntax tweaksJack Wilson-3/+3
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-05This time, I found the error'christopherdumas-1/+0
2015-09-05I think I found the bug! I was missing a comma.christopherdumas-2/+2
2015-09-05De-registered the duplicate E0118christopherdumas-1/+1
2015-09-05Removed comment. Apparently that shouldnt be there.christopherdumas-1/+1
2015-09-05E0118, not EO118!christopherdumas-1/+1
2015-09-05Added commet toochristopherdumas-1/+1
2015-09-05Added --explain for E0118.christopherdumas-0/+20
2015-09-05Auto merge of #28190 - arielb1:generic-key-entry, r=eddybbors-9/+31
2015-09-05mention dash-to-underscore behaviorAlex Burka-0/+4
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-05DragonFly: Remove -L paths from pre_link_args.Michael Neumann-2/+0
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-05document advance `extern crate`/`use` syntaxAlex Burka-0/+48
2015-09-04Fix for issue #28012: pow overflow inconsistencyPeter Reid-15/+11
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-04adding openbsd snapshotDave Huseby-0/+1
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-04trpl: Rename 'academic research' to 'bibliography'. Add some new links.Brian Anderson-7/+14
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
2015-09-04Support bitcasts in platform intrinsic generator.Huon Wilson-38/+120
2015-09-04Support void in platform intrinsic generator.Huon Wilson-5/+39
2015-09-04Support non-return value references in platform intrinsic generator.Huon Wilson-74/+79
2015-09-04Add support for pointers to generator.py.Huon Wilson-17/+125
2015-09-04Add span_help for E0002Guillaume Gomez-1/+4
2015-09-04Auto merge of #28201 - apasel422:issue-26205, r=nikomatsakisbors-50/+93
2015-09-04Auto merge of #28119 - nagisa:bytesderef, r=alexcrichtonbors-30/+3
2015-09-04Auto merge of #28069 - alexcrichton:rt-atexit, r=brsonbors-17/+34
2015-09-04Auto merge of #28034 - alexcrichton:new-lines, r=aturonbors-16/+27