summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-15/+4
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-26/+23
2016-08-13Rename empty/bang to neverAndrew Cann-5/+4
2016-08-13Remove obsolete divergence related stuffAndrew Cann-12/+0
2016-08-13Fix rustdoc after rebaseAndrew Cann-0/+2
2016-08-12rustc: add TyAnon (impl Trait) to the typesystem.Eduard Burtescu-0/+12
2016-08-12syntax: add anonymized type syntax, i.e. impl TraitA+TraitB.Eduard Burtescu-0/+14
2016-08-11Remove the 'cfg' field from session::config::Options.Michael Woerister-6/+3
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-20/+20
2016-08-11Substitute private type aliases in rustdocpetrochenkov-2/+79
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-5/+1
2016-08-01Move caching of HIR-inlining into CStore in order to avoid duplicating inline...Michael Woerister-1/+6
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-1/+1
2016-07-29Auto merge of #34842 - cgswords:attr_enc, r=nrcbors-30/+31
2016-07-25Adressed PR comments.cgswords-21/+1
2016-07-25General MetaItem encapsulation rewrites.cgswords-29/+50
2016-07-25rustdoc: Fix tuple struct where clause renderingOliver Middleton-2/+13
2016-07-22Auto merge of #34924 - cgswords:empty_delim, r=nrcbors-0/+1
2016-07-19Introduced `NoDelim` and modified the compiler to support it.cgswords-0/+1
2016-07-19[CSS] Fix unwanted top margin for toggle wrapperggomez-1/+4
2016-07-14Remove BasicEmitterJonathan Turner-3/+3
2016-07-13Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichtonbors-2/+21
2016-07-13Auto merge of #34772 - jseyfried:cleanup_interner, r=eddybbors-5/+3
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-2/+21
2016-07-12rustdoc: Fix methods in seach resultsOliver Middleton-46/+38
2016-07-11Avoid passing around the thread-local interner in `librustc_metadata`.Jeffrey Seyfried-5/+3
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-4/+2
2016-07-08Add tests + Fix rustdoc regression + Fix rebaseVadim Petrochenkov-1/+1
2016-07-08Merge PatKind::QPath into PatKind::Path in HIRVadim Petrochenkov-3/+3
2016-07-08Remove unnecessary accessor function VariantDefData::kindVadim Petrochenkov-1/+1
2016-07-06Rollup merge of #34685 - GuillaumeGomez:section_header, r=steveklabnikSteve Klabnik-8/+0
2016-07-06Rollup merge of #34626 - sylvestre:master, r=ManishearthSteve Klabnik-2/+2
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-4/+2
2016-07-06Remove invalid CSS rule for doc titlesggomez-8/+0
2016-07-05Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnikbors-7/+11
2016-07-04Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfriedbors-36/+25
2016-07-03Auto merge of #34480 - jseyfried:remove_entry_points, r=nrcbors-6/+6
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-36/+25
2016-07-03Fix a few typos in the codeSylvestre Ledru-2/+2
2016-07-01Add the `after_expand` entry point between import resolution and the rest of ...Jeffrey Seyfried-6/+6
2016-06-30rustdoc: Remove paths from primitive page <title> tagsOliver Middleton-7/+11
2016-06-30Auto merge of #34541 - jseyfried:rollup, r=jseyfriedbors-23/+1
2016-06-30Rollup merge of #34547 - sanxiyn:pretty-lifetime, r=pnkfelixJeffrey Seyfried-2/+2
2016-06-29Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichtonManish Goregaokar-0/+3
2016-06-29Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichtonManish Goregaokar-18/+40
2016-06-29Rollup merge of #34105 - ollie27:rustdoc_derived, r=alexcrichtonJeffrey Seyfried-23/+1
2016-06-28rustdoc: Fix empty Implementations section on some module pagesOliver Middleton-0/+3
2016-06-28Rollup merge of #34479 - ollie27:rustdoc_renamed_reexport_list, r=GuillaumeGomezGuillaume Gomez-2/+2
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-18/+24
2016-06-27rustdoc: Fix a few stripping issuesOliver Middleton-18/+40