summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2014-01-25auto merge of #11775 : alexcrichton/rust/select-fix, r=pcwaltonbors-1/+4
2014-01-25Uppercase numeric constantsChris Wong-444/+444
2014-01-25Fixed iter's is_empty to use is_none() and added relevant test flagSalem Talha-1/+2
2014-01-25Fix some docs about rtDerek Chiang-3/+1
2014-01-24Fix zero-sized memory mappingCorey Richardson-5/+28
2014-01-24Add benchmarksCorey Richardson-0/+30
2014-01-24Update task-perf-one-millionCorey Richardson-2/+2
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-58/+144
2014-01-24Add support for arbitrary flags to MemoryMap.Corey Richardson-7/+15
2014-01-24auto merge of #11774 : sfackler/rust/move-macros, r=pcwaltonbors-271/+244
2014-01-24auto merge of #11772 : sanxiyn/rust/reexport, r=cmrbors-11/+6
2014-01-24Use an absolute path in test_process_output_fail_to_startAndrew Chin-1/+1
2014-01-24auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichtonbors-1/+2
2014-01-24auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichtonbors-100/+190
2014-01-24libnative: Avoid gai_strerror on windows.Luqman Aden-11/+28
2014-01-24libstd: Use iotest! for for get_host_addresses.Luqman Aden-41/+11
2014-01-24auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestingerbors-3/+12
2014-01-24Fix a spuriously tripped assert in select()Alex Crichton-1/+4
2014-01-24Allow opting-out of rpath usageAlex Crichton-3/+12
2014-01-24auto merge of #11760 : dmac/rust/addressable-search, r=alexcrichtonbors-3/+50
2014-01-24Delete ignore! macroSteven Fackler-3/+0
2014-01-24Move macro_rules! macros to libstdSteven Fackler-271/+247
2014-01-24auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestingerbors-6/+42