index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_bitflags
Age
Commit message (
Expand
)
Author
Lines
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-503
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-07-25
Bump master to 1.21.0
Alex Crichton
-2
/
+0
2017-07-06
remove associated_consts feature gate
Sean McArthur
-2
/
+2
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-2
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-2
/
+2
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-10-03
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-2
/
+3
2016-08-11
Fix language in documentation comment.
Mark-Simulacrum
-1
/
+1
2016-06-05
run rustfmt on librustc_bitflags folder
Srinivas Reddy Thatiparthy
-2
/
+2
2016-05-18
rustbuild: Add missing test suites
Alex Crichton
-1
/
+0
2016-05-12
rustbuild: Add support for crate tests + doctests
Alex Crichton
-0
/
+1
2016-02-21
rustbuild: Sync some Cargo.toml/lib.rs dependencies
Alex Crichton
-3
/
+0
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+12
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-4
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-10-13
Rustfmt-ing librustc_bitflags.
Jose Narvaez
-11
/
+13
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-4
/
+9
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-7
/
+0
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-3
/
+3
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-04-29
Fallout
Tamir Duberstein
-63
/
+63
2015-04-29
`bitflags!` uses associated constants
Tamir Duberstein
-2
/
+4
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-09
doc: Fix extraneous as_slice()'s in docstrings
Richo Healey
-1
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+3
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+3
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-4
/
+4
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-0
/
+7
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-17
std: Move the bitflags! macro to a gated crate
Alex Crichton
-0
/
+485