summary refs log tree commit diff
path: root/src/rustc/metadata/tydecode.rs
AgeCommit message (Collapse)AuthorLines
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-1/+0
and test cases. Closes #3513
2012-10-05Revert "wip"Tim Chevalier-0/+1
This reverts commit ca49fd402af8e7bf613c43e996274b5a017958d2.
2012-10-05wipTim Chevalier-1/+0
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-8/+8
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-14/+38
Fixes #3261 Fixes #3443
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-07Refactor fn_ty, working towards #3320Niko Matsakis-4/+11
2012-09-06Refactor ty_var and ty_var_integral into one ty_infer variantNiko Matsakis-1/+1
2012-09-04Remove 'with'Brian Anderson-1/+1
2012-09-04rustc: "import" -> "use"Patrick Walton-6/+6
2012-08-26Camel case the option typeBrian Anderson-10/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-9/+9
2012-08-22Represent "item families" in the decoder as an enumTim Chevalier-18/+30
This eliminates some match checks. Also get rid of other match checks in metadata code.
2012-08-22intern identifiersPaul Stansifer-3/+3
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+5
2012-08-17rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ↵Patrick Walton-2/+3
compilation of hello world.
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-1/+2
There is also code for ~Trait and &Trait, but these are currently (incorrectly) synonyms for "as @Trait" and "as &Trait".
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-8/+6
2012-08-10Revert "rustc: Make function types have vstores in them"Patrick Walton-6/+8
This reverts commit 0101125a962abae18525d6014cd26ad10bbb96e6.
2012-08-10rustc: Make function types have vstores in themPatrick Walton-8/+6
2012-08-06rustc: Parse and stub (broken) typechecking for bounded function typesPatrick Walton-2/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-17/+17
2012-08-05Switch alts to use arrowsBrian Anderson-91/+91
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-1/+0
This is a step on the way to moving the function "proto" sigil out front.
2012-08-01Convert ret to returnBrian Anderson-53/+53
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-9/+9
2012-07-25fix oversight in ty_decode.Niko Matsakis-0/+5
I thought this case would not come up.
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-0/+1
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-87/+1
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-9/+9
#2907.
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-2/+2
2012-07-03rustc: Speed up def ID parsing in the metadataPatrick Walton-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
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-14/+14
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI.
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-12/+12
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-30/+30
2012-06-24Remove resourcesTim Chevalier-8/+0
Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-13Box AST identsBrian Anderson-3/+3
2012-06-12Introduce an unboxed_vec typeMichael Sullivan-0/+1
2012-06-08WIP on issue #1425: mostly infrastructure changes.Lindsey Kuper-1/+1
2012-05-30integrate purity into typeNiko Matsakis-5/+15
2012-05-24Teach parser and related things to understand const kind bounds.Eric Holk-0/+1
2012-05-17Refactoring, annotating FIXMEs in remainder of metadata codeTim Chevalier-24/+18
2012-05-14rustc: Break some of metadata's dependencies on sessionBrian Anderson-2/+0
2012-05-10Removed all 4 uses of `do ... while` in the codebase.Paul Stansifer-6/+9