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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-23
Change single char str patterns to chars
ljedrz
-1
/
+1
2018-07-16
ItemKind
csmoe
-7
/
+7
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-3
/
+3
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+2
2018-06-21
Support future deprecation for rustc_deprecated
varkor
-2
/
+4
2018-05-12
Better error reporting in Copy derive
leonardo.yvens
-1
/
+1
2018-05-02
Remove Option from the return type of Attribute::name()
Seiichi Uchida
-1
/
+1
2018-04-02
Replace as_ref with &
varkor
-1
/
+1
2018-03-26
Add future deprecation warning to rustdoc
varkor
-23
/
+25
2018-03-26
Prevent deprecation warning for items deprecated in the future
varkor
-2
/
+34
2018-03-24
Changed `check_stability` to take an `Option<NodeId>` instead of `NodeId`.
kennytm
-23
/
+33
2018-03-24
When picking a candidate, consider the unstable ones last.
kennytm
-20
/
+52
2018-03-05
Turn features() into a query.
Michael Woerister
-8
/
+6
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-1
/
+1
2017-11-02
rustc: add item name to deprecated lint warning
Kevin Butler
-5
/
+7
2017-10-28
implemented code review
Virgil Palanciuc
-14
/
+13
2017-10-26
relax restriction - allow errors to be emmitted within macro spans, as long a...
Virgil Palanciuc
-9
/
+8
2017-10-25
fix #44953 - The “use of unstable library feature 'rustc_private'” error ...
Virgil Palanciuc
-3
/
+27
2017-10-05
Fix typo, per #45057.
Kevin Hunter Kesling
-1
/
+1
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-0
/
+12
2017-09-13
honor #[rustc_const_unstable] attributes
Alex Burka
-0
/
+1
2017-09-11
Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister
bors
-2
/
+2
2017-09-11
rustc: Remove HirId from queries
Alex Crichton
-2
/
+2
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-0
/
+1
2017-09-05
rustc: Move stability functionality into queries
Alex Crichton
-145
/
+101
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-2
/
+3
2017-08-20
Make sure crates not opting in to staged_api don't use staged_api
Ralf Jung
-1
/
+11
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-7
/
+7
2017-07-16
Fix checking for missing stability annotations
Vadim Petrochenkov
-2
/
+2
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-6
/
+6
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-0
/
+1
2017-05-27
Stabilize unions with `Copy` fields and no destructor
Vadim Petrochenkov
-0
/
+21
2017-05-10
rustc: Add a new `-Z force-unstable-if-unmarked` flag
Alex Crichton
-23
/
+58
2017-05-02
query for deprecation
achernyak
-2
/
+2
2017-04-27
query for describe_def
achernyak
-1
/
+1
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-18
kill a bunch of one off tasks
Niko Matsakis
-4
/
+0
2017-04-18
convert calls to `visit_all_item_likes_in_krate`
Niko Matsakis
-1
/
+1
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-1
/
+1
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-1
/
+1
2017-03-23
convert privacy access levels into a query
Niko Matsakis
-2
/
+3
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-2
/
+2
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-15
/
+19
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-13
/
+13
2017-01-03
Dont check stability for items that are not pub to universe.
Felix S. Klock II
-1
/
+36
2016-12-18
Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,
Jeffrey Seyfried
-6
/
+2
2016-11-30
Remove the `unmarked_api` feature
Johannes Oertel
-17
/
+1
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-15
/
+12
2016-11-29
Fix rebase breakage
Florian Diebold
-8
/
+12
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-4
/
+8
[next]