]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-01-24 borsAuto merge of #47300 - remexre:duration-constructors...
2018-01-24 borsAuto merge of #47299 - cramertj:unsafe-placer, r=alexcr...
2018-01-24 borsAuto merge of #46931 - clarcharr:float_bits_core, r...
2018-01-23 borsAuto merge of #45337 - Zoxc:gen-static, r=nikomatsakis
2018-01-23 borsAuto merge of #47678 - kennytm:rollup, r=kennytm
2018-01-23 kennytmRollup merge of #47672 - ollie27:rustdoc_auto_traits...
2018-01-23 kennytmRollup merge of #47667 - GuillaumeGomez:fix-quoted...
2018-01-23 kennytmRollup merge of #47662 - spastorino:add_test_to_nll...
2018-01-23 kennytmRollup merge of #47661 - bjorn3:refactor_driver, r...
2018-01-23 kennytmRollup merge of #47655 - etaoins:fix-spurious-warning...
2018-01-23 kennytmRollup merge of #47635 - Zoxc:remove-attr, r=michaelwoe...
2018-01-23 borsAuto merge of #47620 - GuillaumeGomez:multiple-themes...
2018-01-23 kennytmRollup merge of #47610 - cuviper:captured-dwarf, r...
2018-01-23 kennytmRollup merge of #47558 - spastorino:rustc_args, r=nikom...
2018-01-23 kennytmRollup merge of #47554 - EdSchouten:cloudabi-jemalloc...
2018-01-23 kennytmRollup merge of #47549 - Manishearth:29723-regression...
2018-01-23 kennytmRollup merge of #47541 - psumbera:master, r=eddyb
2018-01-23 kennytmRollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis
2018-01-23 kennytmRollup merge of #47425 - EdSchouten:immutable-tls,...
2018-01-23 kennytmRollup merge of #47423 - est31:rustbook_checking, r...
2018-01-23 borsAuto merge of #47046 - Manishearth:intra-doc-links...
2018-01-23 John Kåre AlsakerPort borrows across yield check to MIR borrowck
2018-01-23 John Kåre AlsakerAdd dropck test
2018-01-23 John Kåre AlsakerFix yield-while-local-borrowed.rs test
2018-01-23 John Kåre AlsakerUse delay_span_bug for things that should be errors
2018-01-23 John Kåre AlsakerMake immovable generators unsafe
2018-01-23 John Kåre AlsakerAdds support for immovable generators. Move checking...
2018-01-23 Oliver Middletonrustdoc: Show when traits are auto traits
2018-01-22 Guillaume GomezFasten even more theme switch
2018-01-22 borsAuto merge of #47373 - wesleywiser:incr_cache_hashing...
2018-01-22 QuietMisdreavusdon't process code blocks when scanning for links
2018-01-22 Guillaume GomezFasten up theme loading
2018-01-22 Guillaume GomezFix quoted search
2018-01-22 Guillaume GomezChange theme icon
2018-01-22 borsAuto merge of #47507 - alexcrichton:rerun-bat-scripts...
2018-01-22 QuietMisdreavustweak colors on dark theme
2018-01-22 Santiago PastorinoAdd dynamic-drop test to nll tests also
2018-01-22 bjorn3Inline some rustc_driver function
2018-01-22 Manish GoregaokarTemporary fix missing escape_href in hoedown_link by...
2018-01-22 borsAuto merge of #47353 - nikomatsakis:nll-issue-47189...
2018-01-22 Manish GoregaokarUpdate to new commonmark arg
2018-01-22 Ryan CummingFix spurious warning on empty proc macro crates
2018-01-22 Manish GoregaokarReview fixes
2018-01-22 Manish GoregaokarMove macro_resolve() into a function
2018-01-22 Manish GoregaokarMove resolve() into a function
2018-01-22 Manish GoregaokarAdd ambiguity errors for macros
2018-01-22 Manish GoregaokarMove the figuring out of the 'kind' of def out into...
2018-01-22 Manish GoregaokarAllow macros to be resolved with ambiguous idents too
2018-01-22 Manish GoregaokarAllow function@, value@, macro@
2018-01-22 Manish GoregaokarError only in the case of overlap
2018-01-22 Manish GoregaokarUse the registered def id (makes enum variants link...
2018-01-22 Manish GoregaokarBetter error message
2018-01-22 QuietMisdreavusvalue-namespace items require a marker, so emit an...
2018-01-22 QuietMisdreavusresolve module docs based on inner/outer attributes
2018-01-22 QuietMisdreavusclean module docs while its module ID is still on the...
2018-01-22 QuietMisdreavusadd ambiguity markers to the intra-links test
2018-01-22 QuietMisdreavususe @ instead of space for link ambiguity markers
2018-01-22 QuietMisdreavusadd a macro to the intra-links test
2018-01-22 Manish GoregaokarStore a list of local macros on the resolver; use for...
2018-01-22 Manish GoregaokarResolve foreign macros
2018-01-22 Manish GoregaokarRegister definitions
2018-01-22 Manish GoregaokarFix unit tests
2018-01-22 Manish GoregaokarFix tidy
2018-01-22 Manish GoregaokarExit early for non-linky things
2018-01-22 Manish GoregaokarHandle relative paths
2018-01-22 Manish GoregaokarUse correct item for links in modules
2018-01-22 Manish GoregaokarHandle errors for intra doc link path lookup
2018-01-22 Manish GoregaokarMake resolve_hir_path and resolve_str_path fallible
2018-01-22 Manish GoregaokarDon't return early and discard the link in hoedown...
2018-01-22 QuietMisdreavusadd basic test for rustdoc intra links
2018-01-22 QuietMisdreavusparse path ambiguity markers
2018-01-22 QuietMisdreavusfix error_index_generator
2018-01-22 QuietMisdreavusadd intra-links support to hoedown
2018-01-22 QuietMisdreavuscleanup
2018-01-22 Manish GoregaokarAdd LinkReplacer pass for pulldown
2018-01-22 Manish GoregaokarMake correct resolver available in rustdoc
2018-01-22 Manish GoregaokarSplit out creation of the resolver arena in phase_2_con...
2018-01-22 Manish GoregaokarMove resolve arenas/crate loader outside of the core...
2018-01-22 Manish GoregaokarDRY std_path
2018-01-22 QuietMisdreavusabort documenting on resolution errors
2018-01-22 QuietMisdreavusresolve paths when cleaning docs
2018-01-22 QuietMisdreavusadd a rustc_resolve::Resolver to DocContext
2018-01-22 QuietMisdreavusgive render_text a generic return type
2018-01-22 QuietMisdreavusadd RenderType to DocContext
2018-01-22 QuietMisdreavusnew function to pull the links from a chunk of markdown
2018-01-22 borsAuto merge of #47158 - rkruppe:repr-transparent, r...
2018-01-22 borsAuto merge of #47144 - estebank:moved-closure-arg,...
2018-01-22 Alex Crichtonrustc: Lower link args to `@`-files on Windows more
2018-01-21 borsAuto merge of #47644 - GuillaumeGomez:rollup, r=Guillau...
2018-01-21 Guillaume GomezRollup merge of #47637 - russmack:fix-mailmap-dupes...
2018-01-21 Guillaume GomezRollup merge of #47633 - pietroalbini:fix-ice-use-self...
2018-01-21 Guillaume GomezRollup merge of #47632 - sdroege:exact-chunks-docs...
2018-01-21 Guillaume GomezRollup merge of #47625 - astraw:btreeset-doctest-fix...
2018-01-21 Guillaume GomezRollup merge of #47595 - PieterPenninckx:master, r...
2018-01-21 Guillaume GomezRollup merge of #47582 - alexcrichton:auto-beta, r...
2018-01-21 Guillaume GomezRollup merge of #47512 - GuillaumeGomez:e0659, r=petroc...
2018-01-21 Guillaume GomezRollup merge of #47334 - etaoins:only-call-res-init...
2018-01-21 Guillaume GomezRollup merge of #47247 - estebank:suggest-cast, r=petro...
2018-01-21 borsAuto merge of #47116 - estebank:non-accessible-ctor...
2018-01-21 Guillaume GomezAdd themes option
next