about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-07-16Merge branch 'fix-26673' of https://github.com/nhowell/rust into rollup_centralSteve Klabnik-0/+6
2015-07-16Rollup merge of #26977 - brson:stddoc, r=GankroManish Goregaokar-0/+5
2015-07-13Address feedbackBrian Anderson-0/+5
2015-07-12Set zero padding for pre tagsIvan Ukhov-0/+3
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-22/+22
2015-07-12Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakisbors-1/+1
2015-07-12Auto merge of #26966 - nagisa:tail-init, r=alexcrichtonbors-3/+2
2015-07-12Rollup merge of #26967 - tsurai:master, r=steveklabnikManish Goregaokar-1/+1
2015-07-12Rollup merge of #26881 - andreastt:international_keyboard, r=alexcrichtonManish Goregaokar-44/+48
2015-07-11Auto merge of #26882 - andreastt:style_improvements, r=alexcrichtonbors-5/+4
2015-07-12Implement RFC 1058Simonas Kazlauskas-3/+2
2015-07-11doc: remove playground links for structs and traitsCristian Kubis-1/+1
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-22/+22
2015-07-10doc: set playground to nightly for unstable codeCristian Kubis-1/+8
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-08Remove snake_case names from ty.rsJared Roesch-1/+1
2015-07-08librustdoc: generalise handling of keyboard shortcutsAndreas Tolfsen-44/+48
2015-07-08librustdoc: sharpen help dialogue edgesAndreas Tolfsen-5/+4
2015-07-02Auto merge of #26733 - nhowell:update-jquery, r=steveklabnikbors-6/+6
2015-07-01rustdoc: Update jQuery from 2.1.0 to 2.1.4Nick Howell-6/+6
2015-07-01rustdoc: Reset the title when pressing the back buttonNick Howell-0/+6
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-07-01In js from the docs, change keyboard eventlistener to be compatible with non-...Mathieu David-6/+33
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-25/+24
2015-06-23Remove the mostly unecessary ParamBounds structJared Roesch-13/+0
2015-06-22Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnikbors-14/+34
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-2/+2
2015-06-19Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakisbors-54/+55
2015-06-19Rollup merge of #26401 - jooert:fix26360, r=steveklabnikManish Goregaokar-0/+3
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-2/+2
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1/+1
2015-06-19rustc: enforce stack discipline on ty::ctxt.Eduard Burtescu-53/+54
2015-06-19rustc: remove ownership of tcx from trans' context.Eduard Burtescu-9/+9
2015-06-18rustdoc: Update document title when displaying search resultsJohannes Oertel-0/+3
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-6/+9
2015-06-14Find type of orphan methods for rustdoc search.Mihnea Dobrescu-Balaur-1/+3
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-3/+3
2015-06-12Convert playpen.js to plain JS.Nick Howell-14/+34
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-41/+39
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-2/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-19/+20
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-2/+3
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-6/+5
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-1/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-6/+5
2015-06-08Implement RFC 839Johannes Oertel-1/+1
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-1/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-06-04Fix order of rustdoc arguments.Steven Allen-2/+2