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
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-12
std: Stabilize APIs for the 1.9 release
Alex Crichton
-13
/
+8
2016-04-07
Remove rustdocs json format
mitaa
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-04-02
Make the rendering process less pass-aware
mitaa
-2
/
+2
2016-03-17
Make AssertRecoverSafe's field public
Steven Fackler
-4
/
+4
2016-03-14
Auto merge of #32169 - mitaa:anon-tip, r=nrc
bors
-1
/
+4
2016-03-14
Allow custom filenames for anonymous inputs
mitaa
-1
/
+4
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-3
/
+1
2016-03-11
Auto merge of #32133 - alexcrichton:linkchecker, r=brson
bors
-2
/
+2
2016-03-09
Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
bors
-1
/
+1
2016-03-08
rustdoc: Don't inline all impls all at once
Alex Crichton
-2
/
+2
2016-03-04
Simplify `if let`/`match` expressions
mitaa
-15
/
+6
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-1
/
+1
2016-02-12
Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson
bors
-11
/
+33
2016-02-09
Fix librustdoc test
Guillaume Gomez
-6
/
+4
2016-02-07
Add compile-fail test in rustdoc
Guillaume Gomez
-11
/
+35
2016-02-05
Instrument the AST map so that it registers reads when data is
Niko Matsakis
-1
/
+4
2016-01-26
Initial work towards abort-free compilation
Nick Cameron
-1
/
+6
2016-01-15
rustdoc: remove extraneous whitespace inserted in playpen links
Tshepang Lekhonkhobe
-0
/
+1
2016-01-15
Add a test
Nick Cameron
-5
/
+5
2015-12-21
Register new snapshots
Alex Crichton
-4
/
+2
2015-12-17
test errors
Nick Cameron
-1
/
+3
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-12
/
+15
2015-12-15
Use --cfg when running doctests
Seo Sanghyeon
-4
/
+10
2015-11-26
fix tests & rustdoc
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
make check works
Ariel Ben-Yehuda
-5
/
+14
2015-11-06
librustdoc: improve testnames for doctests
Kevin Butler
-10
/
+47
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+2
2015-10-09
review comments
Nick Cameron
-5
/
+0
2015-10-09
Misc fixups
Nick Cameron
-1
/
+1
2015-10-09
Some cleanup of no longer used AST things
Nick Cameron
-2
/
+1
2015-10-09
Fixes to rustdoc, etc.
Nick Cameron
-2
/
+9
2015-10-02
Auto merge of #28768 - alexcrichton:dep-info++, r=brson
bors
-2
/
+4
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-2
/
+6
2015-09-30
rustc: Support output filenames for each emit type
Alex Crichton
-2
/
+4
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-3
/
+6
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+6
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-5
/
+5
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-04-20
Auto merge of #24597 - bombless:doc, r=steveklabnik
bors
-1
/
+1
2015-04-19
rustdoc: don't inject "extern crate std;"
York Xiang
-1
/
+1
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-1
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-16
rustdoc: Inline methods inhereted through Deref
Alex Crichton
-1
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-10
Test fixes and review feedback
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-38
/
+46
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+1
[next]