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
/
clean
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-2
/
+1
2020-11-10
(rustdoc) [src] link for types defined by macros shows invocation
Florian Warzecha
-4
/
+9
2020-10-21
Lift: take self by value
Bastian Kauschke
-3
/
+3
2020-10-17
Auto merge of #77685 - jackh726:binder-map, r=lcnr
bors
-2
/
+5
2020-10-17
Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27
Dylan DPC
-2
/
+9
2020-10-16
map_bound_ref -> rebind
Jack Huey
-2
/
+5
2020-10-12
Filter out imports added by the compiler
Guillaume Gomez
-2
/
+9
2020-10-11
Remove unnecessary Clean impl
Joshua Nelson
-21
/
+15
2020-10-11
Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`
Joshua Nelson
-20
/
+4
2020-10-09
Don't filter out imports added by the compiler for the moment
Guillaume Gomez
-6
/
+0
2020-10-09
Remove unneeded ImportItem on glob ones
Guillaume Gomez
-11
/
+1
2020-10-09
Simplify included import items handling
Guillaume Gomez
-8
/
+5
2020-10-09
Correctly handle "pub use" reexports
Guillaume Gomez
-3
/
+7
2020-10-09
Don't remove export items so that we can run lints on them
Guillaume Gomez
-3
/
+32
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-7
/
+17
2020-10-06
Fix tools
Matthew Jasper
-24
/
+20
2020-09-25
Rename `whence` to `span`
Camelid
-19
/
+19
2020-09-16
Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb
Ralf Jung
-1
/
+1
2020-09-13
Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis
bors
-1
/
+2
2020-09-13
Auto merge of #76623 - slightlyoutofphase:master, r=jyn514
bors
-5
/
+7
2020-09-12
Fix a typo
Anthony Ramine
-1
/
+1
2020-09-12
Rollup merge of #76297 - lcnr:const-ty-alias, r=varkor
Ralf Jung
-10
/
+10
2020-09-11
Fix formatting for tidy
SlightlyOutOfPhase
-1
/
+2
2020-09-11
Check basic constness before unstable constness
SlightlyOutOfPhase
-2
/
+3
2020-09-11
Use `is_unstable_const_fn` where appropriate
SlightlyOutOfPhase
-5
/
+5
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+2
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-6
/
+6
2020-09-03
rustdoc: fix min_const_generics with ty::Param
Bastian Kauschke
-10
/
+10
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
rustdoc: clean `QPath::LangItem`
David Wood
-0
/
+20
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-1
/
+1
2020-08-11
Feature gate is always present
Mark Rousskov
-1
/
+1
2020-08-10
Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514
bors
-5
/
+23
2020-08-07
Display elided lifetime for non-reference type in doc
Gary Guo
-14
/
+13
2020-08-04
Add missing "is_min_const_fn" calls to prevent "const" to be displayed if the...
Guillaume Gomez
-5
/
+23
2020-08-04
rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
Vadim Petrochenkov
-4
/
+4
2020-07-31
fix rustdoc generic param order
Bastian Kauschke
-15
/
+8
2020-07-27
fix rustdoc
Bastian Kauschke
-24
/
+14
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-27
/
+21
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-5
/
+5
2020-07-27
fix rustdoc
Bastian Kauschke
-12
/
+20
2020-07-27
rustdoc
Bastian Kauschke
-20
/
+28
2020-07-20
Migrate rustc_depr uses to use deprecation attribute
Mark Rousskov
-4
/
+1
2020-07-16
Revert "Remove "important traits" feature"
Manish Goregaokar
-0
/
+2
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-1
/
+1
2020-06-30
change `skip_binder` to use T by value
Bastian Kauschke
-4
/
+4
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-1
/
+1
2020-06-11
Rename `TyKind::Def` to `OpaqueDef`
Matthew Jasper
-1
/
+1
2020-06-11
Remove associated opaque types
Matthew Jasper
-5
/
+0
[next]