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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2018-01-24
Add missing micro version number component in stability attributes.
Simon Sapin
-7
/
+7
2018-01-23
Make PanicInfo::message available for std::panic! with a formatting string.
Simon Sapin
-8
/
+9
2018-01-23
Implement Display for PanicInfo and Location
Simon Sapin
-0
/
+23
2018-01-23
Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> method
Simon Sapin
-2
/
+18
2018-01-23
Move PanicInfo and Location to libcore
Simon Sapin
-190
/
+230
2018-01-23
Auto merge of #47046 - Manishearth:intra-doc-links, r=eddyb,GuillaumeGomez,Qu...
bors
-264
/
+995
2018-01-22
Auto merge of #47373 - wesleywiser:incr_cache_hashing, r=michaelwoerister
bors
-13
/
+51
2018-01-22
don't process code blocks when scanning for links
QuietMisdreavus
-2
/
+1
2018-01-22
Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoerister
bors
-32
/
+181
2018-01-22
Temporary fix missing escape_href in hoedown_link by copying pulldown's code
Manish Goregaokar
-1
/
+53
2018-01-22
Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis
bors
-8
/
+99
2018-01-22
Update to new commonmark arg
Manish Goregaokar
-3
/
+3
2018-01-22
Review fixes
Manish Goregaokar
-2
/
+2
2018-01-22
Move macro_resolve() into a function
Manish Goregaokar
-27
/
+29
2018-01-22
Move resolve() into a function
Manish Goregaokar
-23
/
+25
2018-01-22
Add ambiguity errors for macros
Manish Goregaokar
-19
/
+35
2018-01-22
Move the figuring out of the 'kind' of def out into functions
Manish Goregaokar
-37
/
+64
2018-01-22
Allow macros to be resolved with ambiguous idents too
Manish Goregaokar
-20
/
+30
2018-01-22
Allow function@, value@, macro@
Manish Goregaokar
-2
/
+6
2018-01-22
Error only in the case of overlap
Manish Goregaokar
-20
/
+49
2018-01-22
Use the registered def id (makes enum variants link to the enum page instead ...
Manish Goregaokar
-2
/
+2
2018-01-22
Better error message
Manish Goregaokar
-5
/
+12
2018-01-22
value-namespace items require a marker, so emit an error
QuietMisdreavus
-5
/
+11
2018-01-22
resolve module docs based on inner/outer attributes
QuietMisdreavus
-6
/
+17
2018-01-22
clean module docs while its module ID is still on the stack
QuietMisdreavus
-1
/
+2
2018-01-22
add ambiguity markers to the intra-links test
QuietMisdreavus
-0
/
+14
2018-01-22
use @ instead of space for link ambiguity markers
QuietMisdreavus
-6
/
+6
2018-01-22
add a macro to the intra-links test
QuietMisdreavus
-8
/
+15
2018-01-22
Store a list of local macros on the resolver; use for resolving intra-doc mac...
Manish Goregaokar
-1
/
+6
2018-01-22
Resolve foreign macros
Manish Goregaokar
-34
/
+84
2018-01-22
Register definitions
Manish Goregaokar
-0
/
+2
2018-01-22
Fix unit tests
Manish Goregaokar
-3
/
+3
2018-01-22
Fix tidy
Manish Goregaokar
-5
/
+9
2018-01-22
Exit early for non-linky things
Manish Goregaokar
-0
/
+7
2018-01-22
Handle relative paths
Manish Goregaokar
-43
/
+61
2018-01-22
Use correct item for links in modules
Manish Goregaokar
-2
/
+2
2018-01-22
Handle errors for intra doc link path lookup
Manish Goregaokar
-10
/
+31
2018-01-22
Make resolve_hir_path and resolve_str_path fallible
Manish Goregaokar
-22
/
+61
2018-01-22
Don't return early and discard the link in hoedown mode
Manish Goregaokar
-1
/
+1
2018-01-22
add basic test for rustdoc intra links
QuietMisdreavus
-0
/
+39
2018-01-22
parse path ambiguity markers
QuietMisdreavus
-12
/
+34
2018-01-22
fix error_index_generator
QuietMisdreavus
-1
/
+1
2018-01-22
add intra-links support to hoedown
QuietMisdreavus
-8
/
+66
2018-01-22
cleanup
QuietMisdreavus
-26
/
+47
2018-01-22
Add LinkReplacer pass for pulldown
Manish Goregaokar
-16
/
+69
2018-01-22
Make correct resolver available in rustdoc
Manish Goregaokar
-42
/
+48
2018-01-22
Split out creation of the resolver arena in phase_2_configure_and_expand
Manish Goregaokar
-24
/
+55
2018-01-22
Move resolve arenas/crate loader outside of the core of phase_2_configure_and...
Manish Goregaokar
-11
/
+17
2018-01-22
DRY std_path
Manish Goregaokar
-20
/
+26
2018-01-22
abort documenting on resolution errors
QuietMisdreavus
-0
/
+2
[next]