summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-23fix atomic intrinsic test casesBen Blum-58/+54
2012-08-23Remove old-moded atomic intrinsics (#3200)Ben Blum-29/+11
2012-08-23Convert pipes to new atomic intrinsicsBen Blum-20/+14
2012-08-23Fix logging code to not sign extend chars being printed in hex.Michael Sullivan-1/+2
2012-08-23update liveness to camel-cased conventions, silence warningsNiko Matsakis-258/+278
2012-08-23Give a special error message when [de]serializing fails because the interner ...Paul Stansifer-4/+10
2012-08-23`m1!{...}` is now forbidden. Use `m1!(...)` instead.Paul Stansifer-18/+7
2012-08-23Pretty-print macros with `()` instead of `{}`.Paul Stansifer-6/+8
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-42/+42
2012-08-23Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.Paul Stansifer-23/+23
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-36/+36
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2706/+5330
2012-08-23Make a bunch more of the iteration functions/methods marked pure. Closes #3253.Michael Sullivan-112/+138
2012-08-23Some error message cleanup in check.rs.Michael Sullivan-10/+7
2012-08-23Merge pull request #3258 from erickt/serializationBen Blum-38/+33
2012-08-23Infer variance of types with respect to the region parameter.Niko Matsakis-235/+723
2012-08-22convert send_map to use explicit selfNiko Matsakis-72/+69
2012-08-22Represent "item families" in the decoder as an enumTim Chevalier-92/+157
2012-08-22correct linux snapshots (sorry)Niko Matsakis-2/+2
2012-08-22register new snapshotNiko Matsakis-0/+8
2012-08-22Use swap_remove in pipes::select(). Close #3219.Ben Blum-23/+9
2012-08-22Add vec::swap_remove (#3219)Ben Blum-1/+54
2012-08-22libstd: fix serialization no-implicit-copies warningsErick Tryzelaar-29/+29
2012-08-22libstd: switch ebml's wr_tagged_str to use str::byte_sliceErick Tryzelaar-7/+1
2012-08-22rustc: add all the pretty printer modes to error messageErick Tryzelaar-2/+3
2012-08-22rustc: Remove typestate sourceBrian Anderson-3151/+0
2012-08-22export unwrap_arc functions in core/stdBen Blum-2/+3
2012-08-22remove a debug print statement moving out of enumsBen Blum-1/+0
2012-08-22Dead code eliminationTim Chevalier-9/+1
2012-08-22WIP: Add an xfailed test for bind-by-move (#2329)Ben Blum-0/+13
2012-08-22Compile moving out of enums (#2329)Ben Blum-6/+9
2012-08-22Add compile-fail tests for unsound moving out of enums (#2329)Ben Blum-0/+67
2012-08-22Parse and typecheck moving out of enums (#2329)Ben Blum-8/+63
2012-08-22Merge find_linkage_attrs with find_linkage_metasTim Chevalier-24/+11
2012-08-22Change the log level to be an enum rather than an intTim Chevalier-6/+10
2012-08-22Remove match check in send_mapTim Chevalier-1/+4
2012-08-22Comments only: update issue number for FIXMETim Chevalier-1/+2
2012-08-22Merge pull request #3251 from fsouza/to_digit_fixBrian Anderson-1/+1
2012-08-22Merge pull request #3244 from dbp/osbugBrian Anderson-3/+0
2012-08-22Merge pull request #3240 from Dretch/bitvfixesBrian Anderson-46/+125
2012-08-22intern identifiersPaul Stansifer-1464/+1662
2012-08-22pre-intern some fixed names so they can be used as constantsPaul Stansifer-2/+20
2012-08-22Centralize ident interner generation.Paul Stansifer-37/+35
2012-08-22Track the type of self properly. Closes #3247.Michael Sullivan-96/+107
2012-08-22Eliminate many match checks in rustcTim Chevalier-88/+61
2012-08-22Remove one last default argument mode from core::osBen Blum-1/+1
2012-08-22Merge pull request #3231 from killerswan/modes1Ben Blum-35/+38
2012-08-22Merge pull request #3229 from Vincent-Belliard/masterBen Blum-0/+252
2012-08-22#[ignore(cfg(windows))] for a test I added to arena that involves failure.Michael Sullivan-2/+1
2012-08-22libcore: fix doc for char::to_digitFrancisco Souza-1/+1