about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-28Fix leaking immediate children and types via glob importsAlex Crichton-6/+18
2013-02-28Fix leaking non-public 'use' statements with glob importsAlex Crichton-1/+43
2013-02-28rt: Comment out an assert in rust_kernel. #4711Brian Anderson-2/+5
2013-02-28auto merge of #5166 : danniel/rust/incoming, r=brsonbors-0/+282
2013-02-28Change bare functions so that they are represented by a single pointer.Niko Matsakis-128/+311
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-25/+111
2013-02-28librustc: Make methods private if the impl is privatePatrick Walton-13/+63
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-175/+175
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-101/+167
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-808/+1302
2013-02-28Fix license attribute on cratessevrak-13/+17
2013-02-28Add syntax highlighting support for GtkSourceView / GEditDaniel Ursache Dogariu-0/+282
2013-02-28auto merge of #5159 : brson/rust/rtcall, r=brsonbors-43/+37
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-29/+117
2013-02-27auto merge of #5152 : catamorphism/rust/issue-3601, r=catamorphismbors-8/+8
2013-02-27auto merge of #5098 : pkgw/rust/pr/issue4869, r=brsonbors-21/+5
2013-02-27Convert NOTEs to FIXMEsBrian Anderson-3/+3
2013-02-27Remove the last remnants of rtcallsBrian Anderson-43/+37
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-719/+1067
2013-02-27auto merge of #5149 : brson/rust/rt, r=brsonbors-8/+12
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-719/+1067
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-29/+117
2013-02-27auto merge of #5140 : yjh0502/rust/issue_4458, r=catamorphismbors-1/+21
2013-02-27testsuite: Update and un-xfail #3601 testTim Chevalier-8/+8
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-14/+19
2013-02-27auto merge of #5145 : Kimundi/rust/incoming, r=catamorphismbors-0/+67
2013-02-27rt: Make some runtime calls work outside of task contextBrian Anderson-8/+12
2013-02-27auto merge of #5070 : youknowone/rust/struct-match2, r=nikomatsakisbors-14/+19
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1958/+2190
2013-02-28Fix reversed current/expected typeJeong YunWon-14/+19
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-288/+304
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-61/+31
2013-02-27libsyntax: Forbid `~mut` and `~const`. rs=demutingPatrick Walton-45/+32
2013-02-27Added ToStr implementations for &[T] and @[T]Marvin Löbel-0/+67
2013-02-27auto merge of #5118 : youknowone/rust/match-guard, r=nikomatsakisbors-1/+19
2013-02-27Fix: now sha1 result_str() return correct valueJihyun Yu-1/+21
2013-02-27auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakisbors-113/+93
2013-02-27treemap: improve the lazy iteratorDaniel Micay-113/+93
2013-02-26auto merge of #5135 : brson/rust/start, r=pcwaltonbors-18/+58
2013-02-27mk: rewrite make filesYoung-il Choi-0/+12
2013-02-26libsyntax: add some more explicit copiesErick Tryzelaar-91/+160
2013-02-26libsyntax: add some explicit refsErick Tryzelaar-11/+10
2013-02-26libsyntax: remove vecs_implicitly_copyable from the syntax extensionsErick Tryzelaar-124/+151
2013-02-26libsyntax: remove vecs_implicitly_copyable from the printerErick Tryzelaar-25/+26
2013-02-26libsyntax: add explicit copiesErick Tryzelaar-61/+101
2013-02-26libsyntax: change closures to take fn(&Parser)Erick Tryzelaar-33/+33
2013-02-26auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwaltonbors-197/+647
2013-02-26Add a 'start' lang item and use it instead of rust_startBrian Anderson-18/+58
2013-02-26auto merge of #5096 : luqmana/rust/spell, r=catamorphismbors-11/+92
2013-02-26auto merge of #5115 : sanxiyn/rust/arm-abi, r=brsonbors-1/+168