summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2015-04-29Rather than storing the relations between free-regions in a globalNiko Matsakis-0/+2
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-0/+4
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
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-1/+0
2015-03-05fix for new attributes failing. issue #22964awlnx-1/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+3
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+0
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-1/+0
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-0/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-16rustc: merge check_static into check_const.Eduard Burtescu-1/+0
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-2/+0
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-9/+8
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-23regex: Remove in-tree versionAlex Crichton-1/+0
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+11
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-20Make error code registration work again. #19624Brian Anderson-3/+3