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
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-23
Auto merge of #47678 - kennytm:rollup, r=kennytm
bors
-0
/
+2
2018-01-23
rustdoc: Show when traits are auto traits
Oliver Middleton
-0
/
+2
2018-01-22
Resolve foreign macros
Manish Goregaokar
-1
/
+5
2018-01-17
Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus
Guillaume Gomez
-0
/
+9
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-3
/
+3
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-21
/
+0
2018-01-10
rustdoc: Populate external_traits with traits only seen in impls
Oliver Middleton
-0
/
+9
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-2
/
+2
2017-12-18
Fix ?Sized where bound not being displayed at the correct place
Guillaume Gomez
-2
/
+1
2017-12-13
Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc
bors
-1
/
+1
2017-12-09
rustdoc: Include `impl [u8]` in the docs
Oliver Middleton
-0
/
+1
2017-12-05
Add field `is_import` to `def::Export`.
Jeffrey Seyfried
-1
/
+1
2017-11-29
rustdoc: Fix issues with cross-crate inlined associated items
Oliver Middleton
-68
/
+4
2017-11-21
Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...
bors
-0
/
+2
2017-11-17
spotlight Iterator/Read/Write impls on function return types
QuietMisdreavus
-0
/
+2
2017-11-15
Support `extern type` in rustdoc.
kennytm
-0
/
+5
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-3
/
+3
2017-09-18
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-2
/
+2
2017-09-14
rustdoc: pretty-print Unevaluated expressions in types.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-1
/
+1
2017-09-05
rustc: Rename item_body query to extern_const_body
Alex Crichton
-1
/
+1
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-1
/
+1
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-20
/
+21
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-3
/
+3
2017-09-05
rustc: Move implementations_of_trait to a query
Alex Crichton
-2
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-13
/
+13
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-13
On-demand is_const_fn
Taylor Cramer
-2
/
+2
2017-06-13
Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus
bors
-4
/
+4
2017-06-12
rustdoc: Fix missing enum variant reexports
Oliver Middleton
-4
/
+4
2017-06-07
Fix translation of external spans.
Inokentiy Babushkin
-1
/
+1
2017-05-28
fix RUST_LOG ICE caused by printing a default impl's DefId
Ariel Ben-Yehuda
-1
/
+1
2017-05-25
Fix merge conflicts.
Jeffrey Seyfried
-1
/
+1
2017-05-22
rustdoc: Fix names of items in cross crate reexported modules
Oliver Middleton
-22
/
+6
2017-05-01
Queryify item_body_nested_bodies
Taylor Cramer
-2
/
+3
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-2
/
+1
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-26
/
+26
2017-04-23
rustc: make the const-eval cache polymorphic.
Eduard-Mihai Burtescu
-1
/
+1
2017-03-23
convert inherent-impl-related things to on-demand queries
Niko Matsakis
-5
/
+3
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+2
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-8
/
+4
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-30
Make rustdoc aware of the primitive i128 type
est31
-0
/
+2
2016-12-28
rustdoc: pretty-print nested bodies in inlined constants.
Eduard-Mihai Burtescu
-4
/
+27
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-5
/
+4
2016-12-28
rustc: simplify constant cross-crate loading and rustc_passes::consts.
Eduard-Mihai Burtescu
-12
/
+4
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-3
/
+2
2016-11-30
rustdoc: link to cross-crate sources directly.
Eduard-Mihai Burtescu
-5
/
+5
2016-11-29
rustc: remove type information from TraitDef.
Eduard-Mihai Burtescu
-3
/
+2
[next]