about summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+1
2015-01-12auto merge of #19870 : mdinger/rust/align_error, r=nick29581bors-0/+1
2015-01-12Implement multi-line errorsmdinger-0/+1
2015-01-11Add ability to attach custom #[on_unimplemented] error messages for unimpleme...Manish Goregaokar-0/+1
2015-01-08rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherenceAlex Crichton-1/+0
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Normalize types in impls, add test for coherence failure.Niko Matsakis-1/+0
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+1