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
2019-04-06
Don't report deprecation lints in derive expansions
Oliver Scherer
-1
/
+4
2019-03-17
Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-5
/
+6
2019-02-20
hir: HirId-ify intravisit
ljedrz
-2
/
+2
2019-02-13
Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwco
Mazdak Farrokhzad
-10
/
+13
2019-02-13
Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez
Mazdak Farrokhzad
-27
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-2
/
+2
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-5
/
+4
2019-02-11
Do not apply future deprecation warning for #[deprecated]
varkor
-27
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
Correct descriptive item name for impl
varkor
-4
/
+2
2019-02-08
Use descriptive variant name
varkor
-2
/
+2
2019-02-07
Improve the error messages for missing stability attributes
varkor
-10
/
+15
2019-02-07
Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril
kennytm
-10
/
+10
2019-02-05
move librustc to 2018
Mark Mansi
-10
/
+10
2019-02-04
Fix #58101
Tatsuyuki Ishi
-1
/
+3
2019-02-01
Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister
bors
-2
/
+1
2019-01-30
Add suggestions to deprecation lints
Oliver Scherer
-22
/
+40
2019-01-29
Add an ensure() method to TyCtxt used to ensure queries are run
John Kåre Alsaker
-2
/
+1
2019-01-11
Address comments
John Kåre Alsaker
-2
/
+2
2019-01-11
Make more passes incremental
John Kåre Alsaker
-3
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Add lint for stlib
aheart
-2
/
+11
2018-12-09
Add lint for items deprecated in future
aheart
-15
/
+46
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-15
/
+13
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-18
/
+18
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
[next]