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
/
librustdoc
/
visit_ast.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-17
/
+12
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-2
/
+2
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-2
/
+2
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-8
/
+9
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-22
Tweak output for invalid negative impl errors
Esteban Küber
-0
/
+1
2020-03-15
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
bors
-3
/
+3
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-3
/
+3
2020-03-14
rustc_metadata: Remove `rmeta::MacroDef`
Vadim Petrochenkov
-3
/
+3
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-19
Add `constness` field to `hir::ItemKind::Impl`
Dylan MacKenzie
-0
/
+2
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-9
/
+9
2020-01-07
Rollup merge of #67877 - dtolnay:const-_, r=nagisa
Yuki Okushi
-11
/
+15
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-3
/
+4
2020-01-04
Omit underscore constants from rustdoc
David Tolnay
-11
/
+15
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
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
-3
/
+3
2019-12-22
Format the world
Mark Rousskov
-157
/
+196
2019-12-21
Use Arena inside hir::Mod.
Camille GILLOT
-3
/
+3
2019-12-21
Use Arena inside hir::ForeignItem.
Camille GILLOT
-1
/
+1
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-4
/
+4
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-2
/
+2
2019-11-08
hir::ItemKind::Fn: use hir::MethodSig
Mazdak Farrokhzad
-2
/
+2
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-2
/
+2
2019-08-26
Mutate DocContext from LibEmbargoVisitor and RustdocVisitor
Mark Rousskov
-4
/
+4
2019-08-14
Merge Variant and Variant_
Caio
-4
/
+4
2019-08-11
Use entry API in store_path
Mark Rousskov
-6
/
+2
2019-08-11
Remove crate_name from DocContext
Mark Rousskov
-5
/
+6
2019-08-11
Move def_id_to_path to use site in visit_ast
Mark Rousskov
-1
/
+18
2019-08-10
Remove NodeId from doctree::Module
Mark Rousskov
-2
/
+1
2019-08-10
Gather deprecation information during cleaning
Mark Rousskov
-22
/
+0
2019-08-10
Gather stability information during cleaning
Mark Rousskov
-22
/
+2
2019-08-10
Make exact_paths a non-optional field on RustdocVisitor
Mark Rousskov
-12
/
+11
2019-08-10
Represent ownership transfer in RustdocVisitor::visit
Mark Rousskov
-1
/
+1
2019-08-10
Make fields of RustdocVisitor private
Mark Rousskov
-10
/
+4
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-02
Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`
varkor
-2
/
+2
2019-08-02
Replace "existential" by "opaque"
varkor
-3
/
+3
2019-07-23
Normalize use of backticks in compiler messages for doc
Samy Kacimi
-5
/
+5
2019-07-11
Remove `MacroKind::ProcMacroStub`
Vadim Petrochenkov
-5
/
+2
2019-07-04
rename hir::map::opt_local_def_id*
ljedrz
-2
/
+2
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-3
/
+3
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
[next]