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
/
core.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-01
Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez
Mark Simulacrum
-1
/
+4
2018-03-28
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
bors
-2
/
+4
2018-03-27
add --edition flag to rustdoc
QuietMisdreavus
-1
/
+4
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-2
/
+4
2018-03-24
Resolve `impl Trait` in argument position
Shotaro Yamada
-0
/
+3
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+3
2018-02-24
Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish...
Manish Goregaokar
-0
/
+4
2018-02-21
track extern traits being inlined
QuietMisdreavus
-0
/
+4
2018-02-18
Cleanup formatting
Aaron Hill
-7
/
+5
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-2
/
+25
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-7
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-3
/
+2
2018-01-22
Handle relative paths
Manish Goregaokar
-0
/
+4
2018-01-22
Make correct resolver available in rustdoc
Manish Goregaokar
-32
/
+39
2018-01-22
Move resolve arenas/crate loader outside of the core of phase_2_configure_and...
Manish Goregaokar
-0
/
+1
2018-01-22
resolve paths when cleaning docs
QuietMisdreavus
-2
/
+2
2018-01-22
add a rustc_resolve::Resolver to DocContext
QuietMisdreavus
-3
/
+24
2018-01-22
add RenderType to DocContext
QuietMisdreavus
-1
/
+6
2018-01-19
Allow runtime switching between trans backends
bjorn3
-6
/
+6
2017-12-21
Combine GlobalArenas and DroplessArena into AllArenas
John Kåre Alsaker
-5
/
+2
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-3
/
+0
2017-11-12
rustc_driver: expose a way to override query providers in CompileController.
Eduard-Mihai Burtescu
-4
/
+5
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-2
/
+2
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-1
/
+1
2017-09-18
Use DefId instead of NodeId as identifier in resolve_lifetime::Region.
Michael Woerister
-3
/
+3
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-1
/
+7
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-4
/
+1
2017-09-12
rustc: Make `CrateStore` private to `TyCtxt`
Alex Crichton
-1
/
+1
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-1
/
+2
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-5
/
+5
2017-08-10
Strip out function implementation when documenting.
kennytm
-0
/
+3
2017-08-10
driver: factor out `continue_parse_after_error` so it can be controlled via d...
Nick Cameron
-1
/
+3
2017-06-21
rustbuild: Fix compiler docs yet again
Oliver Middleton
-1
/
+6
2017-05-15
Remove rustc_llvm dependency from librustc
Robin Kruppe
-0
/
+1
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-1
/
+2
2017-05-05
Rollup merge of #41678 - GuillaumeGomez:rustdoc-test-warnings, r=alexcrichton
Corey Farwell
-2
/
+3
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-2
/
+3
2017-05-02
Removal pass for anonymous parameters
est31
-1
/
+1
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-1
/
+1
2017-03-23
convert privacy access levels into a query
Niko Matsakis
-2
/
+2
2017-03-23
move `export_map` into the tcx
Niko Matsakis
-4
/
+2
2017-02-25
rustc_typeck: lift CrateCtxt to TyCtxt.
Eduard Burtescu
-7
/
+3
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-02
Avoid rustdoc ICE when an unstable feature is used
Seo Sanghyeon
-3
/
+9
2016-12-31
Split CtxtArenas into GlobalArenas and CtxtInterners.
Mark Simulacrum
-2
/
+5
2016-11-30
rustdoc: link to cross-crate sources directly.
Eduard-Mihai Burtescu
-2
/
+0
2016-11-28
rustc_typeck: save the type cache for rustdoc and save-analysis.
Eduard Burtescu
-3
/
+7
2016-11-24
rustdoc: we can now assume DocContext always has a TyCtxt.
Eduard-Mihai Burtescu
-35
/
+7
2016-11-10
Fix fallout in `librustdoc`.
Jeffrey Seyfried
-2
/
+4
[next]