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
Age
Commit message (
Expand
)
Author
Lines
2019-03-18
Implement `Clean` for const generics
varkor
-0
/
+25
2019-03-18
Rename external_typarams to external_param_names
varkor
-4
/
+4
2019-03-18
Rename typarams to param_names
varkor
-33
/
+33
2019-03-18
Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkov
bors
-152
/
+176
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-13
/
+13
2019-03-17
Auto merge of #59178 - oli-obk:lazy_const, r=eddyb
bors
-8
/
+8
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-10
/
+10
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-6
/
+6
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-17
/
+21
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-8
/
+8
2019-03-16
Rollup merge of #59158 - Manishearth:fix-minification, r=GuillaumeGomez
kennytm
-5
/
+1
2019-03-16
Rollup merge of #59037 - Manishearth:intra-doc-false, r=QuietMisdreavus
kennytm
-0
/
+6
2019-03-16
Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisd...
kennytm
-32
/
+37
2019-03-15
use `!` in macro disambiguation suggestion
Andy Russell
-0
/
+3
2019-03-15
replace ad-hoc namespace enums
Andy Russell
-98
/
+67
2019-03-15
overhaul intra-doc-link ambiguity warning
Andy Russell
-94
/
+146
2019-03-15
rustc: provide DisambiguatedDefPathData in ty::print.
Eduard-Mihai Burtescu
-2
/
+4
2019-03-15
rustc: slice substs in ty::print instead of passing the full ones.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt.
Eduard-Mihai Burtescu
-27
/
+30
2019-03-15
rustc: don't thread existential projections through path_generic_args.
Eduard-Mihai Burtescu
-4
/
+11
2019-03-15
rustc: make `pretty_path_generic_args`' task as simple as possible.
Eduard-Mihai Burtescu
-3
/
+2
2019-03-15
rustc: move ty::print::PrintConfig's fields to FmtPrinter.
Eduard-Mihai Burtescu
-3
/
+3
2019-03-15
rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter.
Eduard-Mihai Burtescu
-4
/
+2
2019-03-15
rustc: support overriding type printing in ty::print::Printer.
Eduard-Mihai Burtescu
-0
/
+8
2019-03-15
rustc: support overriding region printing in ty::print::Printer.
Eduard-Mihai Burtescu
-0
/
+8
2019-03-15
rustc: pass ty::print::PrintCx by value.
Eduard-Mihai Burtescu
-17
/
+37
2019-03-15
rustc: split off most of ty::print::PrintCx's fields into a separate struct.
Eduard-Mihai Burtescu
-3
/
+3
2019-03-15
rustc: uniformize ty::print's error handling by requiring Result.
Eduard-Mihai Burtescu
-9
/
+16
2019-03-15
rustc: move `...::<impl ...>` printing into `pretty_path_qualified`.
Eduard-Mihai Burtescu
-2
/
+7
2019-03-15
rustc: move <...>-less impl path special-case to pretty_path_qualified.
Eduard-Mihai Burtescu
-3
/
+1
2019-03-15
rustc: merge PrintCx::parameterized and def_path printing.
Eduard-Mihai Burtescu
-2
/
+25
2019-03-15
rustc: move the contents of ty::item_path to ty::print.
Eduard-Mihai Burtescu
-3
/
+2
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: pass Option<&Substs> and Namespace around in ty::item_path.
Eduard-Mihai Burtescu
-2
/
+3
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-6
/
+10
2019-03-15
rustc: remove ty::item_path::RootMode by moving local logic into the printer.
Eduard-Mihai Burtescu
-15
/
+18
2019-03-15
rustc: remove unnecessary extern_prelude logic from ty::item_path.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-14
Add default keyword handling in rustdoc
Guillaume Gomez
-7
/
+36
2019-03-13
middle: replace NodeId with HirId in AccessLevels
ljedrz
-3
/
+3
2019-03-13
Revert "Don't generate minification variable if minification disabled"
Manish Goregaokar
-5
/
+1
2019-03-10
hir: replace NodeId with HirId in trait_impls
ljedrz
-1
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-521
/
+413
2019-03-09
Avoid some common false positives in intra doc link checking
Manish Goregaokar
-0
/
+6
2019-03-09
Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez
Mazdak Farrokhzad
-6
/
+234
2019-03-09
Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini
bors
-4
/
+4
2019-03-08
Fix moving text in search tabs headers
Guillaume Gomez
-1
/
+1
2019-03-08
Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk
Pietro Albini
-4
/
+4
2019-03-07
hir: remove NodeId from PatKind
ljedrz
-1
/
+1
2019-03-07
Keep current behavior while accepting error count
Esteban Küber
-1
/
+1
[prev]
[next]