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_save_analysis
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-24
Split out the `Generator` case from `DefKind::Closure`.
Eduard-Mihai Burtescu
-1
/
+2
2020-04-24
add a few more DefKinds
mark
-2
/
+15
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-23
/
+30
2020-04-10
librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id
marmeladema
-10
/
+23
2020-04-10
librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_...
marmeladema
-1
/
+1
2020-03-31
more clippy fixes
Matthias Krüger
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-4
/
+4
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-27
clarify hir_id <-> node_id method names
Bastian Kauschke
-8
/
+8
2020-03-24
rustc: remove rustc_hir_pretty dependency.
Mazdak Farrokhzad
-3
/
+4
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-10
/
+7
2020-03-21
Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb
Mazdak Farrokhzad
-1
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-2
/
+2
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-03-15
Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril
Mazdak Farrokhzad
-13
/
+0
2020-03-15
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
Mazdak Farrokhzad
-1
/
+1
2020-03-14
rustc_metadata: Remove `rmeta::MacroDef`
Vadim Petrochenkov
-13
/
+0
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-1
/
+1
2020-03-12
Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2020-03-08
Rollup merge of #69422 - JohnTitor:remove-unwrap, r=Xanewok
Mazdak Farrokhzad
-2
/
+5
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-06
Auto merge of #69586 - petrochenkov:unmerge, r=Centril
bors
-2
/
+1
2020-03-03
DefKind::Method -> DefKind::AssocFn
Mark Mansi
-1
/
+1
2020-03-01
ast: Unmerge structures for associated items and foreign items
Vadim Petrochenkov
-2
/
+1
2020-03-01
Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkov
Yuki Okushi
-1
/
+1
2020-03-01
Use `opt_def_id()` over `def_id()`
Yuki Okushi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-3
/
+3
2020-02-25
Address review comment
Yuki Okushi
-11
/
+11
2020-02-24
Remove use of `unwrap()` from save-analysis
Yuki Okushi
-8
/
+11
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-4
/
+5
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-5
/
+5
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-9
/
+10
2020-02-18
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
Mazdak Farrokhzad
-2
/
+2
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-2
/
+2
2020-02-15
parse extern consts
Mazdak Farrokhzad
-1
/
+1
2020-02-15
ast/parser: fuse `static` & `const` grammars in all contexts.
Mazdak Farrokhzad
-1
/
+1
2020-02-15
ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.
Mazdak Farrokhzad
-1
/
+1
2020-02-08
Make `associated_items` query return a slice
Jonas Schievink
-0
/
+2
2020-02-05
parser: merge `fn` grammars wrt. bodies & headers
Mazdak Farrokhzad
-2
/
+2
2020-02-01
syntax::print -> new crate rustc_ast_pretty
Mazdak Farrokhzad
-8
/
+6
2020-01-26
Don't use ExpnKind::descr to get the name of a bang macro.
Eduard-Mihai Burtescu
-7
/
+14
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-2
/
+2
2020-01-17
Use named fields for `ast::ItemKind::Impl`
Dylan MacKenzie
-6
/
+6
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-4
/
+4
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-28
doc comments: Less attribute mimicking
Vadim Petrochenkov
-9
/
+9
2019-12-22
Format the world
Mark Rousskov
-364
/
+260
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-2
/
+2
[next]