about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-0/+1
2015-04-21syntax: Remove #[feature(path_ext)]Erick Tryzelaar-1/+0
2015-04-21syntax: remove #[feature(quote, unsafe_destructor)]Erick Tryzelaar-1/+0
2015-04-21syntax: remove uses of `.into_cow()`Erick Tryzelaar-1/+0
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-1/+0
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-2/+0
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-1/+0
2015-04-05Add comments suggested by NikoPhil Dawes-2/+6
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-0/+11
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
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-27default => or_insert per RFCAlexis Beingessner-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+2
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+0
2015-03-13Fallout of std::old_io deprecationAlex Crichton-1/+0
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+3
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-09Process cfg_attr right before stripping cfgKeegan McAllister-1/+0
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-7/+6
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+3
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-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-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
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-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-2/+0