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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-10-02
Cleanup `return` statements.
Corey Farwell
-4
/
+3
2016-09-26
Rollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichton
Jonathan Turner
-35
/
+11
2016-09-25
Move pass contants/types into the new `pass` module.
Corey Farwell
-33
/
+8
2016-09-25
Fix incorrect alignment for `if` statement.
Corey Farwell
-1
/
+2
2016-09-25
Use underscores to breakup long number.
Corey Farwell
-1
/
+1
2016-09-19
rustdoc: implement --sysroot
Jorge Aparicio
-1
/
+3
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+2
2016-08-29
Move `flock.rs` from librustdoc to librustc_data_structures.
Michael Woerister
-1
/
+1
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-9
/
+10
2016-07-13
evaluate the array length of fixed size array types in rustdoc
Oliver Schneider
-0
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-0
/
+2
2016-04-18
Perform doc-reachability check for inlined impls
mitaa
-0
/
+1
2016-04-13
Retire rustdocs `ANALYSISKEY`
mitaa
-15
/
+6
2016-04-12
Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson
bors
-2
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-2
/
+0
2016-04-07
Remove rustdocs json format
mitaa
-94
/
+7
2016-04-06
Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton
bors
-47
/
+75
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-04-05
Centralize nightly compiler flags handling
Guillaume Gomez
-83
/
+65
2016-04-05
Add nightly check on rustdoc --extend-css option
Guillaume Gomez
-1
/
+35
2016-04-05
Add --extend-css option to rustdoc
Guillaume Gomez
-2
/
+14
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+1
2016-03-23
Auto merge of #32454 - eddyb:rollup, r=eddyb
bors
-1
/
+1
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-03-22
Consider `doc(no_inline)` in crate-local inlining
mitaa
-1
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-1
/
+0
2016-03-10
Auto merge of #32101 - SimonSapin:patch-11, r=alexcrichton
bors
-1
/
+2
2016-03-09
Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
bors
-1
/
+1
2016-03-07
Add info in `rustdoc --passes list`
Simon Sapin
-1
/
+2
2016-03-06
Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichton
bors
-0
/
+2
2016-03-06
Split out rustdoc pass to strip private imports
mitaa
-0
/
+2
2016-03-04
Refactor rustdocs attribute handling
mitaa
-22
/
+17
2016-03-04
Simplify `if let`/`match` expressions
mitaa
-38
/
+17
2016-02-23
#31820 - Utilize `if..let` instead of single `match` branch
dileepb
-3
/
+2
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-1
/
+1
2016-02-07
Add compile-fail test in rustdoc
Guillaume Gomez
-0
/
+2
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2016-01-15
Add a test
Nick Cameron
-3
/
+4
2015-12-21
Register new snapshots
Alex Crichton
-6
/
+3
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-3
/
+3
2015-12-15
Use --cfg when running doctests
Seo Sanghyeon
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+0
2015-11-26
fix tests & rustdoc
Ariel Ben-Yehuda
-0
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-1
/
+0
[next]