]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-22 Nick CameronUse Config::full_docs to trim documentation
2017-07-22 Nick CameronUse a config file with save-analysis
2017-07-22 borsAuto merge of #42973 - zackmdavis:json_byte_position_to...
2017-07-22 Josh StoneCorrect the spelling of "homogeneous"
2017-07-21 Zack M. Davisrun-make test for JSON error byte start/end
2017-07-21 Zack M. Davismake JSON error byte position start at top of file
2017-07-21 Esteban KüberReview comments
2017-07-21 borsAuto merge of #43274 - bitshifter:union-align, r=petroc...
2017-07-21 Perry FraserMore tests
2017-07-21 Alex CrichtonRelax a codegen test to be compatible with LLVM 5.0
2017-07-21 borsAuto merge of #43319 - SimonSapin:cargoup, r=alexcrichton
2017-07-21 Alex CrichtonFix archive member names on 5.0
2017-07-21 Alex Crichtonupdate attributes API usage
2017-07-21 Tim Neumannrustllvm: split DebugLoc in UnpackOptimizationDiagnostic
2017-07-21 borsAuto merge of #43313 - pftbest:fix_asm, r=alexcrichton
2017-07-21 Tim Neumannrustllvm: update to SyncScope::ID
2017-07-21 Tim Neumannrustllvm: adjust usage of createNameSpace
2017-07-21 Tim Neumannrustllvm: adjust usage of createPointerType
2017-07-21 Tim Neumannrustllvm: use LLVMMetadataRef
2017-07-21 Tim Neumannrustllvm: define LLVM_VERSION_LT
2017-07-21 Oliver SchneiderAdjust new suggestions to the suggestion guidelines
2017-07-21 Segev Finerrustbuild: Fix the --build argument to bootstrap.py
2017-07-21 Simon SapinUpdate Cargo to ffab51954ec32d55631c37a8730bb24915fc090b
2017-07-21 Mátyás MustohaIgnore stack probe tests on AArch64
2017-07-21 Petr ZemekAdd a missing verb to the description of std::process...
2017-07-21 Joe RanweilerDocument use of `compiler_builtins` with `no_std` binaries
2017-07-21 Joe RanweilerTell `tidy` about `compiler_builtins_lib` feature
2017-07-21 borsAuto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX...
2017-07-21 Esteban KüberFix test
2017-07-21 Esteban KüberUse the macro structure spans instead of the invocation
2017-07-21 borsAuto merge of #43183 - michaelwoerister:internalize...
2017-07-20 Mark SimulacrumChange make_run signature to taking a RunConfig struct...
2017-07-20 borsAuto merge of #43368 - Aaronepower:patch-3, r=alexcrichton
2017-07-20 Mark SimulacrumAdd an optional condition to constrain defaults.
2017-07-20 Stjepan GlavinaClarify that sort_unstable is deterministic
2017-07-20 Mark SimulacrumRemove step.rs
2017-07-20 Mark SimulacrumRemove step.rs comments
2017-07-20 Mark SimulacrumCheck RLS tests
2017-07-20 Mark SimulacrumChange default documentation rules to correspond with...
2017-07-20 Mark SimulacrumDon't include lldb/gdb in default tests
2017-07-20 Michael Woeristertrans: Make the collector search const fn invocations.
2017-07-20 Alex Crichtonstd: Cut down #[inline] annotations where not necessary
2017-07-20 Aaron PowerUpdate release notes for 1.19.0
2017-07-20 Evan CameronRemove mut where possible
2017-07-20 Mark SimulacrumDon't run host-only tests when targeting another platform
2017-07-20 Mark SimulacrumFix a few issues found by comparing past/present
2017-07-20 Mark SimulacrumAllow iterating over step descriptions.
2017-07-20 Mark SimulacrumImplement available paths list.
2017-07-20 Mark SimulacrumUse a single line for serde annotations.
2017-07-20 Mark SimulacrumKrate -> Crate
2017-07-20 Mark SimulacrumRemove outdated code.
2017-07-20 Mark SimulacrumRemove TypeId from stack in Builder
2017-07-20 Aidan Hobson... Remove deserialize
2017-07-20 Mark SimulacrumResolve rebase errors
2017-07-20 Guillaume Gomezfail in case nothing to run was found
2017-07-20 Mark SimulacrumFix tidy
2017-07-20 Mark SimulacrumRemove outdated FIXME from cache
2017-07-20 Mark SimulacrumImplement keep-stage support
2017-07-20 Mark SimulacrumRequire should_run to be implemented.
2017-07-20 Mark SimulacrumMake the book default.
2017-07-20 Mark SimulacrumUtilize interning to allow Copy/Clone steps
2017-07-20 Mark SimulacrumRemove core_intrinsics feature gate
2017-07-20 Mark SimulacrumClean up install
2017-07-20 Mark SimulacrumCleanups and fixes throughout
2017-07-20 Mark SimulacrumFix more incorrectly transitioned code
2017-07-20 Mark SimulacrumFix a few errors introduced during rebase.
2017-07-20 Mark SimulacrumCherry pick changes from ce3abc5801f94292be9bc5fbe00b52...
2017-07-20 Mark SimulacrumUpdate to toml 0.4
2017-07-20 Mark SimulacrumMigrate to serde_json entirely
2017-07-20 Mark SimulacrumFix a nit.
2017-07-20 Mark SimulacrumRework compiletest implementation.
2017-07-20 Mark SimulacrumMove compiletest config into a struct
2017-07-20 Mark SimulacrumDocument the process more thoroughly
2017-07-20 Mark SimulacrumAdd documentation to Step and related methods on Builder.
2017-07-20 Mark SimulacrumPacify tidy
2017-07-20 Mark SimulacrumMove code out of macro and into generic method.
2017-07-20 Mark SimulacrumFinish fixing warnings and errors. Bootstrap builds.
2017-07-20 Mark SimulacrumMove cargo() to Builder
2017-07-20 Mark SimulacrumFix tool_cmd
2017-07-20 Mark SimulacrumMove tool_cmd to tool.rs
2017-07-20 Mark SimulacrumFixes warnings and errors introduced while moving code...
2017-07-20 Mark SimulacrumAdd Builder and Step definitions.
2017-07-20 Mark SimulacrumChange code to work with the new system
2017-07-20 Mark SimulacrumMove code into Step trait implementations.
2017-07-20 Mark SimulacrumMove rule configs out of step
2017-07-20 borsAuto merge of #43281 - mmatyas:remotetest_env, r=alexcr...
2017-07-20 Michael WoeristerRemove unused DefTable::retrace_path().
2017-07-20 borsAuto merge of #43271 - Nashenas88:nll, r=nikomatsakis
2017-07-20 borsAuto merge of #43270 - petrochenkov:fixstab, r=alexcrichton
2017-07-20 borsAuto merge of #43260 - zackmdavis:print_target_spec_jso...
2017-07-20 borsAuto merge of #43251 - gaurikholkar:span_reorder, r...
2017-07-20 borsAuto merge of #43247 - est31:master, r=alexcrichton
2017-07-19 Jacques-Henri... Add test test_weak_count_locked
2017-07-19 Zack M. Davisexplanatory error on `--print target-spec-json` without...
2017-07-19 Vadim PetrochenkovAdd an extra note to `late_bound_lifetime_arguments...
2017-07-19 borsAuto merge of #43178 - zackmdavis:some_suggestion,...
2017-07-19 Thomas LivelyPass debugging arguments to emcc
2017-07-19 borsAuto merge of #42859 - eddyb:const-size-and-align-of...
2017-07-19 borsAuto merge of #43333 - Mark-Simulacrum:appveyor-fix...
2017-07-19 Mark SimulacrumAttempt to fix appveyor
next