summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-4/+5
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-4/+4
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-6/+6
2015-01-07rollup merge of #20725: tomjakubowski/rustdoc-miscAlex Crichton-4/+41
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-3/+18
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-257/+0
2015-01-07rollup merge of #20703: barosl/rustdoc-z-index-falloutAlex Crichton-1/+1
2015-01-07rustdoc: Render associated type bindingsTom Jakubowski-4/+48
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-1/+7
2015-01-07std: Tweak String implementationsAlex Crichton-3/+18
2015-01-07use slicing sugarJorge Aparicio-6/+6
2015-01-07register new snapshotsJorge Aparicio-257/+0
2015-01-07Register new snapshotsAlex Crichton-257/+0
2015-01-08Fix rustdoc fallout from #20092Barosl Lee-1/+1
2015-01-07Merge pull request #20682 from sfackler/fix-implsbors-1/+1
2015-01-06More test fixesAlex Crichton-2/+0
2015-01-06Fix JS errorSteven Fackler-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-3/+3
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-4/+4
2015-01-06Register new snapshotsAlex Crichton-16/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-44/+309
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-10/+10
2015-01-07falloutNick Cameron-10/+10
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-44/+309
2015-01-07Replace full slice notation with index callsNick Cameron-6/+6
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-10/+10
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-4/+4
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-10/+22
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+1
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-11/+15
2015-01-05rollup merge of #20092: barosl/rustdoc-line-number-clickableAlex Crichton-8/+49
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+8
2015-01-05remove TyClosureJorge Aparicio-1/+0
2015-01-05remove ty_closureJorge Aparicio-13/+0
2015-01-05Reformat metadata for exported macrosKeegan McAllister-7/+7
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+3
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-0/+3
2015-01-05std: Redesign c_str and c_vecAlex Crichton-11/+15
2015-01-05auto merge of #20395 : huonw/rust/char-stab-2, r=aturonbors-1/+0
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-1/+1
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-1/+3
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+0
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-18/+10