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
Age
Commit message (
Expand
)
Author
Lines
2020-07-31
Move from `log` to `tracing`
Oliver Scherer
-1
/
+1
2020-07-26
Hygiene serialization implementation
Aaron Hill
-1
/
+1
2020-07-17
Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis
bors
-32
/
+34
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-32
/
+34
2020-07-16
apply bootstrap cfgs
Mark Rousskov
-1
/
+0
2020-07-15
Remove lots of `Symbol::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-73
/
+34
2020-07-02
rustc_save_analysis: avoid using TypeckTables::empty for SaveContext.
Eduard-Mihai Burtescu
-23
/
+31
2020-06-19
save_analysis: improve handling of enum struct variant
marmeladema
-19
/
+6
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-1
/
+1
2020-06-15
Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis
bors
-4
/
+2
2020-06-12
Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay
Dylan DPC
-1
/
+1
2020-06-11
Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper
Dylan DPC
-1
/
+3
2020-06-11
Rename `TyKind::Def` to `OpaqueDef`
Matthew Jasper
-2
/
+2
2020-06-11
Remove associated opaque types
Matthew Jasper
-2
/
+0
2020-06-10
Track span of function in method calls, and use this in #[track_caller]
Aaron Hill
-1
/
+3
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-06-09
save_analysis: fix enum reference to point to variant rather than constructor
marmeladema
-11
/
+7
2020-06-09
save_analysis: improve pretty printing of enum
marmeladema
-5
/
+4
2020-06-09
save_analysis: better handle functions signature
marmeladema
-35
/
+36
2020-06-09
save_analysis: better handle paths
marmeladema
-27
/
+74
2020-06-06
save_analysis: fix panic in `write_sub_paths_truncated`
marmeladema
-3
/
+5
2020-06-06
save_analysis: fix ice in `get_expr_data`
marmeladema
-3
/
+7
2020-06-04
save_analysis: work on HIR tree instead of AST
marmeladema
-986
/
+874
2020-05-29
Split payload of FileName::Real to track both real and virutalized paths.
Felix S. Klock II
-2
/
+3
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-3
/
+2
2020-05-18
Fix ICE in -Zsave-analysis
Nathan Corbyn
-1
/
+5
2020-05-15
Rollup merge of #71809 - marmeladema:fix-issue-71104, r=eddyb
Dylan DPC
-29
/
+41
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-11
/
+14
2020-05-03
Use `LocalDefId` in `DumpVisitor::nest_tables`
marmeladema
-29
/
+41
2020-04-27
Accept `LocalDefId` as keyt for `names_imported_by_glob_use`
marmeladema
-1
/
+1
2020-04-27
Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries
marmeladema
-1
/
+1
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
-33
/
+41
2020-04-14
Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table
marmeladema
-5
/
+8
2020-04-10
librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id
marmeladema
-22
/
+43
2020-04-10
librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_...
marmeladema
-3
/
+3
2020-03-31
more clippy fixes
Matthias Krüger
-1
/
+1
2020-03-30
Use if let instead of match when only matching a single variant (clippy::sing...
Matthias Krüger
-4
/
+3
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-6
/
+6
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-6
/
+6
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-28
Auto merge of #70261 - Centril:angle-args-partition, r=varkor
bors
-2
/
+2
2020-03-27
clarify hir_id <-> node_id method names
Bastian Kauschke
-25
/
+25
2020-03-27
parse: move constraint/arg restriction to ast_validation.
Mazdak Farrokhzad
-2
/
+2
2020-03-24
rustc: remove rustc_hir_pretty dependency.
Mazdak Farrokhzad
-5
/
+7
2020-03-22
remove redundant closures (clippy::redundant_closure)
Matthias Krüger
-11
/
+8
2020-03-21
Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb
Mazdak Farrokhzad
-3
/
+2
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-2
/
+2
[next]