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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
core.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-17
Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-2
/
+1
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-6
/
+7
2019-02-15
Drive-by cleanup
varkor
-1
/
+1
2019-02-15
Add Const kind to rustdoc
varkor
-3
/
+10
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-02
hir: add HirId to main Hir nodes
ljedrz
-0
/
+2
2019-01-17
Querify glob map usage (last use of CrateAnalysis)
Igor Matuszewski
-5
/
+2
2019-01-17
Remove access level mention from DocContext
Igor Matuszewski
-3
/
+0
2019-01-13
Always calculate glob map but only for glob uses
Igor Matuszewski
-2
/
+1
2019-01-05
Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis
kennytm
-4
/
+2
2019-01-04
Remove unused name from CrateAnalysis
Igor Matuszewski
-1
/
+0
2019-01-04
Replace CrateAnalysis::access_levels with query
Igor Matuszewski
-3
/
+2
2019-01-02
make `panictry!` private to libsyntax
Andy Russell
-2
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis
bors
-2
/
+2
2018-12-19
Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix
Pietro Albini
-3
/
+3
2018-12-13
Make the 'a lifetime on TyCtxt useless
John Kåre Alsaker
-2
/
+2
2018-12-12
Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.
Nicholas Nethercote
-1
/
+1
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-3
/
+3
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-5
/
+5
2018-11-16
lint if a private item has doctests
Guillaume Gomez
-1
/
+3
2018-11-02
pass the Options struct instead of individual args
QuietMisdreavus
-41
/
+36
2018-10-26
Fix tests and rustdoc
Nick Cameron
-0
/
+2
2018-10-24
Feature gate extern prelude additions from `extern crate` items
Vadim Petrochenkov
-1
/
+3
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-3
/
+3
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-3
/
+3
2018-10-18
Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus
bors
-1
/
+3
2018-10-13
Copy extern prelude from resolver to global context
Vadim Petrochenkov
-0
/
+1
2018-10-09
Store nightly build instead of checking env var every time
Guillaume Gomez
-1
/
+1
2018-10-09
Add lint for doc without codeblocks
Guillaume Gomez
-1
/
+3
2018-09-22
Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini
bors
-3
/
+8
2018-09-22
Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez
Pietro Albini
-3
/
+8
2018-09-22
Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...
Eduard-Mihai Burtescu
-3
/
+1
2018-09-20
fix intra-links for trait impls
QuietMisdreavus
-1
/
+11
2018-09-20
shuffle ownership of `external_traits`
QuietMisdreavus
-3
/
+3
2018-09-20
refactor: move `access_levels` into RenderInfo
QuietMisdreavus
-6
/
+4
2018-09-20
only move access_levels/external_traits after early passes
QuietMisdreavus
-0
/
+4
2018-09-20
rustdoc: collect trait impls as an early pass
QuietMisdreavus
-3
/
+1
2018-09-19
add -Zui-testing to rustdoc
QuietMisdreavus
-3
/
+8
2018-09-13
Add treat-err-as-bug flag in rustdoc
Guillaume Gomez
-8
/
+11
2018-08-19
mv codemap source_map
Donato Sciarra
-8
/
+8
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-4
/
+4
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-4
/
+4
2018-08-07
Avoid unnecessary pattern matching against Option and Result
ljedrz
-1
/
+1
2018-08-04
only abort after all early passes have run
QuietMisdreavus
-0
/
+2
2018-08-04
turn intra-doc-link collection into an early pass
QuietMisdreavus
-6
/
+3
2018-08-04
introduce "early passes" an convert a few over
QuietMisdreavus
-4
/
+70
2018-08-04
Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus
bors
-3
/
+142
2018-08-04
Move basic_options to impl of Default
Mark Rousskov
-3
/
+3
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-1
/
+1
[next]