summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2015-09-14move middle::ty and related modules to middle/ty/Ariel Ben-Yehuda-8/+0
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-09-03rewrite metadata indexingAriel Ben-Yehuda-1/+0
2015-09-03Add an intital HIR and lowering stepNick Cameron-1/+4
2015-08-24move def-id to rustc crateNiko Matsakis-0/+1
2015-08-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-0/+2
2015-08-12Define the `wf` and `outlives` relation separately, unlike the existingNiko Matsakis-0/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+0
2015-08-11rollup merge of #27676: alexcrichton/msvc-unwindAlex Crichton-0/+13
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-0/+13
2015-08-10Stabilize the Duration APISteven Fackler-1/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-06add variant info to ADTDef, but don't actually use itAriel Ben-Yehuda-0/+3
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-4/+0
2015-07-25Rework cross crate error messagesJared Roesch-0/+1
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-6/+0
2015-07-12Implement RFC 1058Simonas Kazlauskas-1/+1
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-1/+0
2015-07-02Report memory use in time-passesNick Cameron-0/+1
2015-06-27Begin refactor type checking stateJared Roesch-0/+1
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