about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-28auto merge of #11864 : comex/rust/11352, r=alexcrichtonbors-1/+28
2014-01-28auto merge of #11858 : huonw/rust/11841-followup, r=brsonbors-0/+4
2014-01-28auto merge of #11851 : pnkfelix/rust/fsk-fix-issue-10031, r=alexcrichtonbors-0/+30
2014-01-27auto merge of #11738 : dmanescu/rust/11721, r=alexcrichtonbors-1/+61
2014-01-28Add appropriate LLVM module flags for debug info.comex-1/+28
2014-01-27auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichtonbors-23/+56
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+55
2014-01-28std: comment about OOM & allocs in begin_unwind_fmt.Huon Wilson-0/+4
2014-01-27can borrow mut in proc Fixes #10617Nick Desaulniers-35/+18
2014-01-28syntax: make deriving have slightly less cryptic error messages.Huon Wilson-23/+56
2014-01-27auto merge of #11846 : michaelwoerister/rust/cu_name, r=pcwaltonbors-57/+115
2014-01-27auto merge of #11723 : eddyb/rust/more-trans-cleanup, r=pcwaltonbors-146/+62
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-146/+62
2014-01-27test case for issue #10031.Felix S. Klock II-0/+28
2014-01-27Fix bug: metadata for struct constructor function needs to encode infoFelix S. Klock II-0/+2
2014-01-27auto merge of #11841 : huonw/rust/noinline-fail, r=alexcrichtonbors-6/+43
2014-01-27auto merge of #11595 : eddyb/rust/env-et-self-no-more, r=nikomatsakisbors-2138/+1436
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-55/+113
2014-01-28Feature gate #[simd]David Manescu-1/+61
2014-01-27Feature gate trace_macros.xales-0/+21
2014-01-27Add .rs- instead of .rc-extension to LLVM module nameMichael Woerister-2/+2
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-3/+25
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-2138/+1436
2014-01-27auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichtonbors-165/+1051
2014-01-27std: reduce the generic code instantiated by fail!().Huon Wilson-3/+18
2014-01-27As Either no longer exists, remove Either, Left, and Right from syntax filesScott Lawrence-9/+0
2014-01-27Add autogenerated tests for the spans of various derived traits.Huon Wilson-28/+912
2014-01-27syntax: improve the spans of some #[deriving] traits.Huon Wilson-137/+138
2014-01-26auto merge of #11823 : derekchiang/rust/fix-barrier-doc, r=alexcrichtonbors-0/+1
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-6/+12
2014-01-26Move extra::flate to libflateAlex Crichton-6/+12
2014-01-26auto merge of #11817 : salemtalha/rust/master, r=brsonbors-119/+118
2014-01-26Changed tidy script to remove restriction on FIXME and to warn against XXX in...Salem Talha-3/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-116/+116
2014-01-26Fix barrier docsDerek Chiang-0/+1
2014-01-26Fix privacy fallout from previous changeAlex Crichton-49/+49
2014-01-26Change private structs to have private fields by defaultAlex Crichton-32/+136
2014-01-26syntax: Fix a missing closing code tag in docs.Huon Wilson-0/+1
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-107/+284
2014-01-26Bring in the line-length policeAlex Crichton-84/+114
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-14/+16
2014-01-25auto merge of #11805 : brson/rust/smallerarenas, r=brsonbors-2/+2
2014-01-26std,extra: Make some types public and other private.Huon Wilson-14/+16
2014-01-25auto merge of #11803 : sfackler/rust/simple-mac, r=brsonbors-141/+72
2014-01-25Stop allocating so much in arena testsBrian Anderson-2/+2
2014-01-25Simplify and rename macro APISteven Fackler-141/+72
2014-01-25auto merge of #11725 : derekchiang/rust/add-barrier, r=alexcrichtonbors-0/+95
2014-01-25Implement barrier.Derek Chiang-0/+95
2014-01-25auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichtonbors-444/+444
2014-01-25auto merge of #11788 : salemtalha/rust/master, r=huonwbors-1/+2