summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-4/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+2
2014-03-20Register new snapshotsAlex Crichton-2/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-3/+3
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-13/+13
2014-03-17De-@ ParseSess uses.Eduard Burtescu-2/+2
2014-03-17De-@ Session usage.Eduard Burtescu-6/+6
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+4
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+0
2014-03-14auto merge of #12874 : huonw/rust/printier-rustc, r=alexcrichtonbors-7/+21
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-14rustc: make stack traces print for .span_bug/.bug.Huon Wilson-7/+21
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-9/+12
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-3/+3
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-1/+2
2014-03-04auto merge of #12697 : thestinger/rust/vec, r=huonwbors-0/+1
2014-03-04mark the `map` method on Vec<T> as deprecatedDaniel Micay-0/+1
2014-03-04auto merge of #12667 : Kimundi/rust/any_improv, r=cmrbors-0/+1
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-02Make visible types public in rustcSteven Fackler-2/+0
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-6/+10
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+1
2014-03-01auto merge of #12627 : alexcrichton/rust/issue-12623, r=brsonbors-4/+3
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-4/+3
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-24/+14
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+2
2014-02-27Forbid certain types for static itemsFlavio Percoco-0/+1
2014-02-23Register snapshots.Huon Wilson-1/+0
2014-02-21Move time out of extra (cc #8784)Arcterus-0/+1
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-2/+1
2014-02-14extern mod => extern crateAlex Crichton-8/+8
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-10auto merge of #12155 : sanxiyn/rust/binary, r=pnkfelixbors-1/+1
2014-02-11Remove binary fieldSeo Sanghyeon-1/+1
2014-02-10Add pointer to extended-help entry for `-C help` codegen options.Felix S. Klock II-0/+1
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-3/+25
2014-02-07Span debuggerSeo Sanghyeon-0/+1
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-10/+10
2014-02-06auto merge of #12020 : alexcrichton/rust/output-flags, r=brsonbors-4/+4
2014-02-06Redesign output flags for rustcAlex Crichton-4/+4