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
/
passes
Age
Commit message (
Expand
)
Author
Lines
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-2
/
+1
2020-04-23
Address comments from review
marmeladema
-4
/
+2
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-4
/
+2
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+5
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-1
/
+1
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-3
/
+5
2020-04-16
Dogfood or_patterns in rustdoc
Josh Stone
-6
/
+6
2020-04-14
rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait impls
Matthias Schiffer
-0
/
+2
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-11
/
+12
2020-04-05
Stop importing int modules in librustdoc
Linus Färnstrand
-1
/
+0
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-27
clarify hir_id <-> node_id method names
Bastian Kauschke
-1
/
+1
2020-03-20
remove redundant import (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
2020-03-19
rustc: use LocalDefId instead of DefIndex in HirId.
Eduard-Mihai Burtescu
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-2
/
+2
2020-03-12
Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
Mazdak Farrokhzad
-2
/
+2
2020-03-03
DefKind::Method -> DefKind::AssocFn
Mark Mansi
-2
/
+2
2020-03-02
Replace ToJson with serde
Guillaume Gomez
-64
/
+26
2020-03-02
Add support for json output in show-coverage option
Guillaume Gomez
-3
/
+64
2020-03-01
Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister
bors
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-18
/
+18
2020-02-29
Add a `parent_module_from_def_id` query
John Kåre Alsaker
-1
/
+1
2020-02-24
don't explicitly compare against true or false
Matthias Krüger
-2
/
+2
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-2
/
+2
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-4
/
+4
2020-02-11
Run RustFmt
jumbatm
-11
/
+11
2020-02-11
Invert control in struct_lint_level.
jumbatm
-123
/
+125
2020-02-08
Make `associated_items` query return a slice
Jonas Schievink
-0
/
+1
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-17
rustdoc: Catch fatal errors when syntax highlighting
Oliver Middleton
-2
/
+3
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-2
/
+2
2020-01-09
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
Yuki Okushi
-47
/
+62
2020-01-06
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
bors
-11
/
+11
2020-01-06
Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomez
bors
-3
/
+29
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-11
/
+11
2020-01-04
buffer lexer errors in rustdoc syntax checking
Andy Russell
-3
/
+29
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-47
/
+62
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-4
/
+3
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
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
-4
/
+4
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-297
/
+328
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-1
/
+1
2019-11-27
Use new ErrorKind enum
Guillaume Gomez
-10
/
+16
2019-11-27
Replace Iterator::find calls with Iterator::any when better
Guillaume Gomez
-6
/
+5
2019-11-27
Add support for intra-doc link fields of enum variant
Guillaume Gomez
-7
/
+60
[next]