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
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-4
/
+4
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-3
/
+3
2015-01-07
rustdoc: Render associated type bindings
Tom Jakubowski
-2
/
+23
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-27
/
+27
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-10
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-27
/
+27
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-10
/
+10
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+1
2015-01-05
remove TyClosure
Jorge Aparicio
-1
/
+0
2015-01-05
remove ty_closure
Jorge Aparicio
-13
/
+0
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+0
2015-01-04
Merge pull request #20512 from bjz/rustdoc
bors
-2
/
+6
2015-01-04
Allow rustdoc to accept vector pattern arguments
Brendan Zabarauskas
-2
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-50
/
+50
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-31
rustdoc: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-30
Fix rebase conflicts
Niko Matsakis
-1
/
+1
2014-12-30
Add a FIXME to patch up rustdoc
Niko Matsakis
-1
/
+3
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-16
/
+9
2014-12-30
Integrate projection bounds to `ExistentialBounds` but do not use them for an...
Niko Matsakis
-11
/
+18
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-0
/
+12
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-37
/
+11
2014-12-30
More rebase fixes.
Huon Wilson
-2
/
+2
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-3
/
+3
2014-12-26
Changes to RustDoc
Nick Cameron
-37
/
+11
2014-12-25
auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichton
bors
-7
/
+16
2014-12-24
rustdoc: Use Fn trait sugar for external paths
Tom Jakubowski
-12
/
+46
2014-12-24
rustdoc: Use unboxed closure sugar
Tom Jakubowski
-19
/
+40
2014-12-24
rustdoc: render higher-rank trait bounds
Tom Jakubowski
-17
/
+53
2014-12-23
Support all variants of WherePredicate
Jared Roesch
-7
/
+16
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-2
/
+2
2014-12-22
Rote changes that don't care to distinguish between a fn pointer and a fn item.
Niko Matsakis
-2
/
+2
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-48
/
+48
2014-12-21
rollup merge of #20006: alexcrichton/no-more-empty-modules
Alex Crichton
-16
/
+7
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-3
/
+4
2014-12-19
librustdoc: use `#[deriving(Copy)]`
Jorge Aparicio
-9
/
+3
2014-12-19
Implement "perfect forwarding" for HR impls (#19730).
Niko Matsakis
-1
/
+1
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-11
/
+11
2014-12-19
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
Niko Matsakis
-3
/
+11
2014-12-18
std: Remove public bool,tuple,unit modules
Alex Crichton
-16
/
+7
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-1
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-15
rollup merge of #19774: tomjakubowski/rustdoc-consts-statics
Brian Anderson
-1
/
+24
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-0
/
+3
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-18
/
+18
2014-12-14
Patch rustdoc to include missing types, make the match exhaustive
Niko Matsakis
-3
/
+17
[next]