]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #35778 - clementmiao:E0395_new_error_format, r=jonathandturner
[rust.git] / src /
2016-08-20 Jonathan TurnerRollup merge of #35778 - clementmiao:E0395_new_error_fo...
2016-08-20 Jonathan TurnerRollup merge of #35775 - frewsxcv:os-str-doc-examples...
2016-08-20 Jonathan TurnerRollup merge of #35710 - matthew-piziak:explicit-drop...
2016-08-20 Jonathan TurnerRollup merge of #35709 - matthew-piziak:add-trait-examp...
2016-08-20 Jonathan TurnerRollup merge of #35701 - matthew-piziak:rangefull-examp...
2016-08-20 Jonathan TurnerRollup merge of #35234 - nrc:rustdoc-macros, r=steveklabnik
2016-08-20 borsAuto merge of #35607 - alexcrichton:stabilize-1.12...
2016-08-20 borsAuto merge of #33922 - estebank:doc-comment, r=alexcrichton
2016-08-19 Alex Crichtonstd: Stabilize APIs for the 1.12 release
2016-08-19 borsAuto merge of #35655 - ollie27:rustdoc_search_static_pr...
2016-08-19 borsAuto merge of #35719 - Amanieu:atomic_access, r=alexcri...
2016-08-18 Matthew Piziaknote that calling drop() explicitly is a compiler error
2016-08-18 Nick CameronRedirect
2016-08-18 Matthew Piziaksplit example into three sections with explanation
2016-08-18 borsAuto merge of #35684 - nikomatsakis:incr-comp-metadata...
2016-08-18 Corey FarwellAdd a few doc examples for `std::ffi::OsStr`.
2016-08-18 borsAuto merge of #35732 - jonathandturner:region_error_lab...
2016-08-18 borsAuto merge of #35769 - eddyb:rollup, r=eddyb
2016-08-18 clementmiaoupdated E0395 to new error format
2016-08-18 Nick CameronFix links
2016-08-18 Nick Cameronrustdoc: remove the `!` from macro URLs and titles
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35770 - crypto-universe:E0221, r=jonat...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35768 - GuillaumeGomez:err_codes,...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35765 - KiChjang:e0053-bonus, r=jonath...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35756 - crypto-universe:E0407, r=Guill...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35751 - nagisa:mir-scope-fix-again...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35750 - SimonSapin:help, r=alexcrichton
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35749 - GuillaumeGomez:raw_field,...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35744 - DevShep:ds/update_E0009, r...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35742 - spladug:readme-cmake-version...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35740 - eddyb:llvm-prl-fix, r=alexcrichton
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35739 - circuitfox:E0403-update-error...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35734 - japaric:mips-uclibc, r=alexcri...
2016-08-18 Eduard-Mihai BurtescuRollup merge of #35346 - DarkEld3r:e0093-formatting...
2016-08-18 borsAuto merge of #35702 - jonathandturner:add_backtrace_la...
2016-08-18 Matthew Piziakreplace Add example with something more evocative of...
2016-08-17 borsAuto merge of #35736 - brson:relnotes, r=steveklabnik
2016-08-17 Jonathan TurnerFix tidy and nits
2016-08-17 crypto-universeFix tidy check.
2016-08-17 Keith YeungAdd UI test for E0053
2016-08-17 Jonathan TurnerMove 'doesn't live long enough' errors to labels
2016-08-17 Keith YeungDisplay secondary span for E0053 for Mutability TypeErrors
2016-08-17 Keith YeungDisplay secondary span for E0053 for Sort TypeErrors
2016-08-17 Jonathan TurnerRebase. Fix mutable iteration nit.
2016-08-17 crypto-universeUpdated test for E0221
2016-08-17 Guillaume GomezAdd new error code tests
2016-08-17 Simonas KazlauskasNice graphs
2016-08-17 Jonathan TurnerReplace local backtrace with def-use, repair std macro...
2016-08-17 Jonathan TurnerFix merge conflict
2016-08-17 Niko Matsakisremove seemingly unnecessary call to encode_predicates
2016-08-17 Niko Matsakisremove `usize: DepGraphRead` and add `Untracked`
2016-08-17 Niko MatsakisAdd a comment, remove Deref/DerefMut
2016-08-17 Niko Matsakispacify the mercilous tidy
2016-08-17 Niko Matsakiscreate a trait to ensure that data is tracked
2016-08-17 Niko Matsakischange callback for expr/type to a fn pointer
2016-08-17 Niko Matsakisextract two more record calls
2016-08-17 Niko Matsakisextract encode_info_for_trait_item into method
2016-08-17 Niko Matsakispull out call to `record` for impl items
2016-08-17 Simonas KazlauskasProperly invalidate the early exit cache
2016-08-17 crypto-universeNew output for E0407
2016-08-17 Chris StankusMerge branch 'master' into E0403-update-error-format
2016-08-17 JacobRemove trailing white space
2016-08-17 Guillaume GomezFixes issue #11004
2016-08-17 borsAuto merge of #35747 - jonathandturner:rollup, r=jonath...
2016-08-17 Niko Matsakisdon't pass extra state fo encode_struct_ctor
2016-08-17 Niko Matsakispull out encode_field
2016-08-17 Niko Matsakispull out code for encoding enum variants
2016-08-17 Niko Matsakispull out the record call for encode_info_for_item
2016-08-17 Amanieu d'AntrasAdd a test to check that AtomicBool has the proper...
2016-08-17 Niko Matsakisseparate main items from addl items in metadata
2016-08-17 Niko Matsakismove rbml_w into the self struct
2016-08-17 Simon SapinAdd 'make help' for rustbuild
2016-08-17 borsAuto merge of #35733 - apasel422:issue-35721, r=alexcri...
2016-08-17 Jonathan TurnerRollup merge of #35731 - pythoneer:fix-35192, r=jonatha...
2016-08-17 Jonathan TurnerRollup merge of #35726 - mikhail-m1:master2, r=jonathan...
2016-08-17 Jonathan TurnerRollup merge of #35725 - brson:bump, r=alexcrichton
2016-08-17 Jonathan TurnerRollup merge of #35722 - knight42:update-error-msg...
2016-08-17 Jonathan TurnerRollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakis
2016-08-17 Jonathan TurnerRollup merge of #35708 - sanxiyn:new-error-format,...
2016-08-17 Jonathan TurnerRollup merge of #35707 - frewsxcv:vec-into-iter-debug...
2016-08-17 Jonathan TurnerRollup merge of #35695 - matthew-piziak:vec-assert...
2016-08-17 Jonathan TurnerRollup merge of #35690 - matthew-piziak:op-overloading...
2016-08-17 Jonathan TurnerRollup merge of #35686 - mikhail-m1:master, r=jonathand...
2016-08-17 Jonathan TurnerRollup merge of #35681 - Rufflewind:patch-1, r=apasel422
2016-08-17 Jonathan TurnerRollup merge of #35672 - yossi-k:issue/35323, r=Guillau...
2016-08-17 Jonathan TurnerRollup merge of #35671 - canaltinova:E0392, r=jonathand...
2016-08-17 Jonathan TurnerRollup merge of #35670 - RockyTV:e0365, r=jonathandturner
2016-08-17 Jonathan TurnerRollup merge of #35663 - CryZe:no-stdlib, r=Manishearth
2016-08-17 Jonathan TurnerRollup merge of #35660 - terrynsun:e0207, r=jonathandturner
2016-08-17 Jonathan TurnerRollup merge of #35621 - frewsxcv:cstring-from-vec...
2016-08-17 Jonathan TurnerRollup merge of #35614 - srinivasreddy:syntax_ext_rustf...
2016-08-17 Jonathan TurnerRollup merge of #35613 - matthew-piziak:array-docs...
2016-08-17 Jonathan TurnerRollup merge of #35610 - JessRudder:33637-doc-update...
2016-08-17 Jonathan TurnerRollup merge of #35595 - urschrei:associated_types_docf...
2016-08-17 Jonathan TurnerRollup merge of #35415 - silenuss:e0030-formatting...
2016-08-17 Jonathan TurnerRollup merge of #34370 - steveklabnik:keyword-ref-menti...
2016-08-17 Niko Matsakismake record take a closure
2016-08-17 Niko Matsakisintroduce Deref/DerefMut to model subtype rel
2016-08-17 Niko Matsakismove free encode fns into methods of IndexBuilder
2016-08-17 Niko Matsakisput ecx into IndexBuilder so we don't have to pass
next