summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2013-02-26Adjust error messages for compile-fail tests.Luqman Aden-10/+11
2013-02-26Move levenshtein distance fn to core::str.Luqman Aden-35/+35
2013-02-26librustc: offer suggestions for unresolved names.Luqman Aden-2/+82
2013-02-26typo-fixing and name-changesJohn Clements-15/+13
2013-02-26auto merge of #5104 : alexcrichton/rust/fix-unused-import-pub, r=catamorphismbors-24/+27
2013-02-26Fix using the #[]-style attribute for unused importsAlex Crichton-22/+19
2013-02-26Don't warn about 'pub use' statementsAlex Crichton-2/+8
2013-02-26auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphismbors-11/+145
2013-02-26auto merge of #5126 : nikomatsakis/rust/issue-4808-representation-of-extern-f...bors-81/+17
2013-02-26Reimplement type_needs_drop on top of TypeContentsNiko Matsakis-81/+17
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-29/+19
2013-02-26Macros now leave scopeJohn Clements-111/+586
2013-02-26Adds (more) test cases for auto_encode.John Clements-16/+20
2013-02-26Remove space from the middle of pathJohn Clements-1/+1
2013-02-26Hoist macro defs out of inner functionJohn Clements-29/+33
2013-02-26Change imported macros to use leaky modules rather than leaky functions.John Clements-40/+9
2013-02-26bench: Fix botched option dances. rs=demutingPatrick Walton-13/+16
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-29/+19
2013-02-26Add non-exhaustive check for match guardsJeong YunWon-1/+19
2013-02-26librustc: Make `&const [T]` mean the same thing as `&[const T]`Patrick Walton-1/+2
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-256/+25
2013-02-26librustc: De-[mut] librustc (remove all mutable arrays). rs=demutingPatrick Walton-25/+22
2013-02-26libsyntax: Stop parsing `~mut`Patrick Walton-1/+13
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-122/+68
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-57/+60
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-36/+64
2013-02-26libsyntax: Remove a mutable field from the tests. rs=demutingPatrick Walton-4/+4
2013-02-26ARM C ABI implementationSeo Sanghyeon-1/+168
2013-02-26libsyntax: change binop_to_str to be pureErick Tryzelaar-1/+1
2013-02-26libsyntax: change token_is_word to take &TokenErick Tryzelaar-1/+1
2013-02-26libsyntax: change Parser::unexpected_last to take &TokenErick Tryzelaar-4/+4
2013-02-26libsyntax: more minor cleanupErick Tryzelaar-32/+32