about summary refs log tree commit diff
path: root/src/rustc/middle/trans/reflect.rs
AgeCommit message (Expand)AuthorLines
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-309/+0
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-13/+11
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-1/+1
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-1/+0
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-1/+0
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-1/+3
2012-10-05Revert "wip"Tim Chevalier-0/+1
2012-10-05wipTim Chevalier-1/+0
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-2/+2
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-1/+1
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-1/+1
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-07Refactor fn_ty, working towards #3320Niko Matsakis-9/+9
2012-09-06Refactor ty_var and ty_var_integral into one ty_infer variantNiko Matsakis-2/+1
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-14/+13
2012-09-04rustc: "import" -> "use"Patrick Walton-11/+11
2012-08-26Camel case the option typeBrian Anderson-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-08-22intern identifiersPaul Stansifer-8/+12
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-1/+1
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-4/+6
2012-08-13Change "iid" identifiers (apparently "interface id") to "trait_id"Lindsey Kuper-2/+2
2012-08-10Revert "rustc: Make function types have vstores in them"Patrick Walton-6/+4
2012-08-10rustc: Make function types have vstores in themPatrick Walton-4/+6
2012-08-10remove modes from ty.rsNiko Matsakis-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-8/+8
2012-08-05Switch alts to use arrowsBrian Anderson-63/+61
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-1/+0
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-1/+1
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-1/+0
2012-07-14Tear out ty_str and ty_vec.Michael Sullivan-2/+0
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-64/+64
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-2/+2
2012-07-10Mop up merge collision.Graydon Hoare-4/+3
2012-07-10Modify reflect interface to pass tydescs back to client, stop on false return.Graydon Hoare-67/+88
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-4/+4
2012-07-01Convert to new closure syntaxBrian Anderson-10/+10
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-40/+40
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-10/+12
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-34/+34
2012-06-24Remove resourcesTim Chevalier-1/+0