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-09-13
introduce SelfCtor
F001
-1
/
+2
2018-08-22
Replace TyForeign with ForeignTy
varkor
-1
/
+1
2018-08-22
Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-04
Clean generic impls code
Guillaume Gomez
-7
/
+19
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-1
/
+1
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-1
/
+1
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-0
/
+1
2018-07-22
Add filter over non generic impls
Guillaume Gomez
-7
/
+0
2018-07-22
Working generic impl
Guillaume Gomez
-0
/
+6
2018-07-13
don't panic when you see proc-macros
QuietMisdreavus
-5
/
+9
2018-07-04
Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27
bors
-5
/
+38
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-22
Fix rustdoc and remove default impl for FnHeader
Taylor Cramer
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-3
/
+6
2018-06-20
use the imported name when rendering an imported macro
QuietMisdreavus
-3
/
+3
2018-06-20
Make GenericBound explicit
varkor
-5
/
+5
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-2
/
+2
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-2
/
+2
2018-06-17
rustdoc: import cross-crate macros alongside everything else
QuietMisdreavus
-5
/
+38
2018-06-15
process cross-crate glob re-exports
QuietMisdreavus
-0
/
+17
2018-05-24
Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27
kennytm
-0
/
+3
2018-05-23
rustdoc: hide macro export statements from docs
QuietMisdreavus
-0
/
+3
2018-05-15
add auto-impl for primitive type
Guillaume Gomez
-0
/
+8
2018-05-07
Prevent infinite recursion of modules
Guillaume Gomez
-8
/
+8
2018-04-21
Add some f32 and f64 inherent methods in libcore
Simon Sapin
-0
/
+2
2018-04-21
Replace StrExt with inherent str methods in libcore
Simon Sapin
-0
/
+1
2018-04-21
Replace SliceExt with inherent [T] methods in libcore
Simon Sapin
-0
/
+1
2018-04-21
Move non-allocating [u8] inherent methods to libcore
Simon Sapin
-0
/
+1
2018-04-19
Remove HIR inlining
Wesley Wiser
-23
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+2
2018-02-24
Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...
Manish Goregaokar
-3
/
+12
2018-02-21
proper early-bail condition
QuietMisdreavus
-1
/
+1
2018-02-21
track extern traits being inlined
QuietMisdreavus
-1
/
+6
2018-02-21
manually release `cx.external_traits` while building the new trait
QuietMisdreavus
-3
/
+7
2018-02-18
Don't generate auto trait impls for type aliases
Aaron Hill
-1
/
+1
2018-02-18
Cleanup formatting
Aaron Hill
-3
/
+1
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-11
/
+31
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
[next]