summary refs log tree commit diff
path: root/src/rustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-2/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-26turn ast::ident into a structErick Tryzelaar-3/+3
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-7/+7
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-7/+7
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+2
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-15libcore: rename *flate_buf to *flate_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-12Rename str::unsafe to str::rawBrian Anderson-1/+1
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-2/+2
2012-09-05Mark crate metadata with a version tag. Close #3390.Graydon Hoare-3/+22
2012-09-04rustc: "import" -> "use"Patrick Walton-8/+8
2012-09-01Demode reinterpret_castBrian Anderson-1/+1
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-1/+3
2012-08-26Camel case the option typeBrian Anderson-23/+23
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-15/+17
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-15/+15
2012-08-22Merge find_linkage_attrs with find_linkage_metasTim Chevalier-2/+3
2012-08-22intern identifiersPaul Stansifer-18/+16
2012-08-14Convert more core types to camel caseBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-8/+8
2012-08-05Switch alts to use arrowsBrian Anderson-20/+20
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-13/+13
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-3/+3
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-17/+17
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-27/+27
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-07-09rustc: Switch to the new resolution passPatrick Walton-0/+1
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-1/+0
2012-07-06rustc: Switch to the new resolution passPatrick Walton-0/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-5/+1
2012-07-01Convert to new closure syntaxBrian Anderson-6/+6
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-14/+14
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-16/+16
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-13Box AST identsBrian Anderson-5/+5
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-1/+0
2012-05-22rustc: Eliminate metadata's dependency on sessionBrian Anderson-14/+15
2012-05-22rustc: Eliminate some session deps from metadata::loaderBrian Anderson-41/+56
2012-05-22rustc: Don't fall back to static libraries when shared isn't foundBrian Anderson-7/+2
2012-05-17Refactoring, annotating FIXMEs in remainder of metadata codeTim Chevalier-1/+1
2012-05-15rustc: Extract loader mod from creader modBrian Anderson-0/+209