]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-28 borsAuto merge of #42850 - estebank:unwanted-return-rotj...
2017-06-28 borsAuto merge of #42819 - scottmcm:swap-nonoverlapping...
2017-06-28 borsAuto merge of #42745 - sfackler:1.19-stabilization...
2017-06-28 borsAuto merge of #42931 - arielb1:statement-visitor, r...
2017-06-28 Ariel Ben-Yehudare-add the call to `super_statement` in EraseRegions
2017-06-28 borsAuto merge of #42709 - stepancheg:discriminant-hash...
2017-06-28 borsAuto merge of #42431 - nagisa:core-float-2, r=alexcrichton
2017-06-28 borsAuto merge of #42417 - eddyb:separate-fn-sig, r=nikomat...
2017-06-27 Esteban KüberReview comments
2017-06-27 Eduard-Mihai... tests: work around fallout from normalizing signatures...
2017-06-27 Eduard-Mihai... rustc_typeck: support functions in variance computation.
2017-06-27 Eduard-Mihai... rustc: move the PolyFnSig out of TyFnDef.
2017-06-27 Eduard-Mihai... rustc: rename closure_type to fn_sig.
2017-06-27 borsAuto merge of #42922 - frewsxcv:rollup, r=frewsxcv
2017-06-27 Corey FarwellRollup merge of #42917 - kennytm:gdb-fatal-proc-rec...
2017-06-27 Corey FarwellRollup merge of #42905 - casey:casey-utf8-null-doc...
2017-06-27 Corey FarwellRollup merge of #42874 - zackmdavis:overzealous_by_oute...
2017-06-27 Corey FarwellRollup merge of #42871 - llogiq:for_lowering_vs_clippy...
2017-06-27 Corey FarwellRollup merge of #42519 - GuillaumeGomez:create-more...
2017-06-26 borsAuto merge of #42916 - Mark-Simulacrum:update-cargo...
2017-06-26 kennytmcompiletest: show details if GDB failed to execute.
2017-06-26 Mark SimulacrumUpdate Cargo
2017-06-26 borsAuto merge of #42885 - ollie27:rustdoc_empty_glob_path...
2017-06-25 Casey RodarmorReword OsStr docs to clarify that utf8 may contain...
2017-06-25 borsAuto merge of #42865 - ollie27:rustdoc_assoc_consts...
2017-06-25 Guillaume GomezAdd reference link
2017-06-25 Esteban KüberDon't naively point to return type on type error
2017-06-25 Steven FacklerStabilize RangeArgument
2017-06-25 Steven FacklerStabilize ThreadId
2017-06-25 Steven FacklerStabilize OsString::shrink_to_fit
2017-06-25 Steven FacklerStabilize cmp::Reverse
2017-06-25 Steven FacklerStabilize Command::envs
2017-06-24 borsAuto merge of #42784 - tlively:wasm-bot, r=alexcrichton
2017-06-24 Guillaume GomezUse new macro instead
2017-06-24 Guillaume Gomezwording improvement
2017-06-24 Guillaume GomezAdd E0607
2017-06-24 Guillaume GomezAdd E0606
2017-06-24 Guillaume GomezAdd E0605
2017-06-24 Guillaume GomezAdd E0604
2017-06-24 Esteban KüberDo not specify return type in suggestion for some ...
2017-06-24 Thomas LivelyRestore old emscripten.sh for use by asmjs
2017-06-24 Oliver Middletonrustdoc: Don't ICE on `use *;`
2017-06-24 Esteban KüberSuggest removal of semicolon (instead of being help)
2017-06-24 borsAuto merge of #42864 - slo1:attempt, r=Mark-Simulacrum
2017-06-24 borsAuto merge of #42541 - gilescope:patch-1, r=alexcrichton
2017-06-24 borsAuto merge of #42854 - razielgn:relaxed-debug-constrain...
2017-06-24 Esteban KüberDetect missing `;` on methods with return type `()`
2017-06-24 borsAuto merge of #42724 - Mark-Simulacrum:tests, r=alexcri...
2017-06-24 Zack M. Davisonly set "overruled by outer forbid" once for lint...
2017-06-24 borsAuto merge of #42687 - alexcrichton:windows-tls, r...
2017-06-24 Zack M. Davisremove unused parameters from LintStore.find_lint
2017-06-24 Esteban KüberMove tests to `ui`
2017-06-24 Thomas LivelyAdd Target (de)serialization for environment vars
2017-06-23 Alex Crichtonrustc: Enable #[thread_local] for Windows
2017-06-23 Oliver Middletonrustdoc: Fix a few issues with associated consts
2017-06-23 sloSaves created temp directory if save-temps option is...
2017-06-23 Andre Boguschange binding name of for loop lowering to appease...
2017-06-23 Mark SimulacrumAdd tests for a few issues.
2017-06-23 borsAuto merge of #42856 - Mark-Simulacrum:rollup, r=Mark...
2017-06-23 Mark SimulacrumRollup merge of #42833 - durka:non-constant-used-with...
2017-06-23 Mark SimulacrumRollup merge of #42829 - ids1024:cxx, r=alexcrichton
2017-06-23 Mark SimulacrumRollup merge of #42825 - letheed:patch-1, r=alexcrichton
2017-06-23 Mark SimulacrumRollup merge of #42822 - ChrisMacNaughton:guard-traits...
2017-06-23 Mark SimulacrumRollup merge of #42821 - michaelwoerister:incr-debug...
2017-06-23 Mark SimulacrumRollup merge of #42787 - zackmdavis:explain_E0562,...
2017-06-23 Mark SimulacrumRollup merge of #42783 - ids1024:redox-env, r=sfackler
2017-06-23 Mark SimulacrumRollup merge of #42777 - kennytm:kill-ignore-doctest...
2017-06-23 Federico RavasioRelax Debug constraints when debugging {HashMap,BTreeMa...
2017-06-23 Federico RavasioCorrectly iterate on keys/values when debugging BTreeMa...
2017-06-23 kennytmAdded a tidy check to disallow "```ignore" and "``...
2017-06-23 kennytmModify --explain to handle hidden code (`# ...`) and...
2017-06-23 kennytmRemoved as many "```ignore" as possible.
2017-06-23 borsAuto merge of #42828 - parched:umulo, r=alexcrichton
2017-06-23 Thomas LivelyAdd wasm32-experimental-emscripten to wasm builder
2017-06-23 Thomas LivelyAdd target option for linker environment variables
2017-06-23 Thomas LivelyMake wasm32 buildbot test LLVM backend
2017-06-23 borsAuto merge of #42304 - Mark-Simulacrum:issue-37157...
2017-06-22 borsAuto merge of #42614 - GuillaumeGomez:new-error-codes...
2017-06-22 Giles CopeAdding training commer to be more consistent with prior...
2017-06-22 Simonas KazlauskasFix NaN handling in is_sign_negative/positive
2017-06-22 Alex Burkaremove duplicate E0435 test
2017-06-22 Alex Burkachange span label for E0435 (fix #41871)
2017-06-22 Ian Douglas... Make Build.cxx() return a Result instead of panicking
2017-06-22 Ian Douglas... Set CXX_<target> in bootstrap
2017-06-22 borsAuto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakis
2017-06-22 Chris MacNaughtonEnsure Guard types impl Display & Debug
2017-06-22 LetheedFix ref as mutable ref in std::rc::Rc doc
2017-06-22 borsAuto merge of #42824 - Mark-Simulacrum:rollup, r=Mark...
2017-06-22 Mark SimulacrumRollup merge of #42806 - ollie27:rustbuild_compiler_doc...
2017-06-22 Mark SimulacrumRollup merge of #42805 - stepancheg:forward-python...
2017-06-22 Mark SimulacrumRollup merge of #42804 - Mark-Simulacrum:rustbuild...
2017-06-22 Mark SimulacrumRollup merge of #42799 - leodasvacas:impl-clone-for...
2017-06-22 borsAuto merge of #42798 - stepancheg:args-debug, r=sfackler
2017-06-22 Michael WoeristerPrint -Zincremental-info to stderr instead of stdout.
2017-06-22 borsAuto merge of #42803 - michaelwoerister:msdia-workaroun...
2017-06-22 Michael Woeristerdebuginfo: Work around crash-bug in MSDIA library
2017-06-22 Scott McMurrayReuse the mem::swap optimizations to speed up slice...
2017-06-22 borsAuto merge of #42785 - Mark-Simulacrum:fix-verbose...
2017-06-22 borsAuto merge of #42682 - alexcrichton:jobserver, r=michae...
2017-06-21 Giles CopeUpdating cargo to latest
next