]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-04-20 Corey FarwellSimplify alloc::arc::Arc example in doc-comment
2015-04-20 borsAuto merge of #24608 - frewsxcv:patch-15, r=alexcrichton
2015-04-20 borsAuto merge of #24586 - richo:test-16745, r=jakub-
2015-04-19 borsAuto merge of #24592 - P1start:style-lints-changes...
2015-04-19 borsAuto merge of #24517 - erickt:str, r=alexcrichton
2015-04-19 Erick Tryzelaarcollections: Move optimized String::from_str to String...
2015-04-19 borsAuto merge of #24526 - klutzy:getrandom-fix, r=alexcrichton
2015-04-19 Corey FarwellFix typos in code comments
2015-04-19 borsAuto merge of #24572 - steveklabnik:gh24569, r=brson
2015-04-19 borsAuto merge of #24567 - tamird:windows-caviats, r=stevek...
2015-04-19 borsAuto merge of #24559 - frewsxcv:get-mut-if-let, r=steve...
2015-04-19 P1startLint non-snake-case crate names
2015-04-19 klutzystd::rand::os: Fix race condition of atomics
2015-04-19 borsAuto merge of #24552 - meqif:explain, r=alexcrichton
2015-04-19 Richo Healeytest: Add an assertion to the #16745 testcase
2015-04-19 borsAuto merge of #24555 - frewsxcv:patch-14, r=steveklabnik
2015-04-19 borsAuto merge of #24554 - tshepang:let-faq, r=steveklabnik
2015-04-19 Richo Healeytest: Add testcase for #16745
2015-04-18 Ricardo MartinsAdd long diagnostics for E0133.
2015-04-18 borsAuto merge of #24383 - avdi:patch-1, r=steveklabnik
2015-04-18 Steve KlabnikRemove the 30 minute intro
2015-04-18 borsAuto merge of #24560 - kwantam:apply_table_opt, r=alexc...
2015-04-18 Corey FarwellIndicate keywords are code-like in Fuse::reset_fuse...
2015-04-18 Tamir DubersteinUpdate Windows caveats
2015-04-18 borsAuto merge of #24562 - Manishearth:rollup, r=Manishearth
2015-04-18 Manish Goregaokarfix doctest (fixup #24466)
2015-04-18 Manish GoregaokarRollup merge of #24548 - graydon:reference-tidying...
2015-04-18 Manish GoregaokarRollup merge of #24542 - michaelsproul:rollup, r=alexcr...
2015-04-18 Manish GoregaokarRollup merge of #24532 - brson:beta, r=pnkfelix
2015-04-18 Manish GoregaokarRollup merge of #24472 - dotdash:23431, r=nikomatsakis
2015-04-18 Manish GoregaokarRollup merge of #24466 - steveklabnik:more_more_more...
2015-04-18 kwantamoptimize Unicode tables
2015-04-18 Corey FarwellUtilize if..let for get_mut doc-comment examples
2015-04-18 Björn SteinbrinkEmit correct alignment information for loads/store...
2015-04-18 Tshepang Lekhonkhobedoc: improve/fix 'let' FAQ
2015-04-18 borsAuto merge of #24528 - tamird:valgrind-sched, r=alexcri...
2015-04-18 borsAuto merge of #24519 - rprichard:opt-write-args, r...
2015-04-18 borsAuto merge of #24464 - lambdaburrito:master, r=alexcrichton
2015-04-18 borsAuto merge of #24428 - kwantam:deprecate_unicode_fns...
2015-04-18 borsAuto merge of #24209 - nikomatsakis:refactor-unificatio...
2015-04-18 Graydon HoareRemove obsolete discusison of runtime, promote `Linkage...
2015-04-18 Graydon HoareImprove memory-model section very slightly.
2015-04-18 Graydon HoareImprove special-traits section very slightly.
2015-04-18 borsAuto merge of #24133 - kballard:add-sync-to-io-error...
2015-04-18 Graydon HoareEliminate the obsolete term 'slot'.
2015-04-18 Graydon HoareClean up section on Type aliases.
2015-04-18 Graydon HoareTrim florid language.
2015-04-18 Graydon HoareTrim malformed sentence.
2015-04-18 borsAuto merge of #23985 - erickt:derive-cleanup, r=erickt
2015-04-17 Guillaume GomezAdd long diagnostics for "bind by-ref and by-move"
2015-04-17 borsAuto merge of #24500 - pnkfelix:oflo-checked-neg, r...
2015-04-17 Nick HamannAdd long diagnostics for E0015
2015-04-17 Nick HamannAdd long diagnostics for E0020
2015-04-17 borsAuto merge of #24461 - nikomatsakis:issue-22077-unused...
2015-04-17 borsAuto merge of #24524 - Manishearth:rollup, r=Manishearth
2015-04-17 Brian AndersonBump prerelease to .3
2015-04-17 borsAuto merge of #24475 - arielb1:i24363-hacky-hack, r...
2015-04-17 Tamir DubersteinRun valgrind with fair scheduling when available
2015-04-17 Tamir DubersteinClarify comment
2015-04-17 Niko MatsakisAddress nits
2015-04-17 Niko MatsakisAdd licenses.
2015-04-17 Niko MatsakisPort to use the new Unify code, which has no UnifyValue...
2015-04-17 Niko MatsakisPort to using the newer graph, which offers iterators...
2015-04-17 Niko MatsakisUse the newer snapshot_vec, which has a simplified...
2015-04-17 Niko MatsakisAdd librustc_data_structures crate
2015-04-17 Niko MatsakisFix some missing cases
2015-04-17 Niko MatsakisAugment the constrainted parameter check to ensure...
2015-04-17 Niko MatsakisRewrite constrained type params code to operate generic...
2015-04-17 Niko MatsakisCreate a struct to represent early-bound regions
2015-04-17 Felix S. Klock IIunit test for checked overflow during signed negation.
2015-04-17 Manish GoregaokarRemove info for path (fixup #24452)
2015-04-17 Manish GoregaokarRollup merge of #24515 - steveklabnik:gh24070, r=Gankro
2015-04-17 Manish GoregaokarRollup merge of #24513 - j1n3l0:patch-1, r=alexcrichton
2015-04-17 Manish GoregaokarRollup merge of #24510 - fhartwig:broken-links, r=nikom...
2015-04-17 Manish GoregaokarRollup merge of #24509 - steveklabnik:gh23962, r=nikoma...
2015-04-17 Manish GoregaokarRollup merge of #24508 - steveklabnik:gh24228, r=alexcr...
2015-04-17 Manish GoregaokarRollup merge of #24507 - steveklabnik:gh24185, r=alexcr...
2015-04-17 Manish GoregaokarRollup merge of #24501 - frewsxcv:patch-14, r=steveklabnik
2015-04-17 Manish GoregaokarRollup merge of #24499 - Munksgaard:methodcallee-debug...
2015-04-17 Manish GoregaokarRollup merge of #24498 - fhartwig:docs-fixes, r=stevekl...
2015-04-17 Manish GoregaokarRollup merge of #24496 - aramvisser:patch-1, r=alexcrichton
2015-04-17 Manish GoregaokarRollup merge of #24494 - mvdnes:deterministic-sidebar...
2015-04-17 Manish GoregaokarRollup merge of #24493 - aethanyc:fix-stackoverflow...
2015-04-17 Manish GoregaokarRollup merge of #24490 - lstat:doc-typo, r=alexcrichton
2015-04-17 Manish GoregaokarRollup merge of #23782 - mvdnes:obsolete_note, r=alexcr...
2015-04-17 Manish GoregaokarRollup merge of #24491 - bluss:rangefull-debug, r=huonw
2015-04-17 Manish GoregaokarRollup merge of #24475 - arielb1:i24363-hacky-hack...
2015-04-17 Manish GoregaokarRollup merge of #24454 - aochagavia:debug, r=alexcrichton
2015-04-17 Manish GoregaokarRollup merge of #24452 - tbu-:pr_file_path, r=aturon
2015-04-17 Manish GoregaokarRollup merge of #24430 - laumann:trace-macros-flag...
2015-04-17 Felix S. Klock IIWorkaround deliberate overflowing negation in serialize...
2015-04-17 Felix S. Klock IIside-step potentially panic'ing negate in `fn abs`.
2015-04-17 Felix S. Klock IIAdd conditional overflow-checking to signed negate...
2015-04-17 Felix S. Klock IIfactor out useful helper.
2015-04-17 Michael SproulEnforce 80 char lines in extended errors.
2015-04-17 Michael SproulUpdate/add messages for E0{267,268,296,303}.
2015-04-17 Michael SproulValidate format of extended error descriptions.
2015-04-17 borsAuto merge of #24512 - steveklabnik:rollup, r=steveklabnik
2015-04-17 Ryan PrichardCall write_fmt directly to format an Arguments value.
2015-04-17 borsAuto merge of #24422 - pnkfelix:typeck-highlevel-before...
next