about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-08-05Allow generic foreign functions.Russell-1/+2
2014-08-01Fix misspelled comments.Joseph Crail-4/+4
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-681/+676
2014-07-31Byte literals!Simon Sapin-6/+1
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-2/+8
2014-07-31Move SeekableMemWriter into librbmlErick Tryzelaar-2/+2
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-673/+673
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-34/+35
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-2/+8
2014-07-28rustc: encode is_sugared_doc on ast::AttributeCorey Richardson-1/+7
2014-07-28rustdoc: show struct field docs when inlinedCorey Richardson-0/+51
2014-07-24rustc: Compare paths with --extern, not bytesAlex Crichton-3/+6
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-2/+2
2014-07-21repair macro docsJohn Clements-2/+2
2014-07-18librustc: Only emit constructor functions as necessary.Luqman Aden-9/+3
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-9/+73
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-4/+4
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-2/+2
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-4/+4
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-24/+35
2014-07-15change to new trait style for method field refsJohn Clements-2/+3
2014-07-15Fix errorsAdolfo Ochagavía-3/+2
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-2/+3
2014-07-14rustc: Move ArchiveRO to rustc_llvmBrian Anderson-1/+2
2014-07-13refactor Method definition to make space for macrosJohn Clements-2/+2
2014-07-12auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex...bors-28/+16
2014-07-11auto merge of #15586 : aturon/rust/stability-dashboard, r=alexcrichtonbors-0/+4
2014-07-11use side table to store exported macrosJohn Clements-28/+16
2014-07-10Bug fixes for stability trackingAaron Turon-0/+4
2014-07-10rustc: Forbid plugin_registrar in only rlib formAlex Crichton-1/+9
2014-07-09ast: make Name its own typeCorey Richardson-1/+1
2014-07-08carry self ident forward through re-parsingJohn Clements-7/+8
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-29/+29
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-29/+29
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-34/+1
2014-07-07Strip empty strings from link argsSteven Fackler-1/+1
2014-07-05Test fixes and rebase conflictsAlex Crichton-1/+1
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-8/+308
2014-07-05rustc: Modify crate loading to ignore versionsAlex Crichton-87/+34
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-106/+76
2014-07-05Refactored VecPerParamSpace to hide exposure of `Vec` representation.Felix S. Klock II-1/+1
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-4/+4
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-3/+3
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-7/+11
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-6/+7
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+7
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-2/+2