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
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
2016-11-29
rustc: replace body exprs by their ids
Florian Diebold
-3
/
+7
2016-11-28
rustc: rework stability to be on-demand for type-directed lookup.
Eduard Burtescu
-297
/
+215
2016-11-28
rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode.
Eduard Burtescu
-23
/
+0
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-13
/
+12
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-14
/
+0
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-0
/
+28
2016-11-21
Cleanup `InternedString`.
Jeffrey Seyfried
-1
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-14
/
+14
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+1
2016-11-16
include a Name and Span for each item in the HIR of the impl
Niko Matsakis
-3
/
+3
2016-11-16
add a `nested_visit_map` method
Niko Matsakis
-32
/
+20
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-6
/
+17
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-15
/
+5
[next]