]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-03-17 Corey FarwellRollup merge of #40496 - projektir:docs_number_headings...
2017-03-17 Corey FarwellRollup merge of #40495 - llogiq:format-docs, r=steveklabnik
2017-03-17 Corey FarwellRollup merge of #40467 - projektir:readme_docs, r=steve...
2017-03-17 Corey FarwellRollup merge of #40466 - projektir:outdated_docs_highli...
2017-03-17 Corey FarwellRollup merge of #40463 - tshepang:nit, r=nikomatsakis
2017-03-17 Corey FarwellRollup merge of #40458 - frewsxcv:frewsxcv-osstr, r...
2017-03-17 Corey FarwellRollup merge of #40457 - frewsxcv:frewsxcv-macos, r...
2017-03-17 Corey FarwellRollup merge of #40456 - frewsxcv:frewsxcv-docs-functio...
2017-03-17 Corey FarwellRollup merge of #40452 - frewsxcv:frewsxcv-unstable...
2017-03-17 Corey FarwellRollup merge of #40433 - mattico:test-issue-29595,...
2017-03-17 Corey FarwellRollup merge of #40387 - tbu-:pr_doc_ptr_write2, r...
2017-03-17 borsAuto merge of #40526 - brson:docs-req, r=alexcrichton
2017-03-17 Corey FarwellMerge branch 'master' into frewsxcv-osstr
2017-03-15 borsAuto merge of #40383 - ishitatsuyuki:easy-dist-analysis...
2017-03-15 borsAuto merge of #40212 - SimonSapin:utf8error-resume...
2017-03-15 borsAuto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton
2017-03-14 Brian AndersonMake docs required again
2017-03-14 Corey FarwellAdd doc example for `OsString::into_boxed_os_str`.
2017-03-14 Corey FarwellAdd doc example for `OsString::shrink_to_fit`.
2017-03-14 Corey FarwellAdd doc example for `OsString::reserve_exact`.
2017-03-14 Corey FarwellAdd doc example for `OsString::reserve`.
2017-03-14 Corey FarwellAdd doc example for `OsStr::to_os_string`.
2017-03-14 borsAuto merge of #39921 - cramertj:add-catch-to-ast, r...
2017-03-14 Simon SapinAdd tracking issue number for Utf8Error::error_len
2017-03-14 Simon SapinReplace Utf8Error::resume_from with Utf8Error::error_len
2017-03-14 Simon SapinAdd Utf8Error::resume_from, to help incremental and...
2017-03-14 borsAuto merge of #40488 - alexcrichton:appveyor-debug...
2017-03-14 Corey FarwellRemove function invokation parens from documentation...
2017-03-14 Corey FarwellRust unstable book: basic desc and example for `concat_...
2017-03-14 Corey FarwellRust unstable book: basic desc and example for `non_asc...
2017-03-14 Corey FarwellRust unstable book: basic desc and example for `i128_type`.
2017-03-14 Corey FarwellRust unstable book: basic desc and example for `const_i...
2017-03-14 Corey FarwellRust unstable book: basic desc and example for `conserv...
2017-03-14 Corey FarwellRust unstable book: basic desc and example for `const_fn`.
2017-03-13 projektirUsing X headings #39850
2017-03-13 Matt IckstadtAdd test for issue #29595
2017-03-13 Andre Bogusfix format grammar
2017-03-13 projektirAdjust wording #40301
2017-03-13 Alex Crichtonappveyor: Turn down sccache logging
2017-03-13 borsAuto merge of #40329 - petrochenkov:llreuse, r=alexcrichton
2017-03-13 borsAuto merge of #40451 - ollie27:rustdoc_impls_js_escape...
2017-03-13 borsAuto merge of #40385 - arielb1:packed-again, r=eddyb
2017-03-13 Ariel Ben-Yehudaemit !align attributes on stores of operand pairs
2017-03-13 borsAuto merge of #40461 - stjepang:iterator-typo, r=frewsxcv
2017-03-13 projektirUpdating README.md to point to the correct doc location
2017-03-13 projektirRemove doc about highlighting code in other languages...
2017-03-13 borsAuto merge of #40448 - ollie27:rustbuild_docs_compiler...
2017-03-13 Tshepang Lekhonkhobesome style fixes
2017-03-12 Stjepan GlavinaFix a typo in Rev docs
2017-03-12 borsAuto merge of #40450 - alexcrichton:fix-cargo, r=alexcr...
2017-03-12 Corey FarwellUpdate usages of 'OSX' (and other old names) to 'macOS'.
2017-03-12 Alex CrichtonUpdate Cargo to fix nightly channel
2017-03-12 borsAuto merge of #40455 - frewsxcv:rollup, r=frewsxcv
2017-03-12 Corey FarwellRollup merge of #40453 - tschottdorf:lint-deny-wording...
2017-03-12 Corey FarwellRollup merge of #40449 - ollie27:docs_proc_macro, r...
2017-03-12 Corey FarwellRollup merge of #40426 - steveklabnik:update-mdbook...
2017-03-12 Corey FarwellRollup merge of #40390 - F001:placementHashMap, r=nagisa
2017-03-12 Corey FarwellRollup merge of #40369 - petrochenkov:segspan, r=eddyb
2017-03-12 borsAuto merge of #40340 - petrochenkov:restricted, r=nikom...
2017-03-12 Alex CrichtonAllow cleaning llvm build dir to fail
2017-03-12 Vadim PetrochenkovDefault llvm.clean-rebuild to false
2017-03-12 Vadim Petrochenkovrustbuild: Add option for enabling partial LLVM rebuilds
2017-03-12 Tobias SchottdorfImprove wording in the -{W,A,F,D} options
2017-03-12 borsAuto merge of #40257 - pftbest:sret_msp430, r=alexcrichton
2017-03-12 Taylor CramerAdd compile-fail tests for catch expr in match or condition
2017-03-12 Taylor CramerTemporarily prefix catch block with do keyword
2017-03-12 Taylor CramerAdd catch expr to AST and disallow catch as a struct...
2017-03-12 borsAuto merge of #39770 - alexcrichton:configure-clean...
2017-03-12 Oliver Middletonrustdoc: Fix string escaping in implementors js files
2017-03-12 Oliver Middletonrustbuild: Fix tests
2017-03-12 Oliver MiddletonAdd doc attributes to proc_macro crate
2017-03-12 borsAuto merge of #40446 - arielb1:rollup, r=alexcrichton
2017-03-12 Alex CrichtonMerge branch 'more-sccache-debug' of https://github...
2017-03-12 Oliver Middletonrustbuild: Fix compiler docs
2017-03-11 borsAuto merge of #40220 - jseyfried:ast_macro_def, r=nrc
2017-03-11 Ariel Ben-YehudaRollup merge of #40431 - fsasm:master, r=BurntSushi
2017-03-11 Ariel Ben-YehudaRollup merge of #40419 - GuillaumeGomez:fix-const-rende...
2017-03-11 Ariel Ben-YehudaRollup merge of #40404 - cengizIO:master, r=nikomatsakis
2017-03-11 Ariel Ben-YehudaRollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichton
2017-03-11 Ariel Ben-YehudaRollup merge of #40373 - TimNN:test-ub-packed, r=arielb1
2017-03-11 Ariel Ben-YehudaRollup merge of #40372 - nagisa:never-drop, r=eddyb
2017-03-11 Ariel Ben-YehudaRollup merge of #40345 - Nashenas88:patch-1, r=estebank
2017-03-11 Ariel Ben-YehudaRollup merge of #40344 - nrc:save-container, r=eddyb
2017-03-11 Ariel Ben-YehudaRollup merge of #40319 - eddyb:it's-"unsize"-not-"unsou...
2017-03-11 Ariel Ben-YehudaRollup merge of #40315 - oli-obk:lint_body, r=eddyb
2017-03-11 Ariel Ben-YehudaRollup merge of #40299 - GuillaumeGomez:fmt-display...
2017-03-11 Ariel Ben-YehudaRollup merge of #40146 - bjorn3:few-infer-changes,...
2017-03-11 borsAuto merge of #40443 - alexcrichton:fix-nightlies-again...
2017-03-11 Alex Crichtonrustbuild: Fix a bug when manifesting with Cargo
2017-03-11 Alex CrichtonAttempt to debug sccache in more locations
2017-03-11 Alex Crichtonconfigure: Remove --build detection
2017-03-11 Alex Crichtonconfigure: Remove misc unused vars
2017-03-11 Alex Crichtonconfigure: Remove SUPPORTED_TARGET support
2017-03-11 Alex Crichtonconfigure: Remove some lldb-specific logic
2017-03-11 Alex Crichtonconfigure: Remove miscellaneous program probes
2017-03-11 Alex Crichtonconfigure: Remove md5 probing logic
2017-03-11 Alex Crichtonconfigure: Remove git probing logic
2017-03-11 borsAuto merge of #40308 - nikomatsakis:incr-comp-isolate...
2017-03-11 steveklabnikUpdate mdbook to new version
2017-03-11 Charlie FanImplement placement-in protocol for `HashMap`
next