]> git.lizzy.rs Git - rust.git/history - src/comp/metadata/decoder.rs
Merge remote-tracking branch 'killerswan/fixing_strings_2'
[rust.git] / src / comp / metadata / decoder.rs
2012-01-28 Brian AndersonMerge remote-tracking branch 'killerswan/fixing_strings_2'
2012-01-27 Graydon HoareMerge pull request #1669 from graydon/inno-setup
2012-01-26 Marijn HaverbekeRemove ty_native_fn
2012-01-25 Brian AndersonMerge pull request #1627 from graydon/win32-quoting
2012-01-25 Marijn HaverbekeImplement implicit self type parameters for ifaces
2012-01-25 Marijn HaverbekeRename tag to enum throughout the compiler
2012-01-25 Kevin CantuReplacing str::unsafe_from_bytes with str::from_bytes...
2012-01-24 Brian AndersonMerge pull request #1628 from startling/cargo-descriptions
2012-01-24 Niko Matsakiss/block()/fn()/g
2012-01-21 Haitao Lirustc: Always resolve reexported names from original def
2012-01-19 Patrick Waltonrustc: "tag" -> "enum"
2012-01-19 Tim ChevalierRemove '.' after nullary tags in patterns
2012-01-17 Graydon HoareMerge pull request #1544 from kevina/issue-1393
2012-01-17 Graydon HoareMerge pull request #1554 from rtanglao/master
2012-01-17 Graydon HoareMerge pull request #1548 from grahame/fix-interrupted...
2012-01-17 Graydon HoareMerge pull request #1549 from grahame/build-tutorial
2012-01-17 Niko Matsakisencode variant names and have log print them out.
2012-01-11 Marijn HaverbekeFix dependency bug iface-did-of-impl resolving
2012-01-11 Marijn HaverbekeMajor clean-up of std::io
2012-01-11 Marijn HaverbekeFix regression in resolving of external impls
2012-01-10 Kevin AtkinsonSupport explicit discriminant numbers on tag variants.
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeClean up translating of def_ids in metadata reader
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeGet external interfaces / impls working
2012-01-05 Marijn HaverbekeWrite the iface type of an impl in the crate data
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 Marijn HaverbekeBox arrays of parameter bounds
2012-01-02 Marijn HaverbekeCheck that type parameter bounds are interface types
2011-12-29 Marijn HaverbekeBox ty_param_bounds_and_ty
2011-12-28 Graydon HoareMerge pull request #1385 from Lenny222/quotes
2011-12-28 Graydon HoareMerge pull request #1389 from erickt/master
2011-12-28 Marijn HaverbekeChange representation of type params to handle interfac...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Marijn HaverbekeUse the same type of record in ty::ty_fn and ty::method
2011-12-20 Haitao Lirustc: Implement re-export of renamed modules
2011-12-19 Graydon HoareMerge pull request #1334 from boggle/kmath
2011-12-19 Marijn HaverbekeAssociate names with types introduced by items
2011-12-16 Marijn HaverbekeFinish resolving and calling of crate-external impls
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Niko Matsakisreorder args to the various vec, option fns so blk...
2011-12-16 Haitao Lirustc: Implement non-renamed re-export across crates
2011-12-16 Brian AndersonMerge pull request #1314 from elly/cargo
2011-12-16 Brian Andersonrustc: Box tag variants to avoid copies
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-12-13 Haitao Lirustc: Encode crate hash into metadata
2011-11-18 Marijn HaverbekePreparation for kind system overhaul
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Niko Matsakisremove compile-command from local variable blocks
2011-11-11 Haitao LiCleanup unused imports
2011-10-21 Marijn HaverbekeRemove last uses of iterators from stdlib
2011-10-21 Brian AndersonMake fn denote a bare function. Convert fn to fn@ as...
2011-10-12 Niko Matsakisreimplement some of the unsafe stuff which got lost
2011-10-12 Niko Matsakismake native functions markable as unsafe and incorporat...
2011-10-12 Niko Matsakisadd 'u' to one other place it was missing
2011-10-12 Niko Matsakisadd 'u' to decoder (kinda' important)
2011-10-12 Niko MatsakisExtend the unchecked block stuff to allow unsafe blocks...
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-02 Brian AndersonConvert all uses of #ifmt to #fmt. Issue #855
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-09-01 Brian AndersonRemove std::str. Issue #855
2011-08-31 Brian AndersonConvert uses of #fmt to #ifmt. Issue #855
2011-08-28 Brian AndersonConvert misc compiler bits to istrs. Issue #855
2011-08-27 Brian AndersonConvert pretty-printer to istrs. Issue #855
2011-08-27 Brian AndersonConvert rustc::metadata to istrs. Issue #855
2011-08-27 Brian AndersonConvert ast::ident to istr. Issue #855
2011-08-27 Brian AndersonConvert portions of rustc to istrs. Recover a lot of...
2011-08-27 Brian AndersonConvert std::io to istrs. Issue #855
2011-08-24 Tim ChevalierChange "pred" to "pure fn" (but still accept "pred")
2011-08-22 Brian AndersonMove functions from syntax::ast to syntax::ast_util
2011-08-20 Brian AndersonReformat
2011-08-18 Marijn HaverbekeRemove or _-prefix all unused function arguments
2011-08-16 Erick TryzelaarPort the compiler to the expr foo::<T> syntax.
2011-08-16 Erick TryzelaarPort the compiler to the typaram foo<T> syntax.
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-16 Lindsey KuperThe wonky for...in... whitespace was bothering me....
2011-08-15 Paul StansiferMake spans into stacks (to store expansion backtraces).
2011-08-12 Brian AndersonRemove ebmlivec module
2011-08-12 Brian AndersonRename std::ioivec to std::io
2011-08-12 Brian AndersonRename str::connect_ivec to str::connect
2011-08-12 Brian AndersonRename std::str::unsafe_from_bytes_ivec to unsafe_from_...
2011-08-12 Brian AndersonRemove vec version of str::bytes, rename bytes_ivec...
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-07-29 Graydon HoareEncode, decode, and thread through typechecking all...
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeFix damage done by the pretty-printer
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-26 Marijn HaverbekeRemove all uses of tuples from the compiler and stdlib
2011-07-15 Patrick Waltonrustc: Remove a bunch of exterior vectors
2011-07-14 Graydon HoareFix long line.
2011-07-14 Patrick Waltonrustc: Move much of metadata reading over to interior...
2011-07-08 Brian AndersonDecode types across multiple crates. Closes #632
2011-07-08 Brian AndersonRecursively load dependencies of external crates. Issue...
next