summary refs log tree commit diff
path: root/src/librustc_bitflags
AgeCommit message (Expand)AuthorLines
2015-07-27Show appropriate feature flags in docsSteve Klabnik-3/+3
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-04-29FalloutTamir Duberstein-63/+63
2015-04-29`bitflags!` uses associated constantsTamir Duberstein-2/+4
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+3
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+7
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+485