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-11-18
Fix ICEs from imports of items not defined in modules
Vadim Petrochenkov
-4
/
+2
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-10-26
Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov
bors
-3
/
+3
2018-10-20
handle errors based on parse_sess
csmoe
-3
/
+3
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-3
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-6
/
+6
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-6
/
+7
2018-10-06
rustc/middle: improve some patterns
ljedrz
-9
/
+6
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-0
/
+1
2018-09-13
introduce SelfCtor
F001
-1
/
+1
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-1
/
+1
2018-08-21
Auto merge of #53444 - varkor:lib_features-conditional, r=michaelwoerister
bors
-6
/
+26
2018-08-21
Iterate through all crates in stability.rs rather than lib_features.rs
varkor
-6
/
+26
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-1
/
+2
2018-08-06
Special-case "test" feature
varkor
-0
/
+4
2018-08-05
Improve query efficiency
varkor
-1
/
+1
2018-08-05
Add special support for libc
varkor
-3
/
+3
2018-08-05
Add support for feature attributes on macros
varkor
-4
/
+0
2018-08-05
Convert unknown_features lint into an error
varkor
-4
/
+5
2018-08-05
Turn the duplicate feature lint into an error
varkor
-25
/
+24
2018-08-05
Add duplicity lint for lang features
varkor
-19
/
+30
2018-08-05
Add a lint for duplicate feature attributes
varkor
-0
/
+7
2018-08-05
Trigger stable feature lint for lib features
varkor
-0
/
+10
2018-08-05
Add lint for unknown feature attributes
varkor
-26
/
+31
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
[next]