summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2015-06-19rustc: store the type context in TLS and allow safe access to it.Eduard Burtescu-0/+1
2015-06-17More test fixes and fallout of stability changesAlex Crichton-1/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+2
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-0/+8
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+7
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-0/+2
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-3/+0
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-0/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-0/+2
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-0/+1
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-0/+6
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-0/+6
2015-04-29rollup merge of #24921: tamird/bitflags-associated-constAlex Crichton-4/+5
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-1/+1
2015-04-29FalloutTamir Duberstein-3/+4
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-27std: Expand the area of std::fsAlex Crichton-1/+1
2015-04-24Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelixbors-0/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-0/+4
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-1/+0
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-0/+4
2015-04-18Rather than storing the relations between free-regions in a globalNiko Matsakis-0/+2
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-1/+0
2015-04-17Use the newer snapshot_vec, which has a simplified delegateNiko Matsakis-1/+0
2015-04-17Add librustc_data_structures crateNiko Matsakis-0/+1
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-0/+2
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31Add a "match" relation that can be used to make recursion check duringNiko Matsakis-0/+1
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-0/+1
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+0
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-1/+1
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-0/+3
2015-03-23Add generic conversion traitsAaron Turon-0/+2
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-1/+0
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-1/+0
2015-03-06Suppress some warnings about featuresAlex Crichton-0/+2
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-1/+2