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-08-30
mv compiler to compiler/
mark
-1095
/
+0
2020-08-17
Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
bors
-1
/
+1
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-16
save_analysis: support `QPath::LangItem`
David Wood
-25
/
+17
2020-08-16
hir: introduce `QPath::LangItem`
David Wood
-0
/
+3
2020-08-15
replaced log with tracing
Gurpreet Singh
-1
/
+1
2020-08-08
Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov
bors
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-08-07
fix clippy::unneeded_wildcard_pattern: remove redundant wildcard pattern
Matthias Krüger
-1
/
+1
2020-08-06
rustc_expand: Don not beautify doc comments before passing them to macros
Vadim Petrochenkov
-6
/
+3
2020-08-06
rustc_ast: Stop using "string typing" for doc comment tokens
Vadim Petrochenkov
-2
/
+2
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-2
/
+2
2020-07-26
Hygiene serialization implementation
Aaron Hill
-1
/
+1
2020-07-17
Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis
bors
-12
/
+12
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-12
/
+12
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
-12
/
+9
2020-07-02
rustc_save_analysis: avoid using TypeckTables::empty for SaveContext.
Eduard-Mihai Burtescu
-14
/
+22
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
-1
/
+0
2020-06-12
Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay
Dylan DPC
-1
/
+1
2020-06-11
Remove associated opaque types
Matthew Jasper
-1
/
+0
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
-29
/
+28
2020-06-09
save_analysis: better handle paths
marmeladema
-3
/
+7
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
-253
/
+220
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-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-2
/
+3
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
[next]