about summary refs log tree commit diff
path: root/src/libsyntax/config.rs
AgeCommit message (Expand)AuthorLines
2014-11-25Fallout from stabilizationAaron Turon-2/+1
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-7/+16
2014-10-25Finish cfg syntax transitionSteven Fackler-17/+5
2014-10-13auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichtonbors-8/+8
2014-10-12Continue cfg syntax transitionSteven Fackler-8/+8
2014-10-11Remove `virtual` structs from the languageJakub Wieczorek-3/+1
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-3/+0
2014-09-30Turn on cfg format warningsSteven Fackler-3/+0
2014-09-30Produce a better error for irrefutable `if let` patternsKevin Ballard-2/+2
2014-09-27Convert cfg syntax to new systemSteven Fackler-4/+33
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-1/+3
2014-09-17move most of front to libsyntaxNick Cameron-0/+253